CVE-2026-68125

Source
https://cve.org/CVERecord?id=CVE-2026-68125
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68125.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-68125
Downstream
Published
2026-08-10T11:58:46.198Z
Modified
2026-08-12T04:18:45.900170551Z
Summary
mac802154: llsec: reject frames shorter than the authentication tag
Details

In the Linux kernel, the following vulnerability has been resolved:

mac802154: llsec: reject frames shorter than the authentication tag

llsecdodecrypt_auth() computes the associated-data length for the AEAD request as

assoclen += datalen - authlen;

where datalen is the number of bytes after the MAC header and authlen (4, 8 or 16) is the length of the authentication tag. Nothing verifies that the frame actually carries at least authlen payload bytes. A secured frame whose payload is shorter than the tag makes datalen - authlen negative; assoclen is then passed to aeadrequestsetad() as an unsigned value close to 4 GiB, so cryptoaead_decrypt() walks far off the end of the scatterlist that only spans the real frame.

The frame is fully attacker-controlled and reaches this path from any IEEE 802.15.4 peer in radio range. Reject frames whose payload is shorter than the authentication tag before the subtraction.

Dynamically reproduced on a KASAN kernel as a general-protection-fault in the AEAD scatterwalk, and the fix confirmed.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/68xxx/CVE-2026-68125.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
4c14a2fb5d143e4ed94143be2b8c1961b47df9af
Fixed
5bbf0cd9b6a7076af86c75e87e180099be2e11ae
Fixed
de80808f37d99c6dc67bb6f97eea00c8f57a8821
Fixed
f20dedce0429b293d4bad604e0d3f65d8ac96c83
Fixed
e09e0301d616c1ef38a5e64e8e4326fd39df13cc
Fixed
fd3a3f28ed60c6af4b2a39933b151d6b27842c3b

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68125.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.16.0
Fixed
6.6.148
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.101
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.42
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.6

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68125.json"