Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: bpf: handle jset (if a & b ...) as a jump in CFG computation BPF_JSET is a conditional jump and currently verifier.c:can_jump() does not know about that. This can lead to incorrect live registers and SCC computation. E.g. in the following example: 1: r0 = 1; 2: r2 = 2; 3: if r1 & 0x7 goto +1; 4: exit; 5: r0 = r2; 6: exit; W/o this fix insn_successors(3) will return only (4), a jump to (5) would be missed and r2 won't be marked as alive at (3).
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.15, < 6.15.10 |
References
- https://git.kernel.org/stable/c/261b30ad1516f4b9edd500aa6e8d6315c8fc109aPatch
- https://git.kernel.org/stable/c/3157f7e2999616ac91f4d559a8566214f74000a5Patch
- https://git.kernel.org/stable/c/65eb166b8636365ad3d6e36d50a7c5edfe6cc66ePatch
FAQ
What is CVE-2025-38607?
CVE-2025-38607 is a vulnerability with a CVSS score of 5.5 (MEDIUM). In the Linux kernel, the following vulnerability has been resolved: bpf: handle jset (if a & b ...) as a jump in CFG computation BPF_JSET is a conditional jump and currently verifier.c:can_jump() do...
How severe is CVE-2025-38607?
CVE-2025-38607 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2025-38607?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.