PatchSiren cyber security CVE debrief
CVE-2024-26851 Linux CVE debrief
CVE-2024-26851 is a Linux kernel issue in netfilter’s nf_conntrack_h323 decoder where malformed input could make the extension bitmap length grow beyond 32 and drive an invalid shift operation. The result is undefined behavior detected by UBSAN, and the fix adds a bounds check so decoding stops with an out-of-range error instead of continuing with unsafe bitmap lengths.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- HIGH 7.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2024-04-17
- Original CVE updated
- 2026-08-04
- Advisory published
- 2024-04-17
- Advisory updated
- 2026-08-04
Who should care
Linux kernel maintainers, distro security teams, and operators running affected kernel branches should care, especially where H.323 connection tracking is enabled or could be reached through packet processing on exposed systems.
Technical summary
According to the CVE description, abnormal skb data can cause the H.323 RAS message decoder in net/netfilter/nf_conntrack_h323_asn1.c to accumulate an extension bitmap length greater than 32. That length is then used in a shift operation, and after repeated looping the value can become negative, leading to an out-of-bounds/undefined bitwise shift reported by UBSAN. The remediation adds protection to reject lengths that exceed the valid range and abort decoding with an out-of-range error. NVD classifies the issue as CWE-787 and rates it CVSS 3.1 5.5/Medium with AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H.
Defensive priority
Medium
Recommended defensive actions
- Apply the Linux kernel fix from the referenced stable patches and update to a release that includes the remediation.
- Verify which deployed kernel branches are in the affected ranges listed by NVD, including the listed 4.x, 5.x, 6.x, and 6.8-rc builds.
- Prioritize patching systems that run H.323 conntrack support and are exposed to untrusted traffic paths.
- Use vendor and distribution advisories to confirm backport status for your specific kernel build.
- After patching, validate that the running kernel contains the corrected nf_conntrack_h323 ASN.1 decoder behavior.
Evidence notes
The CVE record was published on 2024-04-17 and last modified on 2026-05-12. The supplied NVD description states that the H.323 conntrack decoder can hit a UBSAN shift issue when bitmap length exceeds 32 and that the fix adds protection to stop out-of-range lengths. NVD lists CWE-787 and CVSS 3.1 vector AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H. NVD also provides affected Linux kernel CPE ranges and references multiple kernel stable patch links.
Sources and references
Verified primary and authoritative sources
-
CVE-2024-26851 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2024-26851
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2024-26851 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2024-26851
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/014a807f1cc9c9d5173c1cd935835553b00d211c
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/39001e3c42000e7c2038717af0d33c32319ad591
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/4bafcc43baf7bcf93566394dbd15726b5b456b7a
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/767146637efc528b5e3d31297df115e85a2fd362
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/80ee5054435a11c87c9a4f30f1ff750080c96416
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/98db42191329c679f4ca52bec0b319689e1ad8cb
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/b3c0f553820516ad4b62a9390ecd28d6f73a7b13
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.