Lucene search
+L

93 matches found

RedHat Linux
RedHat Linux
•added 2026/09/15 8:14 a.m.•13 views

kernel: sctp: purge outqueue on stale COOKIE-ECHO handling

A flaw was found in the Linux kernel's Stream Control Transmission Protocol SCTP implementation. This vulnerability, a use-after-free, occurs when the system processes a Stale Cookie ERROR during the setup or reconfiguration of an SCTP association. A remote attacker could exploit this by sending...

9.8CVSS7.8AI score0.00839EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
•added 2026/09/12 12:00 a.m.•13 views

Linux Distros Unpatched Vulnerability : CVE-2026-89479

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - sctp: stop processing a packet once its association is deleted sctpendpointbhrcv looks the association up only when chunk-asoc is NULL, and caches the result in...

9.8CVSS5.8AI score0.00734EPSS
SaveExploits0References4
OSV
OSV
•added 2026/09/11 7:43 p.m.•20 views

CVE-2026-89479 sctp: stop processing a packet once its association is deleted

In the Linux kernel, the following vulnerability has been resolved: sctp: stop processing a packet once its association is deleted sctpendpointbhrcv looks the association up only when chunk-asoc is NULL, and caches the result in chunk-asoc and chunk-transport without taking a reference. A packet...

9.8CVSS5.9AI score
SaveExploits0References11
Tenable Nessus
Tenable Nessus
•added 2026/08/31 12:00 a.m.•11 views

SUSE SLES12 Security Update : kernel (Live Patch 85 for SUSE Linux Enterprise 12 SP5) (SUSE-SU-2026:3820-1)

The remote SUSE Linux SLES12 host has a package installed that is affected by multiple vulnerabilities as referenced in the SUSE-SU-2026:3820-1 advisory. This update for the SUSE Linux Enterprise Kernel 4.12.14-122.320 fixes various security issues: The following security issues were fixed: -...

9.8CVSS6.5AI score0.00745EPSS
SaveExploits8References13
RedHat Linux
RedHat Linux
•added 2026/08/26 5:57 a.m.•19 views

kernel: sctp: purge outqueue on stale COOKIE-ECHO handling

A flaw was found in the Linux kernel's Stream Control Transmission Protocol SCTP implementation. This vulnerability, a use-after-free, occurs when the system processes a Stale Cookie ERROR during the setup or reconfiguration of an SCTP association. A remote attacker could exploit this by sending...

9.8CVSS5.5AI score0.00839EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
•added 2026/08/25 6:17 p.m.•13 views

mediasoup: SCTP state cookie lacks cryptographic authentication, enabling unauthorized association establishment (RFC 9260 violation)

Summary mediasoup's built-in SCTP stack introduced in v3.20.0 authenticates SCTP state cookies using only hardcoded magic byte sequences rather than a per-instance HMAC keyed with a secret, violating RFC 9260 Section 5.1.3. An on-path attacker targeting a PlainTransport with SCTP enabled and no...

5.6CVSS5.9AI score0.00188EPSS
SaveExploits0References5Affected Software1
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/08/25 12:00 a.m.•1 views

CVE-2026-55663: Insufficient Verification of Data Authenticity

mediasoup is a WebRTC video conferencing system. From version 3.20.0 until 3.20.6 for the npm package and from 0.22.0 until 0.22.5 for the Rust crate, mediasoup's built-in SCTP stack authenticates state cookies using only the hardcoded msworker and 0xAD81 magic values instead of a per-instance...

5.6CVSS5.8AI score0.00188EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
•added 2026/08/25 12:00 a.m.•16 views

SUSE SLES12 Security Update : kernel (Live Patch 71 for SUSE Linux Enterprise 12 SP5) (SUSE-SU-2026:3706-1)

The remote SUSE Linux SLES12 host has a package installed that is affected by multiple vulnerabilities as referenced in the SUSE-SU-2026:3706-1 advisory. This update for the SUSE Linux Enterprise Kernel 4.12.14-122.269 fixes various security issues: The following security issues were fixed: -...

9.8CVSS6.8AI score0.00745EPSS
SaveExploits22References43
OSV
OSV
•added 2026/08/15 6:22 a.m.•9 views

UBUNTU-CVE-2026-72398

In the Linux kernel, the following vulnerability has been resolved: sctp: add INIT verification after cookie unpacking In SCTP handshake, the INIT chunk is initially processed by the server and embedded into the cookie carried in INIT-ACK. The client then returns this cookie via COOKIE-ECHO, wher...

9.8CVSS5.4AI score0.00765EPSS
SaveExploits0References8
OSV
OSV
•added 2026/08/15 5:56 a.m.•51 views

CVE-2026-72398 sctp: add INIT verification after cookie unpacking

In the Linux kernel, the following vulnerability has been resolved: sctp: add INIT verification after cookie unpacking In SCTP handshake, the INIT chunk is initially processed by the server and embedded into the cookie carried in INIT-ACK. The client then returns this cookie via COOKIE-ECHO, wher...

9.8CVSS5.5AI score
SaveExploits0References6
OSV
OSV
•added 2026/08/10 12:02 p.m.•79 views

CVE-2026-68300 sctp: auth: verify auth requirement when auth_chunk is NULL

In the Linux kernel, the following vulnerability has been resolved: sctp: auth: verify auth requirement when authchunk is NULL sctpauthchunkverify returns true unconditionally when chunk-authchunk is NULL, silently skipping authentication. This is incorrect when: 1. skbclone failed in the BH...

9.8CVSS5.4AI score
SaveExploits0References11
CVE
CVE
•added 2026/08/10 12:02 p.m.•87 views

CVE-2026-68300

Summary: CVE-2026-68300 in the Linux kernel concerns SCTP authentication. The function sctp_auth_chunk_verify() incorrectly returns true when auth_chunk is NULL, allowing authentication to be bypassed under certain conditions (e.g., skb_clone() failure in BH path or absence of an AUTH before COOK...

9.8CVSS5.3AI score0.00589EPSS
SaveExploits0References8
EUVD
EUVD
•added 2026/08/10 12:02 p.m.•15 views

EUVD-2026-55401

In the Linux kernel, the following vulnerability has been resolved: sctp: auth: verify auth requirement when authchunk is NULL sctpauthchunkverify returns true unconditionally when chunk-authchunk is NULL, silently skipping authentication. This is incorrect when: 1. skbclone failed in the BH...

5.3AI score0.00589EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
•added 2026/07/27 12:00 a.m.•14 views

PT-2026-65226

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the SCTP implementation where the sctp sf do 5 2 6 stale function fails to properly validate the length of a STALE COOKIE cause within an ERROR chunk when received in...

9.1CVSS5.9AI score0.00514EPSS
SaveExploits0
Amazon
Amazon
•added 2026/07/20 12:00 a.m.•20 views

Important: kernel6.12

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: mm/pagealloc: clear page-private in freepagesprepare CVE-2026-43303 In the Linux kernel, the following vulnerability has been resolved: ipvs: skip ipv6 extension headers for csum checks CVE-2026-45850 In the Linux...

9.8CVSS7AI score0.00839EPSS
SaveExploits19
Tenable Nessus
Tenable Nessus
•added 2026/06/28 12:00 a.m.•17 views

Linux Distros Unpatched Vulnerability : CVE-2026-53224

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - sctp: validate embedded INIT chunk and address list lengths in cookie sctpunpackcookie only checked that the embedded INIT chunk length did not exceed the...

9.1CVSS5.6AI score0.00745EPSS
SaveExploits0References4
Microsoft CVE
Microsoft CVE
•added 2026/06/27 8:08 a.m.•21 views

sctp: purge outqueue on stale COOKIE-ECHO handling

...

9.8CVSS5.8AI score0.00839EPSS
SaveExploits0
SUSE CVE
SUSE CVE
•added 2026/06/26 2:08 a.m.•21 views

SUSE CVE-2026-53246

In the Linux kernel, the following vulnerability has been resolved: sctp: validate cached peer INIT chunk length in COOKIEECHO processing When a listening SCTP server processes a COOKIEECHO chunk, the cached peer INIT chunk embedded after the cookie is parsed and its parameters are later walked b...

8.6CVSS6AI score0.00442EPSS
SaveExploits0References117
RedhatCVE
RedhatCVE
•added 2026/06/25 11:56 p.m.•18 views

CVE-2026-53246

A flaw was found in the Linux kernel's Stream Control Transmission Protocol SCTP implementation. A remote attacker could exploit this by sending a specially crafted COOKIEECHO chunk to a listening SCTP server. The server's failure to properly validate the length of a cached peer INIT chunk within...

9.8CVSS5.8AI score0.00442EPSS
SaveExploits0References4
NVD
NVD
•added 2026/06/25 9:16 a.m.•24 views

CVE-2026-53246

In the Linux kernel, the following vulnerability has been resolved: sctp: validate cached peer INIT chunk length in COOKIEECHO processing When a listening SCTP server processes a COOKIEECHO chunk, the cached peer INIT chunk embedded after the cookie is parsed and its parameters are later walked b...

9.8CVSS0.00442EPSS
SaveExploits0References3
Rows per page
Query Builder