Lucene search
+L

319 matches found

Debian CVE
Debian CVE
added 2025/12/24 10:55 a.m.10 views

CVE-2023-54018

In the Linux kernel, the following vulnerability has been resolved: drm/msm/hdmi: Add missing check for allocorderedworkqueue Add check for the return value of allocorderedworkqueue as it may return NULL pointer and cause NULL pointer dereference in hdmihdcp.c and hdmihpd.c. Patchwork:...

5.3AI score0.00206EPSS
SaveExploits0
CVE
CVE
added 2025/12/24 10:55 a.m.22 views

CVE-2023-54006

CVE-2023-54006 affects the Linux kernel af_unix path. It is a data race where unix_tot_inflight is written under a spin_lock but read locklessly by unix_release_sock; the fix is to use READ_ONCE() for unix_tot_inflight. The description (and multiple advisories) indicate a KCSAN-detected race betw...

6AI score0.00215EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/24 10:55 a.m.6 views

CVE-2023-54006 af_unix: Fix data-race around unix_tot_inflight.

In the Linux kernel, the following vulnerability has been resolved: afunix: Fix data-race around unixtotinflight. unixtotinflight is changed under spinlockunixgclock, but unixreleasesock reads it locklessly. Let's use READONCE for unixtotinflight. Note that the writer side was marked by commit...

6.3AI score
SaveExploits0References11
Tenable Nessus
Tenable Nessus
added 2025/12/04 12:00 a.m.22 views

Linux Distros Unpatched Vulnerability : CVE-2025-40214

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - 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 nic...

7.8CVSS7.1AI score0.00148EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/11/25 12:00 a.m.19 views

PT-2026-43715

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A NULL pointer dereference exists in the AppArmor module. Specifically, the aa sock file perm function does not properly handle cases where sock and sock-sk can be NULL during socket set...

5.7CVSS5.4AI score0.0016EPSS
SaveExploits0
OSV
OSV
added 2025/10/28 11:48 a.m.13 views

CVE-2025-40080 nbd: restrict sockets to TCP and UDP

In the Linux kernel, the following vulnerability has been resolved: nbd: restrict sockets to TCP and UDP Recently, syzbot started to abuse NBD with all kinds of sockets. Commit cf1b2326b734 "nbd: verify socket is supported during setup" made sure the socket supported a shutdown method. Explicitel...

6.4AI score
SaveExploits0References9
EUVD
EUVD
added 2025/10/28 11:48 a.m.8 views

EUVD-2025-36448

In the Linux kernel, the following vulnerability has been resolved: nbd: restrict sockets to TCP and UDP Recently, syzbot started to abuse NBD with all kinds of sockets. Commit cf1b2326b734 "nbd: verify socket is supported during setup" made sure the socket supported a shutdown method. Explicitel...

6AI score0.00193EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2025/10/28 12:00 a.m.6 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 an unrestricted use of NBD to only use TCP and UNIX stream sockets, which could lead to abusive attacks...

6AI score0.00193EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/10/22 1:23 p.m.16 views

CVE-2023-53724

In the Linux kernel, the following vulnerability has been resolved: mfd: pcf50633-adc: Fix potential memleak in pcf50633adcasyncread req is allocated in pcf50633adcasyncread, but adcenqueuerequest could fail to insert the req into queue. We need to check the return value and free it in the case o...

5.3AI score0.00195EPSS
SaveExploits0
EUVD
EUVD
added 2025/10/07 12:30 a.m.7 views

EUVD-2010-4222

Malware in sbrugna...

4.9CVSS4.6AI score0.00888EPSS
SaveExploits3References34
EUVD
EUVD
added 2025/10/07 12:30 a.m.12 views

EUVD-2019-6113

Malware in sbrugna...

7.5CVSS7.6AI score0.02638EPSS
SaveExploits0References12
EUVD
EUVD
added 2025/10/07 12:30 a.m.9 views

EUVD-2009-0796

Malware in sbrugna...

5CVSS6AI score0.02312EPSS
SaveExploits1References25
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:00 a.m.5 views

Unity Linux 20.1070e Security Update: flatpak (UTSA-2025-680655)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-680655 advisory. Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux. In versions prior to 1.10.4 and 1.12.0, Flatpak apps with direct...

8.8CVSS6.9AI score0.00436EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/03 8:07 p.m.10 views

EUVD-2021-29720

Malicious code in bioql PyPI...

5.3CVSS5.8AI score0.00539EPSS
SaveExploits1References15
EUVD
EUVD
added 2025/10/03 8:07 p.m.11 views

EUVD-2025-10836

Malicious code in bioql PyPI...

9CVSS6.3AI score0.00912EPSS
SaveExploits0References4
Ubuntu
Ubuntu
added 2025/09/19 9:21 a.m.10 views

USN-7758-2: Linux kernel vulnerability

It was discovered that the AFUNIX socket garbage collection implementation in Ubuntu Noble's 6.8 kernel did not properly handle out-of-band OOB messages, leading to a use-after-free vulnerability. An attacker could use this to cause a denial of service system crash or possibly execute arbitrary...

5.6AI score
SaveExploits0References1
Ubuntu
Ubuntu
added 2025/09/19 9:01 a.m.10 views

USN-7758-1: Linux kernel vulnerability

It was discovered that the AFUNIX socket garbage collection implementation in Ubuntu Noble's 6.8 kernel did not properly handle out-of-band OOB messages, leading to a use-after-free vulnerability. An attacker could use this to cause a denial of service system crash or possibly execute arbitrary...

5.6AI score
SaveExploits0References1
OSV
OSV
added 2025/09/19 9:01 a.m.9 views

USN-7758-1 linux, linux-aws, linux-gcp, linux-gke, linux-gkeop, linux-hwe-6.8, linux-lowlatency, linux-lowlatency-hwe-6.8, linux-oracle vulnerability

It was discovered that the AFUNIX socket garbage collection implementation in Ubuntu Noble's 6.8 kernel did not properly handle out-of-band OOB messages, leading to a use-after-free vulnerability. An attacker could use this to cause a denial of service system crash or possibly execute arbitrary...

5.8AI score
SaveExploits0References2
Debian CVE
Debian CVE
added 2025/09/15 2:48 p.m.15 views

CVE-2022-50322

In the Linux kernel, the following vulnerability has been resolved: rtc: msc313: Fix function prototype mismatch in msc313rtcprobe With clang's kernel control flow integrity kCFI, CONFIGCFICLANG, indirect call targets are validated against the expected function pointer prototype to make sure the...

5.5CVSS5.5AI score0.00154EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/15 2:45 p.m.19 views

CVE-2022-50292

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dp: fix bridge lifetime Device-managed resources allocated post component bind must be tied to the lifetime of the aggregate DRM device or they will not necessarily be released when binding of the aggregate device is...

5.5CVSS5.4AI score0.00137EPSS
SaveExploits0
Rows per page
Query Builder