Lucene search
+L

297 matches found

RedHat Linux
RedHat Linux
added 2023/05/09 10:04 a.m.6 views

kernel: mptcp: NULL pointer dereference in subflow traversal at disconnect time

A NULL pointer dereference issue was discovered in the Linux kernel. This issue occurs in the MPTCP protocol when traversing the subflow list at disconnect time. A local user could potentially crash the system, causing a denial of service...

5.5CVSS6.6AI score0.00239EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2023/05/09 10:04 a.m.5 views

kernel: mptcp: use proper req destructor for IPv6

A flaw was discovered in the Linux kernel’s Multipath TCP MPTCP implementation where the wrong destructor function was used for IPv6 subflow request sockets. Previously, even when handling IPv6 MPTCP subflows, only the IPv4 request socket destructor was invoked, leaving IPv6-specific fields...

5.8AI score0.00243EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/05/09 10:01 a.m.11 views

kernel: mptcp: NULL pointer dereference in subflow traversal at disconnect time

A NULL pointer dereference issue was discovered in the Linux kernel. This issue occurs in the MPTCP protocol when traversing the subflow list at disconnect time. A local user could potentially crash the system, causing a denial of service...

5.5CVSS6.6AI score0.00239EPSS
SaveExploits0References4
CNVD
CNVD
added 2022/11/30 12:00 a.m.23 views

Linux kernel MPTCP Protocol Denial of Service Vulnerability

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A denial of service vulnerability exists in Linux mptcpprotocol prior to version 5.19, which stems from a null pointer dereference in the MPTCP protocol when it traverses the...

5.5CVSS6.1AI score0.00239EPSS
SaveExploits0References1
OSV
OSV
added 2022/11/28 10:15 p.m.4 views

DEBIAN-CVE-2022-4128

A NULL pointer dereference issue was discovered in the Linux kernel in the MPTCP protocol when traversing the subflow list at disconnect time. A local user could use this flaw to potentially crash the system causing a denial of service...

5.5CVSS6AI score0.00239EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2022/11/28 10:15 p.m.28 views

CVE-2022-4128

A NULL pointer dereference issue was discovered in the Linux kernel in the MPTCP protocol when traversing the subflow list at disconnect time. A local user could use this flaw to potentially crash the system causing a denial of service...

5.5CVSS6.6AI score0.00239EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2022/11/28 12:00 a.m.24 views

CVE-2022-4128

A NULL pointer dereference issue was discovered in the Linux kernel in the MPTCP protocol when traversing the subflow list at disconnect time. A local user could use this flaw to potentially crash the system causing a denial of service...

5.9AI score0.00239EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2022/11/28 12:00 a.m.71 views

CVE-2022-4128

A NULL pointer dereference issue was discovered in the Linux kernel in the MPTCP protocol when traversing the subflow list at disconnect time. A local user could use this flaw to potentially crash the system causing a denial of service...

5.5CVSS6.2AI score0.00239EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2022/11/23 11:26 a.m.28 views

CVE-2022-4128

A NULL pointer dereference issue was discovered in the Linux kernel. This issue occurs in the MPTCP protocol when traversing the subflow list at disconnect time. A local user could potentially crash the system, causing a denial of service...

5.5CVSS6.4AI score0.00239EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2022/11/08 9:32 a.m.17 views

kernel: mptcp: fix race on unaccepted mptcp sockets

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix race on unaccepted mptcp sockets When the listener socket owning the relevant request is closed, it frees the unaccepted subflows and that causes later deletion of the paired MPTCP sockets. The mptcp socket's worker ca...

7.8CVSS6.1AI score0.00244EPSS
SaveExploits0References5
OSV
OSV
added 2022/09/16 11:34 p.m.11 views

GSD-2022-1005159 mptcp: move subflow cleanup in mptcp_destroy_common()

mptcp: move subflow cleanup in mptcpdestroycommon This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.19.4 by commit...

7.2AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2022/09/16 12:00 a.m.6 views

PT-2022-33417 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux Kernel versions prior to v5.19.4 Description: The issue concerns the mptcp subflow cleanup in the mptcp destroy common function. The actual impact and attack plausibility have not yet been proven. Recommendations: For Linux Kernel...

7.2AI score
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2022/08/05 12:00 a.m.5 views

PT-2025-25997

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A issue in the Linux kernel has been resolved, related to the MPTCP protocol. When the mptcp socket creation fails due to a CGROUP INET SOCK CREATE eBPF program, the MPTCP protocol leaks...

7.8CVSS7.1AI score0.00201EPSS
SaveExploits0References17
Positive Technologies
Positive Technologies
added 2022/07/11 12:00 a.m.7 views

PT-2022-7355 · Linux +2 · Linux Kernel +2

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A NULL pointer dereference issue was discovered in the Linux kernel in the MPTCP protocol when traversing the subflow list at disconnect time. This issue is related to the function mpt...

8.8CVSS7.1AI score0.03998EPSS
SaveExploits13References376
RedHat Linux
RedHat Linux
added 2022/05/10 1:58 p.m.8 views

kernel: mptcp: fix deadlock in __mptcp_push_pending()

A vulnerability was found in the Linux kernel's mptcp component in the mptcppushpending function, where a deadlock can occur when calling mptcpflushjoinlist with the subflow socket lock held. This happens if the synchronization function mptcpsockoptsyncall is invoked, causing the system to hang d...

5.5CVSS6.5AI score0.00156EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2022/05/10 1:43 p.m.14 views

kernel: mptcp: fix deadlock in __mptcp_push_pending()

A vulnerability was found in the Linux kernel's mptcp component in the mptcppushpending function, where a deadlock can occur when calling mptcpflushjoinlist with the subflow socket lock held. This happens if the synchronization function mptcpsockoptsyncall is invoked, causing the system to hang d...

5.5CVSS6.5AI score0.00156EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2021/06/10 12:00 a.m.12 views

PT-2021-8255 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to a soft lookup in the subflow error report function of the Linux kernel's mptcp component. This can cause a soft lockup when the function tries to acquire the...

7.8CVSS6.4AI score0.00334EPSS
SaveExploits0References13
Rows per page
Query Builder