Lucene search
+L

14800 matches found

OSV
OSV
added 2024/06/21 11:15 a.m.7 views

UBUNTU-CVE-2024-36484

In the Linux kernel, the following vulnerability has been resolved: net: relax socket state check at accept time. Christoph reported the following splat: WARNING: CPU: 1 PID: 772 at net/ipv4/afinet.c:761 inetaccept+0x1f4/0x4a0 Modules linked in: CPU: 1 PID: 772 Comm: syz-executor510 Not tainted...

5.5CVSS6.2AI score0.00301EPSS
SaveExploits0References25
UbuntuCve
UbuntuCve
added 2024/06/21 11:15 a.m.22 views

CVE-2024-33621

In the Linux kernel, the following vulnerability has been resolved: ipvlan: Dont Use skb-sk in ipvlanprocessv4,6outbound Raw packet from PFPACKET socket ontop of an IPv6-backed ipvlan device will hit WARNONONCE in skmcloop through schdirectxmit path. WARNING: CPU: 2 PID: 0 at net/core/sock.c:775...

5.5CVSS6.3AI score0.00268EPSS
SaveExploits0References29
Vulnrichment
Vulnrichment
added 2024/06/21 10:18 a.m.35 views

CVE-2024-36484 net: relax socket state check at accept time.

In the Linux kernel, the following vulnerability has been resolved: net: relax socket state check at accept time. Christoph reported the following splat: WARNING: CPU: 1 PID: 772 at net/ipv4/afinet.c:761 inetaccept+0x1f4/0x4a0 Modules linked in: CPU: 1 PID: 772 Comm: syz-executor510 Not tainted...

6.6AI score0.00301EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/06/21 10:18 a.m.33 views

CVE-2024-36484 net: relax socket state check at accept time.

In the Linux kernel, the following vulnerability has been resolved: net: relax socket state check at accept time. Christoph reported the following splat: WARNING: CPU: 1 PID: 772 at net/ipv4/afinet.c:761 inetaccept+0x1f4/0x4a0 Modules linked in: CPU: 1 PID: 772 Comm: syz-executor510 Not tainted...

0.00301EPSS
SaveExploits0References8
OSV
OSV
added 2024/06/21 10:18 a.m.32 views

CVE-2024-36484 net: relax socket state check at accept time.

In the Linux kernel, the following vulnerability has been resolved: net: relax socket state check at accept time. Christoph reported the following splat: WARNING: CPU: 1 PID: 772 at net/ipv4/afinet.c:761 inetaccept+0x1f4/0x4a0 Modules linked in: CPU: 1 PID: 772 Comm: syz-executor510 Not tainted...

6AI score
SaveExploits0References15
CVE
CVE
added 2024/06/21 10:18 a.m.155 views

CVE-2024-36484

CVE-2024-36484 is a Linux kernel vulnerability where the socket acceptance check was relaxed at accept time (net/ipv4/af_inet.c). The issue can arise when a process shuts down a listener before it enters accept, causing the child to reach accept() in FIN_WAIT1 status after the commit “tcp: defer ...

5.5CVSS6.3AI score0.00301EPSS
SaveExploits0References12Affected Software1
CVE
CVE
added 2024/06/21 10:18 a.m.227 views

CVE-2024-33621

Technical details about CVE-2024-33621 are not present in the provided documents. The connected materials do not specify affected products, impact, or fixes for this CVE. Monitor for updates from official advisories.

5.5CVSS6.4AI score0.00268EPSS
SaveExploits0References12Affected Software1
SUSE CVE
SUSE CVE
added 2024/06/21 3:52 a.m.5 views

SUSE CVE-2021-47603

In the Linux kernel, the following vulnerability has been resolved: audit: improve robustness of the audit queue handling If the audit daemon were ever to get stuck in a stopped state the kernel's kauditdthread could get blocked attempting to send audit records to the userspace audit daemon. With...

4.7CVSS6.3AI score0.0018EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
added 2024/06/21 3:37 a.m.5 views

SUSE CVE-2022-48722

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

4.7CVSS7.6AI score0.00223EPSS
SaveExploits0References13
SUSE CVE
SUSE CVE
added 2024/06/21 3:37 a.m.5 views

SUSE CVE-2022-48748

