Lucene search
+L

14841 matches found

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.38 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.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 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.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 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
SUSE CVE
SUSE CVE
added 2024/07/18 3:05 a.m.6 views

SUSE CVE-2022-48851

In the Linux kernel, the following vulnerability has been resolved: staging: gdm724x: fix use after free in gdmlterx The netifrxni function frees the skb so we can't dereference it to save the skb-len...

5.5CVSS8AI score0.00513EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2024/07/17 4:19 a.m.5 views

SUSE CVE-2022-48781

In the Linux kernel, the following vulnerability has been resolved: crypto: afalg - get rid of algmemoryallocated algmemoryallocated does not seem to be really used. algproto does have a .memoryallocated field, but no corresponding .sysctlmem. This means skhasaccount returns true, but all...

5.5CVSS8.2AI score0.00195EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2024/07/17 1:06 a.m.11 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/17 1:06 a.m.18 views

kernel: TIPC message reassembly use-after-free remote code execution vulnerability

A use-after-free UAF flaw exists in the Linux Kernel within the reassembly of fragmented TIPC messages, specifically in the tipcbufappend function. The issue results due to a lack of checks in the error handling cleanup and can trigger a UAF on "struct skbuff", which may lead to remote code...

9.8CVSS7.7AI score0.01305EPSS
SaveExploits1References6
RedhatCVE
RedhatCVE
added 2024/07/16 10:25 p.m.23 views

CVE-2022-48819

In the Linux kernel, the following vulnerability has been resolved: tcp: take care of mixed splice/sendmsgMSGZEROCOPY case syzbot found that mixing sendpage and sendmsgMSGZEROCOPY calls over the same TCP socket would again trigger the infamous warning in inetsockdestruct WARNONskforwardallocgetsk...

5.5CVSS6.9AI score0.00229EPSS
SaveExploits0References4
Rows per page
Query Builder