Lucene search
+L

13160 matches found

Debian CVE
Debian CVE
added 2025/05/20 3:21 p.m.18 views

CVE-2025-37935

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: mtkethsoc: fix SER panic with 4GB+ RAM If the mtkpollrx function detects the MTKRESETTING flag, it will jump to releasedesc and refill the high word of the SDP on the 4GB RFB. Subsequently, mtkrxclean will process ...

9.8CVSS5.6AI score0.00469EPSS
SaveExploits0
OSV
OSV
added 2025/05/20 3:21 p.m.12 views

CVE-2025-37935 net: ethernet: mtk_eth_soc: fix SER panic with 4GB+ RAM

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: mtkethsoc: fix SER panic with 4GB+ RAM If the mtkpollrx function detects the MTKRESETTING flag, it will jump to releasedesc and refill the high word of the SDP on the 4GB RFB. Subsequently, mtkrxclean will process ...

9.8CVSS6.9AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/05/20 3:21 p.m.9 views

CVE-2025-37934

In the Linux kernel, the following vulnerability has been resolved: ASoC: simple-card-utils: Fix pointer check in graphutilparselinkdirection Actually check if the passed pointers are valid, before writing to them. This also fixes a USBAN warning: UBSAN: invalid-load in...

7.8CVSS6AI score0.00195EPSS
SaveExploits0
OSV
OSV
added 2025/05/20 3:21 p.m.11 views

CVE-2025-37933 octeon_ep: Fix host hang issue during device reboot

In the Linux kernel, the following vulnerability has been resolved: octeonep: Fix host hang issue during device reboot When the host loses heartbeat messages from the device, the driver calls the device-specific ndostop function, which frees the resources. If the driver is unloaded in this...

6.4AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/05/20 3:21 p.m.8 views

CVE-2025-37933

In the Linux kernel, the following vulnerability has been resolved: octeonep: Fix host hang issue during device reboot When the host loses heartbeat messages from the device, the driver calls the device-specific ndostop function, which frees the resources. If the driver is unloaded in this...

5.5CVSS5.7AI score0.00194EPSS
SaveExploits0
CVE
CVE
added 2025/05/20 3:21 p.m.108 views

CVE-2025-37934

CVE-2025-37934 affects the Linux kernel’s ASoC simple-card-utils, specifically the graph_util_parse_link_direction pointer checks. The issue arises from writing to potentially-invalid pointers when playback_only is absent, causing UBSAN invalid-load warnings (example in imx-card.c). The vulnerabi...

7.8CVSS6.5AI score0.00195EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/05/20 3:21 p.m.7 views

CVE-2025-37934 ASoC: simple-card-utils: Fix pointer check in graph_util_parse_link_direction

In the Linux kernel, the following vulnerability has been resolved: ASoC: simple-card-utils: Fix pointer check in graphutilparselinkdirection Actually check if the passed pointers are valid, before writing to them. This also fixes a USBAN warning: UBSAN: invalid-load in...

6.5AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/05/20 3:21 p.m.13 views

CVE-2025-37932

In the Linux kernel, the following vulnerability has been resolved: schhtb: make htbqlennotify idempotent htbqlennotify always deactivates the HTB class and in fact could trigger a warning if it is already deactivated. Therefore, it is not idempotent and not friendly to its callers, like...

5.5CVSS5.5AI score0.00222EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/20 3:21 p.m.7 views

CVE-2025-37930

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: Fix WARNON in nouveaufencecontextkill Nouveau is mostly designed in a way that it's expected that fences only ever get signaled through nouveaufencesignal. However, in at least one other place, nouveaufencedone, can...

5.5CVSS5.8AI score0.00203EPSS
SaveExploits0
CVE
CVE
added 2025/05/20 3:21 p.m.110 views

CVE-2025-37929

