CVE-2010-10017: WM Downloader 3.1.2.2 Buffer Overflow via Malformed M3U File
WM Downloader version 3.1.2.2 is vulnerable to a buffer overflow when processing a specially crafted .m3u playlist file. The application fails to properly validate input length, allowing an attacker to overwrite structured exception handler (SEH) records and execute arbitrary code. Exploitation occurs locally when a user opens the malicious file, and the payload executes with the privileges of the current user.
Security readout for executives and security teams
Plain-English summary
WM Downloader 3.1.2.2 can be compromised if a user opens a malicious M3U playlist file. Successful exploitation can run attacker code as that user. This is serious for any environment still running the legacy application, but it requires user interaction and the sources do not show confirmed active exploitation.
Executive priority
Treat as high priority only where WM Downloader is present. The business risk is endpoint compromise through user-opened files, with public exploit material available. If the software is absent, residual risk is low.
Technical view
The issue is a local file-processing buffer overflow in WM Downloader 3.1.2.2. A malformed .m3u file can overwrite SEH records and enable arbitrary code execution with current-user privileges. The bundle maps CWE-120 and CWE-134 and lists CVSS 4.0 score 8.4. Public exploit references exist.
Likely exposure
Exposure is most likely limited to legacy Windows endpoints where WM Downloader 3.1.2.2 is installed or associated with playlist files. The affected data in the bundle is internally inconsistent, listing version 0 while the description names 3.1.2.2, so confirm locally.
Exploitation context
Exploitation is local and user-assisted: a target must open a malicious playlist file. KEV is false in the provided bundle, so active exploitation should not be claimed. Public exploit entries and a Metasploit module increase validation and abuse potential.
Researcher notes
Evidence supports a file-format memory corruption flaw with SEH overwrite behavior. Do not infer remote network exploitation. The affected-version metadata conflicts with the narrative, and the sources provided do not name a patch. Validate product presence before escalation.
Mitigation direction
Identify and remove WM Downloader if it is not business-required.
If required, check vendor or trusted advisory guidance for fixed versions or replacements.
Block or quarantine unsolicited M3U playlist files at email and web gateways.
Remove WM Downloader file associations for playlist formats where feasible.
Use endpoint controls to restrict untrusted file execution paths.
Validation and detection
Inventory endpoints for WM Downloader, especially version 3.1.2.2.
Confirm whether .m3u files open with WM Downloader by default.
Review email, web, and EDR logs for suspicious M3U file handling.
Check IPS coverage for the FortiGuard WM Downloader buffer overflow signature.
Record compensating controls if no vendor patch is available.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-120: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
1ADP providers
6Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: noTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-120 · source CWE mapping
Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')
Buffer Copy without Checking Size of Input ('Classic Buffer Overflow') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
Use of Externally-Controlled Format String represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.