VYPR
High severityNVD Advisory· Published Sep 21, 2022· Updated May 28, 2025

CVE-2022-41237

CVE-2022-41237

Description

Jenkins DotCi Plugin 2.40.00 and earlier allows remote code execution via unsafe YAML deserialization due to unconfigured parser.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Jenkins DotCi Plugin 2.40.00 and earlier allows remote code execution via unsafe YAML deserialization due to unconfigured parser.

Vulnerability

Details

The Jenkins DotCi Plugin (versions 2.40.00 and earlier) processes YAML configuration files (.ci.yml) using a YAML parser that is not configured to restrict the instantiation of arbitrary types. This insecure deserialization flaw allows an attacker to craft malicious YAML input that, when parsed, instantiates arbitrary Java classes, leading to remote code execution [1][2].

Exploitation

An attacker who can supply a specially crafted .ci.yml file—for example, by submitting a pull request or modifying a repository’s configuration—can trigger the vulnerability. No authentication is required if the plugin processes user-supplied YAML without proper validation. The attack surface is the plugin’s YAML parsing functionality, which does not employ a safe constructor or whitelist of allowed types [1].

Impact

Successful exploitation enables remote code execution on the Jenkins controller. An attacker could gain full control over the Jenkins instance, access stored secrets, modify builds, pivot to connected systems, and compromise the integrity and confidentiality of the CI/CD pipeline [1][2].

Mitigation

As of the advisory publication date (2022-09-21), no fix was available from the plugin maintainer. The Jenkins security team suspended the plugin from the update center and recommends that administrators remove or disable the DotCi Plugin to mitigate the risk [1][3].

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.

PackageAffected versionsPatched versions
com.groupon.jenkins-ci.plugins:DotCiMaven
<= 2.40.00

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

5

News mentions

1