NONE · 0

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

Vulnerability 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.

References

FAQ

What is CVE-2026-72241?

CVE-2026-72241 is a documented vulnerability. 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...

How severe is CVE-2026-72241?

CVSS scoring is not yet available for CVE-2026-72241. Check NVD for updates.

Is there a patch for CVE-2026-72241?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.