CVE-2026-82089
Received Received - Intake

Cross-Site Scripting in Wallabag Android App

Vulnerability report for CVE-2026-82089, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-28

Last updated on: 2026-08-28

Assigner: MITRE

Description

The wallabag (aka fr.gaulupeau.apps.InThePoche) application through 2.6.0 for Android allows XSS because /api/entries data is loaded into a WebView.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-28
Last Modified
2026-08-28
Generated
2026-08-28
AI Q&A
2026-08-28
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
wallabag wallabag 2.6.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-82089 is a cross-site scripting (XSS) vulnerability in the Wallabag Android app through version 2.6.0. The issue occurs because article data loaded via the /api/entries endpoint is rendered in a WebView without proper sanitization. This allows malicious scripts to be stored and later executed when users view those articles.

Detection Guidance

To detect this XSS vulnerability in the Wallabag Android app, inspect network traffic for unvalidated HTML content loaded into WebView components. Check logs for suspicious script execution in article content. Review application code for improper HTML sanitization in ArticleUpdater.java and ReadArticleActivity.java.

Impact Analysis

An attacker could exploit this to inject malicious scripts into articles you view. This might lead to unauthorized data access, session hijacking, or other malicious activities within the app. Since Wallabag stores user articles, the impact could affect your saved content and interactions.

Compliance Impact

This vulnerability could compromise data confidentiality and integrity, potentially violating GDPR's requirements for protecting personal data and HIPAA's safeguards for sensitive health information. If exploited, it may lead to unauthorized access or disclosure of regulated data.

Mitigation Strategies

Update the Wallabag Android app to the latest version. Implement strict HTML sanitization for article content before rendering in WebView. Disable automatic article updates until patches are applied. Monitor for unusual activity in stored articles.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-82089. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart