Lucene search
+L

71304 matches found

Cvelist
Cvelist
added 2025/12/16 3:44 p.m.41 views

CVE-2025-68321 page_pool: always add GFP_NOWARN for ATOMIC allocations

In the Linux kernel, the following vulnerability has been resolved: pagepool: always add GFPNOWARN for ATOMIC allocations Driver authors often forget to add GFPNOWARN for page allocation from the datapath. This is annoying to users as OOMs are a fact of life, and we pretty much expect network Rx ...

7.5CVSS0.00441EPSS
SaveExploits0References6
CVE
CVE
added 2025/12/16 3:44 p.m.42 views

CVE-2025-68321

CVE-2025-68321 is documented in the Linux kernel page_pool patch: GFP_NOWARN is now added by default for ATOMIC page allocations to reduce user-visible OOM surprises. This fix targets kernel networking datapath paths where page allocations may fail under memory pressure. The connected Astra Linux...

7.5CVSS6.1AI score0.00441EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/16 3:44 p.m.7 views

CVE-2025-68321 page_pool: always add GFP_NOWARN for ATOMIC allocations

In the Linux kernel, the following vulnerability has been resolved: pagepool: always add GFPNOWARN for ATOMIC allocations Driver authors often forget to add GFPNOWARN for page allocation from the datapath. This is annoying to users as OOMs are a fact of life, and we pretty much expect network Rx ...

7.5CVSS6.3AI score
SaveExploits0References9
EUVD
EUVD
added 2025/12/16 3:30 p.m.13 views

EUVD-2025-203648

In the Linux kernel, the following vulnerability has been resolved: vmwballoon: indicate success when effectively deflating during migration When migrating a balloon page, we first deflate the old page to then inflate the new page. However, if inflating the new page succeeded, we effectively...

5.9AI score0.00172EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/12/16 3:30 p.m.13 views

EUVD-2025-203707

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix GEM free for imported dma-bufs Imported dma-bufs also have obj-resv != &obj-resv. So we should check both this condition in addition to flags for handling the NOSHARE case. Fixes this splat that was reported with IRI...

6AI score0.00143EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/16 3:15 p.m.13 views

UBUNTU-CVE-2025-68248

In the Linux kernel, the following vulnerability has been resolved: vmwballoon: indicate success when effectively deflating during migration When migrating a balloon page, we first deflate the old page to then inflate the new page. However, if inflating the new page succeeded, we effectively...

5.8AI score0.00172EPSS
SaveExploits0References10
CVE
CVE
added 2025/12/16 3:06 p.m.41 views

CVE-2025-68292

The CVE-2025-68292 issue concerns the Linux kernel memfd hugetlb folio allocation. A path used by memfd bypassed the normal page fault handler (hugetlb_no_page), omitting three initialisation steps that could leak kernel memory or cause races: (1) folios not zeroed, risking information disclosure...

5.3AI score0.00211EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/12/16 3:06 p.m.38 views

CVE-2025-68282 usb: gadget: udc: fix use-after-free in usb_gadget_state_work

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: udc: fix use-after-free in usbgadgetstatework A race condition during gadget teardown can lead to a use-after-free in usbgadgetstatework, as reported by KASAN: BUG: KASAN: invalid-access in sysfsnotify+0x2c/0xd0...

0.00205EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2025/12/16 3:06 p.m.5 views

CVE-2025-68282

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: udc: fix use-after-free in usbgadgetstatework A race condition during gadget teardown can lead to a use-after-free in usbgadgetstatework, as reported by KASAN: BUG: KASAN: invalid-access in sysfsnotify+0x2c/0xd0...

5.2AI score0.00205EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2025/12/16 3:06 p.m.10 views

CVE-2025-68282 usb: gadget: udc: fix use-after-free in usb_gadget_state_work

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: udc: fix use-after-free in usbgadgetstatework A race condition during gadget teardown can lead to a use-after-free in usbgadgetstatework, as reported by KASAN: BUG: KASAN: invalid-access in sysfsnotify+0x2c/0xd0...

