Lucene search
+L

13165 matches found

OSV
OSV
added 2025/05/01 12:56 p.m.13 views

CVE-2025-37759 ublk: fix handling recovery & reissue in ublk_abort_queue()

In the Linux kernel, the following vulnerability has been resolved: ublk: fix handling recovery & reissue in ublkabortqueue Commit 8284066946e6 "ublk: grab request reference when the request is handled by userspace" doesn't grab request reference in case of recovery reissue. Then the request can ...

6AI score
SaveExploits0References7
CVE
CVE
added 2025/05/01 12:56 p.m.180 views

CVE-2025-37758

CVE-2025-37758 affects the Linux kernel’s ata_pxa driver. The root cause was a potential NULL pointer dereference in pxa_ata_probe() when devm_ioremap() returns NULL. The fix adds a NULL check after devm_ioremap() to prevent dereferencing NULL.

5.5CVSS6.5AI score0.00191EPSS
SaveExploits0References10Affected Software1
OSV
OSV
added 2025/05/01 12:56 p.m.17 views

CVE-2025-37758 ata: pata_pxa: Fix potential NULL pointer dereference in pxa_ata_probe()

In the Linux kernel, the following vulnerability has been resolved: ata: patapxa: Fix potential NULL pointer dereference in pxaataprobe devmioremap returns NULL on error. Currently, pxaataprobe does not check for this case, which can result in a NULL pointer dereference. Add NULL check after...

6AI score
SaveExploits0References13
OSV
OSV
added 2025/05/01 12:56 p.m.12 views

CVE-2025-37757 tipc: fix memory leak in tipc_link_xmit

In the Linux kernel, the following vulnerability has been resolved: tipc: fix memory leak in tipclinkxmit In case the backlog transmit queue for system-importance messages is overloaded, tipclinkxmit returns -ENOBUFS but the skb list is not purged. This leads to memory leak and failure when a skb...

7.5CVSS6.1AI score
SaveExploits0References14
CVE
CVE
added 2025/05/01 12:56 p.m.175 views

CVE-2025-37757

In CVE-2025-37757, the Linux kernel leak was in tipc_link_xmit where an overloaded backlog transmit queue could cause -ENOBUFS but leave skb lists uncleared, leading to memory leaks during skb allocations. The fix purges the skb list before tipc_link_xmit() returns.

7.5CVSS6.9AI score0.00428EPSS
SaveExploits0References11Affected Software1
CVE
CVE
added 2025/05/01 12:56 p.m.192 views

CVE-2025-37756

CVE-2025-37756 relates to the Linux kernel TLS stack. The vulnerability arises from allowing a TLS socket disconnect, which can trigger unexpected corner cases in the TLS receive path. The fix is a kernel patch that explicitly disallows disconnect in net/tls, reducing the risk of abusive disconne...

7.8CVSS6.5AI score0.00319EPSS
SaveExploits0References11Affected Software1
OSV
OSV
added 2025/05/01 12:55 p.m.22 views

CVE-2025-37755 net: libwx: handle page_pool_dev_alloc_pages error

In the Linux kernel, the following vulnerability has been resolved: net: libwx: handle pagepooldevallocpages error pagepooldevallocpages could return NULL. There was a WARNON!page but it would still proceed to use the NULL pointer and then crash. This is similar to commit 001ba0902046 "net: fec:...

7.5CVSS6AI score
SaveExploits0References8
CVE
CVE
added 2025/05/01 12:55 p.m.135 views

CVE-2025-37755

CVE-2025-37755 is described in the Azure Linux 3.0 security advisory as a Linux kernel vulnerability in net: libwx related to page_pool_dev_alloc_pages returning NULL. The WARN_ON(!page) path could continue to dereference a NULL pointer, causing a crash. The Azure Nessus note confirms the affecte...

7.5CVSS6.5AI score0.00354EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2025/05/01 12:55 p.m.85 views

CVE-2025-37753

The CVE-2025-37753 entries reference a Linux kernel issue affecting s390x PMU event initialization. The root cause is a double free/use-after-free scenario during PMU event init when an error occurs in: cpumsf_pmu_event_init(), cpumf_pmu_event_init(), cfdiag_event_init(). The fix, per Red Hat adv...

6.3AI score
SaveExploits0
OSV
OSV
added 2025/05/01 12:55 p.m.12 views

CVE-2025-37754 drm/i915/huc: Fix fence not released on early probe errors

In the Linux kernel, the following vulnerability has been resolved: drm/i915/huc: Fix fence not released on early probe errors HuC delayed loading fence, introduced with commit 27536e03271da "drm/i915/huc: track delayed HuC load with a fence", is registered with object tracker early on driver pro...

