Lucene search
+L

15742 matches found

Debian CVE
Debian CVE
added 2025/07/10 8:15 a.m.17 views

CVE-2025-38340

In the Linux kernel, the following vulnerability has been resolved: firmware: csdsp: Fix OOB memory read access in KUnit test KASAN reported out of bounds access - csdspmockbinaddnameorinfo, because the source string length was rounded up to the allocation size...

7.1CVSS6AI score0.00143EPSS
SaveExploits0
OSV
OSV
added 2025/07/10 8:15 a.m.4 views

CVE-2025-38330 firmware: cs_dsp: Fix OOB memory read access in KUnit test (ctl cache)

In the Linux kernel, the following vulnerability has been resolved: firmware: csdsp: Fix OOB memory read access in KUnit test ctl cache KASAN reported out of bounds access - csdspctlcacheinitmultipleoffsets. The code uses mockcoefftemplate.lengthbytes 4 bytes for register value allocations. But...

6.4AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/07/10 8:15 a.m.19 views

CVE-2025-38330

In the Linux kernel, the following vulnerability has been resolved: firmware: csdsp: Fix OOB memory read access in KUnit test ctl cache KASAN reported out of bounds access - csdspctlcacheinitmultipleoffsets. The code uses mockcoefftemplate.lengthbytes 4 bytes for register value allocations. But...

7.1CVSS6.1AI score0.00149EPSS
SaveExploits0
CVE
CVE
added 2025/07/10 8:15 a.m.76 views

CVE-2025-38330

CVE-2025-38330 affects the Linux kernel, specifically a KUnit test path in firmware: cs_dsp_ctl_cache_init_multiple_offsets that could trigger an out-of-bounds read. root cause: mock_coeff_template.length_bytes used for register value allocations, later overridden to 8 bytes, causing incorrect te...

7.1CVSS6.5AI score0.00149EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2025/07/10 8:15 a.m.20 views

CVE-2025-38330 firmware: cs_dsp: Fix OOB memory read access in KUnit test (ctl cache)

In the Linux kernel, the following vulnerability has been resolved: firmware: csdsp: Fix OOB memory read access in KUnit test ctl cache KASAN reported out of bounds access - csdspctlcacheinitmultipleoffsets. The code uses mockcoefftemplate.lengthbytes 4 bytes for register value allocations. But...

0.00149EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2025/07/10 8:15 a.m.14 views

CVE-2025-38329

In the Linux kernel, the following vulnerability has been resolved: firmware: csdsp: Fix OOB memory read access in KUnit test wmfw info KASAN reported out of bounds access - csdspmockwmfwaddinfo, because the source string length was rounded up to the allocation size...

7.1CVSS6AI score0.00159EPSS
SaveExploits0
OSV
OSV
added 2025/07/10 8:15 a.m.9 views

UBUNTU-CVE-2025-38269

In the Linux kernel, the following vulnerability has been resolved: btrfs: exit after state insertion failure at btrfsconvertextentbit If insertstate state failed it returns an error pointer and we call extentiotreepanic which will trigger a BUG call. However if CONFIGBUG is disabled, which is an...

5.5CVSS5.9AI score0.00157EPSS
SaveExploits0References29
OSV
OSV
added 2025/07/10 8:15 a.m.7 views

UBUNTU-CVE-2025-38292

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix invalid access to memory In ath12kdprxmsducoalesce, rxcb is fetched from skb and boolean iscontinuation is part of rxcb. Currently, after freeing the skb, the rxcb-iscontinuation accessed again which is wrong...

8.8CVSS6.2AI score0.00218EPSS
SaveExploits0References29
Cvelist
Cvelist
added 2025/07/10 7:42 a.m.15 views

CVE-2025-38292 wifi: ath12k: fix invalid access to memory

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix invalid access to memory In ath12kdprxmsducoalesce, rxcb is fetched from skb and boolean iscontinuation is part of rxcb. Currently, after freeing the skb, the rxcb-iscontinuation accessed again which is wrong...

8.8CVSS0.00218EPSS
SaveExploits0References3
OSV
OSV
added 2025/07/10 7:42 a.m.6 views

