Lucene search
+L

32 matches found

RedHat Linux
RedHat Linux
•added 2026/09/14 10:21 a.m.•13 views

kernel: sctp: auth: verify auth requirement when auth_chunk is NULL

A flaw was found in the Stream Control Transmission Protocol SCTP authentication mechanism within the Linux kernel. The sctpauthchunkverify function incorrectly processes authentication chunks, leading to authentication requirements being silently bypassed. This can occur under specific condition...

9.8CVSS5.8AI score0.00589EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/10 6:21 a.m.•10 views

kernel: sctp: auth: verify auth requirement when auth_chunk is NULL

A flaw was found in the Stream Control Transmission Protocol SCTP authentication mechanism within the Linux kernel. The sctpauthchunkverify function incorrectly processes authentication chunks, leading to authentication requirements being silently bypassed. This can occur under specific condition...

9.8CVSS5.8AI score0.00589EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/10 6:09 a.m.•9 views

kernel: sctp: auth: verify auth requirement when auth_chunk is NULL

A flaw was found in the Stream Control Transmission Protocol SCTP authentication mechanism within the Linux kernel. The sctpauthchunkverify function incorrectly processes authentication chunks, leading to authentication requirements being silently bypassed. This can occur under specific condition...

9.8CVSS5.8AI score0.00589EPSS
SaveExploits0References5
NVD
NVD
•added 2026/08/10 1:20 p.m.•9 views

CVE-2026-68300

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.8CVSS0.00589EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
•added 2026/08/10 12:00 a.m.•12 views

PT-2026-69700

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the SCTP authentication mechanism where the sctp auth chunk verify function returns true unconditionally when the auth chunk variable is NULL, which allows...

9.8CVSS5.7AI score0.00589EPSS
SaveExploits0References55
Tenable Nessus
Tenable Nessus
•added 2026/01/16 12:00 a.m.•5 views

Unity Linux 20.1050e / 20.1060e / 20.1070e Security Update: kernel (UTSA-2026-000724)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-000724 advisory. The sctpassocupdate function in net/sctp/associola.c in the Linux kernel through 3.15.8, when SCTP authentication is enabled, allows remote attackers to cause a deni...

7.1CVSS6.4AI score0.05794EPSS
SaveExploits0References25
SUSE CVE
SUSE CVE
•added 2025/09/17 11:31 p.m.•12 views

SUSE CVE-2022-50243

In the Linux kernel, the following vulnerability has been resolved: sctp: handle the error returned from sctpauthasocinitactivekey When it returns an error from sctpauthasocinitactivekey, the activekey is actually not updated. The old shkey will be freeed while it's still used as active key in...

5.5CVSS6.5AI score0.0016EPSS
SaveExploits0References3
CVE
CVE
•added 2025/09/15 2:01 p.m.•57 views

CVE-2022-50243

CVE-2022-50243 – Linux kernel SCTP use-after-free (summary from connected advisories) The vulnerability arises in SCTP when an error is returned from sctp_auth_asoc_init_active_key(): the old sh_key could be freed while still in use as the active key, leading to a use-after-free during packet sen...

7.8CVSS6.1AI score0.0016EPSS
SaveExploits0References7Affected Software1
CNNVD
CNNVD
•added 2025/09/15 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 the Linux kernel that stems from mishandling of the sctpauthasocinitactivekey error, which could lead to reuse after release...

7.8CVSS5.2AI score0.0016EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
•added 2025/05/22 5:27 a.m.•13 views

CVE-2019-15878

In FreeBSD 12.1-STABLE before r352509, 11.3-STABLE before r352509, and 11.3-RELEASE before p9, an unprivileged local user can trigger a use-after-free situation due to improper checking in SCTP when an application tries to update an SCTP-AUTH shared key...

7.8CVSS6.6AI score0.00331EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
•added 2023/02/15 6:06 a.m.•13 views

SUSE CVE-2008-4445

The sctpauthepsethmacs function in net/sctp/auth.c in the Stream Control Transmission Protocol sctp implementation in the Linux kernel before 2.6.26.4, when the SCTP-AUTH extension is enabled, does not verify that the identifier index is within the bounds established by SCTPAUTHHMACIDMAX, which...

