GHSA-PHJM-5CMF-7W3F
Vulnerability from github – Published: 2026-09-17 18:31 – Updated: 2026-09-17 18:31In the Linux kernel, the following vulnerability has been resolved:
nfc: llcp: avoid userspace overflow on invalid optlen
nfc_llcp_getsockopt() casts optval to (u32 __user *) for put_user(), so the kernel always stores 4 bytes regardless of the caller-supplied optlen. The existing min_t(u32, len, sizeof(u32)) only clamps the length reported back to userspace; it does not constrain the store. A call with optlen < 4 therefore writes past the user buffer, violating the getsockopt(2) contract for all five supported optnames.
Reject any call with optlen < sizeof(u32) up front. 'len' is int, so a plain size comparison would promote a negative optlen to size_t and slip past the check; an explicit 'len < 0' test is added first to catch negative values before the size compare.
{
"affected": [],
"aliases": [
"CVE-2026-90226"
],
"database_specific": {
"cwe_ids": [],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2026-09-17T17:17:18Z",
"severity": null
},
"details": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfc: llcp: avoid userspace overflow on invalid optlen\n\nnfc_llcp_getsockopt() casts optval to (u32 __user *) for put_user(), so\nthe kernel always stores 4 bytes regardless of the caller-supplied\noptlen. The existing min_t(u32, len, sizeof(u32)) only clamps the length\nreported back to userspace; it does not constrain the store. A call with\noptlen \u003c 4 therefore writes past the user buffer, violating the\ngetsockopt(2) contract for all five supported optnames.\n\nReject any call with optlen \u003c sizeof(u32) up front. \u0027len\u0027 is int, so a\nplain size comparison would promote a negative optlen to size_t and slip\npast the check; an explicit \u0027len \u003c 0\u0027 test is added first to catch\nnegative values before the size compare.",
"id": "GHSA-phjm-5cmf-7w3f",
"modified": "2026-09-17T18:31:56Z",
"published": "2026-09-17T18:31:56Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-90226"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/35573c6cb081af2f4a7caeea291302aca5484526"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/42859562b7cc4313a84a584f338118edb7087066"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/598dcd53c52f8eeb9dd5382198c03960d5d40fcd"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/7e40f2f5e7bc06c3ddef781180ce4f7994176547"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/8bf228fa02b1ed8ce622fb81fa8edc42be9aeb67"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/99985bfa8336fadcc69190ba2dcbd5386af3d661"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/b4c5abaea06292e1dddb70eac1b51589b32c77a3"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/bd6f1277b62bc1df348ca21739df2bc546fcd493"
}
],
"schema_version": "1.4.0",
"severity": []
}
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.
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.
Browse all ATT&CK techniques and the vulnerabilities related to each.
Related by attack behaviour
Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.