Lucene search
+L

6722 matches found

UbuntuCve
UbuntuCve
added 2025/02/27 3:15 a.m.9 views

CVE-2025-21775

In the Linux kernel, the following vulnerability has been resolved: can: ctucanfd: handle skb allocation failure If skb allocation fails, the pointer to struct canframe is NULL. This is actually handled everywhere inside ctucanerrinterrupt except for the only place. Add the missed NULL check. Fou...

5.5CVSS6.4AI score0.00218EPSS
SaveExploits0References16
UbuntuCve
UbuntuCve
added 2025/02/27 3:15 a.m.8 views

CVE-2024-49570

In the Linux kernel, the following vulnerability has been resolved: drm/xe/tracing: Fix a potential TPprintk UAF The commit afd2627f727b "tracing: Check "%s" dereference via the field and not the TPprintk format" exposes potential UAFs in the xebomove trace event. Fix those by avoiding...

7.8CVSS6.4AI score0.00221EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/02/27 3:15 a.m.7 views

CVE-2025-21760

In the Linux kernel, the following vulnerability has been resolved: ndisc: extend RCU protection in ndiscsendskb ndiscsendskb can be called without RTNL or RCU held. Acquire rcureadlock earlier, so that we can use devnetrcu and avoid a potential UAF...

8.1CVSS6.1AI score0.36848EPSS
SaveExploits0References46
CVE
CVE
added 2025/02/27 2:18 a.m.156 views

CVE-2025-21795

CVE-2025-21795 affects the Linux kernel NFSD component. The vulnerability causes nfsd4_shutdown_callback to hang when nfs4_client is in courtesy state, because cl_cb_inflight remains non-zero and TCP may take ~15 minutes to drop the connection. The provided connected documents indicate a fix in n...

7.5CVSS6.5AI score0.00631EPSS
SaveExploits0References12Affected Software1
OSV
OSV
added 2025/02/27 2:18 a.m.20 views

CVE-2025-21787 team: better TEAM_OPTION_TYPE_STRING validation

In the Linux kernel, the following vulnerability has been resolved: team: better TEAMOPTIONTYPESTRING validation syzbot reported following splat 1 Make sure user-provided data contains one nul byte. 1 BUG: KMSAN: uninit-value in stringnocheck lib/vsprintf.c:633 inline BUG: KMSAN: uninit-value in...

6.1AI score
SaveExploits0References14
Vulnrichment
Vulnrichment
added 2025/02/27 2:18 a.m.10 views

CVE-2025-21764 ndisc: use RCU protection in ndisc_alloc_skb()

In the Linux kernel, the following vulnerability has been resolved: ndisc: use RCU protection in ndiscallocskb ndiscallocskb can be called without RTNL or RCU being held. Add RCU protection to avoid possible UAF...

7.8CVSS7.4AI score0.00256EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/02/27 2:18 a.m.31 views

CVE-2025-21758 ipv6: mcast: add RCU protection to mld_newpack()

In the Linux kernel, the following vulnerability has been resolved: ipv6: mcast: add RCU protection to mldnewpack mldnewpack can be called without RTNL or RCU being held. Note that we no longer can use sockallocsendskb because ipv6.igmpsk uses GFPKERNEL allocations which can sleep. Instead use...

7.8CVSS0.13707EPSS
SaveExploits0References6
OSV
OSV
added 2025/02/27 2:18 a.m.49 views

CVE-2025-21756 vsock: Keep the binding until socket destruction

In the Linux kernel, the following vulnerability has been resolved: vsock: Keep the binding until socket destruction Preserve sockets bindings; this includes both resulting from an explicit bind and those implicitly bound through autobind during connect. Prevents socket unbinding during a transpo...

7.8CVSS6.4AI score
SaveExploits0References14
Vulnrichment
Vulnrichment
added 2025/02/27 2:18 a.m.11 views

CVE-2024-54458 scsi: ufs: bsg: Set bsg_queue to NULL after removal

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: bsg: Set bsgqueue to NULL after removal Currently, this does not cause any issues, but I believe it is necessary to set bsgqueue to NULL after removing it to prevent potential use-after-free UAF access...

7.4AI score0.00229EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/02/27 2:15 a.m.9 views

CVE-2025-21711

