CVE-2025-63842
Received Received - Intake

XSS in Repetico Android Web Backend

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

Publication date: 2026-09-14

Last updated on: 2026-09-14

Assigner: MITRE

Description

A Cross-Site Scripting (XSS) vulnerability in the web backend for the Repetico app 1.9.7.31 for Android allows a remote authenticated user to execute arbitrary JavaScript code in the app's context via crafted input in the multiple-choice question text field.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
repetico repetico 1.9.7.31

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

This is a stored Cross-Site Scripting (XSS) vulnerability in the Repetico Android app version 1.9.7.31. It allows an authenticated user with low privileges to inject arbitrary JavaScript into the question text field of a multiple-choice flashcard. The injected script is stored and executed in the app's web context when the flashcard is viewed.

Detection Guidance

To detect this XSS vulnerability, inspect flashcard sets for malicious JavaScript in question text fields. Check for unusual payloads like <script> tags or event handlers in stored flashcard content. Use browser developer tools to monitor network requests and responses for suspicious data flows.

Impact Analysis

The vulnerability can lead to arbitrary JavaScript execution in the app's web context when viewing flashcards. Since flashcard sets can be shared publicly, the impact extends to other users who open these sets, potentially exposing their data or session.

Compliance Impact

This XSS vulnerability could potentially violate compliance with GDPR and HIPAA by enabling unauthorized JavaScript execution in the app's web context. For GDPR, it may lead to unauthorized data access or manipulation if user data is exposed or altered. For HIPAA, if the app handles protected health information, the vulnerability could allow unauthorized access or disclosure of sensitive data.

Mitigation Strategies

Apply context-aware output encoding and server-side sanitization to user-supplied flashcard fields. Enforce a restrictive Content Security Policy in the WebView. Avoid opening flashcard sets from untrusted authors until a patch is available.

Chat Assistant

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

EPSS Chart