CVE-2026-11850
Last modified
CVE-2026-11850 is a medium-severity vulnerability rated 5/10 on the CVSS scale. An integer underflow vulnerability was found in MIT krb5 in the berval2tl_data() function in plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c. The function performs an unsigned subtraction (bv_len - 2) without a prior bounds check. EPSS estimates a 0.26% chance of exploitation in the next 30 days.
Description
An integer underflow vulnerability was found in MIT krb5 in the berval2tl_data() function in plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c. The function performs an unsigned subtraction (bv_len - 2) without a prior bounds check. When bv_len is 0 or 1, the subtraction wraps to a large value which is then truncated to uint16_t, yielding 0xFFFE (65534) or 0xFFFF (65535). The subsequent malloc succeeds and memcpy reads up to 65534 bytes from a 0-1 byte buffer, resulting in a heap out-of-bounds read. The attack vector involves a malicious or compromised LDAP KDB backend returning a krbExtraData attribute with bv_len < 2, triggering the underflow when the KDC or kadmind reads principal data.
Metrics
CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:L/I:N/A:H
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Red Hat | Red Hat Hardened Images | All versions |
| Red Hat | Red Hat Enterprise Linux 10 | All versions |
| Red Hat | Red Hat Enterprise Linux 6 | All versions |
| Red Hat | Red Hat Enterprise Linux 7 | All versions |
| Red Hat | Red Hat Enterprise Linux 8 | All versions |
| Red Hat | Red Hat Enterprise Linux 9 | All versions |
| Red Hat | Red Hat OpenShift Container Platform 4 | All versions |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-11850?
How severe is CVE-2026-11850?
How do I fix CVE-2026-11850?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-11845The iVEC-IEI Virtualization Edge Computer developed by IEI I…8.6
- CVE-2026-11846The iVEC-IEI Virtualization Edge Computer developed by IEI …8.1
- CVE-2026-11847The iVEC-IEI Virtualization Edge Computer developed by IEI…5.3
- CVE-2026-11848The iRM-IEI Remote Management developed by IEI Integration C…7.9
- CVE-2026-11849The iRM-IEI Remote Management developed by IEI Integration …9.8
- CVE-2026-1185A configuration file on the local file system had improper i…8.8
- CVE-2026-11851Improper Neutralization of Special Elements used in an SQL C…5.9
- CVE-2026-11852Debusine is an integrated solution to build, distribute and …6.5
- CVE-2026-11853Debusine is an integrated solution to build, distribute and …6.5
- CVE-2026-11855The Simple Membership WordPress plugin before 4.7.5 does not…8.8
- CVE-2026-11856Successfully using libcurl to do a transfer to a specific HT…9.8
- CVE-2026-11857Quanos SCHEMA ST4 on-premises contains a local privilege esc…8.4
Are you affected by CVE-2026-11850?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
