Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-23448

7.8 · HIGH
Published Apr 3, 2026 linux CWE-129

Overview

CVE-2026-23448 is a high-severity vulnerability affecting linux linux_kernel. It was published on April 3, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

net: usb: cdc_ncm: add ndpoffset to NDP16 nframes bounds check

cdc_ncm_rx_verify_ndp16() validates that the NDP header and its DPE

entries fit within the skb. The first check correctly accounts for

ndpoffset:

if ((ndpoffset + sizeof(struct usb_cdc_ncm_ndp16)) > skb_in->len)

but the second check omits it:

if ((sizeof(struct usb_cdc_ncm_ndp16) +

ret * (sizeof(struct usb_cdc_ncm_dpe16))) > skb_in->len)

This validates the DPE array size against the total skb length as if

the NDP were at offset 0, rather than at ndpoffset. When the NDP is

placed near the end of the NTB (large wNdpIndex), the DPE entries can

extend past the skb data buffer even though the check passes.

cdc_ncm_rx_fixup() then reads out-of-bounds memory when iterating

the DPE array.

Add ndpoffset to the nframes bounds check and use struct_size_t() to

express the NDP-plus-DPE-array size more clearly.

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 3.8, < 6.6.130 Affected

Frequently Asked Questions

What is CVE-2026-23448?

CVE-2026-23448 is a high-severity vulnerability affecting linux linux_kernel. It was published on April 3, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2026-23448?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2026-23448?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-23448?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-23448 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.

Browse by year 2026