Lucene search
+L

13116 matches found

Debian CVE
Debian CVE
added 2025/05/20 4:01 p.m.8 views

CVE-2025-37955

In the Linux kernel, the following vulnerability has been resolved: virtio-net: free xskbuffs on error in virtnetxskpoolenable The selftests added to our CI by Bui Quang Minh recently reveals that there is a mem leak on the error path of virtnetxskpoolenable: unreferenced object 0xffff88800a68a00...

5.5CVSS5.6AI score0.00174EPSS
SaveExploits0
CVE
CVE
added 2025/05/20 4:01 p.m.95 views

CVE-2025-37955

CVE-2025-37955 concerns a memory leak in the Linux kernel virtio-net driver. The issue occurs on the error path of virtnet_xsk_pool_enable(), where xsk_buffs are not freed, leading to an unreferenced 2048-byte object in the xdp helper path. The backtrace points to virtnet_xsk_pool_enable and rela...

5.5CVSS6.9AI score0.00174EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2025/05/20 4:01 p.m.12 views

CVE-2025-37954

In the Linux kernel, the following vulnerability has been resolved: smb: client: Avoid race in opencacheddir with lease breaks A pre-existing valid cfid returned from findorcreatecacheddir might race with a lease break, meaning opencacheddir doesn't consider it valid, and thinks it's...

7.5CVSS5.6AI score0.00342EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/05/20 4:01 p.m.28 views

CVE-2025-37953 sch_htb: make htb_deactivate() idempotent

In the Linux kernel, the following vulnerability has been resolved: schhtb: make htbdeactivate idempotent Alan reported a NULL pointer dereference in htbnextrbnode after we made htbqlennotify idempotent. It turns out in the following case it introduced some regression: htbdequeuetree: |-...

0.00182EPSS
SaveExploits0References8
OSV
OSV
added 2025/05/20 4:01 p.m.9 views

CVE-2025-37953 sch_htb: make htb_deactivate() idempotent

In the Linux kernel, the following vulnerability has been resolved: schhtb: make htbdeactivate idempotent Alan reported a NULL pointer dereference in htbnextrbnode after we made htbqlennotify idempotent. It turns out in the following case it introduced some regression: htbdequeuetree: |-...

6.2AI score
SaveExploits0References12
OSV
OSV
added 2025/05/20 4:01 p.m.10 views

CVE-2025-37952 ksmbd: Fix UAF in __close_file_table_ids

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix UAF in closefiletableids A use-after-free is possible if one thread destroys the file via ksmbdclosefd while another thread holds a reference to it. The existing checks on fp-refcount are not sufficient to prevent this...

8.8CVSS6AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/05/20 4:01 p.m.11 views

CVE-2025-37952

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix UAF in closefiletableids A use-after-free is possible if one thread destroys the file via ksmbdclosefd while another thread holds a reference to it. The existing checks on fp-refcount are not sufficient to prevent this...

8.8CVSS5.8AI score0.0035EPSS
SaveExploits0
CVE
CVE
added 2025/05/20 4:01 p.m.102 views

CVE-2025-37951

CVE-2025-37951 affects the Linux kernel DRM/V3D path. When a CL/CSD job times out, if the GPU progressed, the kernel may skip the reset, keeping the job running; however, timedout_job() removes the job from the pending list, so it may not be freed, causing a memory leak. A patch adds the job back...

5.5CVSS6.9AI score0.00176EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2025/05/20 4:01 p.m.10 views

CVE-2025-37951

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Add job to pending list if the reset was skipped When a CL/CSD job times out, we check if the GPU has made any progress since the last timeout. If so, instead of resetting the hardware, we skip the reset and let the time...

5.5CVSS5.6AI score0.00176EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/20 4:01 p.m.35 views

CVE-2025-37950

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix panic in failed foilio allocation commit 7e119cff9d0a "ocfs2: convert wpages to wfolios" and commit 9a5e08652dc4b "ocfs2: use an array of folios instead of an array of pages" save -ENOMEM in the folio array upon...

5.5CVSS5.8AI score0.00149EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/20 4:01 p.m.20 views

CVE-2025-37949

In the Linux kernel, the following vulnerability has been resolved: xenbus: Use kref to track req lifetime Marek reported seeing a NULL pointer fault in the xenbusthread callstack: BUG: kernel NULL pointer dereference, address: 0000000000000000 RIP: e030:wakeupcommon+0x4c/0x180 Call Trace:...

