CVE-2022-45394
Description
Jenkins Delete log Plugin 1.0 and earlier lacks a permission check, allowing attackers with Item/Read permission to delete build logs.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Jenkins Delete log Plugin 1.0 and earlier lacks a permission check, allowing attackers with Item/Read permission to delete build logs.
Vulnerability
Description
The Jenkins Delete log Plugin, in versions 1.0 and earlier, contains a missing permission check vulnerability [1]. This flaw allows an attacker who already has the Item/Read permission to delete build logs without requiring any additional authorization [2]. The plugin fails to verify whether the user has the necessary permissions to perform deletion operations, bypassing the expected access control.
Exploitation
Scenario
To exploit this vulnerability, an attacker only needs to have Item/Read permission on a Jenkins job [1][3]. This permission level is typically granted to users for viewing job configurations and logs. The attacker can then use the Delete log Plugin's functionality to delete build logs, even though they should not have that privilege [2]. The attack can be performed over the network without any special position beyond being an authenticated Jenkins user with minimal permissions.
Impact
The impact of successful exploitation is the unauthorized deletion of build logs [1][3]. This can lead to loss of historical build data, potentially covering up evidence of malicious activity or causing operational disruption. Since deletion is irreversible (depending on backup policies), the integrity and availability of build history are compromised. The vulnerability does not allow code execution or privilege escalation beyond the already assigned permissions.
Mitigation
As of the Jenkins Security Advisory 2022-11-15, the Delete log Plugin is listed among unresolved security issues; no patched version has been released [2]. Users are advised to review their plugin usage and consider removing or disabling the plugin if not essential. There is no known workaround provided by the vendor. Administrators should monitor for updates from the plugin maintainer [4].
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 |
|---|---|---|
org.jenkins-ci.plugins:delete-log-pluginMaven | <= 1.0 | — |
Affected products
2- Range: unspecified
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
4- github.com/advisories/GHSA-j874-47xx-9xfgghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2022-45394ghsaADVISORY
- www.openwall.com/lists/oss-security/2022/11/15/4ghsamailing-listWEB
- www.jenkins.io/security/advisory/2022-11-15/ghsaWEB
News mentions
1- Jenkins Security Advisory 2022-11-15Jenkins Security Advisories · Nov 15, 2022