CVE-2024-4367: A type check was missing when handling fonts in PDF.js, which would allow arbitrary JavaScript execution in...
A type check was missing when handling fonts in PDF.js, which would allow arbitrary JavaScript execution in the PDF.js context. This vulnerability affects Firefox < 126, Firefox ESR < 115.11, and Thunderbird < 115.11.
Security readout for executives and security teams
Plain-English summary
CVE-2024-4367 is a PDF.js font-handling flaw that can let a malicious PDF run JavaScript inside the PDF.js viewer context. Mozilla fixed affected Firefox, Firefox ESR, and Thunderbird versions. Organizations that view untrusted PDFs in browsers, mail clients, or embedded PDF.js viewers should treat this as a timely patching issue.
Executive priority
Prioritize patching in environments where PDFs are routinely received from outside the organization. The business risk is code execution inside a document viewer context, with public technical writeups available, but no KEV-backed active exploitation signal in the supplied evidence.
Technical view
The issue is a missing type check while handling fonts in PDF.js, classified as CWE-754. The CVE lists arbitrary JavaScript execution in the PDF.js context and affects Firefox before 126, Firefox ESR before 115.11, and Thunderbird before 115.11. Mozilla advisories and the PDF.js 4.2.67 release are the primary remediation references.
Likely exposure
Exposure is most likely where users open PDFs from email, web downloads, portals, or document-management systems using affected Mozilla products or embedded PDF.js components. The bundle also includes downstream ecosystem references, indicating deployments beyond desktop browsers may matter.
Exploitation context
CISA KEV status is false in the supplied bundle, so confirmed active exploitation is not established here. Public research and exploit-reference links exist, which raises validation urgency, but this assessment does not rely on or provide exploit mechanics.
Researcher notes
The core evidence supports a missing type check in PDF.js font handling. Researchers should focus on version confirmation, embedded-library usage, and downstream products that include PDF.js. Do not assume every PDF viewer is affected without matching its component lineage and version.
Mitigation direction
Update Firefox to 126 or later where applicable.
Update Firefox ESR to 115.11 or later.
Update Thunderbird to 115.11 or later.
Update embedded PDF.js deployments using Mozilla release guidance.
Check Debian and vendor advisories for packaged application updates.
Restrict untrusted PDF handling until affected viewers are patched.
Validation and detection
Inventory Firefox, Firefox ESR, Thunderbird, and bundled PDF.js versions.
Identify applications that render user-supplied PDFs in-browser.
Confirm PDF.js package versions against the 4.2.67 release reference.
Review vendor advisories for downstream product-specific exposure.
Check whether PDF workflows process external or customer-submitted files.
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-754: 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.
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
3ADP providers
12Source 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-754 · source CWE mapping
Improper Check for Unusual or Exceptional Conditions
Improper Check for Unusual or Exceptional Conditions represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.