Lucene search
+L

12909 matches found

Cvelist
Cvelist
added 2025/08/22 4:04 p.m.15 views

CVE-2025-38675 xfrm: state: initialize state_ptrs earlier in xfrm_state_find

In the Linux kernel, the following vulnerability has been resolved: xfrm: state: initialize stateptrs earlier in xfrmstatefind In case of preemption, xfrmstatelookat will find a different pcpuid and look up states for that other CPU. If we matched a state for CPU2 in the statecache while the look...

7.8CVSS0.00115EPSS
SaveExploits0References3
CVE
CVE
added 2025/08/22 4:04 p.m.47 views

CVE-2025-38675

The CVE describes a Linux kernel xfrm_state_find/ look_at race where, on preemption across CPUs, a cached state for one CPU can be ignored and an uninitialized state_ptrs is used in the acquire path. The fix initializes state_ptrs immediately after taking rcu_read_lock to prevent this misuse. Imp...

7.8CVSS6.4AI score0.00115EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2025/08/22 4:02 p.m.18 views

CVE-2025-38666

In the Linux kernel, the following vulnerability has been resolved: net: appletalk: Fix use-after-free in AARP proxy probe The AARP proxy‐probe routine aarpproxyprobenetwork sends a probe, releases the aarplock, sleeps, then re-acquires the lock. During that window an expire timer thread...

7.8CVSS6.3AI score0.00162EPSS
SaveExploits0
OSV
OSV
added 2025/08/22 4:02 p.m.9 views

CVE-2025-38666 net: appletalk: Fix use-after-free in AARP proxy probe

In the Linux kernel, the following vulnerability has been resolved: net: appletalk: Fix use-after-free in AARP proxy probe The AARP proxy‐probe routine aarpproxyprobenetwork sends a probe, releases the aarplock, sleeps, then re-acquires the lock. During that window an expire timer thread...

6.1AI score
SaveExploits0References13
Debian CVE
Debian CVE
added 2025/08/22 4:00 p.m.19 views

CVE-2025-38650

In the Linux kernel, the following vulnerability has been resolved: hfsplus: remove mutexlock check in hfsplusfreeextents Syzbot reported an issue in hfsplus filesystem: ------------ cut here ------------ WARNING: CPU: 0 PID: 4400 at fs/hfsplus/extents.c:346 hfsplusfreeextents+0x700/0xad0 Call...

5.5CVSS5.4AI score0.00129EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/08/22 4:00 p.m.21 views

CVE-2025-38643 wifi: cfg80211: Add missing lock in cfg80211_check_and_end_cac()

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: Add missing lock in cfg80211checkandendcac Callers of wdevchandef must hold the wiphy mutex. But the worker cfg80211propagatecacdonewk never takes the lock. Which triggers the warning below with the...

8.8CVSS0.00177EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/08/22 4:00 p.m.16 views

CVE-2025-38643

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: Add missing lock in cfg80211checkandendcac Callers of wdevchandef must hold the wiphy mutex. But the worker cfg80211propagatecacdonewk never takes the lock. Which triggers the warning below with the...

8.8CVSS5.4AI score0.00177EPSS
SaveExploits0
OSV
OSV
added 2025/08/22 4:00 p.m.7 views

CVE-2025-38643 wifi: cfg80211: Add missing lock in cfg80211_check_and_end_cac()

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: Add missing lock in cfg80211checkandendcac Callers of wdevchandef must hold the wiphy mutex. But the worker cfg80211propagatecacdonewk never takes the lock. Which triggers the warning below with the...

8.8CVSS6.3AI score
SaveExploits0References9
OSV
OSV
added 2025/08/22 4:00 p.m.9 views

CVE-2025-38632 pinmux: fix race causing mux_owner NULL with active mux_usecount

In the Linux kernel, the following vulnerability has been resolved: pinmux: fix race causing muxowner NULL with active muxusecount commit 5a3e85c3c397 "pinmux: Use sequential access to access desc-pinmux data" tried to address the issue when two client of the same gpio calls pinctrlselectstate fo...

7.2AI score
SaveExploits0References8
CVE
CVE
added 2025/08/22 4:00 p.m.52 views

CVE-2025-38632

CVE-2025-38632 affects the Linux kernel pinctrl/pinmux logic. The issue is a race where updates to mux_usecount and mux_owner were not performed atomically under the same lock, allowing a state where mux_usecount > 0 but mux_owner is NULL, potentially causing a NULL pointer on subsequent pin r...

4.7CVSS6.5AI score0.00111EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2025/08/22 4:00 p.m.10 views

