CVE-2026-43048
Last modified
CVE-2026-43048 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: HID: core: Mitigate potential OOB by removing bogus memset() The memset() in hid_report_raw_event() has the good intention of clearing out bogus data by zeroing the area from the end of the incoming data string to the assumed end of the buffer. However, as we have previously seen, doing so can easily result in OOB reads and writes in the subsequent thread of execution. The current suggestion from one of the HID maintainers is to remove the memset() and simply return if the incoming event buffer size is not large enough to fill the associated report. Suggested-by Benjamin Tissoires <bentiss@kernel.org> [bentiss: changed the return value]. EPSS estimates a 0.24% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: HID: core: Mitigate potential OOB by removing bogus memset() The memset() in hid_report_raw_event() has the good intention of clearing out bogus data by zeroing the area from the end of the incoming data string to the assumed end of the buffer. However, as we have previously seen, doing so can easily result in OOB reads and writes in the subsequent thread of execution. The current suggestion from one of the HID maintainers is to remove the memset() and simply return if the incoming event buffer size is not large enough to fill the associated report. Suggested-by Benjamin Tissoires <bentiss@kernel.org> [bentiss: changed the return value]
Metrics
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 2.6.15.1, < 6.18.22 | — |
| Linux | Linux Kernel | >= 6.19, < 6.19.12 | — |
| Linux | Linux Kernel | 2.6.15 | — |
| Linux | Linux Kernel | 7.0 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-43048?
How severe is CVE-2026-43048?
How do I fix CVE-2026-43048?
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 2026
- CVE-2026-43042In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-43043In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43044In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-43045In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43046In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43047In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-43049In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-4305The Royal WordPress Backup & Restore Plugin plugin for WordP…6.1
- CVE-2026-43050In the Linux kernel, the following vulnerability has been re…7
- CVE-2026-43051In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-43052In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-43053In the Linux kernel, the following vulnerability has been re…4.7
Are you affected by CVE-2026-43048?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
