CVE-2025-70846
Published: 17 February 2026
Summary
CVE-2025-70846 is a high-severity Cross-site Scripting (CWE-79) vulnerability. Its CVSS base score is 7.1 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique JavaScript (T1059.007); ranked at the 14.4th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-15 (Information Output Filtering).
Deeper analysis
CVE-2025-70846 is a Cross-Site Scripting (XSS) vulnerability, classified under CWE-79, affecting lty628 aidigu version 1.9.1. The flaw occurs on the /tools/Password/add page within the password input field, where user-supplied input is not properly sanitized, enabling script injection.
The vulnerability carries a CVSS v3.1 base score of 7.1 (AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L), indicating network accessibility, low attack complexity, no required privileges, and user interaction needed for exploitation, with a changed scope leading to low impacts on confidentiality, integrity, and availability. Unauthenticated attackers can exploit it by tricking users into submitting or interacting with malicious payloads on the affected page, potentially executing scripts in the victim's browser context.
Mitigation details and further research are available in the referenced advisories, including the vulnerability research repository at https://github.com/J4cky1028/vulnerability-research/tree/main/CVE-2025-70846 and the aidigu project repository at https://github.com/lty628/aidigu.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-207704
Vulnerability details
lty628 aidigu v1.9.1 is vulnerable to Cross Site Scripting (XSS) on the /tools/Password/add page in the input field password.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
XSS enables direct JavaScript execution in victim browser (T1059.007) and supports drive-by compromise via malicious payload on public web app (T1189).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires validation and sanitization of untrusted input on the password field of /tools/Password/add, preventing the script injection described in CVE-2025-70846.
Requires filtering or encoding of information before it is output to the browser, mitigating the unsanitized password input that enables XSS execution.
Provides malicious-code detection and blocking mechanisms that can identify and stop injected scripts on the affected web page.