CVE-2025-38632 pinmux: fix race causing mux_owner NULL with active mux_usecount

In the Linux kernel, the following vulnerability has been resolved: pinmux: fix race causing muxowner NULL with active muxusecount commit 5a3e85c3c397 "pinmux: Use sequential access to access desc-pinmux data" tried to address the issue when two client of the same gpio calls pinctrlselectstate fo...

0.00111EPSS
SaveExploits0References5
OSV
OSV
added 2025/08/22 2:15 p.m.12 views

DEBIAN-CVE-2025-38617

In the Linux kernel, the following vulnerability has been resolved: net/packet: fix a race in packetsetring and packetnotifier When packetsetring releases po-bindlock, another thread can run packetnotifier and process an NETDEVUP event. This race and the fix are both similar to that of commit...

4.7CVSS5.6AI score0.00328EPSS
SaveExploits0References1
NVD
NVD
added 2025/08/22 2:15 p.m.12 views

CVE-2025-38617

In the Linux kernel, the following vulnerability has been resolved: net/packet: fix a race in packetsetring and packetnotifier When packetsetring releases po-bindlock, another thread can run packetnotifier and process an NETDEVUP event. This race and the fix are both similar to that of commit...

7.8CVSS0.00328EPSS
SaveExploits0References13
OSV
OSV
added 2025/08/22 2:15 p.m.12 views

AZL-66608 CVE-2025-38617 affecting package kernel for versions less than 6.6.104.2-1

In the Linux kernel, the following vulnerability has been resolved: net/packet: fix a race in packetsetring and packetnotifier When packetsetring releases po-bindlock, another thread can run packetnotifier and process an NETDEVUP event. This race and the fix are both similar to that of commit...

7.8CVSS6.8AI score0.00328EPSS
SaveExploits0References1
OSV
OSV
added 2025/08/22 2:15 p.m.10 views

UBUNTU-CVE-2025-38616

In the Linux kernel, the following vulnerability has been resolved: tls: handle data disappearing from under the TLS ULP TLS expects that it owns the receive queue of the TCP socket. This cannot be guaranteed in case the reader of the TCP socket entered before the TLS ULP was installed, or uses...

7.8CVSS5.7AI score0.00197EPSS
SaveExploits0References23
OSV
OSV
added 2025/08/22 2:15 p.m.23 views

UBUNTU-CVE-2025-38617

In the Linux kernel, the following vulnerability has been resolved: net/packet: fix a race in packetsetring and packetnotifier When packetsetring releases po-bindlock, another thread can run packetnotifier and process an NETDEVUP event. This race and the fix are both similar to that of commit...

7.8CVSS6AI score0.00328EPSS
SaveExploits0References53
OSV
OSV
added 2025/08/22 1:01 p.m.20 views

CVE-2025-38617 net/packet: fix a race in packet_set_ring() and packet_notifier()

In the Linux kernel, the following vulnerability has been resolved: net/packet: fix a race in packetsetring and packetnotifier When packetsetring releases po-bindlock, another thread can run packetnotifier and process an NETDEVUP event. This race and the fix are both similar to that of commit...

7.8CVSS6.3AI score
SaveExploits0References16
OSV
OSV
added 2025/08/22 1:01 p.m.10 views

CVE-2025-38616 tls: handle data disappearing from under the TLS ULP

In the Linux kernel, the following vulnerability has been resolved: tls: handle data disappearing from under the TLS ULP TLS expects that it owns the receive queue of the TCP socket. This cannot be guaranteed in case the reader of the TCP socket entered before the TLS ULP was installed, or uses...

7.8CVSS5.9AI score
SaveExploits0References9
Debian CVE
Debian CVE
added 2025/08/22 1:01 p.m.21 views

CVE-2025-38617

In the Linux kernel, the following vulnerability has been resolved: net/packet: fix a race in packetsetring and packetnotifier When packetsetring releases po-bindlock, another thread can run packetnotifier and process an NETDEVUP event. This race and the fix are both similar to that of commit...

7.8CVSS5.6AI score0.00328EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/08/22 1:01 p.m.35 views

CVE-2025-38617 net/packet: fix a race in packet_set_ring() and packet_notifier()

In the Linux kernel, the following vulnerability has been resolved: net/packet: fix a race in packetsetring and packetnotifier When packetsetring releases po-bindlock, another thread can run packetnotifier and process an NETDEVUP event. This race and the fix are both similar to that of commit...

7.8CVSS0.00328EPSS
SaveExploits0References11
Rows per page
Query Builder