PatchSiren cyber security CVE debrief
CVE-2026-18320 Readwise CVE debrief
CVE-2026-18320 is a client-side cross-site scripting (XSS) vulnerability in Readwise Reader for Android. The vulnerability arises from a sanitize-html configuration that permits all attributes on SVG and PATH elements, allowing script-capable attributes like event handlers to survive sanitization and execute in the Reader WebView. This could enable an attacker to supply malicious SVG content that executes script when rendered, potentially leading to unauthorized actions or data exposure within the application. Defenders should assess exposure and prioritize mitigation, especially in Android applications using the Readwise Reader component.
- Vendor
- Readwise
- Product
- Reader
- CVSS
- MEDIUM 6.1
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-25
- Original CVE updated
- 2026-09-25
- Advisory published
- 2026-09-25
- Advisory updated
- 2026-09-25
Who should care
Defenders responsible for Android applications using the Readwise Reader component should assess exposure and prioritize mitigation. This includes reviewing application code, verifying versions, and implementing compensating controls where necessary. Security teams should also monitor for updates from the vendor and plan for swift deployment of patches or mitigations.
Why it matters
CVE-2026-18320 is a client-side cross-site scripting (XSS) vulnerability in Readwise Reader for Android. Defenders should prioritize verifying and mitigating this vulnerability in their Android applications, especially those using the Readwise Reader component. The vulnerability allows an attacker to supply malicious SVG content that executes script when rendered in the Reader WebView. However, there is limited information on affected versions, exploitation, or remediation.
- Potential for client-side cross-site scripting (XSS) attacks
- Possible execution of malicious script in the Reader WebView
- Need for verification of affected versions and remediation
Technical summary
The Readwise Reader for Android uses a sanitize-html configuration that permits all attributes on SVG and PATH elements due to a wildcard attribute rule. This configuration fails to remove script-capable attributes such as event handlers (e.g., 'onload', 'onerror'). An attacker could supply a document containing malicious SVG content that survives sanitization and executes script when rendered in the Reader WebView, resulting in client-side cross-site scripting (XSS).
Defensive priority
Defenders should prioritize verifying and mitigating this vulnerability in their Android applications, especially those using the Readwise Reader component.
Recommended defensive actions
- Verify if the Readwise Reader component is used in your Android applications and assess the version in use.
- Review the sanitize-html configuration to ensure it does not permit all attributes on SVG and PATH elements.
- Implement additional security measures to prevent XSS attacks, such as input validation and output encoding.
- Monitor for any updates or patches from the vendor and plan for their deployment.
- Perform a thorough review of the application's code and dependencies for similar vulnerabilities.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, including its CVSS score of 6.1 and MEDIUM severity. However, there is limited information on affected versions, exploitation, or remediation.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-18320 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-18320
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-18320 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-18320
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://kb.cert.org/vuls/id/699627
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.