Lucene search
+L

1263 matches found

Debian CVE
Debian CVE
added 2025/09/15 2:22 p.m.14 views

CVE-2023-53238

In the Linux kernel, the following vulnerability has been resolved: phy: hisilicon: Fix an out of bounds check in hisiinnophyprobe The size of array 'priv-ports' is INNOPHYPORTNUM. In the for loop, 'i' is used as the index for array 'priv-ports' with a check i INNOPHYPORTNUM which indicates that...

7.1CVSS5.5AI score0.0016EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/15 2:21 p.m.19 views

CVE-2022-50277

In the Linux kernel, the following vulnerability has been resolved: ext4: don't allow journal inode to have encrypt flag Mounting a filesystem whose journal inode has the encrypt flag causes a NULL dereference in fscryptlimitioblocks when the 'inlinecrypt' mount option is used. The problem is tha...

5.5CVSS5.4AI score0.001EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/08/28 12:00 a.m.9 views

Ubuntu 14.04 LTS : Linux kernel vulnerabilities (USN-7720-1)

The remote Ubuntu 14.04 LTS host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-7720-1 advisory. It was discovered a race condition existed in the Unix domain socket implementation in the Linux kernel, leading to a use-after-free vulnerability. A loc...

7.8CVSS7.9AI score0.03395EPSS
SaveExploits1References4
OSV
OSV
added 2025/08/27 5:56 p.m.12 views

USN-7720-1 linux vulnerabilities

It was discovered a race condition existed in the Unix domain socket implementation in the Linux kernel, leading to a use-after-free vulnerability. A local attacker could use this to cause a denial of service system crash or possibly execute arbitrary code. CVE-2021-0920 Several security issues...

7.8CVSS6.8AI score0.03395EPSS
SaveExploits1References4
Tenable Nessus
Tenable Nessus
added 2025/08/27 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2020-25652

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - A flaw was found in the spice-vdagentd daemon, where it did not properly handle client connections that can be established via the UNIX domain socket in...

5.5CVSS6AI score0.00436EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2025/08/24 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2024-26750

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: afunix: Drop oobskb ref before purging queue in GC. syzbot reported another task hung in...

5.5CVSS5.3AI score0.00224EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/08/18 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2022-41974

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - multipath-tools 0.7.0 through 0.9.x before 0.9.2 allows local users to obtain root access, as exploited alone or in conjunction with CVE-2022-41973. Local users...

7.8CVSS7.2AI score0.00677EPSS
SaveExploits5References2
Tenable Nessus
Tenable Nessus
added 2025/08/15 12:00 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2024-26732

"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: net: implement lockless setsockoptSOPEEKOFF syzbot reported a lockdep violation 1 involving...

5.5CVSS5.3AI score0.00158EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/08/12 12:00 a.m.2 views

Linux Distros Unpatched Vulnerability : CVE-2020-8428

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - fs/namei.c in the Linux kernel before 5.5 has a maycreateinsticky use-after-free, which allows local users to cause a denial of service OOPS or possibly obtain...

7.1CVSS6.4AI score0.00655EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/08/11 12:00 a.m.15 views

Linux Distros Unpatched Vulnerability : CVE-2021-4083

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - A read-after-free memory flaw was found in the Linux kernel's garbage collection for Unix domain socket file handlers in the way users call close and fget...

7CVSS6.2AI score0.0031EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/08/11 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2024-35970

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: afunix: Clear stale u-oobskb. syzkaller started to report deadlock of unixgclock after commi...

6.3CVSS5.6AI score0.00503EPSS
SaveExploits0References2
GoogleProjectZero
GoogleProjectZero
added 2025/08/08 12:00 a.m.17 views

From Chrome renderer code exec to kernel with MSG_OOB

Posted by Jann Horn, Google Project Zero Introduction In early June, I was reviewing a new Linux kernel feature when I learned about the MSGOOB feature supported by stream-oriented UNIX domain sockets. I reviewed the implementation of MSGOOB, and discovered a security bug CVE-2025-38236 affecting...

5.5CVSS8.1AI score0.00871EPSS
SaveExploits4
SUSE CVE
SUSE CVE
added 2025/07/08 11:21 p.m.7 views

SUSE CVE-2025-38236

In the Linux kernel, the following vulnerability has been resolved: afunix: Don't leave consecutive consumed OOB skbs. Jann Horn reported a use-after-free in unixstreamreadgeneric. The following sequences reproduce the issue: $ python3 from socket import s1, s2 = socketpairAFUNIX, SOCKSTREAM...

7.8CVSS7.8AI score0.00261EPSS
SaveExploits1References17
OSV
OSV
added 2025/07/08 8:15 a.m.4 views

DEBIAN-CVE-2025-38236

In the Linux kernel, the following vulnerability has been resolved: afunix: Don't leave consecutive consumed OOB skbs. Jann Horn reported a use-after-free in unixstreamreadgeneric. The following sequences reproduce the issue: $ python3 from socket import s1, s2 = socketpairAFUNIX, SOCKSTREAM...

7.8CVSS6.1AI score0.00261EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/23 10:38 a.m.8 views

CVE-2024-8037

Vulnerable juju hook tool abstract UNIX domain socket. When combined with an attack of JUJUCONTEXTID, any user on the local system with access to the default network namespace may connect to the @/var/lib/juju/agents/unit-xxxx-yyyy/agent.socket and perform actions that are normally reserved to a...

6.5CVSS6.6AI score0.00187EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 5:11 p.m.14 views

CVE-2020-8446

In OSSEC-HIDS 2.7 through 3.5.0, the server component responsible for log analysis ossec-analysisd is vulnerable to path traversal with write access via crafted syscheck messages written directly to the analysisd UNIX domain socket by a local user...

5.5CVSS6.7AI score0.00504EPSS
SaveExploits2References1
SUSE CVE
SUSE CVE
added 2025/04/27 1:43 a.m.6 views

SUSE CVE-2017-9232

Juju before 1.25.12, 2.0.x before 2.0.4, and 2.1.x before 2.1.3 uses a UNIX domain socket without setting appropriate permissions, allowing privilege escalation by users on the system to root...

9.8CVSS7.2AI score0.48501EPSS
SaveExploits5References3
OSV
OSV
added 2025/04/24 6:14 p.m.18 views

GO-2025-3639 Juju uses a UNIX domain socket without setting appropriate permissions in github.com/juju/juju

Juju uses a UNIX domain socket without setting appropriate permissions in github.com/juju/juju...

10CVSS6.6AI score0.48501EPSS
SaveExploits5References5
Snyk
Snyk
added 2025/04/24 6:14 p.m.1 views

Missing Authorization

Overview Affected versions of this package are vulnerable to Missing Authorization due to improper permission settings on a UNIX domain socket. An attacker can gain unauthorized access or perform unauthorized actions by running juju-run 'whoami' which escalates privileges to root level. Remediati...

10CVSS7AI score0.48501EPSS
SaveExploits5References3
OSV
OSV
added 2025/03/27 8:08 p.m.26 views

USN-7383-2 linux-realtime vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - ARM64 architecture; - x86 architecture; - Block layer subsystem; - Drivers core; - Ublk userspace block driver; -...

9.8CVSS6.7AI score0.00869EPSS
SaveExploits2References109
Rows per page
Query Builder