Skip to main content
EPSS 0.3%top 81%

CVE-2026-11850: Integer Underflow (Wrap or Wraparound) in Red Hat Red Hat Hardened Images

0
Medium
Published: 06/11/2026 (06/11/2026, 09:49:07 UTC)
Source: GCVE Database
Vendor/Project: Red Hat
Product: Red Hat Hardened Images

Description

CVE-2026-11850 is an integer underflow vulnerability in the MIT krb5 LDAP KDB plugin used by Red Hat Hardened Images and Ubuntu Kerberos packages. The flaw occurs in the berval2tl_data() function when it subtracts 2 from a length value without checking if the length is at least 2, causing a wraparound and a large heap out-of-bounds read. This can lead to denial of service (crash) when the KDC or kadmind reads principal data from a malicious or compromised LDAP backend. Exploitation requires write access to the LDAP backend used as the Kerberos database. File-based KDB backends are not affected. Red Hat rates this issue as moderate impact, and Ubuntu has released fixed package versions. No known exploits are reported in the wild.

CVSS v3.1

Score 5.0medium

Attack Vector
Network
Attack Complexity
High
Privileges Required
High
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
None
Availability
High
CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:L/I:N/A:H

Affected software

Ubuntu:Pro:14.04:LTSmore threats →ghsa
krb5
pkg:deb/ubuntu/[email protected]+dfsg-2ubuntu5.4+esm7?arch=source&distro=esm-infra-legacy/trusty
Affected versions
=1.10.1+dfsg-6.1ubuntu1=1.11.3+dfsg-3ubuntu2=1.12+dfsg-2ubuntu1=1.12+dfsg-2ubuntu2=1.12+dfsg-2ubuntu3=1.12+dfsg-2ubuntu4=1.12+dfsg-2ubuntu4.2=1.12+dfsg-2ubuntu5=1.12+dfsg-2ubuntu5.1=1.12+dfsg-2ubuntu5.2=1.12+dfsg-2ubuntu5.3=1.12+dfsg-2ubuntu5.4=1.12+dfsg-2ubuntu5.4+esm1=1.12+dfsg-2ubuntu5.4+esm2=1.12+dfsg-2ubuntu5.4+esm3=1.12+dfsg-2ubuntu5.4+esm4=1.12+dfsg-2ubuntu5.4+esm5=1.12+dfsg-2ubuntu5.4+esm6=1.12+dfsg-2ubuntu5.4+esm7
Ubuntu:Pro:16.04:LTSmore threats →ghsa
krb5
pkg:deb/ubuntu/[email protected]+dfsg-5ubuntu2.2+esm7?arch=source&distro=esm-infra/xenial
Affected versions
=1.13.2+dfsg-2=1.13.2+dfsg-3=1.13.2+dfsg-4=1.13.2+dfsg-5=1.13.2+dfsg-5ubuntu1=1.13.2+dfsg-5ubuntu2=1.13.2+dfsg-5ubuntu2.1=1.13.2+dfsg-5ubuntu2.1+esm1=1.13.2+dfsg-5ubuntu2.2=1.13.2+dfsg-5ubuntu2.2+esm1=1.13.2+dfsg-5ubuntu2.2+esm2=1.13.2+dfsg-5ubuntu2.2+esm3=1.13.2+dfsg-5ubuntu2.2+esm4=1.13.2+dfsg-5ubuntu2.2+esm5=1.13.2+dfsg-5ubuntu2.2+esm6=1.13.2+dfsg-5ubuntu2.2+esm7
Ubuntu:Pro:18.04:LTSmore threats →ghsa
krb5
pkg:deb/ubuntu/[email protected]+esm5?arch=source&distro=esm-infra/bionic
Affected versions
=1.15.1-2=1.16-2=1.16-2build1=1.16-2ubuntu0.1=1.16-2ubuntu0.1+esm1=1.16-2ubuntu0.2=1.16-2ubuntu0.3=1.16-2ubuntu0.4=1.16-2ubuntu0.4+esm1=1.16-2ubuntu0.4+esm2=1.16-2ubuntu0.4+esm3=1.16-2ubuntu0.4+esm5
Ubuntu:20.04:LTSmore threats →ghsa
krb5
pkg:deb/ubuntu/[email protected]?arch=source&distro=focal
Affected versions
=1.17-6=1.17-6ubuntu3=1.17-6ubuntu4=1.17-6ubuntu4.1=1.17-6ubuntu4.2=1.17-6ubuntu4.3=1.17-6ubuntu4.4=1.17-6ubuntu4.6=1.17-6ubuntu4.7=1.17-6ubuntu4.8=1.17-6ubuntu4.9=1.17-6ubuntu4.11
Ubuntu:22.04:LTSmore threats →ghsa
krb5
pkg:deb/ubuntu/[email protected]?arch=source&distro=jammy
Affected versions
=1.18.3-6=1.18.3-7=1.19.2-0ubuntu1=1.19.2-1=1.19.2-2=1.19.2-2ubuntu0.1=1.19.2-2ubuntu0.2=1.19.2-2ubuntu0.3=1.19.2-2ubuntu0.4=1.19.2-2ubuntu0.5=1.19.2-2ubuntu0.6=1.19.2-2ubuntu0.7
Ubuntu:24.04:LTSmore threats →ghsa
krb5
pkg:deb/ubuntu/[email protected]?arch=source&distro=noble
Affected versions
=1.20.1-3ubuntu1=1.20.1-5build1=1.20.1-6ubuntu1=1.20.1-6ubuntu2=1.20.1-6ubuntu2.1=1.20.1-6ubuntu2.2=1.20.1-6ubuntu2.3=1.20.1-6ubuntu2.4=1.20.1-6ubuntu2.5=1.20.1-6ubuntu2.6
Ubuntu:25.10more threats →ghsa
krb5
pkg:deb/ubuntu/[email protected]?arch=source&distro=questing
Affected versions
=1.21.3-4ubuntu2=1.21.3-5ubuntu1=1.21.3-5ubuntu2
Ubuntu:26.04:LTSmore threats →ghsa
krb5
pkg:deb/ubuntu/[email protected]?arch=source&distro=resolute
Affected versions
=1.21.3-5ubuntu2=1.22.1-2=1.22.1-2ubuntu2=1.22.1-2ubuntu3=1.22.1-2ubuntu4

