Lucene search
+L

652 matches found

Vulnrichment
Vulnrichment
added 2025/02/27 2:18 a.m.3 views

CVE-2025-21788 net: ethernet: ti: am65-cpsw: fix memleak in certain XDP cases

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: am65-cpsw: fix memleak in certain XDP cases If the XDP program doesn't result in XDPPASS then we leak the memory allocated by am65cpswbuildskb. It is pointless to allocate SKB memory before running the XDP...

6.1AI score0.0048EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2025/02/27 2:18 a.m.6 views

CVE-2025-21774 can: rockchip: rkcanfd_handle_rx_fifo_overflow_int(): bail out if skb cannot be allocated

In the Linux kernel, the following vulnerability has been resolved: can: rockchip: rkcanfdhandlerxfifooverflowint: bail out if skb cannot be allocated Fix NULL pointer check in rkcanfdhandlerxfifooverflowint to bail out if skb cannot be allocated...

6.3AI score0.00214EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/02/27 12:0 a.m.10 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 the rkcanfdhandlerxfifooverflowint function failing to properly handle a skb allocation failure, which could...

5.5CVSS5.6AI score0.00214EPSS
SaveExploits0References5
OSV
OSV
added 2025/02/26 7:1 a.m.5 views

DEBIAN-CVE-2022-49417

In the Linux kernel, the following vulnerability has been resolved: iwlwifi: mei: fix potential NULL-ptr deref If SKB allocation fails, continue rather than using the NULL pointer. Coverity CID: 1497650...

5.5CVSS5.4AI score0.00253EPSS
SaveExploits0References1
CVE
CVE
added 2025/02/26 2:13 a.m.63 views

CVE-2022-49500

CVE-2022-49500 concerns the wl1251 DMA memory handling in the Linux kernel. With the switch to vmap’ed stacks, stack parameters can no longer be used for DMA, which could trigger a kernel panic at multiple wl1251 locations (e.g., via SDIO), rendering devices like OpenPandora unusable. The fixed a...

8.8CVSS5.3AI score0.00218EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2025/02/26 1:56 a.m.113 views

CVE-2022-49292

CVE-2022-49292 is tied to the Linux kernel ALSA oss PCM buffer allocation overflow. The vulnerability occurs when snd_pcm_plug_alloc() may allocate an oversized temporary buffer during data conversion if hardware parameters allow larger-than-expected period/buffer sizes, risking an INT_MAX overfl...

7.8CVSS7AI score0.00279EPSS
SaveExploits0References7Affected Software1
Debian CVE
Debian CVE
added 2025/02/26 1:56 a.m.56 views

CVE-2022-49292

In the Linux kernel, the following vulnerability has been resolved: ALSA: oss: Fix PCM OSS buffer allocation overflow We've got syzbot reports hitting INTMAX overflow at vmalloc allocation that is called from sndpcmplugalloc. Although we apply the restrictions to input parameters, it's based only...

7.8CVSS5.8AI score0.00279EPSS
SaveExploits0
OSV
OSV
added 2025/02/26 1:56 a.m.13 views

CVE-2022-49292 ALSA: oss: Fix PCM OSS buffer allocation overflow

In the Linux kernel, the following vulnerability has been resolved: ALSA: oss: Fix PCM OSS buffer allocation overflow We've got syzbot reports hitting INTMAX overflow at vmalloc allocation that is called from sndpcmplugalloc. Although we apply the restrictions to input parameters, it's based only...

5.7AI score
SaveExploits0References10
CVE
CVE
added 2025/02/26 1:54 a.m.88 views

CVE-2021-47655

CVE-2021-47655 affects the Linux kernel component media: venus: vdec. The root cause is a memory-leak risk in venus_helper_alloc_dpb_bufs() where an early return on an error path (ida_alloc_min()) could skip releasing previously allocated buffers. The fix moves the direct kfree() from the dma_all...

5.5CVSS5.4AI score0.00241EPSS
SaveExploits0References4Affected Software1
Positive Technologies
Positive Technologies
added 2025/02/26 12:0 a.m.7 views

