Answer in brief
CVE-2025-39748 records a Medium severity (CVSS 5.5) vulnerability in bpf: Forget ranges when refining tnum after JSET. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic), Siemens/SIMATIC S7-1500 CPU 1518-4 PN/DP MFP (generic), Siemens/SIMATIC S7-1500 CPU 1518-4 PN/DP MFP (generic) and additional mapped packages. Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
Answer in brief
CVE-2025-39748 records a Medium severity (CVSS 5.5) vulnerability in bpf: Forget ranges when refining tnum after JSET. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic), Siemens/SIMATIC S7-1500 CPU 1518-4 PN/DP MFP (generic), Siemens/SIMATIC S7-1500 CPU 1518-4 PN/DP MFP (generic) and additional mapped packages. Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 5.5. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic), Siemens/SIMATIC S7-1500 CPU 1518-4 PN/DP MFP (generic), Siemens/SIMATIC S7-1500 CPU 1518-4 PN/DP MFP (generic) and additional mapped packages. Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=960ea056561a08e2b837b2f02d22c53226414a84 <22191359f8454b0be082c3b126f86bcbea0f1318 || >=960ea056561a08e2b837b2f02d22c53226414a84 <c29dd8336236a4deb75596b52d2dd16ccc4a380d || >=960ea056561a08e2b837b2f02d22c53226414a84 <591c788d16046edb0220800bf1819554af5853ce || >=960ea056561a08e2b837b2f02d22c53226414a84 <0643aa2468192a4d81326e8e76543854870b1ee2 || >=960ea056561a08e2b837b2f02d22c53226414a84 <f01e06930444cab289a8783017af9b64255bd103 || >=960ea056561a08e2b837b2f02d22c53226414a84 <2fd0c26bacd90ef26522bd3169000a4715bf151f || >=960ea056561a08e2b837b2f02d22c53226414a84 <80a6b11862a7cfdf691e8f9faee89cfea219f098 || >=960ea056561a08e2b837b2f02d22c53226414a84 <6279846b9b2532e1b04559ef8bd0dec049f29383 | 22191359f8454b0be082c3b126f86bcbea0f1318, c29dd8336236a4deb75596b52d2dd16ccc4a380d, 591c788d16046edb0220800bf1819554af5853ce, 0643aa2468192a4d81326e8e76543854870b1ee2, f01e06930444cab289a8783017af9b64255bd103, 2fd0c26bacd90ef26522bd3169000a4715bf151f, 80a6b11862a7cfdf691e8f9faee89cfea219f098, 6279846b9b2532e1b04559ef8bd0dec049f29383 |
| Linux/Linuxgeneric | 5.0 | Not reported |
| Siemens/SIMATIC S7-1500 CPU 1518-4 PN/DP MFPgeneric | >=V3.1.6 <* | * |
| Siemens/SIMATIC S7-1500 CPU 1518-4 PN/DP MFPgeneric | >=V3.1.5 <* | * |
| Siemens/SIMATIC S7-1500 CPU 1518F-4 PN/DP MFPgeneric | >=V3.1.6 <* | * |
| Siemens/SIMATIC S7-1500 CPU 1518F-4 PN/DP MFPgeneric | >=V3.1.5 <* | * |
| Siemens/SIPLUS S7-1500 CPU 1518-4 PN/DP MFPgeneric | >=V3.1.6 <* | * |
| Siemens/SIPLUS S7-1500 CPU 1518-4 PN/DP MFPgeneric | >=V3.1.5 <* | * |
Published upstream
Sep 11, 2025
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Jul 14, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Jul 14, 2026
In the Linux kernel, the following vulnerability has been resolved: bpf: Forget ranges when refining tnum after JSET Syzbot reported a kernel warning due to a range invariant violation on the following BPF program. 0: call bpf_get_netns_cookie 1: if r0 == 0 goto <exit> 2: if r0 & Oxffffffff goto <exit> The issue is on the path where we fall through both jumps. That path is unreachable at runtime: after insn 1, we know r0 != 0, but with the sign extension on the jset, we would only fallthrough insn 2 if r0 == 0. Unfortunately, is_branch_taken() isn't currently able to figure this out, so the verifier walks all branches. The verifier then refines the register bounds using the second condition and we end up with inconsistent bounds on this unreachable path: 1: if r0 == 0 goto <exit> r0: u64=[0x1, 0xffffffffffffffff] var_off=(0, 0xffffffffffffffff) 2: if r0 & 0xffffffff goto <exit> r0 before reg_bounds_sync: u64=[0x1, 0xffffffffffffffff] var_off=(0, 0) r0 after reg_bounds_sync: u64=[0x1, 0] var_off=(0, 0) Improving the range refinement for JSET to cover all cases is tricky. We also don't expect many users to rely on JSET given LLVM doesn't generate those instructions. So instead of improving the range refinement for JSETs, Eduard suggested we forget the ranges whenever we're narrowing tnums after a JSET. This patch implements that approach.
Quoted source text, attributed separately from HOL analysis.
CVSS is 5.5. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic), Siemens/SIMATIC S7-1500 CPU 1518-4 PN/DP MFP (generic), Siemens/SIMATIC S7-1500 CPU 1518-4 PN/DP MFP (generic) and additional mapped packages. Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=960ea056561a08e2b837b2f02d22c53226414a84 <22191359f8454b0be082c3b126f86bcbea0f1318 || >=960ea056561a08e2b837b2f02d22c53226414a84 <c29dd8336236a4deb75596b52d2dd16ccc4a380d || >=960ea056561a08e2b837b2f02d22c53226414a84 <591c788d16046edb0220800bf1819554af5853ce || >=960ea056561a08e2b837b2f02d22c53226414a84 <0643aa2468192a4d81326e8e76543854870b1ee2 || >=960ea056561a08e2b837b2f02d22c53226414a84 <f01e06930444cab289a8783017af9b64255bd103 || >=960ea056561a08e2b837b2f02d22c53226414a84 <2fd0c26bacd90ef26522bd3169000a4715bf151f || >=960ea056561a08e2b837b2f02d22c53226414a84 <80a6b11862a7cfdf691e8f9faee89cfea219f098 || >=960ea056561a08e2b837b2f02d22c53226414a84 <6279846b9b2532e1b04559ef8bd0dec049f29383 | 22191359f8454b0be082c3b126f86bcbea0f1318, c29dd8336236a4deb75596b52d2dd16ccc4a380d, 591c788d16046edb0220800bf1819554af5853ce, 0643aa2468192a4d81326e8e76543854870b1ee2, f01e06930444cab289a8783017af9b64255bd103, 2fd0c26bacd90ef26522bd3169000a4715bf151f, 80a6b11862a7cfdf691e8f9faee89cfea219f098, 6279846b9b2532e1b04559ef8bd0dec049f29383 |
| Linux/Linuxgeneric | 5.0 | Not reported |
| Siemens/SIMATIC S7-1500 CPU 1518-4 PN/DP MFPgeneric | >=V3.1.6 <* | * |
| Siemens/SIMATIC S7-1500 CPU 1518-4 PN/DP MFPgeneric | >=V3.1.5 <* | * |
| Siemens/SIMATIC S7-1500 CPU 1518F-4 PN/DP MFPgeneric | >=V3.1.6 <* | * |
| Siemens/SIMATIC S7-1500 CPU 1518F-4 PN/DP MFPgeneric | >=V3.1.5 <* | * |
| Siemens/SIPLUS S7-1500 CPU 1518-4 PN/DP MFPgeneric | >=V3.1.6 <* | * |
| Siemens/SIPLUS S7-1500 CPU 1518-4 PN/DP MFPgeneric | >=V3.1.5 <* | * |
Published upstream
Sep 11, 2025
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Jul 14, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Jul 14, 2026
In the Linux kernel, the following vulnerability has been resolved: bpf: Forget ranges when refining tnum after JSET Syzbot reported a kernel warning due to a range invariant violation on the following BPF program. 0: call bpf_get_netns_cookie 1: if r0 == 0 goto <exit> 2: if r0 & Oxffffffff goto <exit> The issue is on the path where we fall through both jumps. That path is unreachable at runtime: after insn 1, we know r0 != 0, but with the sign extension on the jset, we would only fallthrough insn 2 if r0 == 0. Unfortunately, is_branch_taken() isn't currently able to figure this out, so the verifier walks all branches. The verifier then refines the register bounds using the second condition and we end up with inconsistent bounds on this unreachable path: 1: if r0 == 0 goto <exit> r0: u64=[0x1, 0xffffffffffffffff] var_off=(0, 0xffffffffffffffff) 2: if r0 & 0xffffffff goto <exit> r0 before reg_bounds_sync: u64=[0x1, 0xffffffffffffffff] var_off=(0, 0) r0 after reg_bounds_sync: u64=[0x1, 0] var_off=(0, 0) Improving the range refinement for JSET to cover all cases is tricky. We also don't expect many users to rely on JSET given LLVM doesn't generate those instructions. So instead of improving the range refinement for JSETs, Eduard suggested we forget the ranges whenever we're narrowing tnums after a JSET. This patch implements that approach.
Quoted source text, attributed separately from HOL analysis.