Lucene search
+L

2344 matches found

CVE
CVE
added 2025/10/01 7:44 a.m.68 views

CVE-2025-39913

CVE-2025-39913 is a Linux kernel vulnerability related to tcp_bpf: when tcp_bpf_send_verdict() fails to allocate psock->cork, the code previously could proceed silently. The patch ensures sk_msg_free() is called if the cork allocation fails and that the copied count is set to 0, preventing cor...

7.8CVSS6.3AI score0.00183EPSS
SaveExploits2References10Affected Software1
Positive Technologies
Positive Technologies
added 2025/10/01 12:00 a.m.14 views

PT-2025-46742

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel where a reserved XArray entry is not released following a failure during adapter allocation within the ice adapter new function. This can lead to...

7.8CVSS5.3AI score0.00677EPSS
SaveExploits5References432
F5 Networks
F5 Networks
added 2025/09/30 5:10 p.m.25 views

K000156710: Multiple ImageMagick vulnerabilities

Security Advisory Description CVE-2016-8677 The AcquireQuantumPixels function in MagickCore/quantum.c in ImageMagick before 7.0.3-1 allows remote attackers to have unspecified impact via a crafted image file, which triggers a memory allocation failure. CVE-2016-8862 The AcquireMagickMemory functi...

8.8CVSS8.5AI score0.04613EPSS
SaveExploits1
Positive Technologies
Positive Technologies
added 2025/09/29 12:00 a.m.22 views

PT-2025-44121

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The driver did not handle allocation failures of netdev alloc skb ip align. A failure in allocation could lead to a NULL pointer dereference when attempting to access skb-protocol. The...

6CVSS5.8AI score0.00587EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/09/25 3:53 p.m.38 views

CVE-2025-60019 Glib-networking: uninitialized memory dereferences on glib-networking through glib-networking/tls/openssl/gtlsbio.c via g_tls_bio_new_from_iostream() and g_tls_bio_new_from_datagram_based()

glib-networking's OpenSSL backend fails to properly check the return value of memory allocation routines. An out of memory condition could potentially result in writing to an invalid memory location...

3.7CVSS0.00355EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2025/09/25 3:03 p.m.8 views

CVE-2025-60019

glib-networking's OpenSSL backend fails to properly check the return value of memory allocation routines. An out of memory condition could potentially result in writing to an invalid memory location...

3.7CVSS6.9AI score0.00355EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/09/25 12:00 a.m.18 views

PT-2025-44125

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains an issue where an excessive value for max vclocks can lead to a warning in max vclocks store due to kcalloc being unable to handle the allocation. This was...

4.6CVSS5.8AI score0.00199EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/09/19 11:23 p.m.7 views

SUSE CVE-2025-39847

In the Linux kernel, the following vulnerability has been resolved: ppp: fix memory leak in padcompressskb If allocskb fails in padcompressskb, it returns NULL without releasing the old skb. The caller does: skb = padcompressskbppp, skb; if !skb goto drop; drop: kfreeskbskb; When padcompressskb...

5.5CVSS6.5AI score0.0016EPSS
SaveExploits0References22
NVD
NVD
added 2025/09/19 4:15 p.m.11 views

CVE-2025-39847

In the Linux kernel, the following vulnerability has been resolved: ppp: fix memory leak in padcompressskb If allocskb fails in padcompressskb, it returns NULL without releasing the old skb. The caller does: skb = padcompressskbppp, skb; if !skb goto drop; drop: kfreeskbskb; When padcompressskb...

5.5CVSS0.0016EPSS
SaveExploits0References11
OSV
OSV
added 2025/09/19 4:15 p.m.3 views

DEBIAN-CVE-2025-39847

In the Linux kernel, the following vulnerability has been resolved: ppp: fix memory leak in padcompressskb If allocskb fails in padcompressskb, it returns NULL without releasing the old skb. The caller does: skb = padcompressskbppp, skb; if !skb goto drop; drop: kfreeskbskb; When padcompressskb...