6AI score
SaveExploits0References8
OSV
OSV
added 2025/05/01 12:55 p.m.18 views

CVE-2025-37752 net_sched: sch_sfq: move the limit validation

In the Linux kernel, the following vulnerability has been resolved: netsched: schsfq: move the limit validation It is not sufficient to directly validate the limit on the data that the user passes as it can be updated based on how the other parameters are changed. Move the check at the end of the...

7.8CVSS6.4AI score
SaveExploits0References13
Cvelist
Cvelist
added 2025/05/01 12:55 p.m.24 views

CVE-2025-37751 x86/cpu: Avoid running off the end of an AMD erratum table

In the Linux kernel, the following vulnerability has been resolved: x86/cpu: Avoid running off the end of an AMD erratum table The NULL array terminator at the end of erratum1386microcode was removed during the switch from x86cpudesc to x86cpuid. This causes readers to run off the end of the arra...

7.1CVSS0.00156EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/05/01 12:55 p.m.28 views

CVE-2025-37747 perf: Fix hang while freeing sigtrap event

In the Linux kernel, the following vulnerability has been resolved: perf: Fix hang while freeing sigtrap event Perf can hang while freeing a sigtrap event if a related deferred signal hadn't managed to be sent before the file got closed: perfeventoverflow taskworkaddperfpendingtask fput...

0.0018EPSS
SaveExploits0References4
CVE
CVE
added 2025/05/01 12:55 p.m.124 views

CVE-2025-37746

CVE-2025-37746 affects the Linux kernel (perf/dwc_pcie). During platform_device_register, using struct device pci_dev as platform_data caused a kmemdup copy of pci_dev; accessing the duplicated device leads to list corruption since the mutex content (e.g., list, magic) remains identical to the or...

5.5CVSS6.7AI score0.00152EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2025/05/01 12:55 p.m.119 views

CVE-2025-37745

CVE-2025-37745 : Linux kernel vulnerability in the hibernate subsystem where a write to /sys/module/hibernate/parameters/compressor could deadlock with ieee80211 device registration. The root cause is a potential deadlock involving system_transition_mutex held under param_lock in hibernate_compre...

5.5CVSS6.5AI score0.00141EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/05/01 12:55 p.m.8 views

CVE-2025-37745 PM: hibernate: Avoid deadlock in hibernate_compressor_param_set()

In the Linux kernel, the following vulnerability has been resolved: PM: hibernate: Avoid deadlock in hibernatecompressorparamset syzbot reported a deadlock in locksystemsleep see below. The write operation to "/sys/module/hibernate/parameters/compressor" conflicts with the registration of ieee802...

6AI score
SaveExploits0References7
CVE
CVE
added 2025/05/01 12:55 p.m.157 views

CVE-2025-37742

CVE-2025-37742 : In the Linux kernel, the jfs_imap diMount path allocates imap with kmalloc and fails to initialize it, causing uninit-value usage in hex_dump_to_buffer and a KMSAN report during mount/evict paths. Root cause: imap is not initialized after memory allocation. Remediation: replace k...

5.5CVSS6.5AI score0.00183EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2025/05/01 12:55 p.m.16 views

CVE-2025-37740 jfs: add sanity check for agwidth in dbMount

In the Linux kernel, the following vulnerability has been resolved: jfs: add sanity check for agwidth in dbMount The width in dmapctl of the AG is zero, it trigger a divide error when calculating the control page level in dbAllocAG. To avoid this issue, add a check for agwidth in dbAllocAG...

6.1AI score
SaveExploits0References14
CVE
CVE
added 2025/05/01 12:55 p.m.177 views

CVE-2025-37741

CVE-2025-37741 affects the Linux kernel JFS, where a race/locking path can lead to a deadlock in diFree when nlink is incorrectly derived as 0. Root cause: during inode handling for iag creation, a corrupted metapage can cause dinode’s nlink to be copied as 0, triggering diFree and a deadlock seq...

7.8CVSS6.7AI score0.00155EPSS
SaveExploits0References11Affected Software1
CVE
CVE
added 2025/05/01 12:55 p.m.168 views

CVE-2025-23163

CVE-2025-23163 relates to a Linux kernel issue in VLAN handling: net: vlan: don't propagate flags on open. The root cause is a possible deadlock when opening VLAN devices due to the device instance lock, where a task may try to acquire dev->lock while already holding it (seen in dev_open + dev...

5.5CVSS6.2AI score0.00151EPSS
SaveExploits0References11Affected Software1
Rows per page
Query Builder