Lucene search
+L

13117 matches found

NVD
NVD
added 2025/05/01 1:15 p.m.22 views

CVE-2025-37741

In the Linux kernel, the following vulnerability has been resolved: jfs: Prevent copying of nlink with value 0 from disk inode syzbot report a deadlock in diFree. 1 When calling "ioctl$LOOPSETSTATUS64", the offset value passed in is 4, which does not match the mounted loop device, causing the...

7.8CVSS0.00152EPSS
SaveExploits0References11
NVD
NVD
added 2025/05/01 1:15 p.m.10 views

CVE-2025-23158

In the Linux kernel, the following vulnerability has been resolved: media: venus: hfi: add check to handle incorrect queue size qsize represents size of shared queued between driver and video firmware. Firmware can modify this value to an invalid large value. In such situation, emptyspace will be...

7.8CVSS0.0021EPSS
SaveExploits0References11
NVD
NVD
added 2025/05/01 1:15 p.m.22 views

CVE-2025-23152

In the Linux kernel, the following vulnerability has been resolved: arm64/crc-t10dif: fix use of out-of-scope array in crct10difarch Fix a silly bug where an array was used outside of its scope...

5.5CVSS0.00159EPSS
SaveExploits0References2
NVD
NVD
added 2025/05/01 1:15 p.m.13 views

CVE-2025-23157

In the Linux kernel, the following vulnerability has been resolved: media: venus: hfiparser: add check to avoid out of bound access There is a possibility that initcodecs is invoked multiple times during manipulated payload from video firmware. In such case, if codecscount can get incremented to...

7.8CVSS0.00207EPSS
SaveExploits0References11
NVD
NVD
added 2025/05/01 1:15 p.m.13 views

CVE-2025-23160

In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: Fix a resource leak related to the scp device in FW initialization On Mediatek devices with a system companion processor SCP the mtkscp structure has to be removed explicitly to avoid a resource leak. Fre...

5.5CVSS0.00199EPSS
SaveExploits0References10
NVD
NVD
added 2025/05/01 1:15 p.m.14 views

CVE-2025-23153

In the Linux kernel, the following vulnerability has been resolved: arm/crc-t10dif: fix use of out-of-scope array in crct10difarch Fix a silly bug where an array was used outside of its scope...

5.5CVSS0.00159EPSS
SaveExploits0References2
NVD
NVD
added 2025/05/01 1:15 p.m.10 views

CVE-2025-23159

In the Linux kernel, the following vulnerability has been resolved: media: venus: hfi: add a check to handle OOB in sfr region sfr-bufsize is in shared memory and can be modified by malicious user. OOB write is possible when the size is made higher than actual sfr data buffer. Cap the size to...

8.4CVSS0.00214EPSS
SaveExploits0References11
NVD
NVD
added 2025/05/01 1:15 p.m.9 views

CVE-2025-23148

In the Linux kernel, the following vulnerability has been resolved: soc: samsung: exynos-chipid: Add NULL pointer check in exynoschipidprobe socdevattr-revision could be NULL, thus, a pointer check is added to prevent potential NULL pointer dereference. This is similar to the fix in commit...

5.5CVSS0.00199EPSS
SaveExploits0References10
NVD
NVD
added 2025/05/01 1:15 p.m.18 views

CVE-2025-23145

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix NULL pointer in canacceptnewsubflow When testing valkey benchmark tool with MPTCP, the kernel panics in 'mptcpcanacceptnewsubflow' because subflowreq-msk is NULL. Call trace: mptcpcanacceptnewsubflow...

7.5CVSS0.00534EPSS
SaveExploits0References10
NVD
NVD
added 2025/05/01 1:15 p.m.10 views

CVE-2025-23146

In the Linux kernel, the following vulnerability has been resolved: mfd: ene-kb3930: Fix a potential NULL pointer dereference The offgpios could be NULL. Add missing check in the kb3930probe. This is similar to the issue fixed in commit b1ba8bcb2d1f "backlight: hx8357: Fix potential NULL pointer...

