Lucene search
+L

13836 matches found

CVE
CVE
added 2025/12/24 1:6 p.m.28 views

CVE-2023-54115

CVE-2023-54115 involves a memory leak in the Linux kernel PCMCIA subsystem: nonstatic_release_resource_db() may forget to free socket_data when freeing resources for a PCMCIA socket. A fix ensures socket_data is freed as part of the cleanup. Details appear in vendor advisories (e.g., Astra/Unity/...

6AI score0.00196EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/12/24 1:6 p.m.28 views

CVE-2023-54112 kcm: Fix memory leak in error path of kcm_sendmsg()

In the Linux kernel, the following vulnerability has been resolved: kcm: Fix memory leak in error path of kcmsendmsg syzbot reported a memory leak like below: BUG: memory leak unreferenced object 0xffff88810b088c00 size 240: comm "syz-executor186", pid 5012, jiffies 4294943306 age 13.680s hex dum...

0.00188EPSS
SaveExploits0References8
CVE
CVE
added 2025/12/24 1:6 p.m.31 views

CVE-2023-54094

Technical details about CVE-2023-54094 are not provided in the supplied documents; refer to vendor advisories for full specifics and remediation status; monitor for updates.

9.8CVSS5.8AI score0.00486EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/24 1:6 p.m.10 views

CVE-2023-54094 net: prevent skb corruption on frag list segmentation

In the Linux kernel, the following vulnerability has been resolved: net: prevent skb corruption on frag list segmentation Ian reported several skb corruptions triggered by rx-gro-list, collecting different oops alike: 62.624003 BUG: kernel NULL pointer dereference, address: 00000000000000c0...

9.8CVSS6.1AI score
SaveExploits0References8
OSV
OSV
added 2025/12/24 1:6 p.m.8 views

CVE-2023-54082 af_unix: Fix null-ptr-deref in unix_stream_sendpage().

In the Linux kernel, the following vulnerability has been resolved: afunix: Fix null-ptr-deref in unixstreamsendpage. Bing-Jhong Billy Jheng reported null-ptr-deref in unixstreamsendpage with detailed analysis and a nice repro. unixstreamsendpage tries to add data to the last skb in the peer's re...

5.9AI score
SaveExploits0References4
EUVD
EUVD
added 2025/12/24 12:30 p.m.8 views

EUVD-2025-205101

In the Linux kernel, the following vulnerability has been resolved: net: vxlan: prevent NULL deref in vxlanxmitone Neither sock4 nor sock6 pointers are guaranteed to be non-NULL in vxlanxmitone, e.g. if the iface is brought down. This can lead to the following NULL dereference: BUG: kernel NULL...

6.1AI score0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/12/24 12:23 p.m.33 views

CVE-2023-54052 wifi: mt76: mt7921: fix skb leak by txs missing in AMSDU

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921: fix skb leak by txs missing in AMSDU txs may be dropped if the frame is aggregated in AMSDU. When the problem shows up, some SKBs would be hold in driver to cause network stopped temporarily. Even if the probl...

0.00212EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/24 12:23 p.m.11 views

CVE-2023-54051 net: do not allow gso_size to be set to GSO_BY_FRAGS

In the Linux kernel, the following vulnerability has been resolved: net: do not allow gsosize to be set to GSOBYFRAGS One missing check in virtionethdrtoskb allowed syzbot to crash kernels again 1 Do not allow gsosize to be set to GSOBYFRAGS 0xffff, because this magic value is used by the kernel....

6.3AI score
SaveExploits0References11
OSV
OSV
added 2025/12/24 12:23 p.m.8 views

CVE-2023-54052 wifi: mt76: mt7921: fix skb leak by txs missing in AMSDU

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921: fix skb leak by txs missing in AMSDU txs may be dropped if the frame is aggregated in AMSDU. When the problem shows up, some SKBs would be hold in driver to cause network stopped temporarily. Even if the probl...

6.2AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/12/24 12:22 p.m.34 views

CVE-2022-50732 staging: rtl8192u: Fix use after free in ieee80211_rx()

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8192u: Fix use after free in ieee80211rx We cannot dereference the "skb" pointer after calling ieee80211monitorrx, because it is a use after free...

8.8CVSS0.00366EPSS
SaveExploits0References9
CVE
CVE
added 2025/12/24 12:22 p.m.19 views

CVE-2022-50732

CVE-2022-50732 affects the Linux kernel staging rtl8192u driver (ieee80211_rx). The vulnerability is a use-after-free: skb may be dereferenced after ieee80211_monitor_rx() returns, enabling memory corruption with high impact. The fixes are commits that address the use-after-free in the rtl8192u d...

8.8CVSS6.3AI score0.00366EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/12/24 11:16 a.m.6 views

CVE-2025-68372

In the Linux kernel, the following vulnerability has been resolved: nbd: defer config put in recvwork There is one uaf issue in recvwork when running NBDCLEARSOCK and NBDCMDRECONFIGURE: nbdgenlconnect // confref=2 connect and recvwork A nbdopen // confref=3 recvwork A done // confref=2 NBDCLEARSO...

5.7AI score0.00175EPSS
SaveExploits0References35
UbuntuCve
UbuntuCve
added 2025/12/24 11:16 a.m.8 views

CVE-2025-68725

In the Linux kernel, the following vulnerability has been resolved: bpf: Do not let BPF test infra emit invalid GSO types to stack Yinhao et al. reported that their fuzzer tool was able to trigger a skbwarnbadoffload from netifskbfeatures - gsofeaturescheck. When a BPF program - triggered via BPF...

5.5CVSS5.7AI score0.00171EPSS
SaveExploits0References31
OSV
OSV
added 2025/12/24 11:16 a.m.10 views

UBUNTU-CVE-2025-68725

In the Linux kernel, the following vulnerability has been resolved: bpf: Do not let BPF test infra emit invalid GSO types to stack Yinhao et al. reported that their fuzzer tool was able to trigger a skbwarnbadoffload from netifskbfeatures - gsofeaturescheck. When a BPF program - triggered via BPF...

5.5CVSS5.7AI score0.00171EPSS
SaveExploits0References32
NVD
NVD
added 2025/12/24 11:16 a.m.9 views

CVE-2025-68372

In the Linux kernel, the following vulnerability has been resolved: nbd: defer config put in recvwork There is one uaf issue in recvwork when running NBDCLEARSOCK and NBDCMDRECONFIGURE: nbdgenlconnect // confref=2 connect and recvwork A nbdopen // confref=3 recvwork A done // confref=2 NBDCLEARSO...

0.00175EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/24 11:16 a.m.16 views

AZL-73123 CVE-2025-68372 affecting package kernel for versions less than 6.6.121.1-1

In the Linux kernel, the following vulnerability has been resolved: nbd: defer config put in recvwork There is one uaf issue in recvwork when running NBDCLEARSOCK and NBDCMDRECONFIGURE: nbdgenlconnect // confref=2 connect and recvwork A nbdopen // confref=3 recvwork A done // confref=2 NBDCLEARSO...

5.8AI score0.00175EPSS
SaveExploits0References1
NVD
NVD
added 2025/12/24 11:15 a.m.15 views

CVE-2025-68363

In the Linux kernel, the following vulnerability has been resolved: bpf: Check skb-transportheader is set in bpfskbcheckmtu The bpfskbcheckmtu helper needs to use skb-transportheader when the BPFMTUCHKSEGS flag is used: bpfskbcheckmtuskb, ifindex, &mtulen, 0, BPFMTUCHKSEGS The transportheader is...

0.00184EPSS
SaveExploits0References7
NVD
NVD
added 2025/12/24 11:15 a.m.13 views

CVE-2025-68353

In the Linux kernel, the following vulnerability has been resolved: net: vxlan: prevent NULL deref in vxlanxmitone Neither sock4 nor sock6 pointers are guaranteed to be non-NULL in vxlanxmitone, e.g. if the iface is brought down. This can lead to the following NULL dereference: BUG: kernel NULL...

0.00166EPSS
SaveExploits0References2
NVD
NVD
added 2025/12/24 11:15 a.m.5 views

CVE-2023-54004

In the Linux kernel, the following vulnerability has been resolved: udplite: Fix NULL pointer dereference in skmemraiseallocated. syzbot reported 0 a null-ptr-deref in skgetrmem0 while using IPPROTOUDPLITE 0x88: 14:25:52 executing program 1: r0 = socket$inet60xa, 0x80002, 0x88 We had a similar...

7.5CVSS0.0052EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/12/24 11:15 a.m.8 views

CVE-2025-68353

In the Linux kernel, the following vulnerability has been resolved: net: vxlan: prevent NULL deref in vxlanxmitone Neither sock4 nor sock6 pointers are guaranteed to be non-NULL in vxlanxmitone, e.g. if the iface is brought down. This can lead to the following NULL dereference: BUG: kernel NULL...

6.5AI score0.00166EPSS
SaveExploits0References9
Rows per page
Query Builder