CVE-2022-34204
Description
A missing permission check in Jenkins EasyQA Plugin 1.0 and earlier allows attackers with Overall/Read permission to connect to an attacker-specified HTTP server, enabling SSRF attacks.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
A missing permission check in Jenkins EasyQA Plugin 1.0 and earlier allows attackers with Overall/Read permission to connect to an attacker-specified HTTP server, enabling SSRF attacks.
Vulnerability
Overview
CVE-2022-34204 describes a missing permission check in the Jenkins EasyQA Plugin version 1.0 and earlier. The plugin fails to verify that a user has the necessary permissions before allowing them to specify an HTTP server URL for the plugin to connect to. This oversight means that any user with the Overall/Read permission can trigger an outbound HTTP connection from the Jenkins controller to an arbitrary server [1][3].
Exploitation
An attacker with Overall/Read access (a low-privilege permission) can exploit this by providing a malicious HTTP server URL. The Jenkins controller will then make a request to that server, potentially revealing internal network information or allowing the attacker to probe services that are not directly accessible from the attacker's network. No additional authentication is required beyond the basic Overall/Read permission [1].
Impact
The primary impact is server-side request forgery (SSRF). An attacker could use this to scan internal networks, access cloud metadata endpoints, or exfiltrate sensitive data by directing the request to an attacker-controlled server. The severity is considered medium to high depending on the network configuration [3].
Mitigation
As of the advisory date, the EasyQA Plugin version 1.0 is the latest affected version. Users should check for updates to the plugin or consider restricting the Overall/Read permission to trusted users only. The Jenkins Security Advisory 2022-06-22 provides details on this and other vulnerabilities [1].
AI Insight generated on May 21, 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 |
|---|---|---|
com.geteasyqa:easyqaMaven | <= 1.0 | — |
Affected products
2- Jenkins project/Jenkins EasyQA Pluginv5Range: unspecified
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
3- github.com/advisories/GHSA-49j4-v37g-5gg2ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2022-34204ghsaADVISORY
- www.jenkins.io/security/advisory/2022-06-22/ghsax_refsource_CONFIRMWEB
News mentions
0No linked articles in our index yet.