VDB

CVE-2026-46088

CVE-2026-46088 PUBLISHED

Reported by Linux · Published May 27, 2026

In the Linux kernel, the following vulnerability has been resolved: ALSA: control: Validate buf_len before strnlen() in snd_ctl_elem_init_enum_names() snd_ctl_elem_init_enum_names() advances pointer p through the names buffer while decrementing buf_len. If buf_len reaches zero but items remain, the next iteration calls strnlen(p, 0). While strnlen(p, 0) returns 0 and would hit the existing name_len == 0 error path, CONFIG_FORTIFY_SOURCE's fortified strnlen() first checks maxlen against __builtin_dynamic_object_size(). When Clang loses track of p's object size inside the loop, this triggers a BRK exception panic before the return value is examined. Add a buf_len == 0 guard at the loop entry to prevent calling fortified strnlen() on an exhausted buffer. Found by kernel fuzz testing through Xiaomi Smartphone.

EPSS 0.03% · 9.8th percentile

Risk Scores

EPSS Score
0.03%
9.8th percentile

Affected Products

VendorProductVersions
LinuxLinux8d448162bda5ae3b5ecb26fe50c8fbbeae99faa4, 8d448162bda5ae3b5ecb26fe50c8fbbeae99faa4, 8d448162bda5ae3b5ecb26fe50c8fbbeae99faa4
LinuxLinux3.2, 0, 5.10.258
linuxlinux_kernel3.2, 3.2, 3.2
LinuxLinux8d448162bda5ae3b5ecb26fe50c8fbbeae99faa4, 8d448162bda5ae3b5ecb26fe50c8fbbeae99faa4, 8d448162bda5ae3b5ecb26fe50c8fbbeae99faa4

Timeline

  • May 27, 2026 CVE Published
  • May 28, 2026 EPSS Score
  • May 29, 2026 EPSS Score
  • May 29, 2026 Security Advisory
  • May 30, 2026 EPSS Score
  • May 31, 2026 EPSS Score
  • Jun 1, 2026 EPSS Score
  • Jun 4, 2026 Coalition ESS Score
  • Jun 5, 2026 EPSS Score

References

Open in Interactive Console →
$ Console Community · 100/wk Open console ›