{ "dataType": "CVE_RECORD", "dataVersion": "5.2", "cveMetadata": { "cveId": "CVE-2026-43048", "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", "state": "PUBLISHED", "assignerShortName": "Linux", "dateReserved": "2026-05-01T14:12:55.979Z", "datePublished": "2026-05-01T14:15:43.227Z", "dateUpdated": "2026-08-05T12:25:33.901Z" }, "containers": { "cna": { "providerMetadata": { "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", "shortName": "Linux", "dateUpdated": "2026-08-05T12:25:33.901Z" }, "descriptions": [ { "lang": "en", "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nHID: core: Mitigate potential OOB by removing bogus memset()\n\nThe memset() in hid_report_raw_event() has the good intention of\nclearing out bogus data by zeroing the area from the end of the incoming\ndata string to the assumed end of the buffer. However, as we have\npreviously seen, doing so can easily result in OOB reads and writes in\nthe subsequent thread of execution.\n\nThe current suggestion from one of the HID maintainers is to remove the\nmemset() and simply return if the incoming event buffer size is not\nlarge enough to fill the associated report.\n\nSuggested-by Benjamin Tissoires \n\n[bentiss: changed the return value]" } ], "metrics": [ { "cvssV3_1": { "version": "3.1", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "baseScore": 8.8, "baseSeverity": "HIGH" }, "scenarios": [ { "lang": "en", "value": "AV:A - The vulnerable HID report parsing can be reached by attacker-controlled Bluetooth HID devices sending crafted short input reports over an established HIDP interrupt/control channel. This is adjacent-network reachability rather than physical-only because Bluetooth HID is a supported HID transport.\nAC:L - The attacker controls the HID report descriptor/report IDs and the short report contents, and no race or condition outside the attacker's control is required. A malformed report can be sent repeatedly once the HID device is connected.\nPR:N - The adjacent HID peer does not need privileges on the target system to send the report data processed by the kernel. Local HIDP setup is performed by the host Bluetooth stack, but the attacker-controlled peer supplies the malicious descriptor and events.\nUI:N - After the malicious or compromised HID device is connected, exploitation is triggered by device-sent reports without any further victim action. Under the required higher-severity rule, pairing/connection uncertainty is not treated as required interaction.\nS:U - The corruption occurs in the Linux kernel HID processing context and impacts the same kernel security authority. It is not a VM escape, IOMMU bypass, or other cross-scope boundary violation.\nC:H - The bug is an out-of-bounds memory access in kernel report handling, and descriptor-controlled parsing can drive reads beyond the supplied report object. Kernel memory corruption is plausibly usable to obtain sensitive kernel memory disclosure.\nI:H - The removed memset performed an out-of-bounds zero write past short report buffers for some call paths, including small stack/static translated reports. Kernel OOB writes are memory corruption and are defensibly scored as high integrity impact.\nA:H - The OOB write/read can corrupt kernel memory or fault during HID event processing, leading to an oops or system crash. The triggering report can be resent by the attacker-controlled HID peer." } ] } ], "affected": [ { "product": "Linux", "vendor": "Linux", "defaultStatus": "unaffected", "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git", "programFiles": [ "drivers/hid/hid-core.c" ], "versions": [ { "version": "cd6104572bca9e4afe0dcdb8ecd65ef90b01297b", "lessThan": "8f71034649738fdeb6859b8d6cddf132024fac06", "status": "affected", "versionType": "git" }, { "version": "cd6104572bca9e4afe0dcdb8ecd65ef90b01297b", "lessThan": "bd6e1d0230cca9575f5d118148f51e2a56b5373f", "status": "affected", "versionType": "git" }, { "version": "cd6104572bca9e4afe0dcdb8ecd65ef90b01297b", "lessThan": "0a3fe972a7cb1404f693d6f1711f32bc1d244b1c", "status": "affected", "versionType": "git" } ] }, { "product": "Linux", "vendor": "Linux", "defaultStatus": "affected", "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git", "programFiles": [ "drivers/hid/hid-core.c" ], "versions": [ { "version": "2.6.15", "status": "affected" }, { "version": "0", "lessThan": "2.6.15", "status": "unaffected", "versionType": "semver" }, { "version": "6.18.22", "lessThanOrEqual": "6.18.*", "status": "unaffected", "versionType": "semver" }, { "version": "6.19.12", "lessThanOrEqual": "6.19.*", "status": "unaffected", "versionType": "semver" }, { "version": "7.0", "lessThanOrEqual": "*", "status": "unaffected", "versionType": "original_commit_for_fix" } ] } ], "cpeApplicability": [ { "nodes": [ { "operator": "OR", "negate": false, "cpeMatch": [ { "vulnerable": true, "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionStartIncluding": "2.6.15", "versionEndExcluding": "6.18.22" }, { "vulnerable": true, "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionStartIncluding": "2.6.15", "versionEndExcluding": "6.19.12" }, { "vulnerable": true, "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionStartIncluding": "2.6.15", "versionEndExcluding": "7.0" } ] } ] } ], "references": [ { "url": "https://git.kernel.org/stable/c/8f71034649738fdeb6859b8d6cddf132024fac06" }, { "url": "https://git.kernel.org/stable/c/bd6e1d0230cca9575f5d118148f51e2a56b5373f" }, { "url": "https://git.kernel.org/stable/c/0a3fe972a7cb1404f693d6f1711f32bc1d244b1c" } ], "title": "HID: core: Mitigate potential OOB by removing bogus memset()", "x_generator": { "engine": "bippy-1.2.0" } } } }