7.8CVSS5.7AI score0.00201EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/05/20 4:01 p.m.20 views

CVE-2025-37948 arm64: bpf: Add BHB mitigation to the epilogue for cBPF programs

In the Linux kernel, the following vulnerability has been resolved: arm64: bpf: Add BHB mitigation to the epilogue for cBPF programs A malicious BPF program may manipulate the branch history to influence what the hardware speculates will happen next. On exit from a BPF program, emit the BHB...

0.0019EPSS
SaveExploits0References7
CVE
CVE
added 2025/05/20 4:01 p.m.127 views

CVE-2025-37948

CVE-2025-37948 affects the Linux kernel arm64 and is fixed by adding a BHB mitigation in the epilogue of BPF programs (cBPF) loaded via seccomp. The vulnerability arises when a classic cBPF program manipulates the branch history to influence speculative execution. The published details indicate t...

5.5CVSS6.6AI score0.0019EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2025/05/20 4:01 p.m.13 views

CVE-2025-37948 arm64: bpf: Add BHB mitigation to the epilogue for cBPF programs

In the Linux kernel, the following vulnerability has been resolved: arm64: bpf: Add BHB mitigation to the epilogue for cBPF programs A malicious BPF program may manipulate the branch history to influence what the hardware speculates will happen next. On exit from a BPF program, emit the BHB...

6AI score
SaveExploits0References12
Debian CVE
Debian CVE
added 2025/05/20 4:01 p.m.6 views

CVE-2025-37948

In the Linux kernel, the following vulnerability has been resolved: arm64: bpf: Add BHB mitigation to the epilogue for cBPF programs A malicious BPF program may manipulate the branch history to influence what the hardware speculates will happen next. On exit from a BPF program, emit the BHB...

5.5CVSS5.5AI score0.0019EPSS
SaveExploits0
CVE
CVE
added 2025/05/20 4:01 p.m.115 views

CVE-2025-37946

CVE-2025-37946 concerns the Linux kernel, specifically the s390 PCI subsystem. The issue arises from a duplicate pci_dev_put() in disable_slot() when a PF has child VFs, introduced during a change that added a lock to zpci_dev state. The extra pci_dev_put() can lead to a use-after-free if the pci...

7.8CVSS6.7AI score0.00183EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/05/20 4:01 p.m.11 views

CVE-2025-37947 ksmbd: prevent out-of-bounds stream writes by validating *pos

In the Linux kernel, the following vulnerability has been resolved: ksmbd: prevent out-of-bounds stream writes by validating pos ksmbdvfsstreamwrite did not validate whether the write offset pos was within the bounds of the existing stream data length vlen. If pos was greater than or equal to vle...

8.8CVSS6AI score
SaveExploits0References10
Debian CVE
Debian CVE
added 2025/05/20 4:01 p.m.10 views

CVE-2025-37947

In the Linux kernel, the following vulnerability has been resolved: ksmbd: prevent out-of-bounds stream writes by validating pos ksmbdvfsstreamwrite did not validate whether the write offset pos was within the bounds of the existing stream data length vlen. If pos was greater than or equal to vle...

8.8CVSS5.7AI score0.00549EPSS
SaveExploits1
CVE
CVE
added 2025/05/20 4:01 p.m.136 views

CVE-2025-37947

CVE-2025-37947 affects ksmbd (Linux kernel SMBv3 server). Root cause: ksmbd_vfs_stream_write() could perform an out-of-bounds write when *pos >= v_len due to missing bounds check; patch adds a check to ensure *pos

8.8CVSS6.5AI score0.00549EPSS
SaveExploits1References7Affected Software1
Debian CVE
Debian CVE
added 2025/05/20 3:58 p.m.8 views

CVE-2025-37945

In the Linux kernel, the following vulnerability has been resolved: net: phy: allow MDIO bus PM ops to start/stop state machine for phylink-controlled PHY DSA has 2 kinds of drivers: 1. Those who call dsaswitchsuspend and dsaswitchresume from their device PM ops: qca8k-8xxx, bcmsf2, microchip ksz...

5.5CVSS5.7AI score0.0019EPSS
SaveExploits0
Rows per page
Query Builder