CVE-2025-37929 affects the Linux kernel arm64 Spectre-BHB mitigation (

5.5CVSS6.5AI score0.00192EPSS
SaveExploits0References8Affected Software1
Debian CVE
Debian CVE
added 2025/05/20 3:21 p.m.8 views

CVE-2025-37929

In the Linux kernel, the following vulnerability has been resolved: arm64: errata: Add missing sentinels to Spectre-BHB MIDR arrays Commit a5951389e58d "arm64: errata: Add newer ARM cores to the spectrebhbloopaffected lists" added some additional CPUs to the Spectre-BHB workaround, including some...

5.5CVSS5.6AI score0.00192EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/05/20 3:21 p.m.29 views

CVE-2025-37928 dm-bufio: don't schedule in atomic context

In the Linux kernel, the following vulnerability has been resolved: dm-bufio: don't schedule in atomic context A BUG was reported as below when CONFIGDEBUGATOMICSLEEP and tryverifyintasklet are enabled. 129.444685 T934 BUG: sleeping function called from invalid context at drivers/md/dm-bufio.c:24...

0.00668EPSS
SaveExploits1References5
Debian CVE
Debian CVE
added 2025/05/20 3:21 p.m.18 views

CVE-2025-37927

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Fix potential buffer overflow in parseivrsacpihid There is a string parsing logic error which can lead to an overflow of hid or uid buffers. Comparing ACPIIDLEN against a total string length doesn't take into account t...

7.8CVSS6.2AI score0.00238EPSS
SaveExploits0
CVE
CVE
added 2025/05/20 3:21 p.m.120 views

CVE-2025-37926

CVE-2025-37926 concerns the Linux kernel’s ksmbd component. A_use-after-free can occur due to a race between ksmbd_session_rpc_open() and __session_rpc_close(), potentially allowing exploitation when an attacker could trigger a session race. The fix adds a lock (rpc_lock) to the session to protec...

8.8CVSS6.5AI score0.00533EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2025/05/20 3:21 p.m.10 views

CVE-2025-37924 ksmbd: fix use-after-free in kerberos authentication

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in kerberos authentication Setting sess-user = NULL was introduced to fix the dangling pointer created by ksmbdfreeuser. However, it is possible another thread could be operating on the session and make...

9.8CVSS6AI score
SaveExploits0References9
OSV
OSV
added 2025/05/20 3:21 p.m.12 views

CVE-2025-37922 book3s64/radix : Align section vmemmap start address to PAGE_SIZE

In the Linux kernel, the following vulnerability has been resolved: book3s64/radix : Align section vmemmap start address to PAGESIZE A vmemmap altmap is a device-provided region used to provide backing storage for struct pages. For each namespace, the altmap should belong to that same namespace. ...

6.4AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/05/20 3:21 p.m.10 views

CVE-2025-37923

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix oob write in traceseqtobuffer syzbot reported this bug: ================================================================== BUG: KASAN: slab-out-of-bounds in traceseqtobuffer kernel/trace/trace.c:1830 inline BUG: KASA...

7.8CVSS6AI score0.00222EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/05/20 3:21 p.m.34 views

CVE-2025-37921 vxlan: vnifilter: Fix unlocked deletion of default FDB entry

In the Linux kernel, the following vulnerability has been resolved: vxlan: vnifilter: Fix unlocked deletion of default FDB entry When a VNI is deleted from a VXLAN device in 'vnifilter' mode, the FDB entry associated with the default remote assuming one was configured is deleted without holding t...

7.8CVSS0.00198EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/05/20 3:21 p.m.11 views

CVE-2025-37920

In the Linux kernel, the following vulnerability has been resolved: xsk: Fix race condition in AFXDP generic RX path Move rxlock from xsksocket to xskbuffpool. Fix synchronization for shared umem mode in generic RX path where multiple sockets share single xskbuffpool. RX queue is exclusive to...

7.8CVSS5.3AI score0.0015EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/20 3:21 p.m.9 views

CVE-2025-37919

In the Linux kernel, the following vulnerability has been resolved: ASoC: amd: acp: Fix NULL pointer deref in acpi2ssettdmslot Update chip data using devgetdrvdatadev-parent to fix NULL pointer deref in acpi2ssettdmslot...

5.5CVSS5.6AI score0.00187EPSS
SaveExploits0
Rows per page
Query Builder