6.2AI score
SaveExploits0References10
CVE
CVE
added 2025/12/16 3:06 p.m.34 views

CVE-2025-68282

The CVE-2025-68282 issue is in the Linux kernel USB gadget UDC teardown: a race can cause a use-after-free in usb_gadget_state_work due to a concurrent event scheduling work during cleanup. The fix introduces a teardown flag and a state_lock spinlock in the usb_gadget struct; the flag is set duri...

6AI score0.00205EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2025/12/16 2:45 p.m.5 views

CVE-2025-68261

In the Linux kernel, the following vulnerability has been resolved: ext4: add idatasem protection in ext4destroyinlinedatanolock Fix a race between inline data destruction and block mapping. The function ext4destroyinlinedatanolock changes the inode data layout by clearing EXT4INODEINLINEDATA and...

5.2AI score0.00537EPSS
SaveExploits0References9Affected Software1
CVE
CVE
added 2025/12/16 2:45 p.m.52 views

CVE-2025-68261

CVE-2025-68261 affects the Linux kernel’s ext4 filesystem. The fix adds i_data_sem protection to ext4_destroy_inline_data_nolock() to close a race between destroying inline data and block mapping. Without protection, ext4_ind_map_blocks() may receive an inode with EXT4_INODE_EXTENTS set, triggeri...

7.5CVSS6.1AI score0.00537EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/12/16 2:32 p.m.45 views

CVE-2025-68248 vmw_balloon: indicate success when effectively deflating during migration

In the Linux kernel, the following vulnerability has been resolved: vmwballoon: indicate success when effectively deflating during migration When migrating a balloon page, we first deflate the old page to then inflate the new page. However, if inflating the new page succeeded, we effectively...

0.00172EPSS
SaveExploits0References2
NVD
NVD
added 2025/12/16 2:15 p.m.15 views

CVE-2025-40361

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

0.00032EPSS
SaveExploits0
OSV
OSV
added 2025/12/16 2:15 p.m.12 views

UBUNTU-CVE-2025-68183

In the Linux kernel, the following vulnerability has been resolved: ima: don't clear IMADIGSIG flag when setting or removing non-IMA xattr Currently when both IMA and EVM are in fix mode, the IMA signature will be reset to IMA hash if a program first stores IMA signature in security.ima and then...

7.8CVSS5.7AI score0.00154EPSS
SaveExploits0References22
OSV
OSV
added 2025/12/16 2:15 p.m.10 views

UBUNTU-CVE-2025-68189

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix GEM free for imported dma-bufs Imported dma-bufs also have obj-resv != &obj-resv. So we should check both this condition in addition to flags for handling the NOSHARE case. Fixes this splat that was reported with IRI...

7.8CVSS5.7AI score0.00143EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/12/16 2:15 p.m.12 views

CVE-2025-68189

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix GEM free for imported dma-bufs Imported dma-bufs also have obj-resv != &obj-resv. So we should check both this condition in addition to flags for handling the NOSHARE case. Fixes this splat that was reported with IRI...

7.8CVSS5.4AI score0.00143EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/16 1:43 p.m.9 views

CVE-2025-68183 ima: don't clear IMA_DIGSIG flag when setting or removing non-IMA xattr

In the Linux kernel, the following vulnerability has been resolved: ima: don't clear IMADIGSIG flag when setting or removing non-IMA xattr Currently when both IMA and EVM are in fix mode, the IMA signature will be reset to IMA hash if a program first stores IMA signature in security.ima and then...

7.8CVSS6.3AI score
SaveExploits0References7
CVE
CVE
added 2025/12/16 1:40 p.m.38 views

CVE-2025-40361

CVE-2025-40361 entry is rejected/not used and not an active vulnerability.

6.2AI score0.00032EPSS
SaveExploits0
Rows per page
Query Builder