Lucene search
K

31 matches found

Debian CVE
Debian CVE
added 2026/05/06 11:27 a.m.1 views

CVE-2026-43148

In the Linux kernel, the following vulnerability has been resolved: powerpc/smp: Add check for kcalloc failure in parsethreadgroups As kcalloc may fail, check its return value to avoid a NULL pointer dereference when passing it to ofpropertyreadu32array...

5.5CVSS5.7AI score0.00013EPSS
Exploits0
CVE
CVE
added 2026/05/06 7:40 a.m.8 views

CVE-2026-43105

The CVE-2026-43105 issue affects the Linux kernel’s DRM VC4 driver. The root cause is a memory leak where the hang state’s BO array is allocated with kzalloc() in vc4_save_hang_state() but is not freed in vc4_free_hang_state(), leaving memory allocated when the hang state is freed. A kfree() for ...

5.5CVSS5.8AI score0.00013EPSS
Exploits0References8Affected Software1
NVD
NVD
added 2026/05/04 5:16 p.m.1 views

CVE-2025-47407

Memory corruption while creating a process on the digital signal processor due to allocation failure at the kernel level...

7.8CVSS0.00012EPSS
Exploits0References1
CVE
CVE
added 2026/05/04 4:43 p.m.1 views

CVE-2025-47407

CVE-2025-47407 describes a memory corruption in the DSP service during process creation caused by an allocation failure at the kernel level, linked to a TOCTOU race condition. Connected records identify a kernel-level allocation failure as the underlying trigger and the DSP service as the affecte...

7.8CVSS5.8AI score0.00012EPSS
Exploits0References1Affected Software1
Vulnrichment
Vulnrichment
added 2026/05/04 4:43 p.m.2 views

CVE-2025-47407 Time-of-check Time-of-use (TOCTOU) Race Condition in DSP Service

Memory corruption while creating a process on the digital signal processor due to allocation failure at the kernel level...

7.8CVSS5.8AI score0.00012EPSS
Exploits0References1
Cvelist
Cvelist
added 2026/05/04 4:43 p.m.22 views

CVE-2025-47407 Time-of-check Time-of-use (TOCTOU) Race Condition in DSP Service

Memory corruption while creating a process on the digital signal processor due to allocation failure at the kernel level...

7.8CVSS0.00012EPSS
Exploits0References1
EUVD
EUVD
added 2026/05/04 4:43 p.m.0 views

EUVD-2025-209632

Memory corruption while creating a process on the digital signal processor due to allocation failure at the kernel level...

7.8CVSS5.8AI score0.00012EPSS
Exploits0References1
Positive Technologies
Positive Technologies
added 2026/05/04 12:0 a.m.1 views

PT-2026-36843

Memory corruption while creating a process on the digital signal processor due to allocation failure at the kernel level...

7.8CVSS5.8AI score0.00012EPSS
Exploits0References2
AstraLinux
AstraLinux
added 2026/05/03 11:59 p.m.2 views

Astra Linux - уязвимость в linux, linux-5.10, linux-5.15, linux-6.1

In the Linux kernel, the following vulnerability has been resolved: net: sched: schmultiq: fix possible OOB write in multiqtune q-bands will be assigned to qopt-bands to execute subsequent code logic after kmalloc. So the old q-bands should not be used in kmalloc. Otherwise, an out-of-bounds writ...

7.8CVSS6.4AI score0.00029EPSS
Exploits0References2
OSV
OSV
added 2026/03/25 11:16 a.m.2 views

UBUNTU-CVE-2026-23385

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: clone set on flush only Syzbot with fault injection triggered a failing memory allocation with GFPKERNEL which results in a WARN splat: iter.err WARNING: net/netfilter/nftablesapi.c:845 at...

5.5CVSS5.7AI score0.00017EPSS
Exploits0References6
ATTACKERKB
ATTACKERKB
added 2026/02/14 4:27 p.m.2 views

CVE-2026-23206

