Description
Readwise Reader for Android constructs URLs in its WebView using attacker-controlled metadata without proper encoding or escaping. The application interpolates untrusted values directly into URL strings and inserts them into the DOM via innerHTML. Because the interpolation occurs without HTML or JavaScript context encoding, a crafted metadata value can break out of the intended URL structure and inject script content. An attacker could supply a document containing malicious metadata that, once synchronized to an Android device and rendered in the Reader WebView, results in execution of injected script content, enabling stored cross-site scripting (XSS)
Published: 2026-09-25
Score: 6.1 Medium
EPSS: n/a
KEV: No
Impact: Stored Cross‑Site Scripting that allows execution of malicious script within the Android app
Action: Immediate Patch
AI Analysis

Impact

Readwise Reader for Android builds URLs in its embedded WebView by directly inserting values from document metadata into URL strings that are then added to the page via innerHTML. Because the metadata values are not encoded for either HTML or JavaScript contexts, an attacker can craft a document whose metadata supplies payload text that breaks out of the intended URL structure and injects executable script. The vulnerability is a stored XSS flaw, meaning that once a malicious document is synchronized to a device it can persistently compromise any user who opens it.

Affected Systems

The affected product is Readwise Reader for Android. No specific version information is available in the advisory, so all current and legacy releases could be impacted until a patch is applied.

Risk and Exploitability

The advisory does not list a CVSS score, and the EPSS score is not available, so the quantified risk cannot be calculated. The vulnerability is not listed in the CISA KEV catalog. Attackers would need to supply a malicious document containing the crafted metadata and persuade a user to sync and open it; once displayed, the injected script runs in the context of the app, offering potential for session hijacking or data theft. The lack of public exploitation data suggests the threat remains theoretical but standard XSS mitigations apply.

Generated by OpenCVE AI on September 25, 2026 at 17:55 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Readwise Reader update that includes proper URL encoding for metadata values
  • Restrict or sanitize document metadata before it reaches the WebView to ensure no untrusted strings are inserted
  • Configure the WebView to use strict Content Security Policy and enable JavaScript isolation to limit any injected script execution

Generated by OpenCVE AI on September 25, 2026 at 17:55 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Fri, 25 Sep 2026 17:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-79
Metrics cvssV3_1

{'score': 6.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N'}


Fri, 25 Sep 2026 16:45:00 +0000

Type Values Removed Values Added
Description Readwise Reader for Android constructs URLs in its WebView using attacker-controlled metadata without proper encoding or escaping. The application interpolates untrusted values directly into URL strings and inserts them into the DOM via innerHTML. Because the interpolation occurs without HTML or JavaScript context encoding, a crafted metadata value can break out of the intended URL structure and inject script content. An attacker could supply a document containing malicious metadata that, once synchronized to an Android device and rendered in the Reader WebView, results in execution of injected script content, enabling stored cross-site scripting (XSS)
Title CVE-2026-18312
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: certcc

Published:

Updated: 2026-09-25T16:56:33.452Z

Reserved: 2026-07-29T17:45:56.191Z

Link: CVE-2026-18312

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-25T17:17:07.850

Modified: 2026-09-25T17:17:07.850

Link: CVE-2026-18312

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-25T18:00:20Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')