Run on your own infrastructure? Check whether these packages are installed with threat-finder — our free open-source scanner.

AI-Powered Analysis

Machine-generated threat intelligence

AILast updated: 09/07/2026, 11:07:48 UTC

Technical Analysis

The vulnerability in MIT krb5's LDAP KDB plugin (berval2tl_data() function) performs an unsigned subtraction (bv_len - 2) without bounds checking. When bv_len is 0 or 1, the subtraction wraps to a large uint16_t value (65534 or 65535), causing malloc to allocate a large buffer and memcpy to read beyond the actual buffer size, resulting in a heap out-of-bounds read. This occurs when a malicious or compromised LDAP KDB backend returns a krbExtraData attribute with bv_len less than 2. The flaw affects Kerberos Key Distribution Center (KDC) and kadmind components that load principal data from LDAP backends. Exploitation requires LDAP backend compromise or write access. File-based KDB backends are unaffected. Red Hat classifies this as moderate impact with a CVSS 3.1 score of 5.0 (AV:N/AC:H/PR:H/UI:N/S:U/C:L/I:N/A:H). Ubuntu has issued security updates fixing this issue in krb5 packages for multiple LTS releases and other versions.

Potential Impact

Successful exploitation can cause a denial of service via a heap out-of-bounds read leading to crashes or instability in Kerberos services (KDC or kadmind). Confidentiality impact is low, with no integrity impact reported. Exploitation requires high privileges (write access) to the LDAP backend used as the Kerberos database. File-based backends are not affected. There are no known exploits in the wild.

Mitigation Recommendations

Red Hat states that no effective mitigation other than patching currently meets their criteria for ease of use and applicability. Ubuntu has released fixed krb5 package versions that address this vulnerability. Users should update to the fixed package versions as listed in the Ubuntu advisory and restart Kerberos services to apply the fix. Deployments using file-based KDB backends are not affected by this vulnerability. Monitor vendor advisories for updates. No additional mitigations are recommended by the vendor.

Pro Console: star threats, build custom feeds, automate alerts via Slack, email & webhooks.Upgrade to Pro

Technical Details

Gcve Source
db.gcve.eu
Osv Id
UBUNTU-CVE-2026-11850
Osv Schema Version
1.7.0
Ecosystems
["Ubuntu:Pro:14.04:LTS","Ubuntu:Pro:16.04:LTS","Ubuntu:Pro:18.04:LTS","Ubuntu:20.04:LTS","Ubuntu:22.04:LTS","Ubuntu:24.04:LTS","Ubuntu:25.10","Ubuntu:26.04:LTS"]
Cvss Version
3.1

Threat ID: 6a58b41868715ace43d686db

Added to database: 07/16/2026, 10:36:08 UTC

Last enriched: 09/07/2026, 11:07:48 UTC

Last updated: 09/14/2026, 22:01:31 UTC

Views: 25

Community Reviews

0 reviews

Crowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.

Sort by
Loading community insights…

Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.

Actions

PRO

Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.

Please log in to the Console to use AI analysis features.

Need more coverage?

Upgrade to Pro Console for AI refresh and higher limits.

For incident response and remediation, OffSeq services can help resolve threats faster.

Latest Threats

Breach by OffSeqOFFSEQFRIENDS — 25% OFF

Check if your credentials are on the dark web

Instant breach scanning across billions of leaked records. Free tier available.

Scan now
OffSeq TrainingCredly Certified

Lead Pen Test Professional

Technical5-day eLearningPECB Accredited
View courses