CVE-2023-53428
Last modified
CVE-2023-53428 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: powercap: arm_scmi: Remove recursion while parsing zones Powercap zones can be defined as arranged in a hierarchy of trees and when registering a zone with powercap_register_zone(), the kernel powercap subsystem expects this to happen starting from the root zones down to the leaves; on the other side, de-registration by powercap_deregister_zone() must begin from the leaf zones. Available SCMI powercap zones are retrieved dynamically from the platform at probe time and, while any defined hierarchy between the zones is described properly in the zones descriptor, the platform returns the availables zones with no particular well-defined order: as a consequence, the trees possibly composing the hierarchy of zones have to be somehow walked properly to register the retrieved zones from the root. Currently the ARM SCMI Powercap driver walks the zones using a recursive algorithm; this approach, even though correct and tested can lead to kernel stack overflow when processing a returned hierarchy of zones composed by particularly high trees. Avoid possible kernel stack overflow by substituting the recursive approach with an iterative one supported by a dynamically allocated stack-like data structure.. EPSS estimates a 0.15% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: powercap: arm_scmi: Remove recursion while parsing zones Powercap zones can be defined as arranged in a hierarchy of trees and when registering a zone with powercap_register_zone(), the kernel powercap subsystem expects this to happen starting from the root zones down to the leaves; on the other side, de-registration by powercap_deregister_zone() must begin from the leaf zones. Available SCMI powercap zones are retrieved dynamically from the platform at probe time and, while any defined hierarchy between the zones is described properly in the zones descriptor, the platform returns the availables zones with no particular well-defined order: as a consequence, the trees possibly composing the hierarchy of zones have to be somehow walked properly to register the retrieved zones from the root. Currently the ARM SCMI Powercap driver walks the zones using a recursive algorithm; this approach, even though correct and tested can lead to kernel stack overflow when processing a returned hierarchy of zones composed by particularly high trees. Avoid possible kernel stack overflow by substituting the recursive approach with an iterative one supported by a dynamically allocated stack-like data structure.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.2, < 6.4.16 |
| Linux | Linux Kernel | >= 6.5, < 6.5.3 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-53428?
How severe is CVE-2023-53428?
How do I fix CVE-2023-53428?
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-53422In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53423In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53424In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53425In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53426In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-53427In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-53429In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-5343The Popup box WordPress plugin before 3.7.9 does not sanitis…4.8
- CVE-2023-53430In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53431In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53432In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-53433In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2023-53428?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
