CVE-2023-53570
Last modified
CVE-2023-53570 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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.. EPSS estimates a 0.15% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 5.16, < 6.1.46 | — |
| Linux | Linux Kernel | >= 6.2, < 6.4.11 | — |
| Linux | Linux Kernel | 6.5 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-53570?
How severe is CVE-2023-53570?
How do I fix CVE-2023-53570?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2023
- CVE-2023-53565In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53566In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53567In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53568In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53569In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-5357The Instagram for WordPress plugin for WordPress is vulnerab…5.4
- CVE-2023-53571In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53572In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-53573In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53574In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53575In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2023-53576In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2023-53570?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
