ghsa-7g95-jmg9-h524
Vulnerability from github
Published
2025-03-06 00:31
Modified
2025-03-06 19:24
Severity ?
Summary
Jenkins cross-site request forgery (CSRF) vulnerability
Details
Jenkins 2.499 and earlier, LTS 2.492.1 and earlier does not require POST requests for the HTTP endpoint toggling collapsed/expanded status of sidepanel widgets (e.g., Build Queue and Build Executor Status widgets), resulting in a cross-site request forgery (CSRF) vulnerability.
This vulnerability allows attackers to have users toggle their collapsed/expanded status of sidepanel widgets.
Additionally, as the API accepts any string as the identifier of the panel ID to be toggled, attacker-controlled content can be stored in the victim’s user profile in Jenkins.
Jenkins 2.500, LTS 2.492.2 requires POST requests for the affected HTTP endpoint.
{ "affected": [ { "package": { "ecosystem": "Maven", "name": "org.jenkins-ci.main:jenkins-core" }, "ranges": [ { "events": [ { "introduced": "2.493" }, { "fixed": "2.500" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "Maven", "name": "org.jenkins-ci.main:jenkins-core" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "2.492.2" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2025-27624" ], "database_specific": { "cwe_ids": [ "CWE-352" ], "github_reviewed": true, "github_reviewed_at": "2025-03-06T19:15:16Z", "nvd_published_at": "2025-03-05T23:15:14Z", "severity": "MODERATE" }, "details": "Jenkins 2.499 and earlier, LTS 2.492.1 and earlier does not require POST requests for the HTTP endpoint toggling collapsed/expanded status of sidepanel widgets (e.g., Build Queue and Build Executor Status widgets), resulting in a cross-site request forgery (CSRF) vulnerability.\n\nThis vulnerability allows attackers to have users toggle their collapsed/expanded status of sidepanel widgets.\n\nAdditionally, as the API accepts any string as the identifier of the panel ID to be toggled, attacker-controlled content can be stored in the victim\u2019s user profile in Jenkins.\n\nJenkins 2.500, LTS 2.492.2 requires POST requests for the affected HTTP endpoint.", "id": "GHSA-7g95-jmg9-h524", "modified": "2025-03-06T19:24:40Z", "published": "2025-03-06T00:31:56Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27624" }, { "type": "WEB", "url": "https://github.com/jenkinsci/jenkins/commit/84ef1a4d4db17d0ce66522d0141f6e52e2a4c97c" }, { "type": "PACKAGE", "url": "https://github.com/jenkinsci/jenkins" }, { "type": "WEB", "url": "https://www.jenkins.io/security/advisory/2025-03-05/#SECURITY-3498" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:L", "type": "CVSS_V3" } ], "summary": "Jenkins cross-site request forgery (CSRF) vulnerability" }
Loading...
Loading...
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.