GHSA-P332-Q22M-RCHG
Vulnerability from github – Published: 2026-08-15 06:32 – Updated: 2026-08-15 06:32
VLAI
Details
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": [],
"aliases": [
"CVE-2026-72241"
],
"database_specific": {
"cwe_ids": [],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2026-08-15T06:21:51Z",
"severity": null
},
"details": "In the Linux kernel, the following vulnerability has been resolved:\n\nleds: uleds: Fix potential buffer overread\n\nThe name string supplied by userspace is not guaranteed to be\nnull-terminated, so using strchr() on it might result in a buffer\noverread. The same thing will happen when said string is used by\nthe LED class device.\n\nFix this by using strnchr() instead and explicitly check that\nthe name string is properly null-terminated.",
"id": "GHSA-p332-q22m-rchg",
"modified": "2026-08-15T06:32:17Z",
"published": "2026-08-15T06:32:17Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-72241"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/263ccdd627caeda6e980ed3c6e32bb4fd6b380b1"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/5ad6f6c9209e5777b896def9876708853ae26d0d"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/5bb89e23729f3a59592d699a437bb001f24b8f67"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/6dd51d84a9502553e58beade72823258871b8111"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/8bf529571cca60fb8af65d6d034bdbbc99a9127c"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/a84c59121dfdc7b324f72dc5012aa8fe5e7d2d7b"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/a91ac9fdac7385cbc98aeae55b4e5302125497a2"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/c19fe864f667afc49d1391d764e20b66555bcf7a"
}
],
"schema_version": "1.4.0",
"severity": []
}
Loading…
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
The MITRE ATT&CK techniques below are AI-generated suggestions, inferred from the description of the
vulnerability by the CIRCL/vulnerability-attack-technique-classification-roberta-base
model, served locally by ML-Gateway.
They have not been verified by an analyst and are provided for guidance only.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.
Loading…
Loading…