Lucene search
+L

284 matches found

Positive Technologies
Positive Technologies
added 2025/01/01 12:0 a.m.11 views

PT-2025-37957

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw was discovered in the Linux kernel related to the initialization of fields within the sctp v6 from sk function in the SCTP Stream Control Transmission Protocol implementation...

5.5CVSS6.1AI score0.00172EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2024/12/12 8:0 a.m.4 views

sctp: set sk_state back to CLOSED if autobind fails in sctp_listen_start

...

5.5CVSS6.8AI score0.00277EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2024/12/12 8:0 a.m.7 views

sctp: properly validate chunk size in sctp_sf_ootb()

...

8.2CVSS6.8AI score0.00622EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/11/19 3:48 a.m.4 views

SUSE CVE-2024-50299

In the Linux kernel, the following vulnerability has been resolved: sctp: properly validate chunk size in sctpsfootb A size validation fix similar to that in Commit 50619dbf8db7 "sctp: add size validation when walking chunks" is also required in sctpsfootb to address a crash reported by syzbot:...

6.5CVSS7.6AI score0.00622EPSS
SaveExploits0References18
OSV
OSV
added 2024/11/19 2:16 a.m.16 views

UBUNTU-CVE-2024-50299

In the Linux kernel, the following vulnerability has been resolved: sctp: properly validate chunk size in sctpsfootb A size validation fix similar to that in Commit 50619dbf8db7 "sctp: add size validation when walking chunks" is also required in sctpsfootb to address a crash reported by syzbot:...

8.2CVSS6.2AI score0.00622EPSS
SaveExploits0References56
RedHat Linux
RedHat Linux
added 2024/11/05 12:54 a.m.12 views

kernel: sctp: Fix null-ptr-deref in reuseport_add_sock().

In the Linux kernel, the following vulnerability has been resolved: sctp: Fix null-ptr-deref in reuseportaddsock. syzbot reported a null-ptr-deref while accessing sk2-skreuseportcb in reuseportaddsock. 0 The repro first creates a listener with SOREUSEPORT. Then, it creates another listener on the...

5.5CVSS6.3AI score0.00227EPSS
SaveExploits0References5
OSV
OSV
added 2024/10/21 6:15 p.m.7 views

AZL-52914 CVE-2024-49944 affecting package kernel for versions less than 5.15.173.1-1

In the Linux kernel, the following vulnerability has been resolved: sctp: set skstate back to CLOSED if autobind fails in sctplistenstart In sctplistenstart invoked by sctpinetlisten, it should set the skstate back to CLOSED if sctpautobind fails due to whatever reason. Otherwise, next time when...

5.5CVSS6.4AI score0.00277EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2024/10/21 12:0 a.m.4 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 failure to reset skstate to CLOSED in the sctp subsystem upon an auto-bind failure, which could result i...

5.5CVSS6.6AI score0.00277EPSS
SaveExploits0References9
BDU FSTEC
BDU FSTEC
added 2024/09/30 12:0 a.m.30 views

The vulnerability of the sctp_sf_do_unexpected_init() function in the Linux kernel of the SCTP protocol allows a attacker to cause a service failure.

The vulnerability of the sctpsfdounexpectedinit function in the SCTP protocol’s kernel implementation in Linux is related to a memory leak that occurs when processing invalid INIT packets. Exploiting this vulnerability can allow an attacker to cause a service failure remotely...

8.6CVSS5.5AI score
SaveExploits0References1Affected Software2
OSV
OSV
added 2024/08/26 11:15 a.m.1 views

DEBIAN-CVE-2024-44935

In the Linux kernel, the following vulnerability has been resolved: sctp: Fix null-ptr-deref in reuseportaddsock. syzbot reported a null-ptr-deref while accessing sk2-skreuseportcb in reuseportaddsock. 0 The repro first creates a listener with SOREUSEPORT. Then, it creates another listener on the...

5.5CVSS5.6AI score0.00227EPSS
SaveExploits0References1
BDU FSTEC
BDU FSTEC
added 2024/08/19 12:0 a.m.7 views

The vulnerability of the sctp_sock_dump() function in the Linux operating system’s SCTP kernel component, which allows a hacker to cause a service failure

