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-23208

7.8 · HIGH
Published Feb 14, 2026 linux CWE-787 EPSS 0.12% (2th pctl)

Overview

CVE-2026-23208 is a high-severity vulnerability affecting linux linux_kernel. It was published on February 14, 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:

ALSA: usb-audio: Prevent excessive number of frames

In this case, the user constructed the parameters with maxpacksize 40

for rate 22050 / pps 1000, and packsize[0] 22 packsize[1] 23. The buffer

size for each data URB is maxpacksize * packets, which in this example

is 40 * 6 = 240; When the user performs a write operation to send audio

data into the ALSA PCM playback stream, the calculated number of frames

is packsize[0] * packets = 264, which exceeds the allocated URB buffer

size, triggering the out-of-bounds (OOB) issue reported by syzbot [1].

Added a check for the number of single data URB frames when calculating

the number of frames to prevent [1].

[1]

BUG: KASAN: slab-out-of-bounds in copy_to_urb+0x261/0x460 sound/usb/pcm.c:1487

Write of size 264 at addr ffff88804337e800 by task syz.0.17/5506

Call Trace:

copy_to_urb+0x261/0x460 sound/usb/pcm.c:1487

prepare_playback_urb+0x953/0x13d0 sound/usb/pcm.c:1611

prep

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 >= 4.14.186, < 4.14.188 Affected

Frequently Asked Questions

What is CVE-2026-23208?

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

How severe is CVE-2026-23208?

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-23208?

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-23208?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-23208 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.