Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add script to discover a IIS vulnerabilty #2447

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mauricelambert
Copy link

@mauricelambert mauricelambert commented Mar 5, 2022

  • This script detect a IIS vulnerability
  • CVE-2022-21907: HTTP Protocol Stack Remote Code Execution Vulnerability
  • Side effects:
    • DOS attack
    • Causes a Blue Screen
~# nmap -p 80 --script dos_iis_2022_21907 10.10.10.10
80/tcp open  http
| dos_iis_2022_21907:
|   VULNERABLE:
|   IIS CVE-2022-21907 DOS
|     State: VULNERABLE (Exploitable)
|     IDs:  CVE:CVE-2022-21907
|                   The IIS Web Server contains a RCE vulnerability. This script
|                   exploits this vulnerability with a DOS attack
|                   (causes a Blue Screen).
|
|     Disclosure date: 2022-01-11
|     References:
|       https://nvd.nist.gov/vuln/detail/CVE-2022-21907
|       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21907
|_      https://github.com/mauricelambert/CVE-2022-21907

Demonstration

Nmap: DOS attack on IIS

 - This script detect a IIS vulnerability
 - CVE-2022-21907: HTTP Protocol Stack Remote Code Execution Vulnerability
 - Side effects:
     - DOS attack
     - Causes a Blue Screen
@nmap nmap deleted a comment Apr 11, 2022
@Jimmei22
Copy link

Jimmei22 commented Jul 9, 2022

#2447 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants