Cyber Resilience

CVE-2016-9299

Jenkins ≤ 2.19.2

Public PoCHigh EPSS
Published
12 January 2017
Modified
13 May 2026
Patch / advisory
CVSS Score v3 9.8
Click a component to see what it means
Raw vectorCVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.97 99.9th percentile
Risk Priority 97 floored blend · peak EPSS

Summary

CVE-2016-9299 is a critical-severity LDAP Injection (CWE-90) vulnerability in Jenkins Jenkins. Its CVSS base score is 9.8 (Critical).

Operationally, ranked in the top 0.1% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

The remoting module in Jenkins before 2.32 and LTS before 2.19.3 allows remote attackers to execute arbitrary code via a crafted serialized Java object, which triggers an LDAP query to a third-party server.

CWE(s)

Related Threats

Likely ATT&CK TechniquesAI

Techniques this vulnerability likely enables, inferred from its description, weakness type, and attributed-actor tradecraft. Confidence is per-technique.

T1190 Exploit Public-Facing Application Initial Accessconfidence: HIGH
The vulnerability allows remote attackers to execute arbitrary code by sending a crafted serialized Java object to the Jenkins remoting module.
T1059 Command and Scripting Interpreter Executionconfidence: MEDIUM
Arbitrary code execution via deserialization enables an attacker to run commands or scripts on the target system.
inferred from description + CWE · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2023-43494Same product: Jenkins Jenkins
CVE-2025-67635Same product: Jenkins Jenkins
CVE-2026-57288Same vendor: Jenkins
CVE-2023-27904Same product: Jenkins Jenkins
CVE-2023-27903Same product: Jenkins Jenkins
CVE-2023-43498Same product: Jenkins Jenkins
CVE-2026-53436Same product: Jenkins Jenkins
CVE-2026-33002Same product: Jenkins Jenkins
CVE-2025-67637Same product: Jenkins Jenkins
CVE-2025-67636Same product: Jenkins Jenkins

Affected Assets

jenkins
jenkins
≤ 2.19.2 · ≤ 2.31
fedoraproject
fedora
25

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V1.2.6

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require input neutralization and query parameterization to prevent LDAP injection.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

detects

Security testing in development catches LDAP injection via dynamic analysis or fuzzing, but does not prevent it at the source.

prevents

Secure development lifecycle mandates input validation and query construction practices that directly prevent LDAP injection.

prevents

Application security requirements include explicit rules for safe construction of directory queries, mitigating LDAP injection.

prevents

Secure coding standards require proper neutralization of LDAP special characters, directly eliminating this weakness.

none

Secure architecture principles encourage safe query interfaces but do not prescribe the specific coding controls needed for LDAP injection.

none

Information access restriction limits who can query LDAP but does not address how queries are built.

References