CVE-2023-24453
Description
Jenkins TestQuality Updater Plugin 1.3 and earlier lacks a permission check, allowing attackers with Overall/Read to make requests to arbitrary URLs with attacker-controlled credentials.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Jenkins TestQuality Updater Plugin 1.3 and earlier lacks a permission check, allowing attackers with Overall/Read to make requests to arbitrary URLs with attacker-controlled credentials.
Vulnerability
The TestQuality Updater Plugin for Jenkins, versions 1.3 and earlier, does not perform a permission check in an unspecified feature. This allows users with only Overall/Read permission to trigger HTTP requests to an attacker-specified URL, using a username and password provided by the attacker [1][2]. The missing check means that the plugin does not verify if the user has the necessary permissions to perform such an action, effectively allowing low-privileged users to initiate network connections from the Jenkins server.
Exploitation
An attacker with Overall/Read permission can exploit this by providing a URL under their control along with a username and password. The Jenkins server will then attempt to authenticate to that URL using those credentials. No additional authentication or network access beyond Jenkins is required for the attacker; they simply need to be able to access the Jenkins instance [1][2]. The plugin does not validate that the target URL is legitimate or that the user is authorized to make such connections.
Impact
This vulnerability can be used to perform server-side request forgery (SSRF) attacks, as the Jenkins server sends a request to an arbitrary URL. Additionally, by supplying credentials, an attacker could potentially leak those credentials if the target server responds in a way that leaks information back to Jenkins, or use the Jenkins server as a proxy to authenticate to other services, potentially gaining access to sensitive systems [1][2].
Mitigation
Jenkins has released an update to the TestQuality Updater Plugin to address this issue. Users should upgrade to version 1.4 or later. There is no workaround mentioned in the advisory, so upgrading is the recommended action [1].
AI Insight generated on May 20, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
org.jenkins-ci.plugins:testquality-updaterMaven | <= 1.3 | — |
Affected products
2- Range: unspecified
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
3- github.com/advisories/GHSA-xr8h-wj4v-rx7fghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2023-24453ghsaADVISORY
- www.jenkins.io/security/advisory/2023-01-24/ghsaWEB
News mentions
1- Jenkins Security Advisory 2023-01-24Jenkins Security Advisories · Jan 24, 2023