CVE-2026-72241

UnknownEPSS 0.21%

Last modified

CVE-2026-72241 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: leds: uleds: Fix potential buffer overread The name string supplied by userspace is not guaranteed to be null-terminated, so using strchr() on it might result in a buffer overread. The same thing will happen when said string is used by the LED class device. Fix this by using strnchr() instead and explicitly check that the name string is properly null-terminated.. EPSS estimates a 0.21% chance of exploitation in the next 30 days.

Description

In the Linux kernel, the following vulnerability has been resolved: leds: uleds: Fix potential buffer overread The name string supplied by userspace is not guaranteed to be null-terminated, so using strchr() on it might result in a buffer overread. The same thing will happen when said string is used by the LED class device. Fix this by using strnchr() instead and explicitly check that the name string is properly null-terminated.

Metrics

EPSS Probability
0.21%

11.6th percentile

Probability of exploitation in the next 30 days. Learn more

Affected Software

Source: CNA advisory (CVE.org). NVD analysis pending.

VendorProductVersions
LinuxLinux>= e381322b0190c1253d347de3f28b5c37756fb651, < a84c59121dfdc7b324f72dc5012aa8fe5e7d2d7b; >= e381322b0190c1253d347de3f28b5c37756fb651, < 5bb89e23729f3a59592d699a437bb001f24b8f67; >= e381322b0190c1253d347de3f28b5c37756fb651, < 5ad6f6c9209e5777b896def9876708853ae26d0d; >= e381322b0190c1253d347de3f28b5c37756fb651, < 8bf529571cca60fb8af65d6d034bdbbc99a9127c; >= e381322b0190c1253d347de3f28b5c37756fb651, < a91ac9fdac7385cbc98aeae55b4e5302125497a2; >= e381322b0190c1253d347de3f28b5c37756fb651, < 6dd51d84a9502553e58beade72823258871b8111; >= e381322b0190c1253d347de3f28b5c37756fb651, < 263ccdd627caeda6e980ed3c6e32bb4fd6b380b1; >= e381322b0190c1253d347de3f28b5c37756fb651, < c19fe864f667afc49d1391d764e20b66555bcf7a
LinuxLinux4.10

References

Timeline

Published
Last Modified
Status
Received

Frequently Asked Questions

What is CVE-2026-72241?
In the Linux kernel, the following vulnerability has been resolved: leds: uleds: Fix potential buffer overread The name string supplied by userspace is not guaranteed to be null-terminated, so using strchr() on it might result in a buffer overread. The same thing will happen when said string is used by the LED class device. Fix this by using strnchr() instead and explicitly check that the name string is properly null-terminated.
How severe is CVE-2026-72241?
Severity scoring for CVE-2026-72241 is pending analysis. The EPSS model estimates a 0.21% probability of exploitation in the next 30 days.
How do I fix CVE-2026-72241?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2026

Are you affected by CVE-2026-72241?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST