CVE-2026-72241
N/A
N/A
Summary
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.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | e381322b0190c1253d347de3f28b5c37756fb651 < a84c59121dfdc7b324f72dc5012aa8fe5e7d2d7b | affected |
| Linux | Linux | e381322b0190c1253d347de3f28b5c37756fb651 < 5bb89e23729f3a59592d699a437bb001f24b8f67 | affected |
| Linux | Linux | e381322b0190c1253d347de3f28b5c37756fb651 < 5ad6f6c9209e5777b896def9876708853ae26d0d | affected |
| Linux | Linux | e381322b0190c1253d347de3f28b5c37756fb651 < 8bf529571cca60fb8af65d6d034bdbbc99a9127c | affected |
| Linux | Linux | e381322b0190c1253d347de3f28b5c37756fb651 < a91ac9fdac7385cbc98aeae55b4e5302125497a2 | affected |
| Linux | Linux | e381322b0190c1253d347de3f28b5c37756fb651 < 6dd51d84a9502553e58beade72823258871b8111 | affected |
| Linux | Linux | e381322b0190c1253d347de3f28b5c37756fb651 < 263ccdd627caeda6e980ed3c6e32bb4fd6b380b1 | affected |
| Linux | Linux | e381322b0190c1253d347de3f28b5c37756fb651 < c19fe864f667afc49d1391d764e20b66555bcf7a | affected |
| Linux | Linux | 4.10 | affected |
| Linux | Linux | 0 < 4.10 | unaffected |
| Linux | Linux | 5.10.261 <= 5.10.* | unaffected |
| Linux | Linux | 5.15.212 <= 5.15.* | unaffected |
| Linux | Linux | 6.1.178 <= 6.1.* | unaffected |
| Linux | Linux | 6.6.145 <= 6.6.* | unaffected |
| Linux | Linux | 6.12.97 <= 6.12.* | unaffected |
| Linux | Linux | 6.18.40 <= 6.18.* | unaffected |
| Linux | Linux | 7.1.5 <= 7.1.* | unaffected |
| Linux | Linux | 7.2 <= * | unaffected |
Weaknesses
References
- https://git.kernel.org/stable/c/a84c59121dfdc7b324f72dc5012aa8fe5e7d2d7b
- https://git.kernel.org/stable/c/5bb89e23729f3a59592d699a437bb001f24b8f67
- https://git.kernel.org/stable/c/5ad6f6c9209e5777b896def9876708853ae26d0d
- https://git.kernel.org/stable/c/8bf529571cca60fb8af65d6d034bdbbc99a9127c
- https://git.kernel.org/stable/c/a91ac9fdac7385cbc98aeae55b4e5302125497a2
- https://git.kernel.org/stable/c/6dd51d84a9502553e58beade72823258871b8111
- https://git.kernel.org/stable/c/263ccdd627caeda6e980ed3c6e32bb4fd6b380b1
- https://git.kernel.org/stable/c/c19fe864f667afc49d1391d764e20b66555bcf7a
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.