5.5CVSS5.3AI score0.0016EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/19 4:15 p.m.56 views

AZL-74841 CVE-2025-39847 affecting package kernel for versions less than 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: ppp: fix memory leak in padcompressskb If allocskb fails in padcompressskb, it returns NULL without releasing the old skb. The caller does: skb = padcompressskbppp, skb; if !skb goto drop; drop: kfreeskbskb; When padcompressskb...

5.5CVSS5.6AI score0.0016EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/19 4:15 p.m.14 views

AZL-67553 CVE-2025-39847 affecting package kernel for versions less than 6.6.112.1-1

In the Linux kernel, the following vulnerability has been resolved: ppp: fix memory leak in padcompressskb If allocskb fails in padcompressskb, it returns NULL without releasing the old skb. The caller does: skb = padcompressskbppp, skb; if !skb goto drop; drop: kfreeskbskb; When padcompressskb...

5.5CVSS5.6AI score0.0016EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/19 4:15 p.m.11 views

UBUNTU-CVE-2025-39847

In the Linux kernel, the following vulnerability has been resolved: ppp: fix memory leak in padcompressskb If allocskb fails in padcompressskb, it returns NULL without releasing the old skb. The caller does: skb = padcompressskbppp, skb; if !skb goto drop; drop: kfreeskbskb; When padcompressskb...

5.5CVSS5.8AI score0.0016EPSS
SaveExploits0References30
OSV
OSV
added 2025/09/19 3:26 p.m.5 views

CVE-2025-39847 ppp: fix memory leak in pad_compress_skb

In the Linux kernel, the following vulnerability has been resolved: ppp: fix memory leak in padcompressskb If allocskb fails in padcompressskb, it returns NULL without releasing the old skb. The caller does: skb = padcompressskbppp, skb; if !skb goto drop; drop: kfreeskbskb; When padcompressskb...

6AI score
SaveExploits0References14
Cvelist
Cvelist
added 2025/09/19 3:26 p.m.18 views

CVE-2025-39847 ppp: fix memory leak in pad_compress_skb

In the Linux kernel, the following vulnerability has been resolved: ppp: fix memory leak in padcompressskb If allocskb fails in padcompressskb, it returns NULL without releasing the old skb. The caller does: skb = padcompressskbppp, skb; if !skb goto drop; drop: kfreeskbskb; When padcompressskb...

0.0016EPSS
SaveExploits0References8
CNNVD
CNNVD
added 2025/09/19 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 the failure to free an old skb when memory allocation fails in the padcompressskb function, which could lead...

5.5CVSS5.9AI score0.0016EPSS
SaveExploits0References9
Tenable Nessus
Tenable Nessus
added 2025/09/19 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2022-50355

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: staging: vt6655: fix some erroneous memory clean-up loops In some initialization functions o...

7.8CVSS5.2AI score0.00215EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2025/09/18 11:37 p.m.5 views

SUSE CVE-2023-53427

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix warning and UAF when destroy the MR list If the MR allocate failed, the MR recovery work not initialized and list not cleared. Then will be warning and UAF when release the MR: WARNING: CPU: 4 PID: 824 at...

5.5CVSS6.5AI score0.00149EPSS
SaveExploits0References8
NVD
NVD
added 2025/09/18 4:15 p.m.8 views

CVE-2023-53427

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix warning and UAF when destroy the MR list If the MR allocate failed, the MR recovery work not initialized and list not cleared. Then will be warning and UAF when release the MR: WARNING: CPU: 4 PID: 824 at...

7.8CVSS0.00149EPSS
SaveExploits0References7
OSV
OSV
added 2025/09/18 4:15 p.m.11 views

UBUNTU-CVE-2023-53427

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix warning and UAF when destroy the MR list If the MR allocate failed, the MR recovery work not initialized and list not cleared. Then will be warning and UAF when release the MR: WARNING: CPU: 4 PID: 824 at...

7.8CVSS6.1AI score0.00149EPSS
SaveExploits0References10
Rows per page
Query Builder