Reference page — cumulative record through Wednesday, August 19, 2026 UTC. Reference pages update as the archive grows; only dated daily editions are immutable pages of record.
Linux Linux — xfrm: state: initialize state_ptrs earlier in xfrm_state_find
AV AC PR UI S C I A CVSS EPSS %ile KEV
L H L N U N N H 4.7 .0011 1.8 —
AFFECTED
Product Versions Fixed
Linux a16871c7832ea6435abb6e0b58289ae7dcb7e4fc – —
Linux 6.14 – 6.12.41
TIMELINE
Apr 16 Reserved by Linux
Aug 22 Published (CNA: Linux)
Jul 30 RESCORED — CVE-2025-38675 (Linux). CVSS 7.8 → 4.7 (NVD).
Description
In the Linux kernel, the following vulnerability has been resolved:
xfrm: state: initialize state_ptrs earlier in xfrm_state_find
In case of preemption, xfrm_state_look_at will find a different
pcpu_id and look up states for that other CPU. If we matched a state
for CPU2 in the state_cache while the lookup started on CPU1, we will
jump to "found", but the "best" state that we got will be ignored and
we will enter the "acquire" block. This block uses state_ptrs, which
isn't initialized at this point.
Let's initialize state_ptrs just after taking rcu_read_lock. This will
also prevent a possible misuse in the future, if someone adjusts this
function.
Lifecycle
Complete event history — 3 events, chronological
| Date | Event | Detail |
| April 16, 2025 | Reserved | Reserved by Linux |
| August 22, 2025 | Published | Published (CNA: Linux) |
| July 30, 2026 | RESCORED | RESCORED — CVE-2025-38675 (Linux). CVSS 7.8 → 4.7 (NVD). |
Affected
Affected products and packages — 2 rows
| Vendor | Product / Package | Ecosystem | Version introduced | Fixed |
| Linux | Linux | — | a16871c7832ea6435abb6e0b58289ae7dcb7e4fc | — |
| Linux | Linux | — | 6.14 | 6.12.41 |
About this page
This is a reference page, not a dated page of record. It assembles the complete lifecycle of CVE-2025-38675 from the CVE Program record, NVD enrichment, the CISA KEV catalog, EPSS, and OSV advisories. The box score's numbers (CVSS, EPSS, KEV status) are current as of Wednesday, August 19, 2026 UTC and are re-derived as the archive grows; only dated daily editions are immutable pages of record. The authoritative source for this identifier is cve.org.