CVE-2026-82642
Last modified
CVE-2026-82642 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. Readest is an open-source e-book reader built on Tauri. In versions prior to 0.11.16, EPUB chapter HTML is sanitized with DOMPurify using a configuration that forbade only the <script> tag (FORBID_TAGS: ['script']) in apps/readest-app/src/services/transformers/sanitizer.ts. EPSS estimates a 0.38% chance of exploitation in the next 30 days.
Description
Readest is an open-source e-book reader built on Tauri. In versions prior to 0.11.16, EPUB chapter HTML is sanitized with DOMPurify using a configuration that forbade only the <script> tag (FORBID_TAGS: ['script']) in apps/readest-app/src/services/transformers/sanitizer.ts. DOMPurify does not parse the contents of the srcdoc attribute on <iframe> elements, treating it as an opaque string attribute, so an attacker who can get an <iframe> element to survive sanitization can embed a complete HTML document containing a <script> tag inside srcdoc and have it execute when the browser renders the iframe. The content iframe is configured with sandbox="allow-same-origin allow-scripts", so script executing inside it shares the parent origin and can reach parent.parent.__TAURI_INTERNALS__.invoke(...), giving access to every Tauri IPC command the application is permitted to use, which escalates to arbitrary code execution. The payload can be made invisible (zero-size, transparent iframe) so the reader sees only normal book text. Version 0.11.16 hardened the sanitizer configuration by adding 'iframe', 'object' and 'embed' to FORBID_TAGS and adding 'srcdoc' to FORBID_ATTR.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| readest | readest | < 0.11.16 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-82642?
How severe is CVE-2026-82642?
How do I fix CVE-2026-82642?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-82637browser-use web-ui versions 2.0.0 through 3.0.0 fail to vali…5.3
- CVE-2026-82638jina-ai reader disables its private-address guard outside Go…7.5
- CVE-2026-82639NextChat versions from 2.15.8 through 2.16.1 contain an impr…7.5
- CVE-2026-8264A weakness has been identified in Tenda AC6 15.03.06.23. Aff…8.8
- CVE-2026-82640browser-use web-ui versions 2.0.0 through 3.0.0 write config…5.5
- CVE-2026-82641Keploy versions 3.1.0 through 3.6.25, fixed in 3.6.26, bind …8.6
- CVE-2026-82643WWBN AVideo contains an unauthenticated credential submissio…6.5
- CVE-2026-82644WWBN AVideo (current e01e41ecc and earlier) contains a brute…7.5
- CVE-2026-82645AVideo (current commit e01e41ecc and earlier) exposes stream…8.6
- CVE-2026-82646WWBN AVideo contains an unauthenticated reflected cross-site…6.1
- CVE-2026-82647WWBN AVideo contains a cross-site request forgery vulnerabil…6.1
- CVE-2026-82648WWBN AVideo contains a server-side request forgery filter by…7.1
Are you affected by CVE-2026-82642?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
