CVE-2026-48917
Analyzed Analyzed - Analysis Complete

LDAP Deserialization Flaw in Jenkins Plugin

Vulnerability report for CVE-2026-48917, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-05-27

Last updated on: 2026-06-02

Assigner: Jenkins Project

Description

Jenkins LDAP Plugin 807.v7d7de30930cf and earlier deserializes data from LDAP referrals without validation.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-05-27
Last Modified
2026-06-02
Generated
2026-07-07
AI Q&A
2026-05-27
EPSS Evaluated
2026-07-05
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
jenkins ldap to 793.v754d6b_41b_ea_4 (inc)
jenkins ldap 807.v7d7de30930cf

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-502 The product deserializes untrusted data without sufficiently ensuring that the resulting data will be valid.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability exists in the Jenkins LDAP Plugin version 807.v7d7de30930cf and earlier. It involves the plugin deserializing data from LDAP referrals without performing validation on that data.

Impact Analysis

Deserializing data from LDAP referrals without validation can lead to security risks such as remote code execution or other malicious actions if an attacker can control the LDAP referral data.

Compliance Impact

The provided information does not specify how this vulnerability affects compliance with common standards and regulations such as GDPR or HIPAA.

Detection Guidance

This vulnerability involves the Jenkins LDAP Plugin deserializing data from LDAP referrals without validation, which can lead to Remote Code Execution if exploited.

To detect this vulnerability on your system, you should first identify if you are running Jenkins with the LDAP Plugin version 807.v7d7de30930cf or earlier.

You can check the installed plugin version by running the following command on the Jenkins server:

  • curl -sSL http://<jenkins-server>/pluginManager/api/json?depth=1 | jq '.plugins[] | select(.shortName=="ldap") | .version'

Additionally, monitoring network traffic for suspicious LDAP referrals or unexpected RMI URLs could help detect exploitation attempts.

However, no specific detection commands for exploitation attempts are provided in the available resources.

Mitigation Strategies

The immediate mitigation step is to upgrade the Jenkins LDAP Plugin to version 807.809.vd3a_4e5e4ec98 or later.

This fixed version disables the automatic following of LDAP referrals by default, preventing the deserialization of unvalidated data.

Additionally, ensure that your LDAP server is trusted and secure to prevent attackers from manipulating LDAP referrals.

If upgrading immediately is not possible, consider restricting network access to the LDAP server and monitoring for unusual LDAP referral activity.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-48917. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart