Lucene search
+L

23408 matches found

OSV
OSV
added 2025/11/12 10:15 p.m.20 views

UBUNTU-CVE-2025-40185

In the Linux kernel, the following vulnerability has been resolved: ice: iceadapter: release xa entry on adapter allocation failure When iceadapternew fails, the reserved XArray entry created by xainsert is not released. This causes subsequent insertions at the same index to return -EBUSY,...

5.7AI score0.00197EPSS
SaveExploits0References11
OSV
OSV
added 2025/11/12 10:15 p.m.10 views

UBUNTU-CVE-2025-40202

In the Linux kernel, the following vulnerability has been resolved: ipmi: Rework user message limit handling The limit on the number of user messages had a number of issues, improper counting in some cases and a use after free. Restructure how this is all done to handle more in the receive messag...

7.8CVSS5.7AI score0.0014EPSS
SaveExploits0References12
OSV
OSV
added 2025/11/12 10:15 p.m.9 views

UBUNTU-CVE-2025-40207

In the Linux kernel, the following vulnerability has been resolved: media: v4l2-subdev: Fix alloc failure check in v4l2subdevcallstatetry v4l2subdevcallstatetry macro allocates a subdev state with v4l2subdevstatealloc, but does not check the returned value. If v4l2subdevstatealloc fails, it retur...

5.7AI score0.00186EPSS
SaveExploits0References23
CVE
CVE
added 2025/11/12 9:56 p.m.33 views

CVE-2025-40207

In the Linux kernel vulnerability CVE-2025-40207, the media: v4l2-subdev path v4l2_subdev_call_state_try() allocates a subdev state with __v4l2_subdev_state_alloc() but does not check for allocation failure, which could return an ERR_PTR and crash v4l2_subdev_call_state_try(). The connected advis...

5.8AI score0.00186EPSS
SaveExploits0References5
OSV
OSV
added 2025/11/12 9:56 p.m.7 views

CVE-2025-40207 media: v4l2-subdev: Fix alloc failure check in v4l2_subdev_call_state_try()

In the Linux kernel, the following vulnerability has been resolved: media: v4l2-subdev: Fix alloc failure check in v4l2subdevcallstatetry v4l2subdevcallstatetry macro allocates a subdev state with v4l2subdevstatealloc, but does not check the returned value. If v4l2subdevstatealloc fails, it retur...

6.1AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/11/12 9:56 p.m.9 views

CVE-2025-40207

In the Linux kernel, the following vulnerability has been resolved: media: v4l2-subdev: Fix alloc failure check in v4l2subdevcallstatetry v4l2subdevcallstatetry macro allocates a subdev state with v4l2subdevstatealloc, but does not check the returned value. If v4l2subdevstatealloc fails, it retur...

5.2AI score0.00186EPSS
SaveExploits0
OSV
OSV
added 2025/11/12 9:56 p.m.8 views

CVE-2025-40202 ipmi: Rework user message limit handling

In the Linux kernel, the following vulnerability has been resolved: ipmi: Rework user message limit handling The limit on the number of user messages had a number of issues, improper counting in some cases and a use after free. Restructure how this is all done to handle more in the receive messag...

7.8CVSS6.1AI score
SaveExploits0References8
CVE
CVE
added 2025/11/12 9:56 p.m.30 views

CVE-2025-40202

CVE-2025-40202 affects the Linux kernel’s ipmi code, fixing a flaw in how user message limits are counted during receive message allocation. The root cause was improper counting and a use-after-free scenario related to user message limits; the fix restructures the handling to perform all refcount...

7.8CVSS5.8AI score0.0014EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/11/12 9:56 p.m.15 views

CVE-2025-40202 ipmi: Rework user message limit handling

In the Linux kernel, the following vulnerability has been resolved: ipmi: Rework user message limit handling The limit on the number of user messages had a number of issues, improper counting in some cases and a use after free. Restructure how this is all done to handle more in the receive messag...

7.8CVSS0.0014EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/11/12 9:56 p.m.17 views

CVE-2025-40185 ice: ice_adapter: release xa entry on adapter allocation failure

In the Linux kernel, the following vulnerability has been resolved: ice: iceadapter: release xa entry on adapter allocation failure When iceadapternew fails, the reserved XArray entry created by xainsert is not released. This causes subsequent insertions at the same index to return -EBUSY,...

