CVE-2024-48984
Last modified
CVE-2024-48984 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. An issue was discovered in MBed OS 6.16.0. When parsing hci reports, the hci parsing software dynamically determines the length of a list of reports by reading a byte from an input stream. EPSS estimates a 0.53% chance of exploitation in the next 30 days.
Description
An issue was discovered in MBed OS 6.16.0. When parsing hci reports, the hci parsing software dynamically determines the length of a list of reports by reading a byte from an input stream. It then fetches the length of the first report, uses it to calculate the beginning of the second report, etc. In doing this, it tracks the largest report so it can later allocate a buffer that fits every individual report (but only one at a time). It does not, however, validate that these addresses are all contained within the buffer passed to hciEvtProcessLeExtAdvReport. It is then possible, though unlikely, that the buffer designated to hold the reports is allocated in such a way that one of these out-of-bounds length fields is contained within the new buffer. When the (n-1)th report is copied, it overwrites the length field of the nth report. This now corrupted length field is then used for a memcpy into the new buffer, which may lead to a buffer overflow.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Arm | Mbed Os | 6.16.0 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2024-48984?
How severe is CVE-2024-48984?
How do I fix CVE-2024-48984?
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 2024
- CVE-2024-48973The debug port on the ventilator's serial interface is enabl…9.3
- CVE-2024-48974The ventilator does not perform proper file integrity checks…9.3
- CVE-2024-4898The InstaWP Connect – 1-click WP Staging & Migration plugin …9.8
- CVE-2024-48981An issue was discovered in MBed OS 6.16.0. During processing…7.5
- CVE-2024-48982An issue was discovered in MBed OS 6.16.0. Its hci parsing s…7.5
- CVE-2024-48983An issue was discovered in MBed OS 6.16.0. During processing…7.5
- CVE-2024-48985An issue was discovered in MBed OS 6.16.0. During processing…7.5
- CVE-2024-48986An issue was discovered in MBed OS 6.16.0. Its hci parsing s…7.5
- CVE-2024-48987Snipe-IT before 7.0.10 allows remote code execution (associa…6.6
- CVE-2024-48988SQL Injection vulnerability in Apache StreamPark. This issu…7.6
- CVE-2024-48989A vulnerability in the PROFINET stack implementation of the …7.5
- CVE-2024-4899The SEOPress WordPress plugin before 7.8 does not sanitise …5
Are you affected by CVE-2024-48984?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
