
Analysis and PoC for CVE-2024-4367: arbitrary JavaScript execution (XSS) in PDF.js
CVE-2024-4367 is a critical vulnerability in the PDF.js library that allows arbitrary JavaScript execution in a user's browser, leading to Cross-Site Scripting (XSS) attacks. This affects Firefox < 126, Firefox ESR < 115.11, and Thunderbird < 115.11.
npm install
npm start
python3 poc.py <payload>python3 poc.py "alert(1)"For a comprehensive analysis of CVE-2024-4367, read here.