Lucene search
+L

1760 matches found

Cvelist
Cvelist
added 2025/12/24 1:6 p.m.29 views

CVE-2023-54082

...

0.00018EPSS
SaveExploits0
CVE
CVE
added 2025/12/24 1:6 p.m.10 views

CVE-2023-54082

CVE-2023-54082 has been rejected in the official CVE list, but related connected records describe a Linux kernel vulnerability: af_unix, where unix_stream_sendpage() could race with garbage collection, potentially dereferencing an unlocked skb and causing a use-after-free. The root cause is failu...

5.6AI score0.00018EPSS
SaveExploits0
CVE
CVE
added 2025/12/24 1:5 p.m.18 views

CVE-2022-50753

CVE-2022-50753 affects the Linux kernel F2FS recovery paths. Public details in connected documents show a use-after-free in recover_data due to an SSA table corruption (ofs_in_node > ADDRS_PER_PAGE) leading to out-of-bounds access during mount for a fuzzed image. The patch adds sanity checks o...

6.2AI score0.00206EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/12/24 1:5 p.m.30 views

CVE-2022-50753 f2fs: fix to do sanity check on summary info

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on summary info As Wenqing Liu reported in bugzilla: https://bugzilla.kernel.org/showbug.cgi?id=216456 BUG: KASAN: use-after-free in recoverdata+0x63ae/0x6ae0 f2fs Read of size 4 at addr...

0.00206EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/24 1:5 p.m.6 views

CVE-2022-50753 f2fs: fix to do sanity check on summary info

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on summary info As Wenqing Liu reported in bugzilla: https://bugzilla.kernel.org/showbug.cgi?id=216456 BUG: KASAN: use-after-free in recoverdata+0x63ae/0x6ae0 f2fs Read of size 4 at addr...

6.4AI score0.00206EPSS
SaveExploits0References9
Tenable Nessus
Tenable Nessus
added 2025/12/24 12:0 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2023-54082

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - afunix: Fix null-ptr-deref in unixstreamsendpage. Bing-Jhong Billy Jheng reported null-ptr-deref in unixstreamsendpage with detailed analysis and a nice repro...

6.2AI score0.00018EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/12/24 12:0 a.m.6 views

PT-2025-53228

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw within the f2fs filesystem. When f2fs attempts to checkpoint during foreground garbage collection gc in Log-structured filesystem LFS mode, a system cras...

5.5AI score0.00166EPSS
SaveExploits0References16
Positive Technologies
Positive Technologies
added 2025/12/24 12:0 a.m.5 views

PT-2025-53119

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.0.0-rc4 Description The Linux kernel contains a flaw within the f2fs file system related to sanity checks on summary information. This issue can lead to a use-after-free condition, specifically triggered by...

6.5AI score0.00206EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2025/12/17 12:0 a.m.5 views

PT-2026-8134

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel’s netfilter component, specifically within the nf conncount module. The last gc variable is currently updated with each new connection tracked, even if...

7.8CVSS6.5AI score0.00327EPSS
SaveExploits0
Veracode
Veracode
added 2025/12/13 7:32 a.m.7 views

Improper Cleanup Of Sensitive Data

Ansible is vulnerable to improper cleanup of sensitive data. The vulnerability is due to the awsssm connection plugin not performing garbage collection after playbook execution, which allows sensitive files to remain in the storage bucket and exposes confidential data to unauthorized access...

5.5CVSS5.8AI score0.00319EPSS
SaveExploits0References5Affected Software1
RedHat Linux
RedHat Linux
added 2025/12/10 2:38 p.m.3 views

tomcat: org.apache.tomcat/tomcat-catalina: Apache Tomcat: Denial of service

A denial of service flaw has been discovered in Apache Tomcat. If an error occurred including exceeding limits during the processing of a multipart upload, temporary copies of the uploaded parts written to disc were not cleaned up immediately but left for the garbage collection process to delete...

