{ "schema_version": "1.4.0", "id": "GHSA-8hmv-92wm-39ch", "modified": "2025-03-06T19:23:53Z", "published": "2025-03-06T00:31:56Z", "aliases": [ "CVE-2025-27625" ], "summary": "Jenkins Open Redirect vulnerability ", "details": "Various features in Jenkins redirect users to partially user-controlled URLs inside Jenkins. To prevent open redirect vulnerabilities, Jenkins limits redirections to safe URLs (neither absolute nor scheme-relative/network-path reference).\n\nIn Jenkins 2.499 and earlier, LTS 2.492.1 and earlier, redirects starting with backslash (`\\`) characters are considered safe.\n\nThis allows attackers to perform phishing attacks by having users go to a Jenkins URL that will forward them to a different site, because browsers interpret these characters as part of scheme-relative redirects.\n\nJenkins 2.500, LTS 2.492.2 considers redirects to URLs starting with backslash (`\\`) characters to be unsafe, rejecting such redirects.", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" } ], "affected": [ { "package": { "ecosystem": "Maven", "name": "org.jenkins-ci.main:jenkins-core" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "0" }, { "fixed": "2.492.2" } ] } ] }, { "package": { "ecosystem": "Maven", "name": "org.jenkins-ci.main:jenkins-core" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "2.493" }, { "fixed": "2.500" } ] } ] } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27625" }, { "type": "WEB", "url": "https://github.com/jenkinsci/jenkins/commit/4a9a3ecd08fc00d2f1c1125be789d8be24f02c9e" }, { "type": "PACKAGE", "url": "https://github.com/jenkinsci/jenkins" }, { "type": "WEB", "url": "https://www.jenkins.io/security/advisory/2025-03-05/#SECURITY-3501" } ], "database_specific": { "cwe_ids": [ "CWE-601" ], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2025-03-06T19:23:53Z", "nvd_published_at": "2025-03-05T23:15:14Z" } }