SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-61824

HIGH · CVSS 8.2 EPSS 0.23% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-21 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

The vulnerability affects the Defuddle tool in Java, specifically in versions prior to 0.19.1, where site extractors improperly handle HTML content by failing to escape context-appropriate values. This flaw allows attackers to inject malicious JavaScript or event-handler attributes into the rendered HTML, potentially leading to cross-site scripting (XSS) attacks. Organizations using affected versions should prioritize upgrading to 0.19.1 to mitigate the risk of exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-61824
Severity
HIGH
CVSS
8.2
EPSS
0.23%
Java

Original NVD Description

Defuddle cleans up HTML pages. Prior to 0.19.1, site extractors interpolate page-derived image alt and src values, og:image values, and video descriptions into HTML strings without context-appropriate escaping, and buildExtractorResponse() returns this contentHtml without the main pipeline's DOM-based sanitization. The affected paths include src/extractors/x-article.ts, src/extractors/substack.ts, and src/extractors/youtube.ts. A malicious page or attacker-controlled content on a matching domain can inject event-handler attributes or javascript URLs that execute when a victim or downstream application renders the extracted HTML. This issue is fixed in version 0.19.1.