Incorrect Authorization Affecting org.jenkins-ci.main:jenkins-core package, versions [,2.462.3) [2.466,2.479)
Threat Intelligence
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-JAVA-ORGJENKINSCIMAIN-8160884
- published 3 Oct 2024
- disclosed 2 Oct 2024
- credit Antonio Muñiz
Introduced: 2 Oct 2024
CVE-2024-47804 Open this link in a new tabHow to fix?
Upgrade org.jenkins-ci.main:jenkins-core
to version 2.462.3, 2.479 or higher.
Overview
org.jenkins-ci.main:jenkins-core is an open source automation server.
Affected versions of this package are vulnerable to Incorrect Authorization via the Jenkins CLI or the REST API when attempting to create an item of a prohibited type, and the checks ACL#hasCreatePermission2
or TopLevelItemDescriptor#isApplicableIn(ItemGroup)
fail. An attacker with Item/Create permission can bypass these restrictions, creating a temporary item. With Item/Configure permission, they can also save the item to persist it.