
Cloud Vulnerability DB
A community-led vulnerabilities database
A vulnerability in the Linux kernel's SCTP (Stream Control Transmission Protocol) implementation has been identified as CVE-2023-53590. The issue involves a nested loop in the sctp_stream_priorities component that could cause system performance issues. The vulnerability was discovered when a CPU soft lockup was observed, with the system becoming stuck for 26 seconds (NVD).
The vulnerability occurs in the SCTP stream priorities handling, specifically in the sctp_sched_prio_free_sid() function. The issue involves a nested loop that could iterate up to 65535 * 65535 times when freeing a stream's priority, potentially causing system hangs. A fix was implemented by adding a reference count in sctp_stream_priorities to avoid traversing all streams when checking if a priority is used by other streams. The CVSS 3.1 score for this vulnerability is 7.0, indicating a moderate to high severity (RedHat).
When exploited, this vulnerability can cause a CPU soft lockup, effectively freezing the affected system for extended periods. This was demonstrated in a reported incident where CPU #23 became stuck for 26 seconds, affecting the ksoftirqd process (NVD).
The vulnerability requires local access with low privileges and high attack complexity to exploit. The attack vector is local, and user interaction is not required for exploitation (RedHat).
The vulnerability has been resolved by adding a reference count in sctp_stream_priorities and implementing a check in sctp_sched_prio_set to prevent potential prio_head refcount overflow. The fix is protected under the sock lock, eliminating the need for refcount_t type (NVD).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."