CVE-2026-74720
Published: August 27, 2026Last modified: August 27, 2026
Description
In the Linux kernel, the following vulnerability has been resolved: bpf: Preserve pointer state for commuted arithmetic When scalar += pointer is handled in adjust_ptr_min_max_vals(), the destination register inherits the pointer state from the source pointer. Copying only selected fields is fragile because pointer provenance is tracked by several bpf_reg_state fields. Use the caller's temporary offset register to preserve the scalar operand while replacing the destination with the full pointer state. This preserves the frame number for PTR_TO_STACK registers and keeps parent identity fields consistent.
Severity score breakdown
| Parameter | Value |
|---|---|
| Base score | 7.8 |
| Attack Vector | LOCAL |
| Attack complexity | LOW |
| Privileges required | LOW |
| User interaction | NONE |
| Scope | UNCHANGED |
| Confidentiality | HIGH |
| Integrity impact | HIGH |
| Availability impact | HIGH |
| Vector | CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
Status
| Product | Release | Package | Status |
|---|---|---|---|
| Alpaquita Linux | 23 LTS | linux-lts | Vulnerable (6.1.182-r0) |
| 25 LTS | linux-lts | Vulnerable (6.12.103-r0) | |
| Stream | linux-lts | Fixed (6.18.46-r0) |
References
- https://git.kernel.org/stable/c/29c239f8dbec5ab33a61796724d189bddee6cd4b
- https://git.kernel.org/stable/c/8109c25e0c41f5f19a1c2380bb49c991a877494e
- https://git.kernel.org/stable/c/86b203aadc2930e0a4f9c6277b5b80ff3664c472
- https://git.kernel.org/stable/c/8cb23101a3fcc7432b451ea3d0f14a90711f4acf
- https://git.kernel.org/stable/c/a4c6f804b44c5c790269b25e0e61cf4e9f117c86
- https://git.kernel.org/stable/c/d1959028190a7649b926f5867a58de5fe221b23c
- https://git.kernel.org/stable/c/db6382ed3361bdd8129572a3423956cba1dae829
- https://git.kernel.org/stable/c/eaffa1495e4fe6330aeff9f323ea3d48b01f118a