Lucene search
+L

987 matches found

UbuntuCve
UbuntuCve
added 2025/07/10 9:15 a.m.3 views

CVE-2025-38341

In the Linux kernel, the following vulnerability has been resolved: eth: fbnic: avoid double free when failing to DMA-map FW msg The semantics are that caller of fbnicmbxmapmsg retains the ownership of the message on error. All existing callers dutifully free the page...

7.8CVSS6.1AI score0.00154EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/07/10 9:15 a.m.4 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.1CVSS6.5AI score0.00159EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/07/10 9:15 a.m.12 views

CVE-2025-38337

In the Linux kernel, the following vulnerability has been resolved: jbd2: fix data-race and null-ptr-deref in jbd2journaldirtymetadata Since handle-htransaction may be a NULL pointer, so we should change it to call ishandleabortedhandle first before dereferencing it. And the following data-race w...

5.5CVSS5.9AI score0.00164EPSS
SaveExploits0References41
Debian CVE
Debian CVE
added 2025/07/10 8:15 a.m.18 views

CVE-2025-38344

In the Linux kernel, the following vulnerability has been resolved: ACPICA: fix acpi parse and parseext cache leaks ACPICA commit 8829e70e1360c81e7a5a901b5d4f48330e021ea5 I'm Seunghun Han, and I work for National Security Research Institute of South Korea. I have been doing a research on ACPI and...

5.5CVSS5.6AI score0.00164EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2025/07/10 8:15 a.m.6 views

CVE-2025-38286

In the Linux kernel, the following vulnerability has been resolved: pinctrl: at91: Fix possible out-of-boundary access at91gpioprobe doesn't check that given OF alias is not available or something went wrong when trying to get it. This might have consequences when accessing gpiochips array with...

7.1CVSS6.1AI score0.00179EPSS
SaveExploits0References42
UbuntuCve
UbuntuCve
added 2025/07/10 8:15 a.m.4 views

CVE-2025-38307

In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: avs: Verify content returned by parseintarray The first element of the returned array stores its length. If it is 0, any manipulation beyond the element at index 0 ends with null-ptr-deref...

5.5CVSS5.8AI score0.00148EPSS
SaveExploits0References29
UbuntuCve
UbuntuCve
added 2025/07/10 8:15 a.m.8 views

CVE-2025-38280

In the Linux kernel, the following vulnerability has been resolved: bpf: Avoid bpfprogret0warn when jit fails syzkaller reported an issue: WARNING: CPU: 3 PID: 217 at kernel/bpf/core.c:2357 bpfprogret0warn+0xa/0x20 kernel/bpf/core.c:2357 Modules linked in: CPU: 3 UID: 0 PID: 217 Comm: kworker/u32...

7.8CVSS6.6AI score0.00181EPSS
SaveExploits0References40
UbuntuCve
UbuntuCve
added 2025/07/10 8:15 a.m.4 views

CVE-2025-38276

In the Linux kernel, the following vulnerability has been resolved: fs/dax: Fix "don't skip locked entries when scanning entries" Commit 6be3e21d25ca "fs/dax: don't skip locked entries when scanning entries" introduced a new function, waitentryunlockedexclusive, which waits for the current entry ...

7.8CVSS5.9AI score0.00112EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/07/10 8:15 a.m.14 views

CVE-2025-32988

A flaw was found in GnuTLS. A double-free vulnerability exists in GnuTLS due to incorrect ownership handling in the export logic of Subject Alternative Name SAN entries containing an otherName. If the type-id OID is invalid or malformed, GnuTLS will call asn1deletestructure on an ASN.1 node it do...

8.2CVSS6.9AI score0.01185EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/07/10 8:15 a.m.6 views

CVE-2025-38317

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Fix buffer overflow in debugfs If the user tries to write more than 32 bytes then it results in memory corruption. Fortunately, this is debugfs so it's limited to root users...

7.8CVSS6.5AI score0.0017EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
added 2025/07/10 8:15 a.m.3 views

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.8AI score0.00157EPSS
SaveExploits0References28
UbuntuCve
UbuntuCve
added 2025/07/10 8:15 a.m.3 views