In the Linux kernel, the following vulnerability has been resolved: dpaa2-switch: prevent ZEROSIZEPTR dereference when numifs is zero The driver allocates arrays for ports, FDBs, and filter blocks using kcalloc with ethsw-swattr.numifs as the element count. When the device reports zero interfaces...

5.1AI score0.00025EPSS
Exploits0References7Affected Software1
SUSE CVE
SUSE CVE
added 2026/02/01 12:24 a.m.3 views

SUSE CVE-2026-23018

In the Linux kernel, the following vulnerability has been resolved: btrfs: release path before initializing extent tree in btrfsreadlockedinode In btrfsreadlockedinode we are calling btrfsinitfileextenttree while holding a path with a read locked leaf from a subvolume tree, and...

4.7CVSS5.8AI score0.00025EPSS
Exploits0References7
OSV
OSV
added 2026/01/31 11:39 a.m.2 views

CVE-2026-23018 btrfs: release path before initializing extent tree in btrfs_read_locked_inode()

In the Linux kernel, the following vulnerability has been resolved: btrfs: release path before initializing extent tree in btrfsreadlockedinode In btrfsreadlockedinode we are calling btrfsinitfileextenttree while holding a path with a read locked leaf from a subvolume tree, and...

5.5CVSS5.8AI score0.00025EPSS
Exploits0References5
Cvelist
Cvelist
added 2025/12/30 12:15 p.m.20 views

CVE-2022-50867 drm/msm/a6xx: Fix kvzalloc vs state_kcalloc usage

In the Linux kernel, the following vulnerability has been resolved: drm/msm/a6xx: Fix kvzalloc vs statekcalloc usage adrenoshowobject is a trap! It will re-allocate the pointer it is passed on first call, when the data is ascii85 encoded, using kvmalloc/ kvfree. Which means the data passed to it...

0.00025EPSS
Exploits0References2
UbuntuCve
UbuntuCve
added 2025/12/24 1:15 p.m.1 views

CVE-2022-50713

In the Linux kernel, the following vulnerability has been resolved: clk: visconti: Fix memory leak in viscontiregisterpll @pll-ratetable has allocated memory by kmemdup, if clkhwregister fails, it should be freed, otherwise it will cause memory leak issue, this patch fixes it...

5.7AI score0.00024EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2025/12/17 12:23 a.m.2 views

SUSE CVE-2025-68309

In the Linux kernel, the following vulnerability has been resolved: PCI/AER: Fix NULL pointer access by aerinfo The kzallocGFPKERNEL may return NULL, so all accesses to aerinfo-xxx will result in kernel panic. Fix it...

6.4AI score0.00026EPSS
Exploits0References3
CVE
CVE
added 2025/10/28 11:48 a.m.7 views

CVE-2025-40052

CVE-2025-40052 (Linux kernel, SMB/CIFS crypto path) fixes a bug where aead_request context could end up in vmalloc memory, causing sg_set_buf() to crash when virt_addr_valid(buf) fails under heavy parallel I/O. Root cause: creq allocation used kvzalloc(), potentially placing __ctx in vmalloc area...

6.2AI score0.0003EPSS
Exploits0References4
Tenable Nessus
Tenable Nessus
added 2025/10/28 12:0 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2025-40052

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - smb: client: fix crypto buffers in non-linear memory The crypto API, through the scatterlist API, expects input buffers to be in linear memory. We handle this...

5.9AI score0.0003EPSS
Exploits0References3
Cvelist
Cvelist
added 2025/10/04 7:30 a.m.6 views

CVE-2025-39935 ASoC: codec: sma1307: Fix memory corruption in sma1307_setting_loaded()

In the Linux kernel, the following vulnerability has been resolved: ASoC: codec: sma1307: Fix memory corruption in sma1307settingloaded The sma1307-set.headersize is how many integers are in the header there are 8 of them but instead of allocating space of 8 integers we allocate 8 bytes. This lea...

0.00024EPSS
Exploits0References2
EUVD
EUVD
added 2025/10/03 8:7 p.m.1 views

EUVD-2024-30781

Malicious code in bioql PyPI...

6.7CVSS6.6AI score0.00082EPSS
Exploits0References1
Rows per page
Query Builder