CVE-2026-80669 (GCVE-0-2026-80669)
Vulnerability from cvelistv5
Published
2026-08-28 06:49
Modified
2026-08-28 06:49
Severity ?
VLAI Severity ?
EPSS score ?
Summary
In the Linux kernel, the following vulnerability has been resolved:
bpf: Disable xfrm_decode_session hook attachment
BPF LSM programs can currently attach to xfrm_decode_session(). That
hook may return an error, but security_skb_classify_flow() calls it
from a void path and triggers BUG_ON() if an error is returned.
Disable BPF attachment to the hook to prevent a BPF LSM program from
turning packet classification into a full panic.
References
Impacted products
| Vendor | Product | Version | ||
|---|---|---|---|---|
| Linux | Linux |
Version: 9e4e01dfd3254c7f04f24b7c6b29596bc12332f3 Version: 9e4e01dfd3254c7f04f24b7c6b29596bc12332f3 Version: 9e4e01dfd3254c7f04f24b7c6b29596bc12332f3 Version: 9e4e01dfd3254c7f04f24b7c6b29596bc12332f3 Version: 9e4e01dfd3254c7f04f24b7c6b29596bc12332f3 Version: 9e4e01dfd3254c7f04f24b7c6b29596bc12332f3 |
||
{
"containers": {
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"kernel/bpf/bpf_lsm.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "aa265d47308775c5501073b08133623bcb5421f9",
"status": "affected",
"version": "9e4e01dfd3254c7f04f24b7c6b29596bc12332f3",
"versionType": "git"
},
{
"lessThan": "6b44c6660aa1c9b843e450a623ac4a8484919dce",
"status": "affected",
"version": "9e4e01dfd3254c7f04f24b7c6b29596bc12332f3",
"versionType": "git"
},
{
"lessThan": "4ae780d173ef40d4f7cb76935dc2d55fbf380009",
"status": "affected",
"version": "9e4e01dfd3254c7f04f24b7c6b29596bc12332f3",
"versionType": "git"
},
{
"lessThan": "49fa1be621dde8f526d36e5791aded8fafda1e9c",
"status": "affected",
"version": "9e4e01dfd3254c7f04f24b7c6b29596bc12332f3",
"versionType": "git"
},
{
"lessThan": "1bb3b6a5c3c5cc814eae4ff0212fdced36f8bce9",
"status": "affected",
"version": "9e4e01dfd3254c7f04f24b7c6b29596bc12332f3",
"versionType": "git"
},
{
"lessThan": "12091470c6b4c1c14b2de12dcbae2ada6cb6d20b",
"status": "affected",
"version": "9e4e01dfd3254c7f04f24b7c6b29596bc12332f3",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"kernel/bpf/bpf_lsm.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "5.7"
},
{
"lessThan": "5.7",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.1.*",
"status": "unaffected",
"version": "6.1.178",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.6.*",
"status": "unaffected",
"version": "6.6.145",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.12.*",
"status": "unaffected",
"version": "6.12.97",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.18.*",
"status": "unaffected",
"version": "6.18.40",
"versionType": "semver"
},
{
"lessThanOrEqual": "7.1.*",
"status": "unaffected",
"version": "7.1.5",
"versionType": "semver"
},
{
"lessThanOrEqual": "*",
"status": "unaffected",
"version": "7.2",
"versionType": "original_commit_for_fix"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.1.178",
"versionStartIncluding": "5.7",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.6.145",
"versionStartIncluding": "5.7",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.12.97",
"versionStartIncluding": "5.7",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.18.40",
"versionStartIncluding": "5.7",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "7.1.5",
"versionStartIncluding": "5.7",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "7.2",
"versionStartIncluding": "5.7",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nbpf: Disable xfrm_decode_session hook attachment\n\nBPF LSM programs can currently attach to xfrm_decode_session(). That\nhook may return an error, but security_skb_classify_flow() calls it\nfrom a void path and triggers BUG_ON() if an error is returned.\n\nDisable BPF attachment to the hook to prevent a BPF LSM program from\nturning packet classification into a full panic."
}
],
"providerMetadata": {
"dateUpdated": "2026-08-28T06:49:10.511Z",
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"shortName": "Linux"
},
"references": [
{
"url": "https://git.kernel.org/stable/c/aa265d47308775c5501073b08133623bcb5421f9"
},
{
"url": "https://git.kernel.org/stable/c/6b44c6660aa1c9b843e450a623ac4a8484919dce"
},
{
"url": "https://git.kernel.org/stable/c/4ae780d173ef40d4f7cb76935dc2d55fbf380009"
},
{
"url": "https://git.kernel.org/stable/c/49fa1be621dde8f526d36e5791aded8fafda1e9c"
},
{
"url": "https://git.kernel.org/stable/c/1bb3b6a5c3c5cc814eae4ff0212fdced36f8bce9"
},
{
"url": "https://git.kernel.org/stable/c/12091470c6b4c1c14b2de12dcbae2ada6cb6d20b"
}
],
"title": "bpf: Disable xfrm_decode_session hook attachment",
"x_generator": {
"engine": "bippy-1.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"assignerShortName": "Linux",
"cveId": "CVE-2026-80669",
"datePublished": "2026-08-28T06:49:10.511Z",
"dateReserved": "2026-08-26T14:34:25.782Z",
"dateUpdated": "2026-08-28T06:49:10.511Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…