PT-2025-7966 · Linux +2 · Linux Kernel +2

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A memory leak issue has been resolved in the Linux kernel. The issue occurred in the venus helper alloc dpb bufs implementation, where an early return on an error path could prevent th...

5.5CVSS5.2AI score0.00241EPSS
SaveExploits0References14
CNNVD
CNNVD
added 2025/02/26 12:0 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 a PCM OSS buffer allocation that could lead to an overflow...

7.8CVSS5.6AI score0.00279EPSS
SaveExploits0References8
CVE
CVE
added 2025/02/18 7:25 p.m.114 views

CVE-2024-45776

CVE-2024-45776 affects GRUB2’s language handling (grub_mofile_open): reading a language .mo file can overflow the internal buffer during allocation due to an unchecked integer overflow, leading to out-of-bounds reads/writes. Consequences described in the sources include leakage of sensitive data ...

6.7CVSS7.4AI score0.00243EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/02/18 12:0 a.m.6 views

PT-2025-6689

Name of the Vulnerable Software and Affected Versions GRUB2 affected versions not specified Description The issue arises when reading the language .mo file in grub mofile open, where GRUB2 fails to verify an integer overflow when allocating its internal buffer. A crafted .mo file may lead the...

6.8CVSS6.8AI score0.00243EPSS
SaveExploits0References163
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.3 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: octeonep: Added handling of SKB allocation failures in octepoqprocessrx. The buildskb function returns NULL in case of a memory allocation failure. Therefore, this behavior should be handled within octepoqprocessrx to prevent NUL...

5.5CVSS6.2AI score0.00226EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2025/02/05 1:44 p.m.10 views

CVE-2020-13545

An exploitable signed conversion vulnerability exists in the TextMaker document parsing functionality of SoftMaker Office 2021’s TextMaker application. A specially crafted document can cause the document parser to miscalculate a length used to allocate a buffer, later upon usage of this buffer th...

8.8CVSS6.8AI score0.01581EPSS
SaveExploits1References3
SUSE CVE
SUSE CVE
added 2025/01/14 12:20 a.m.7 views

SUSE CVE-2024-56639

In the Linux kernel, the following vulnerability has been resolved: net: hsr: must allocate more bytes for RedBox support Blamed commit forgot to change hsrinitskb to allocate larger skb for RedBox case. Indeed, sendhsrsupervisionframe will add two additional components struct hsrsuptlv and struc...

5.5CVSS7.5AI score0.00186EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/01/01 12:0 a.m.9 views

PT-2026-2477

Name of the Vulnerable Software and Affected Versions Node.js affected versions not specified Description A flaw exists in the Node.js software platform related to improper handling of exceptional states. Exploitation may allow a remote attacker to cause a denial-of-service condition. Specificall...

7.8CVSS5.8AI score0.03622EPSS
SaveExploits0References164
Positive Technologies
Positive Technologies
added 2025/01/01 12:0 a.m.7 views

PT-2026-4945

Name of the Vulnerable Software and Affected Versions OpenSSL versions 3.3 through 3.6 Description A TLS 1.3 connection utilizing certificate compression can be manipulated to allocate a substantial buffer prior to decompression, bypassing the configured certificate size limit. This can lead to...

9.8CVSS6AI score0.47621EPSS
SaveExploits8References71
RedhatCVE
RedhatCVE
added 2024/12/29 2:43 p.m.14 views

CVE-2024-56572

In the Linux kernel, the following vulnerability has been resolved: media: platform: allegro-dvt: Fix possible memory leak in allocatebuffersinternal The buffer in the loop should be released under the exception path, otherwise there may be a memory leak here. To mitigate this, free the buffer wh...

5.5CVSS7AI score0.00235EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/12/29 2:32 p.m.19 views

CVE-2024-53213

A double free vulnerability was found in the Linux kernel. In lan78xxprobe, the buf buffer is freed twice: once implicitly through usbfreeurbdev-urbintr with the URBFREEBUFFER flag and again explicitly by kfreebuf, resulting in loss of availability of the system. Mitigation Mitigation for this...

5.5CVSS6.6AI score0.00233EPSS
SaveExploits0References4
Rows per page
Query Builder