Lucene search
+L

8034 matches found

Cvelist
Cvelist
added 2025/05/01 2:9 p.m.26 views

CVE-2022-49768 9p: trans_fd/p9_conn_cancel: drop client lock earlier

In the Linux kernel, the following vulnerability has been resolved: 9p: transfd/p9conncancel: drop client lock earlier syzbot reported a double-lock here and we no longer need this lock after requests have been moved off to local list: just drop the lock earlier...

7.5CVSS0.00367EPSS
SaveExploits0References8
NVD
NVD
added 2025/05/01 1:15 p.m.18 views

CVE-2025-23140

In the Linux kernel, the following vulnerability has been resolved: misc: pciendpointtest: Avoid issue of interrupts remaining after requestirq error After devmrequestirq fails with error in pciendpointtestrequestirq, the pciendpointtestfreeirqvectors is called assuming that all IRQs have been...

5.5CVSS0.00207EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2025/05/01 1:7 p.m.32 views

CVE-2025-37790 net: mctp: Set SOCK_RCU_FREE

In the Linux kernel, the following vulnerability has been resolved: net: mctp: Set SOCKRCUFREE Bind lookup runs under RCU, so ensure that a socket doesn't go away in the middle of a lookup...

8.8CVSS0.00261EPSS
SaveExploits0References6
CVE
CVE
added 2025/05/01 1:7 p.m.134 views

CVE-2025-37770

CVE-2025-37770 affects the Linux kernel (drm/amd/pm): if a user sets a speed value greater than UINT_MAX/8, a division by zero is possible. The issue is exploitable locally with low privileges and no user interaction required. The vulnerability was identified by the Linux Verification Center (SVA...

5.5CVSS6.6AI score0.00195EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2025/05/01 1:7 p.m.9 views

CVE-2025-37769 drm/amd/pm/smu11: Prevent division by zero

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm/smu11: Prevent division by zero The user can set any speed value. If speed is greater than UINTMAX/8, division by zero is possible. Found by Linux Verification Center linuxtesting.org with SVACE. cherry picked from...

6.2AI score
SaveExploits0References9
Cvelist
Cvelist
added 2025/05/01 1:7 p.m.22 views

CVE-2025-37766 drm/amd/pm: Prevent division by zero

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Prevent division by zero The user can set any speed value. If speed is greater than UINTMAX/8, division by zero is possible. Found by Linux Verification Center linuxtesting.org with SVACE...

0.00199EPSS
SaveExploits0References8
CVE
CVE
added 2025/05/01 12:55 p.m.155 views

CVE-2025-37752

CVE-2025-37752 is a Linux kernel vulnerability affecting the scheduler, specifically net_sched: sch_sfq. The root cause is that limit validation could be bypassed if the limit was indirectly updated as other parameters changed. The fix moves the limit validation to the end of the configuration up...

7.8CVSS6.9AI score0.00252EPSS
SaveExploits0References10Affected Software1
Cvelist
Cvelist
added 2025/05/01 12:55 p.m.17 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...

0.00138EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/05/01 12:55 p.m.32 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...

0.00185EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/05/01 12:55 p.m.19 views

CVE-2025-23161 PCI: vmd: Make vmd_dev::cfg_lock a raw_spinlock_t type

In the Linux kernel, the following vulnerability has been resolved: PCI: vmd: Make vmddev::cfglock a rawspinlockt type The access to the PCI config space via pciops::read and pciops::write is a low-level hardware access. The functions can be accessed with disabled interrupts even on PREEMPTRT. Th...

0.00139EPSS
SaveExploits0References7
CVE
CVE
added 2025/05/01 12:55 p.m.130 views

CVE-2025-23155

The CVE-2025-23155 issue affects the Linux kernel’s STMicroelectronics stmmac driver. In stmmac_request_irq_multi_msi(), a pointer to the stack variable cpu_mask is passed to irq_set_affinity_hint(), which is stored in irq_desc->affinity_hint. After the function returns, the pointer becomes da...

7.1CVSS5.9AI score0.00196EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2025/05/01 12:55 p.m.6 views

CVE-2025-23154

In the Linux kernel, the following vulnerability has been resolved: iouring/net: fix ioreqpostcqe abuse by send bundle 114.987980 T5313 WARNING: CPU: 6 PID: 5313 at iouring/iouring.c:872 ioreqpostcqe+0x12e/0x4f0 114.991597 T5313 RIP: 0010:ioreqpostcqe+0x12e/0x4f0 115.001880 T5313 Call Trace:...

5.5CVSS5.6AI score0.00189EPSS
SaveExploits0
CVE
CVE
added 2025/05/01 12:55 p.m.140 views

CVE-2025-23151

Technical details for CVE-2025-23151 are not provided in the connected documents. The initial description mentions a Linux kernel fix for an MHI bus/host race, but there are no specifics on affected products, vectors, or remediation in the supplied sources. Monitor for updates.

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

CVE-2025-23144 backlight: led_bl: Hold led_access lock when calling led_sysfs_disable()

In the Linux kernel, the following vulnerability has been resolved: backlight: ledbl: Hold ledaccess lock when calling ledsysfsdisable Lockdep detects the following issue on led-backlight removal: 142.315935 ------------ cut here ------------ 142.315954 WARNING: CPU: 2 PID: 292 at...

6AI score
SaveExploits0References13
Positive Technologies
Positive Technologies
added 2025/05/01 12:0 a.m.12 views

PT-2025-18601 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A vulnerability in the Linux kernel has been resolved, related to the KVM Kernel-based Virtual Machine component. The issue involves the initialization of locks in the gfn to pfn cache...

5.2AI score0.00119EPSS
SaveExploits0References11
Positive Technologies
Positive Technologies
added 2025/05/01 12:0 a.m.9 views

PT-2025-18594 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A vulnerability in the Linux kernel has been resolved, related to the bpf and sockmap components. The issue causes a warning when running the test sockmap selftests, specifically a sk-...

7.8CVSS7.3AI score0.01327EPSS
SaveExploits1References369
Positive Technologies
Positive Technologies
added 2025/05/01 12:0 a.m.27 views

PT-2025-18606 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A vulnerability in the Linux kernel's tracing subsystem has been resolved. The issue arises when the number of listed CPUs exceeds the actual number of existing CPUs. The tracing...

8.8CVSS7.5AI score0.01327EPSS
SaveExploits4References663
Positive Technologies
Positive Technologies
added 2025/05/01 12:0 a.m.12 views

PT-2025-18553 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A possible memory leak in the Linux kernel has been resolved. The issue occurred in the siox device add function when device register returned an error. To fix this, put device is call...

8.8CVSS7.5AI score0.01327EPSS
SaveExploits3References466
Positive Technologies
Positive Technologies
added 2025/05/01 12:0 a.m.11 views

PT-2025-18406 · Linux +2 · Linux Kernel +2

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A bug in the Linux kernel has been resolved, specifically an issue where an array was used outside of its scope in the crc t10dif arch function. This bug has been fixed. Recommendation...

7.8CVSS7.6AI score0.65736EPSS
SaveExploits0References678
Positive Technologies
Positive Technologies
added 2025/05/01 12:0 a.m.7 views

PT-2025-18647 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A NULL pointer problem in the free mr init function has been resolved. The issue occurs in a concurrent scenario, resulting in a NULL pointer dereference at virtual address...

5.5CVSS5.1AI score0.00149EPSS
SaveExploits0References12
Rows per page
Query Builder