CVE-2025-38300

In the Linux kernel, the following vulnerability has been resolved: crypto: sun8i-ce-cipher - fix error handling in sun8icecipherprepare Fix two DMA cleanup issues on the error path in sun8icecipherprepare: 1 If dmamapsg fails for areq-dst, the device driver would try to free DMA memory it has no...

5.5CVSS5.9AI score0.00149EPSS
SaveExploits0References30
UbuntuCve
UbuntuCve
added 2025/07/10 8:15 a.m.13 views

CVE-2025-38313

In the Linux kernel, the following vulnerability has been resolved: bus: fsl-mc: fix double-free on mcdev The blamed commit tried to simplify how the deallocations are done but, in the process, introduced a double-free on the mcdev variable. In case the MC device is a DPRC, a new mcbus is allocat...

7.8CVSS6.2AI score0.00161EPSS
SaveExploits0References42
UbuntuCve
UbuntuCve
added 2025/07/10 8:15 a.m.15 views

CVE-2025-38273

In the Linux kernel, the following vulnerability has been resolved: net: tipc: fix refcount warning in tipcaeadencrypt syzbot reported a refcount warning 1 caused by calling getnet on a network namespace that is being destroyed refcount=0. This happens when a TIPC discovery timer fires during...

7.8CVSS6AI score0.00175EPSS
SaveExploits0References18
UbuntuCve
UbuntuCve
added 2025/07/09 11:15 a.m.11 views

CVE-2025-38245

In the Linux kernel, the following vulnerability has been resolved: atm: Release atmdevmutex after removing procfs in atmdevderegister. syzbot reported a warning below during atmdevregister. 0 Before creating a new device and procfs/sysfs for it, atmdevregister looks up a duplicated device by...

7.8CVSS6.1AI score0.00162EPSS
SaveExploits0References39
UbuntuCve
UbuntuCve
added 2025/07/09 11:15 a.m.5 views

CVE-2025-38258

In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs-schemes: free old damonsysfsschemefilter-memcgpath on write memcgpathstore assigns a newly allocated memory buffer to filter-memcgpath, without deallocating the previously allocated and assigned memory buffer. As a...

5.5CVSS5.8AI score0.0014EPSS
SaveExploits0References28
UbuntuCve
UbuntuCve
added 2025/07/09 11:15 a.m.6 views

CVE-2025-38253

In the Linux kernel, the following vulnerability has been resolved: HID: wacom: fix crash in wacomaesbatteryhandler Commit fd2a9b29dc9c "HID: wacom: Remove AES powersupply after extended inactivity" introduced wacomaesbatteryhandler which is scheduled as a delayed work aesbatterywork. In...

8.8CVSS5.6AI score0.00197EPSS
SaveExploits0References27
UbuntuCve
UbuntuCve
added 2025/07/09 11:15 a.m.3 views

CVE-2025-38243

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix invalid inode pointer dereferences during log replay In a few places where we call readoneinode, if we get a NULL pointer we end up jumping into an error path, or fallthrough in case of addinoderef, where we then do...

5.5CVSS5.9AI score0.00139EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/07/09 11:15 a.m.4 views

CVE-2025-38263

In the Linux kernel, the following vulnerability has been resolved: bcache: fix NULL pointer in cachesetflush 1. LINE1794 - LINE1887 is some codes about function of bchcachesetalloc. 2. LINE2078 - LINE2142 is some codes about function of registercacheset. 3. registercacheset will call...

5.5CVSS5.9AI score0.0015EPSS
SaveExploits0References38
UbuntuCve
UbuntuCve
added 2025/07/09 11:15 a.m.4 views

CVE-2025-38261

In the Linux kernel, the following vulnerability has been resolved: riscv: save the SRSUM status over switches When threads/tasks are switched we need to ensure the old execution's SRSUM state is saved and the new thread has the old SRSUM state restored. The issue was seen under heavy load...

7.8CVSS7AI score0.00142EPSS
SaveExploits0References10
Rows per page
Query Builder