Lucene search
+L

14846 matches found

OSV
OSV
added 2024/07/29 3:15 p.m.1 views

DEBIAN-CVE-2024-41066

In the Linux kernel, the following vulnerability has been resolved: ibmvnic: Add tx check to prevent skb leak Below is a summary of how the driver stores a reference to an skb during transmit: txbufffreemapconsumerindex-skb = newskb; freemapconsumerindex = IBMVNICINVALIDMAP; consumerindex ++; Whe...

5.5CVSS5.6AI score0.00532EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/29 3:15 p.m.1 views

DEBIAN-CVE-2024-41048

In the Linux kernel, the following vulnerability has been resolved: skmsg: Skip zero length skb in skmsgrecvmsg When running BPF selftests ./testprogs -t sockmapbasic on a Loongarch platform, the following kernel panic occurs: ... Oops1: CPU: 22 PID: 2824 Comm: testprogs Tainted: G OE 6.10.0-rc2+...

5.5CVSS5.7AI score0.00799EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/29 3:15 p.m.2 views

DEBIAN-CVE-2024-41046

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: lantiqetop: fix double free in detach The number of the currently released descriptor is never incremented which results in the same skb being released multiple times...

7.8CVSS6.1AI score0.00435EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/29 3:15 p.m.0 views

DEBIAN-CVE-2024-41041

In the Linux kernel, the following vulnerability has been resolved: udp: Set SOCKRCUFREE earlier in udplibgetport. syzkaller triggered the warning 0 in udpv4earlydemux. In udpv46earlydemux and sklookup, we do not touch the refcount of the looked-up sk and use sockpfree as skb-destructor, so we...

5.5CVSS5.5AI score0.00292EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/29 3:15 p.m.6 views

UBUNTU-CVE-2024-41041

In the Linux kernel, the following vulnerability has been resolved: udp: Set SOCKRCUFREE earlier in udplibgetport. syzkaller triggered the warning 0 in udpv4earlydemux. In udpv46earlydemux and sklookup, we do not touch the refcount of the looked-up sk and use sockpfree as skb-destructor, so we...

7.8CVSS6.1AI score0.00292EPSS
SaveExploits0References32
RedHat Linux
RedHat Linux
added 2024/07/29 12:39 p.m.14 views

kernel: net: amd-xgbe: Fix skb data length underflow

In the Linux kernel, the following vulnerability has been resolved: net: amd-xgbe: Fix skb data length underflow There will be BUGON triggered in include/linux/skbuff.h leading to intermittent kernel panic, when the skb length underflow is detected. Fix this by dropping the packet if such length...

8.1CVSS6.8AI score0.00648EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2024/07/29 12:00 a.m.9 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 Linux kernel that stems from a race condition between closing a socket and receiving a callback because the former releases the socket and th...

5.5CVSS6.3AI score0.00309EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2024/07/29 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 SOCKRCUFREE flag being set too early in the udplibgetport function, which could lead to access to an...

5.5CVSS6.4AI score0.00292EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2024/07/29 12:00 a.m.39 views

PT-2024-24457 · Python +1 · Cpython +1

Name of the Vulnerable Software and Affected Versions: CPython versions 3.5 through latest Description: The issue arises from the "socket" module's pure-Python fallback for the socket.socketpair function on platforms that don't support AF UNIX, such as Windows. This implementation uses AF INET or...

8.7CVSS6.7AI score0.02303EPSS
SaveExploits2References49
SUSE CVE
SUSE CVE
added 2024/07/26 3:11 a.m.6 views

SUSE CVE-2024-41091

In the Linux kernel, the following vulnerability has been resolved: tun: add missing verification for short frame The cited commit missed to check against the validity of the frame length in the tunxdpone path, which could cause a corrupted skb to be sent downstack. Even before the skb is...

6.5CVSS6.3AI score0.00256EPSS
SaveExploits0References17
RedHat Linux
RedHat Linux
added 2024/07/24 2:03 p.m.14 views

kernel: tls: fix missing memory barrier in tls_init