5.5CVSS0.00201EPSS
SaveExploits0References10
NVD
NVD
added 2025/05/01 1:15 p.m.15 views

CVE-2025-23141

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Acquire SRCU in KVMGETMPSTATE to protect guest memory accesses Acquire a lock on kvm-srcu when userspace is getting MP state to handle a rather extreme edge case where "accepting" APIC events, i.e. processing pending IN...

7.8CVSS0.002EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/05/01 1:07 p.m.16 views

CVE-2025-37795

...

SaveExploits0
Cvelist
Cvelist
added 2025/05/01 1:07 p.m.31 views

CVE-2025-37794 wifi: mac80211: Purge vif txq in ieee80211_do_stop()

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: Purge vif txq in ieee80211dostop After ieee80211dostop SKB from vif's txq could still be processed. Indeed another concurrent vif scheduleandwaketxq call could cause those packets to be dequeued see...

0.00188EPSS
SaveExploits0References8
CVE
CVE
added 2025/05/01 1:07 p.m.158 views

CVE-2025-37794

In CVE-2025-37794, the Linux kernel Wi‑Fi stack (mac80211) could purge the vif TX queue too late during ieee80211_do_stop(), allowing SKBs from the vif’s txq to be dequeued and processed after SDATA_STATE_RUNNING is cleared. This could occur due to a concurrent schedule_and_wake_txq path that deq...

5.5CVSS6.2AI score0.00188EPSS
SaveExploits0References10Affected Software1
OSV
OSV
added 2025/05/01 1:07 p.m.9 views

CVE-2025-37793 ASoC: Intel: avs: Fix null-ptr-deref in avs_component_probe()

In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: avs: Fix null-ptr-deref in avscomponentprobe devmkasprintf returns NULL when memory allocation fails. Currently, avscomponentprobe does not check for this case, which results in a NULL pointer dereference...

6.2AI score
SaveExploits0References7
OSV
OSV
added 2025/05/01 1:07 p.m.11 views

CVE-2025-37792 Bluetooth: btrtl: Prevent potential NULL dereference

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btrtl: Prevent potential NULL dereference The btrtlinitialize function checks that rtlloadfile either had an error or it loaded a zero length file. However, if it loaded a zero length file then the error code is not se...

6.1AI score
SaveExploits0References13
CVE
CVE
added 2025/05/01 1:07 p.m.145 views

CVE-2025-37790

The CVE-2025-37790 issue concerns the Linux kernel: specifically the net: mctp: Set SOCK_RCU_FREE path where a socket could disappear during a Bind lookup that runs under RCU. The vulnerability arises from the Bind lookup performing operations under RCU, potentially leading to use-after-free scen...

8.8CVSS6.6AI score0.00261EPSS
SaveExploits0References7Affected Software1
CVE
CVE
added 2025/05/01 1:07 p.m.137 views

CVE-2025-37787

CVE-2025-37787 affects the Linux kernel in the mv88e6xxx DSA driver. The issue arises when unbinding the driver: a NULL devlink global region pointer is passed to devlink_region_destroy(), causing a NULL-tolerant crash. The root cause is that some devlink regions (MV88E6XXX_REGION_STU and MV88E6X...

5.5CVSS6.5AI score0.00176EPSS
SaveExploits0References7Affected Software1
CVE
CVE
added 2025/05/01 1:07 p.m.152 views

CVE-2025-37786

CVE-2025-37786 affects the Linux kernel's DSA (distributed switch architecture) routing-table handling. When a tree probe completes with complete = true and a later step fails, dst->rtable entries may remain referencing freed ports, causing a use-after-free. The advisory explains that on probe...

7.8CVSS6.5AI score0.00181EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2025/05/01 1:07 p.m.31 views

CVE-2025-37783 drm/msm/dpu: Fix error pointers in dpu_plane_virtual_atomic_check

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Fix error pointers in dpuplanevirtualatomiccheck The function dpuplanevirtualatomiccheck was dereferencing pointers returned by drmatomicgetplanestate without checking for errors. This could lead to undefined behavio...

0.00149EPSS
SaveExploits0References2
Rows per page
Query Builder