In the Linux kernel, the following vulnerability has been resolved: net/rose: prevent integer overflows in rosesetsockopt In case of possible unpredictably large arguments passed to rosesetsockopt and multiplied by extra values on top of that, integer overflows may occur. Do the safest minimum an...

5.5CVSS6.2AI score0.00224EPSS
SaveExploits0References33
UbuntuCve
UbuntuCve
added 2025/02/27 2:15 a.m.11 views

CVE-2025-21719

In the Linux kernel, the following vulnerability has been resolved: ipmr: do not call mrmfcusesdev for unres entries syzbot found that calling mrmfcusesdev for unres entries would crash 1, because c-mfcun.res.minvif / c-mfcun.res.maxvif alias to "struct skbuffhead unresolved", which contain two...

7.1CVSS6.2AI score0.00204EPSS
SaveExploits0References49
UbuntuCve
UbuntuCve
added 2025/02/27 2:15 a.m.8 views

CVE-2024-57975

In the Linux kernel, the following vulnerability has been resolved: btrfs: do proper folio cleanup when rundelallocnocow failed BUG With CONFIGDEBUGVM set, test case generic/476 has some chance to crash with the following VMBUGONFOLIO: BTRFS error device dm-3: cowfilerange failed, start 1146880 e...

7.8CVSS6.1AI score0.00211EPSS
SaveExploits0References14
UbuntuCve
UbuntuCve
added 2025/02/27 2:15 a.m.11 views

CVE-2025-21722

In the Linux kernel, the following vulnerability has been resolved: nilfs2: do not force clear folio if buffer is referenced Patch series "nilfs2: protect busy buffer heads from being force-cleared". This series fixes the buffer head state inconsistency issues reported by syzbot that occurs when...

7.8CVSS6.4AI score0.00223EPSS
SaveExploits0References53
UbuntuCve
UbuntuCve
added 2025/02/27 2:15 a.m.12 views

CVE-2025-21714

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix implicit ODP use after free Prevent double queueing of implicit ODP mr destroy work by using xacmpxchg to make sure this is the only time we are destroying this specific mr. Without this change, we could try to...

7.8CVSS6.5AI score0.00196EPSS
SaveExploits0References14
UbuntuCve
UbuntuCve
added 2025/02/27 2:15 a.m.8 views

CVE-2024-57987

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btrtl: check for NULL in btrtlsetuprealtek If insert an USB dongle which chip is not maintained in icidtable, it will hit the NULL point accessed. Add a null point check to avoid the Kernel Oops...

5.5CVSS6.4AI score0.00214EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/02/27 2:15 a.m.7 views

CVE-2024-57988

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btbcm: Fix NULL deref in btbcmgetboardname devmkstrdup can return a NULL pointer on failure,but this returned value in btbcmgetboardname is not checked. Add NULL check in btbcmgetboardname, to handle kernel NULL pointe...

5.5CVSS6.4AI score0.00214EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/02/27 2:15 a.m.8 views

CVE-2024-57998

In the Linux kernel, the following vulnerability has been resolved: OPP: add index check to assert to avoid buffer overflow in readfreq Pass the freq index to the assert function to make sure we do not read a freq out of the opp-rates table when called from the indexed variants:...

7.8CVSS6.8AI score0.00236EPSS
SaveExploits0References19
Cvelist
Cvelist
added 2025/02/27 2:12 a.m.29 views

CVE-2025-21754 btrfs: fix assertion failure when splitting ordered extent after transaction abort

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix assertion failure when splitting ordered extent after transaction abort If while we are doing a direct IO write a transaction abort happens, we mark all existing ordered extents with the BTRFSORDEREDIOERR flag done at...

0.00231EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/02/27 2:12 a.m.12 views

CVE-2025-21740

Removed by vendor...

5.6AI score
SaveExploits0
Cvelist
Cvelist
added 2025/02/27 2:12 a.m.25 views

CVE-2025-21741 usbnet: ipheth: fix DPE OoB read

In the Linux kernel, the following vulnerability has been resolved: usbnet: ipheth: fix DPE OoB read Fix an out-of-bounds DPE read, limit the number of processed DPEs to the amount that fits into the fixed-size NDP16 header...

0.00218EPSS
SaveExploits0References4
Rows per page
Query Builder