CVE-2016-0789: Jenkins has CRLF Injection Vulnerability in the CLI
6.1
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.44089%
CWE
Published
5/14/2022
Updated
3/13/2025
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.jenkins-ci.main:jenkins-core | maven | >= 1.643, < 1.650 | 1.650 |
org.jenkins-ci.main:jenkins-core | maven | < 1.642.2 | 1.642.2 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from directly embedding user-controlled input (commandName) in HTTP error responses without proper sanitization. The patch removes the commandName parameter from the error message, indicating this was the injection vector. The sendError
method call with unsanitized input creates HTTP response splitting opportunities when commandName contains CRLF sequences to inject headers.