In the Linux kernel, the following vulnerability has been resolved: tls: fix missing memory barrier in tlsinit In tlsinit, a write memory barrier is missing, and store-store reordering may cause NULL dereference in tlssetsockopt,getsockopt. CPU0 CPU1 ----- ----- // In tlsinit // In tlsctxcreate c...

5.5CVSS6.5AI score0.00255EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/07/24 2:03 p.m.5 views

kernel: tcp: Use refcount_inc_not_zero() in tcp_twsk_unique().

A use-after-free flaw was found in the Linux kernel’s TCP protocol in how a local user triggers a complex race condition during connection to the socket. This flaw allows a local user to crash or potentially escalate their privileges on the system...

7.8CVSS6.8AI score0.00609EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/07/24 2:03 p.m.19 views

kernel: af_unix: Fix garbage collector racing against connect()

A flaw was found in the Linux kernel, where the management of inter-process communication uses AFUNIX sockets. The issue arises from a race condition where a partially initialized socket with specific permissions carrying SCMRIGHTS is improperly handled during garbage collection. This situation...

7.8CVSS6.7AI score0.00207EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/07/24 1:20 p.m.16 views

kernel: af_unix: Fix garbage collector racing against connect()

A flaw was found in the Linux kernel, where the management of inter-process communication uses AFUNIX sockets. The issue arises from a race condition where a partially initialized socket with specific permissions carrying SCMRIGHTS is improperly handled during garbage collection. This situation...

7.8CVSS6.7AI score0.00207EPSS
SaveExploits0References5
Oracle linux
Oracle linux
added 2024/07/23 12:00 a.m.270 views

cups security update

1:2.3.3op2-27 - Revert the cups-libs license identifier to the 'legacy' format 1:2.3.3op2-26 - RHEL-40388 cups: Cupsd Listen arbitrary chmod 0140777 - Delete the domain socket file after stopping the cups.socket service - Fix cupsd Listener checks 1:2.3.3op2-25 - CVE-2024-35235 cups: Cupsd Listen...

4.4CVSS7AI score0.02421EPSS
SaveExploits1
Tenable Nessus
Tenable Nessus
added 2024/07/22 12:00 a.m.18 views

EulerOS 2.0 SP8 : python2 (EulerOS-SA-2024-2046)

According to the versions of the python2 packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : An issue was discovered in Python before 3.8.18, 3.9.x before 3.9.18, 3.10.x before 3.10.13, and 3.11.x before 3.11.5. It primarily affects serve...

5.3CVSS7.2AI score0.00797EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2024/07/21 12:00 a.m.19 views

Fedora 40 : tcpreplay (2024-ecd4cc8435)

The remote Fedora 40 host has a package installed that is affected by a vulnerability as referenced in the FEDORA-2024-ecd4cc8435 advisory. Announcing v4.5.1 This release contains contributions from a record number of new contributors. This is greatly appreciated since I am a team of one, and do...

7.8CVSS5.6AI score0.00437EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2024/07/21 12:00 a.m.10 views

Fedora 39 : tcpreplay (2024-740d26aaf7)

The remote Fedora 39 host has a package installed that is affected by a vulnerability as referenced in the FEDORA-2024-740d26aaf7 advisory. Announcing v4.5.1 This release contains contributions from a record number of new contributors. This is greatly appreciated since I am a team of one, and do...

5.6AI score
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/07/18 3:06 a.m.6 views

SUSE CVE-2022-48794

In the Linux kernel, the following vulnerability has been resolved: net: ieee802154: at86rf230: Stop leaking skb's Upon error the ieee802154xmitcomplete helper is not called. Only ieee802154wakequeue is called manually. In the Tx case we then leak the skb structure. Free the skb structure upon...

3.3CVSS6.5AI score0.00239EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
added 2024/07/18 3:06 a.m.9 views

SUSE CVE-2022-48816

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: lock against -sock changing during sysfs read -sock can be set to NULL asynchronously unless -recvmutex is held. So it is important to hold that mutex. Otherwise a sysfs read can trigger an oops. Commit 17f09d3f619a...

4.7CVSS6.3AI score0.00285EPSS
SaveExploits0References8
Rows per page
Query Builder