0.00197EPSS
SaveExploits0References3
CVE
CVE
added 2025/11/12 9:56 p.m.26 views

CVE-2025-40185

CVE-2025-40185 concerns the Linux kernel ice driver (ice_adapter) where, if ice_adapter_new() fails, the previously reserved XArray entry (xa_insert()) is not released. This can cause subsequent insertions at the same index to return -EBUSY and may lead to NULL pointer dereferences. The documente...

6.1AI score0.00197EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/11/12 9:56 p.m.3 views

CVE-2025-40185

In the Linux kernel, the following vulnerability has been resolved: ice: iceadapter: release xa entry on adapter allocation failure When iceadapternew fails, the reserved XArray entry created by xainsert is not released. This causes subsequent insertions at the same index to return -EBUSY,...

5.1AI score0.00197EPSS
SaveExploits0
OSV
OSV
added 2025/11/12 9:56 p.m.6 views

CVE-2025-40185 ice: ice_adapter: release xa entry on adapter allocation failure

In the Linux kernel, the following vulnerability has been resolved: ice: iceadapter: release xa entry on adapter allocation failure When iceadapternew fails, the reserved XArray entry created by xainsert is not released. This causes subsequent insertions at the same index to return -EBUSY,...

6.3AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/11/12 9:56 p.m.25 views

CVE-2025-40179 ext4: verify orphan file size is not too big

In the Linux kernel, the following vulnerability has been resolved: ext4: verify orphan file size is not too big In principle orphan file can be arbitrarily large. However orphan replay needs to traverse it all and we also pin all its buffers in memory. Thus filesystems with absurdly large orphan...

0.00207EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2025/11/12 1:52 p.m.9 views

kernel: fs: fix UAF/GPF bug in nilfs_mdt_destroy

In the Linux kernel, the following vulnerability has been resolved: fs: fix UAF/GPF bug in nilfsmdtdestroy In allocinode, inodeinitalways could return -ENOMEM if securityinodealloc fails, which causes inode-iprivate uninitialized. Then nilfsismetadatafileinode returns true and nilfsfreeinode...

7.8CVSS6.8AI score0.0022EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/11/12 12:30 p.m.6 views

EUVD-2025-124907

In the Linux kernel, the following vulnerability has been resolved: tls: wait for pending async decryptions if tlsstrpmsghold fails Async decryption calls tlsstrpmsghold to create a clone of the input skb to hold references to the memory it uses. If we fail to allocate that clone, proceeding with...

5.8AI score0.00426EPSS
SaveExploits0References6
EUVD
EUVD
added 2025/11/12 12:30 p.m.6 views

EUVD-2025-124921

In the Linux kernel, the following vulnerability has been resolved: ASoC: amd/sdwutils: avoid NULL deref when devmkasprintf fails devmkasprintf may return NULL on memory allocation failure, but the debug message prints cpus-dainame before checking it. Move the devdbg call after the NULL check to...

5.8AI score0.00184EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/11/12 12:30 p.m.7 views

EUVD-2025-124937

In the Linux kernel, the following vulnerability has been resolved: blk-mq: fix potential deadlock while nrrequests grown Allocate and free schedtags while queue is freezed can deadlock1, this is a long term problem, hence allocate memory before freezing queue and free memory after queue is...

5.9AI score0.00225EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/11/12 12:30 p.m.6 views

EUVD-2025-124939

In the Linux kernel, the following vulnerability has been resolved: nvdimm: ndtest: Return -ENOMEM if devmkcalloc fails in ndtestprobe devmkcalloc may fail. ndtestprobe allocates three DMA address arrays dcrdma, labeldma, dimmdma and later unconditionally uses them in ndtestnvdimminit, which can...

5.7AI score0.00032EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/11/12 12:30 p.m.8 views

EUVD-2025-124964

In the Linux kernel, the following vulnerability has been resolved: ext4: fix potential null deref in ext4mbinit In ext4mbinit, ext4mbavgfragmentsizedestroy may be called when sbi-smbavgfragmentsize remains uninitialized e.g., if groupinfo slab cache allocation fails. Since...

5.8AI score0.00198EPSS
SaveExploits0References3
Rows per page
Query Builder