CVE-2025-38292 wifi: ath12k: fix invalid access to memory

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix invalid access to memory In ath12kdprxmsducoalesce, rxcb is fetched from skb and boolean iscontinuation is part of rxcb. Currently, after freeing the skb, the rxcb-iscontinuation accessed again which is wrong...

8.8CVSS6.5AI score
SaveExploits0References6
CVE
CVE
added 2025/07/10 7:42 a.m.101 views

CVE-2025-38292

The CVE-2025-38292 issue affects the Linux kernel’s wifi driver ath12k, where in ath12k_dp_rx_msdu_coalesce() the code may access rxcb->is_continuation after freeing the associated skb, causing a use-after-free. The fix is to locally copy the is_continuation value from rxcb so further referenc...

8.8CVSS6.7AI score0.00218EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/07/10 7:41 a.m.7 views

CVE-2025-38269 btrfs: exit after state insertion failure at btrfs_convert_extent_bit()

In the Linux kernel, the following vulnerability has been resolved: btrfs: exit after state insertion failure at btrfsconvertextentbit If insertstate state failed it returns an error pointer and we call extentiotreepanic which will trigger a BUG call. However if CONFIGBUG is disabled, which is an...

6.2AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/07/10 7:41 a.m.16 views

CVE-2025-38269 btrfs: exit after state insertion failure at btrfs_convert_extent_bit()

In the Linux kernel, the following vulnerability has been resolved: btrfs: exit after state insertion failure at btrfsconvertextentbit If insertstate state failed it returns an error pointer and we call extentiotreepanic which will trigger a BUG call. However if CONFIGBUG is disabled, which is an...

0.00157EPSS
SaveExploits0References3
CVE
CVE
added 2025/07/10 7:41 a.m.66 views

CVE-2025-38269

CVE-2025-38269 affects the Linux kernel, specifically the btrfs path. When exit after a state insertion failure occurs in btrfs_convert_extent_bit(), if insert_state() fails and CONFIG_BUG is disabled, the code falls through to cache_state() and dereferences the error pointer, causing an invalid ...

5.5CVSS6.8AI score0.00157EPSS
SaveExploits0References3Affected Software1
Tenable Nessus
Tenable Nessus
added 2025/07/10 12:00 a.m.6 views

EulerOS 2.0 SP10 : libxml2 (EulerOS-SA-2025-1783)

According to the versions of the libxml2 packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : In libxml2 before 2.13.8 and 2.14.x before 2.14.2, out-of-bounds memory access can occur in the Python API Python bindings because of an incorrec...

7.5CVSS6.7AI score0.00601EPSS
SaveExploits2References3
CNNVD
CNNVD
added 2025/07/10 12:00 a.m.5 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from incorrect DMA cleanup in the wrong path, which could result in an invalid DMA address release...

5.5CVSS6.9AI score0.00149EPSS
SaveExploits0References7
CNNVD
CNNVD
added 2025/07/10 12:00 a.m.7 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from an ATAPI device DMA issue in the patavia driver, which could cause the system to hang...

5.5CVSS6.9AI score0.00166EPSS
SaveExploits0References10
Amazon
Amazon
added 2025/07/10 12:00 a.m.13 views

Important: kernel6.12

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: netsched: Flush gsoskb list too during -change CVE-2025-37992 In the Linux kernel, the following vulnerability has been resolved: mm/pagealloc: fix race condition in unaccepted memory handling CVE-2025-38008 In th...

7.8CVSS6.3AI score0.00408EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/07/10 12:00 a.m.10 views

PT-2025-29052

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The Linux kernel contains a flaw in the cs dsp firmware related to out-of-bounds memory access during a KUnit test ctl cache. The issue occurs in the cs dsp ctl cache init multiple...

7.8CVSS6.7AI score0.00466EPSS
SaveExploits0References208
CNNVD
CNNVD
added 2025/07/10 12:00 a.m.9 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from an attempt to configure 36-bit DMA when the PCI device mmap is not set, which could result in a page fault...

5.5CVSS7.9AI score0.0014EPSS
SaveExploits0References4
Rows per page
Query Builder