4.7CVSS6.2AI score0.00448EPSS
SaveExploits1References4
Positive Technologies
Positive Technologies
•added 2022/11/14 12:00 a.m.•8 views

PT-2022-35352 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux Kernel versions prior to v5.15.75 Description: The issue is related to the handling of an error returned from sctp auth asoc init active key. The actual impact and attack plausibility have not yet been proven. Recommendations: For Linux...

7.2AI score
SaveExploits0References1
Veracode
Veracode
•added 2020/04/10 12:34 a.m.•41 views

Denial Of Service (DoS)

kernel is vulnerable to denial of service DoS. The vulnerability exists as a deficiency was found in the Linux kernel Stream Control Transmission Protocol SCTP Authentication Extension implementation. All the SCTP-AUTH socket options could cause a kernel panic if the API was used when the extensi...

7.1CVSS2.3AI score0.02668EPSS
SaveExploits2References24Affected Software1
Veracode
Veracode
•added 2019/05/02 5:08 a.m.•37 views

Denial Of Service (DoS)

kernel is vulnerable to denial of service DoS. The vulnerability exists when SCTP authentication is enabled, when establishing an association between two endpoints immediately after an exchange of INIT and INIT ACK chunks to establish an earlier association...

7.1CVSS5.4AI score0.05794EPSS
SaveExploits0References32Affected Software2
RedHat Linux
RedHat Linux
•added 2015/05/27 12:07 p.m.•14 views

kernel: net: slab corruption from use after free on INIT collisions

A use-after-free flaw was found in the way the Linux kernel's SCTP implementation handled authentication key reference counting during INIT collisions. A remote attacker could use this flaw to crash the system or, potentially, escalate their privileges on the system...

10CVSS6.7AI score0.09828EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
•added 2014/10/22 12:00 a.m.•52 views

Oracle Linux 6 : kernel (ELSA-2014-1392)

The remote Oracle Linux 6 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2014-1392 advisory. - kernel futex: Fix errors in nested key ref-counting Denys Vlasenko 1094458 CVE-2014-0205 Tenable has extracted the preceding description block direct...

7.8CVSS7.3AI score0.05794EPSS
SaveExploits6References12
Tenable Nessus
Tenable Nessus
•added 2014/10/20 12:00 a.m.•60 views

Oracle Linux 5 / 6 : Unbreakable Enterprise kernel Security (ELSA-2014-3083)

The remote Oracle Linux 5 / 6 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2014-3083 advisory. - ALSA: control: Don't access controls outside of protected regions Lars-Peter Clausen Orabug: 19817787 CVE-2014-4653 CVE-2014-4654 CVE-2014-4655 -...

7.8CVSS7.2AI score0.05794EPSS
SaveExploits1References7
securityvulns
securityvulns
•added 2014/09/29 12:00 a.m.•123 views

[USN-2359-1] Linux kernel vulnerabilities

========================================================================== Ubuntu Security Notice USN-2359-1 September 23, 2014 linux vulnerabilities ========================================================================== A security issue affects these releases of Ubuntu and its derivatives: -...

5.4CVSS0.3AI score0.05794EPSS
SaveExploits3
OpenVAS
OpenVAS
•added 2014/09/24 12:00 a.m.•45 views

Ubuntu: Security Advisory (USN-2358-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2014 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.1CVSS7.4AI score0.05794EPSS
SaveExploits3References2
Tenable Nessus
Tenable Nessus
•added 2014/09/24 12:00 a.m.•48 views

Ubuntu 12.04 LTS : linux-lts-trusty vulnerabilities (USN-2358-1)

Jack Morgenstein reported a flaw in the page handling of the KVM Kerenl Virtual Machine subsystem in the Linux kernel. A guest OS user could exploit this flaw to cause a denial of service host OS memory corruption or possibly have other unspecified impact on the host OS. CVE-2014-3601 Jason...

7.1CVSS6.9AI score0.05794EPSS
SaveExploits3References5
Rows per page
Query Builder