Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
3DescriptionCVE.org
yaffa v2.0.0 is vulnerable to Cross Site Scripting (XSS). An attacker can inject malicious JavaScript into the "Add Account Group" function on the account-group page, allowing execution of arbitrary script in the context of users who view the affected page.
AnalysisAI
Stored cross-site scripting (XSS) in yaffa v2.0.0 allows unauthenticated remote attackers to inject malicious JavaScript via the 'Add Account Group' function, enabling arbitrary script execution in the browsers of users who view the affected page. The vulnerability requires user interaction (clicking/viewing) to trigger but can compromise account confidentiality and integrity for affected users. EPSS exploitation probability is minimal at 0.02%, indicating low real-world exploitation likelihood despite the moderate CVSS score of 6.1.
Technical ContextAI
This vulnerability stems from improper input validation and output encoding in the account-group management feature of yaffa, a web application. The root cause is classified under CWE-94 (Code Injection), indicating that user-supplied input is processed without adequate sanitization before being rendered in the HTML context. The attack vector is network-based with low complexity, requiring only that an attacker craft a malicious account group name containing JavaScript payload; the application then stores and reflects this payload to subsequent users viewing the account group listing. No specific authentication is required to exploit the vulnerability (PR:N per CVSS vector), though successful exploitation depends on UI interaction from a victim user.
RemediationAI
Update yaffa to a patched version released after v2.0.0; specific patch version numbers are not provided in available advisory data. As an interim control, implementers should apply input validation and output encoding on the 'Add Account Group' function to sanitize or escape JavaScript special characters and HTML entities before storage and rendering. Content Security Policy (CSP) headers can be implemented to restrict script execution context. Consult the project repository at https://github.com/kantorge/yaffa for patch availability and release notes, and monitor the NVD entry at https://nvd.nist.gov/vuln/detail/CVE-2025-70844 for remediation guidance.
LibreNMS before 24.10.0 allows a remote attacker to execute arbitrary code via OS command injection involving AboutContr
Reachable assertion in Open5GS up to version 2.7.6 allows remote unauthenticated attackers to crash the Diameter CER han
A Command Injection issue in the payload build page in BYOB (Build Your Own Botnet) 2.0 allows attackers to execute arbi
Denial of service in Open5GS 2.7.6 and earlier allows network-adjacent attackers with low-privilege Diameter Gx peer acc
Denial of service in Open5GS HSS (Home Subscriber Server) versions 2.7.0 through 2.7.6 is triggered remotely by manipula
Remote command injection in Control Web Panel allows unauthenticated attackers to execute arbitrary OS commands as root
LINQPad before 5.52.01 Pro edition is vulnerable to Unsafe Deserialization in LINQPad.AutoRefManager::PopulateFromCache(
Remote code execution in dash-uploader (Python package for Plotly Dash) versions 0.1.0 through 0.7.0a2 allows unauthenti
Command injection in LiteLLM 1.18.10 lets attackers who can configure MCP (Model Context Protocol) servers supply arbitr
SQL injection in AzuraCast's backup restore flow (versions up to and including 0.23.7) lets an attacker achieve privileg
Arbitrary file read in Yu AI Code Mother v4.3 lets anonymous, remote attackers retrieve files outside the intended previ
Remote code execution in APScheduler (all versions through 3.10.x and 4.0.0a5) is achievable when applications deseriali
Same weakness CWE-94 – Code Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2025-209275
GHSA-pq95-94c9-j987