2 matches found
CVE-2026-68462
Summary of CVE-2026-68462 (Linux kernel, BPF): The issue arises in the verifier’s handling of buffer-pointer access (PTR_TO_TP_BUFFER and PTR_TO_BUF) where a constant negative offset could slip through after a pointer offset split (reg->var_off vs reg->off). Specifically, an access with reg...
7.8CVSS5.6AI score0.00165EPSS
SaveExploits0References2
CVE-2026-68462: Undefined Security Weakness
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 PTRTOBUF accesses, but it currently accepts a constant negative offset produced by pointer arithmetic. Commit...
7.8CVSS5.9AI score0.00165EPSS
SaveExploits0References1
20