5.3CVSS5.7AI score0.01139EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2025/12/05 5:35 p.m.6 views

CVE-2025-40214

In the Linux kernel, the following vulnerability has been resolved: afunix: Initialise sccindex in unixaddedge. Quang Le reported that the AFUNIX GC could garbage-collect a receive queue of an alive in-flight socket, with a nice repro. The repro consists of three stages. 1 1-a. Create a single...

7CVSS5.7AI score0.00171EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/12/05 12:26 a.m.14 views

SUSE CVE-2025-40214

In the Linux kernel, the following vulnerability has been resolved: afunix: Initialise sccindex in unixaddedge. Quang Le reported that the AFUNIX GC could garbage-collect a receive queue of an alive in-flight socket, with a nice repro. The repro consists of three stages. 1 1-a. Create a single...

7CVSS6.4AI score0.00171EPSS
SaveExploits0References20
OSV
OSV
added 2025/12/04 4:16 p.m.14 views

UBUNTU-CVE-2025-40256

In the Linux kernel, the following vulnerability has been resolved: xfrm: also call xfrmstatedeletetunnel at destroy time for states that were never added In commit b441cf3f8c4b "xfrm: delete x-tunnel as we delete x", I missed the case where state creation fails between full initialization...

5.8AI score0.00179EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2025/12/04 4:8 p.m.30 views

CVE-2025-40256 xfrm: also call xfrm_state_delete_tunnel at destroy time for states that were never added

In the Linux kernel, the following vulnerability has been resolved: xfrm: also call xfrmstatedeletetunnel at destroy time for states that were never added In commit b441cf3f8c4b "xfrm: delete x-tunnel as we delete x", I missed the case where state creation fails between full initialization...

0.00179EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/04 4:8 p.m.14 views

CVE-2025-40256 xfrm: also call xfrm_state_delete_tunnel at destroy time for states that were never added

In the Linux kernel, the following vulnerability has been resolved: xfrm: also call xfrmstatedeletetunnel at destroy time for states that were never added In commit b441cf3f8c4b "xfrm: delete x-tunnel as we delete x", I missed the case where state creation fails between full initialization...

6.6AI score0.00179EPSS
SaveExploits0References10
EUVD
EUVD
added 2025/12/04 3:30 p.m.4 views

EUVD-2025-201158

In the Linux kernel, the following vulnerability has been resolved: afunix: Initialise sccindex in unixaddedge. Quang Le reported that the AFUNIX GC could garbage-collect a receive queue of an alive in-flight socket, with a nice repro. The repro consists of three stages. 1 1-a. Create a single...

5.9AI score0.00171EPSS
SaveExploits0References5
NVD
NVD
added 2025/12/04 1:15 p.m.6 views

CVE-2025-40214

In the Linux kernel, the following vulnerability has been resolved: afunix: Initialise sccindex in unixaddedge. Quang Le reported that the AFUNIX GC could garbage-collect a receive queue of an alive in-flight socket, with a nice repro. The repro consists of three stages. 1 1-a. Create a single...

0.00171EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/04 1:15 p.m.4 views

DEBIAN-CVE-2025-40214

In the Linux kernel, the following vulnerability has been resolved: afunix: Initialise sccindex in unixaddedge. Quang Le reported that the AFUNIX GC could garbage-collect a receive queue of an alive in-flight socket, with a nice repro. The repro consists of three stages. 1 1-a. Create a single...

5.2AI score0.00171EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/04 1:15 p.m.4 views

UBUNTU-CVE-2025-40214

In the Linux kernel, the following vulnerability has been resolved: afunix: Initialise sccindex in unixaddedge. Quang Le reported that the AFUNIX GC could garbage-collect a receive queue of an alive in-flight socket, with a nice repro. The repro consists of three stages. 1 1-a. Create a single...

5.7AI score0.00171EPSS
SaveExploits0References8
Rows per page
Query Builder