LiveActive security incident?Get immediate response
CVE Record

CVE-2011-10025: Subtitle Processor 7.7.1 .m3u SEH Unicode Buffer Overflow

Subtitle Processor 7.7.1 contains a buffer overflow vulnerability in its .m3u file parser. When a crafted playlist file is opened, the application converts input to Unicode and copies it to a fixed-size stack buffer without proper bounds checking. This allows an attacker to overwrite the Structured Exception Handler (SEH) and execute arbitrary code.

HighCVSS 8.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

Opening a malicious .m3u playlist in Subtitle Processor 7.7.1 can let an attacker run code on the user's machine. This is not a remote server bug; it depends on a user opening a crafted file. Public exploit references exist, but the supplied sources do not show confirmed active exploitation.

Executive priority

Treat as high priority if Subtitle Processor is present in the environment. The main business risk is user-assisted endpoint compromise through file handling. If the software is absent, prioritize detection coverage and blocking controls over emergency response.

Technical view

Subtitle Processor 7.7.1 has a CWE-120 stack buffer overflow in its .m3u parser. Crafted playlist input is converted to Unicode and copied into a fixed-size stack buffer without adequate bounds checks, allowing SEH overwrite and arbitrary code execution after user interaction.

Likely exposure

Exposure is most likely on endpoints with legacy Subtitle Processor installed, especially where users handle subtitle or playlist files from untrusted sources. The bundle does not establish broader affected versions beyond the named 7.7.1 case.

Exploitation context

The CVSS vector is local, low complexity, no privileges required, with passive user interaction. Rapid7 Metasploit and Exploit-DB references indicate public exploit material, but KEV is false and the bundle provides no active exploitation evidence.

Researcher notes

Evidence supports a file-format memory corruption issue with SEH overwrite and public exploit references. The supplied affected metadata is incomplete, listing default status unknown and version data that does not clarify the full affected range.

Mitigation direction

  • Remove Subtitle Processor where it is not business-required.
  • Block or quarantine untrusted .m3u files from email and web download paths.
  • Train affected users not to open unsolicited playlist files.
  • Check vendor guidance; no named patch is provided in the bundle.
  • Replace with supported software if no maintained fix exists.

Validation and detection

  • Inventory endpoints for Subtitle Processor, especially version 7.7.1.
  • Review file associations for .m3u files on managed endpoints.
  • Check EDR and email telemetry for suspicious .m3u attachments or downloads.
  • Confirm whether any business workflow requires Subtitle Processor.
  • Verify vendor or project pages for maintained releases or advisories.
Prepared
Confidence
medium
Sources
8

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.

Open ATT&CK lookup
description · low confidence lookup

Execution behavior lookup

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2011-10025 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
8.5 (4.0)
Known Exploited
No
Published

Vector: CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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
7Source 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.

ScoreVersionSeverityVectorExploitImpactSource
8.5CVSS 4.0HighCVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:NVulnCheck

Vulnerability scoring details

Base CVSS 4.0 score

8.5High
CVSS 4.0 vector shape for CVE-2011-10025Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Subtitle ProcessorSubtitle Processor0unknown
Weakness

CWE details

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.