In the Linux kernel, the following vulnerability has been resolved: net: bridge: vlan: fix memory leak in allowedingress When using per-vlan state, if vlan snooping and stats are disabled, untagged or priority-tagged ingress frame will go to check pvid state. If the port state is forwarding and t...

4.4CVSS7.4AI score0.01128EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2024/06/21 3:06 a.m.4 views

SUSE CVE-2024-38544

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix seg fault in rxecompqueuepkt In rxecompqueuepkt an incoming response packet skb is enqueued to the resppkts queue and then a decision is made whether to run the completer task inline or schedule it. Finally the skb ...

4.7CVSS6.5AI score0.00815EPSS
SaveExploits0References16
CNNVD
CNNVD
added 2024/06/21 12:00 a.m.7 views

Linux kernel security vulnerabilities

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 ipvlan module's use of skb-sk in ipvlanprocessv4,6outbound...

5.5CVSS6.5AI score0.00268EPSS
SaveExploits0References10
RedhatCVE
RedhatCVE
added 2024/06/20 3:54 p.m.24 views

CVE-2024-38566

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix verifier assumptions about socket-sk The verifier assumes that 'sk' field in 'struct socket' is valid and non-NULL when 'socket' pointer itself is trusted and non-NULL. That may not be the case when socket was just creat...

4.4CVSS6.8AI score0.00221EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/06/20 12:28 p.m.27 views

CVE-2022-48721

In the Linux kernel, the following vulnerability has been resolved: net/smc: Forward wakeup to smc socket waitqueue after fallback When we replace TCP with SMC and a fallback occurs, there may be some socket waitqueue entries remaining in smc socket-wq, such as eppollentries inserted by userspace...

5.5CVSS6.9AI score0.00231EPSS
SaveExploits0References4
OSV
OSV
added 2024/06/20 12:15 p.m.9 views

DEBIAN-CVE-2022-48751

In the Linux kernel, the following vulnerability has been resolved: net/smc: Transitional solution for clcsock race issue We encountered a crash in smcsetsockopt and it is caused by accessing smc-clcsock after clcsock was released. BUG: kernel NULL pointer dereference, address: 0000000000000020 P...

4.7CVSS5.3AI score0.00221EPSS
SaveExploits0References1
NVD
NVD
added 2024/06/20 12:15 p.m.25 views

CVE-2022-48757

In the Linux kernel, the following vulnerability has been resolved: net: fix information leakage in /proc/net/ptype In one net namespace, after creating a packet socket without binding it to a device, users in other net namespaces can observe the new packettype added by this packet socket by...

7.1CVSS0.00222EPSS
SaveExploits0References9
OSV
OSV
added 2024/06/20 12:15 p.m.5 views

DEBIAN-CVE-2022-48757

In the Linux kernel, the following vulnerability has been resolved: net: fix information leakage in /proc/net/ptype In one net namespace, after creating a packet socket without binding it to a device, users in other net namespaces can observe the new packettype added by this packet socket by...

7.1CVSS5.4AI score0.00222EPSS
SaveExploits0References1
OSV
OSV
added 2024/06/20 12:15 p.m.9 views

UBUNTU-CVE-2022-48748

In the Linux kernel, the following vulnerability has been resolved: net: bridge: vlan: fix memory leak in allowedingress When using per-vlan state, if vlan snooping and stats are disabled, untagged or priority-tagged ingress frame will go to check pvid state. If the port state is forwarding and t...

7.5CVSS6.2AI score0.01128EPSS
SaveExploits0References7
OSV
OSV
added 2024/06/20 12:15 p.m.18 views

UBUNTU-CVE-2022-48743

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.2AI score0.00648EPSS
SaveExploits0References11
ATTACKERKB
ATTACKERKB
added 2024/06/20 11:15 a.m.9 views

CVE-2022-48721

In the Linux kernel, the following vulnerability has been resolved: net/smc: Forward wakeup to smc socket waitqueue after fallback When we replace TCP with SMC and a fallback occurs, there may be some socket waitqueue entries remaining in smc socket-wq, such as eppollentries inserted by userspace...

5.5CVSS5.7AI score0.00231EPSS
SaveExploits0References4Affected Software1
Rows per page
Query Builder