Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2023-53570

7.8 · HIGH
Published Oct 4, 2025 linux CWE-190 EPSS 0.15% (5th pctl)

Overview

CVE-2023-53570 is a high-severity vulnerability affecting linux linux_kernel. It was published on October 4, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

wifi: nl80211: fix integer overflow in nl80211_parse_mbssid_elems()

nl80211_parse_mbssid_elems() uses a u8 variable num_elems to count the

number of MBSSID elements in the nested netlink attribute attrs, which can

lead to an integer overflow if a user of the nl80211 interface specifies

256 or more elements in the corresponding attribute in userspace. The

integer overflow can lead to a heap buffer overflow as num_elems determines

the size of the trailing array in elems, and this array is thereafter

written to for each element in attrs.

Note that this vulnerability only affects devices with the

wiphy->mbssid_max_interfaces member set for the wireless physical device

struct in the device driver, and can only be triggered by a process with

CAP_NET_ADMIN capabilities.

Fix this by checking for a maximum of 255 elements in attrs.

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 5.16, < 6.1.46 Affected

Frequently Asked Questions

What is CVE-2023-53570?

CVE-2023-53570 is a high-severity vulnerability affecting linux linux_kernel. It was published on October 4, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2023-53570?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2023-53570?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2023-53570?

CyberStrike's AI-powered security agents can automatically detect CVE-2023-53570 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.