cbcvebase.
CVE-2009-2521
published 2009-09-04

CVE-2009-2521: Stack consumption vulnerability in the FTP Service in Microsoft Internet Information Services (IIS) 5.0 through 7.0 allows remote authenticated users to cause…

PriorityP273medium5CVSS 2.0
AVNACLAuNCNINAP
ITWEXPLOITVulnCheck KEVRansomware
Exploited in the wild
EPSS
82.27%
99.6th percentile
Stack consumption vulnerability in the FTP Service in Microsoft Internet Information Services (IIS) 5.0 through 7.0 allows remote authenticated users to cause a denial of service (daemon crash) via a list (ls) -R command containing a wildcard that references a subdirectory, followed by a .. (dot dot), aka "IIS FTP Service DoS Vulnerability."

Affected

1 ranges
VendorProductVersion rangeFixed in
microsoftinternet_information_services5.0 – 7.0

Detection & IOCsextracted from sources · hover to see the quote

commandls -R */../
  • Detect FTP LIST/LS commands containing recursive wildcard glob patterns with directory traversal (e.g., '-R */../' or '-R p*/../') sent to IIS FTP service — this is the exact exploit payload for CVE-2009-2521.
  • Monitor IIS FTP service (ftpsvc / MSFTPSVC) for unexpected crashes or restarts; if the service is set to 'manual' startup, it will not recover automatically after exploitation.
  • Anonymous FTP users with read access to any directory can trigger the vulnerability — audit IIS FTP anonymous access permissions as a detection/hardening signal.
  • The Metasploit module may create a randomly-named directory (MKD) on the FTP server before sending the exploit payload if no directory exists — watch for unexpected MKD commands from unauthenticated or low-privilege FTP sessions.
  • The exploit converts the LS command to a LIST command internally; monitor raw FTP traffic for 'LIST -R */../' or 'LIST -R <glob>/../' patterns at the protocol level.
  • ·Exploitation requires at least one subdirectory to exist under the FTP root; if none exists and the attacker has write access, the module creates one automatically before triggering the DoS.
  • ·The DoS impact is amplified when the FTP Publishing service is configured for 'manual' startup — the service will not auto-restart after crashing, maximising downtime.
  • ·Affected versions span IIS FTP 5.0 through 7.0; both IIS 5.0 and 6.0 were confirmed vulnerable in original researcher testing.

CVSS provenance

nvdv2.05.0MEDIUMAV:N/AC:L/Au:N/C:N/I:N/A:P
vulncheck5.0MEDIUM
CVEs like this are exactly what “Exploited This Week” covers.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.