The vulnerability of the sctpsockdump function in the Linux operating system’s SCTP kernel component is related to the use of callrcu for memory release. Exploiting this vulnerability could allow an attacker to trigger a service failure...

5.5CVSS6.4AI score0.0026EPSS
SaveExploits0References23Affected Software2
BDU FSTEC
BDU FSTEC
added 2024/06/28 12:0 a.m.12 views

The vulnerability of the update_sctp_checksum() function in the QEMU hardware emulation software allows a hacker to trigger a service failure.

The vulnerability of the updatesctpchecksum function in the QEMU hardware emulation software is related to a flaw that allows an attacker to cause a service failure when attempting to calculate the checksum of a small-sized fragmented packet. Exploiting this vulnerability could enable a remote...

5.5CVSS6.7AI score0.00445EPSS
SaveExploits1References6Affected Software3
RedHat Linux
RedHat Linux
added 2024/05/22 10:16 a.m.13 views

kernel: netfilter: xtables sctp out-of-bounds read in match_flags()

A flaw was found in the Netfilter subsystem in the Linux kernel. The sctpmtcheck did not validate the flagcount field. This flaw allows a local privileged CAPNETADMIN attacker to trigger an out-of-bounds read, leading to a crash or information disclosure...

6.1CVSS6.8AI score0.00415EPSS
SaveExploits0References5
OSV
OSV
added 2024/05/21 3:15 p.m.3 views

DEBIAN-CVE-2021-47397

In the Linux kernel, the following vulnerability has been resolved: sctp: break out if skbheaderpointer returns NULL in sctprcvootb We should always check if skbheaderpointer's return is NULL before using it, otherwise it may cause null-ptr-deref, as syzbot reported: KASAN: null-ptr-deref in rang...

5.5CVSS5.3AI score0.00769EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2024/02/21 12:33 a.m.11 views

kernel: sctp: fail if no bound addresses can be used for a given scope

A memory leak flaw was found in the Linux kernel's Stream Control Transmission Protocol. This issue may occur when a user starts a malicious networking service and someone connects to this service. This could allow a local user to starve resources, causing a denial of service...

5.5CVSS6.6AI score0.00238EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2024/02/07 4:32 p.m.6 views

kernel: sctp: fail if no bound addresses can be used for a given scope

A memory leak flaw was found in the Linux kernel's Stream Control Transmission Protocol. This issue may occur when a user starts a malicious networking service and someone connects to this service. This could allow a local user to starve resources, causing a denial of service...

5.5CVSS6.6AI score0.00238EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2024/02/07 4:21 p.m.9 views

kernel: sctp: fail if no bound addresses can be used for a given scope

A memory leak flaw was found in the Linux kernel's Stream Control Transmission Protocol. This issue may occur when a user starts a malicious networking service and someone connects to this service. This could allow a local user to starve resources, causing a denial of service...

5.5CVSS6.6AI score0.00238EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2024/01/17 4:15 p.m.4 views

CVE-2024-0639

A denial of service vulnerability due to a deadlock was found in sctpautoasconfinit in net/sctp/socket.c in the Linux kernel’s SCTP subsystem. This flaw allows guests with local user privileges to trigger a deadlock and potentially crash the system...

5.5CVSS6.2AI score0.00173EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/14 3:46 p.m.7 views

kernel: sctp: fail if no bound addresses can be used for a given scope

A memory leak flaw was found in the Linux kernel's Stream Control Transmission Protocol. This issue may occur when a user starts a malicious networking service and someone connects to this service. This could allow a local user to starve resources, causing a denial of service...

5.5CVSS6.6AI score0.00238EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2023/11/14 3:46 p.m.5 views

kernel: sctp: fix a potential overflow in sctp_ifwdtsn_skip

In the Linux kernel, the following vulnerability has been resolved: sctp: fix a potential overflow in sctpifwdtsnskip Currently, when traversing ifwdtsn skips with sctpwalkifwdtsn, it only checks the pos against the end of the chunk. However, the data left for the last pos may be sizeofstruct...

8.2CVSS6.2AI score0.00351EPSS
SaveExploits0References5
Rows per page
Query Builder