CVE-2026-68462

Source
https://cve.org/CVERecord?id=CVE-2026-68462
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68462.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-68462
Downstream
Published
2026-08-15T05:51:21.948Z
Modified
2026-08-16T03:48:27.811801129Z
Summary
bpf: Reject negative const offsets for buffer pointers
Details

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

bpf: Reject negative const offsets for buffer pointers

The verifier rejects variable offsets for PTRTOTPBUFFER and PTRTO_BUF accesses, but it currently accepts a constant negative offset produced by pointer arithmetic.

Commit 022ac0750883 ("bpf: use reg->varoff instead of reg->off for pointers") moved constant pointer offsets from reg->off to reg->varoff. However, _checkbufferaccess() continued to check only the instruction offset. An access with reg->varoff equal to -8 and an instruction offset of zero therefore passes verification.

For writable raw tracepoints, the access end is also calculated from the unsigned reg->varoff.value. An eight-byte access starting at -8 wraps the calculated end to zero, allowing the program to load and attach without increasing maxtp_access.

After ensuring that reg->varoff is constant, calculate the effective access start using signed arithmetic and reject it when it is negative. Use the validated start to calculate the access end for both PTRTOTPBUFFER and PTRTOBUF.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/68xxx/CVE-2026-68462.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
022ac075088366b62e130da5e1b200bc93a47191
Fixed
314bd592085c0720ef519f6edbc5f41440ff78d4
Fixed
fd4cfa8c8f9a17cdec0539334d28754bc1d8a5d9

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
7.1.0
Fixed
7.1.5

Database specific

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