CVE-2026-43048 (GCVE-0-2026-43048)

Vulnerability from cvelistv5 – Published: 2026-05-01 14:15 – Updated: 2026-08-05 12:25
VLAI
Title
HID: core: Mitigate potential OOB by removing bogus memset()
Summary
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]
Assigner
Impacted products
Vendor Product Version
Linux Linux Affected: cd6104572bca9e4afe0dcdb8ecd65ef90b01297b , < 8f71034649738fdeb6859b8d6cddf132024fac06 (git)
Affected: cd6104572bca9e4afe0dcdb8ecd65ef90b01297b , < bd6e1d0230cca9575f5d118148f51e2a56b5373f (git)
Affected: cd6104572bca9e4afe0dcdb8ecd65ef90b01297b , < 0a3fe972a7cb1404f693d6f1711f32bc1d244b1c (git)
Create a notification for this product.
Linux Linux Affected: 2.6.15
Unaffected: 0 , < 2.6.15 (semver)
Unaffected: 6.18.22 , ≤ 6.18.* (semver)
Unaffected: 6.19.12 , ≤ 6.19.* (semver)
Unaffected: 7.0 , ≤ * (original_commit_for_fix)
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/hid/hid-core.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "8f71034649738fdeb6859b8d6cddf132024fac06",
              "status": "affected",
              "version": "cd6104572bca9e4afe0dcdb8ecd65ef90b01297b",
              "versionType": "git"
            },
            {
              "lessThan": "bd6e1d0230cca9575f5d118148f51e2a56b5373f",
              "status": "affected",
              "version": "cd6104572bca9e4afe0dcdb8ecd65ef90b01297b",
              "versionType": "git"
            },
            {
              "lessThan": "0a3fe972a7cb1404f693d6f1711f32bc1d244b1c",
              "status": "affected",
              "version": "cd6104572bca9e4afe0dcdb8ecd65ef90b01297b",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/hid/hid-core.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "2.6.15"
            },
            {
              "lessThan": "2.6.15",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.22",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.19.*",
              "status": "unaffected",
              "version": "6.19.12",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.0",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.22",
                  "versionStartIncluding": "2.6.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.19.12",
                  "versionStartIncluding": "2.6.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.0",
                  "versionStartIncluding": "2.6.15",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "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 \u003cbentiss@kernel.org\u003e\n\n[bentiss: changed the return value]"
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 8.8,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "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\u0027s 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."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-05T12:25:33.901Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "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"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-43048",
    "datePublished": "2026-05-01T14:15:43.227Z",
    "dateReserved": "2026-05-01T14:12:55.979Z",
    "dateUpdated": "2026-08-05T12:25:33.901Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-43048",
      "date": "2026-08-10",
      "epss": "0.00241",
      "percentile": "0.15173"
    },
    "microsoft_vex": {
      "current_release_date": "2026-06-28T14:03:49.000Z",
      "cve": "CVE-2026-43048",
      "id": "msrc_CVE-2026-43048",
      "initial_release_date": "2026-05-02T00:00:00.000Z",
      "product_status:known_affected": "6",
      "source": "Microsoft CSAF VEX",
      "status": "final",
      "title": "HID: core: Mitigate potential OOB by removing bogus memset()",
      "url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-43048.json",
      "version": "8"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-43048\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-05-01T15:16:51.193\",\"lastModified\":\"2026-06-17T10:48:50.040\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"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 \u003cbentiss@kernel.org\u003e\\n\\n[bentiss: changed the return value]\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/hid/hid-core.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"cd6104572bca9e4afe0dcdb8ecd65ef90b01297b\",\"lessThan\":\"8f71034649738fdeb6859b8d6cddf132024fac06\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"cd6104572bca9e4afe0dcdb8ecd65ef90b01297b\",\"lessThan\":\"bd6e1d0230cca9575f5d118148f51e2a56b5373f\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"cd6104572bca9e4afe0dcdb8ecd65ef90b01297b\",\"lessThan\":\"0a3fe972a7cb1404f693d6f1711f32bc1d244b1c\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"drivers/hid/hid-core.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"2.6.15\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"2.6.15\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.22\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.19.12\",\"lessThanOrEqual\":\"6.19.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.0\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"type\":\"Secondary\",\"cvssData\":{\"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\",\"attackVector\":\"ADJACENT_NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.8,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-125\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.6.15.1\",\"versionEndExcluding\":\"6.18.22\",\"matchCriteriaId\":\"8DB63A07-5728-46DE-A02B-0ED46CD9370B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.19\",\"versionEndExcluding\":\"6.19.12\",\"matchCriteriaId\":\"0A2B9540-02D5-41B4-B16A-82AF66FD4F36\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:2.6.15:-:*:*:*:*:*:*\",\"matchCriteriaId\":\"C7623CAC-67FF-477D-9F80-F383014C82DC\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:2.6.15:rc6:*:*:*:*:*:*\",\"matchCriteriaId\":\"8C6FCAC4-B6C6-4125-B3AC-F30407AA7738\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:2.6.15:rc7:*:*:*:*:*:*\",\"matchCriteriaId\":\"707ECC75-65B6-4B02-BE85-A4804549A2DD\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"F253B622-8837-4245-BCE5-A7BF8FC76A16\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:*\",\"matchCriteriaId\":\"4AE85AD8-4641-4E7C-A2F4-305E2CD9EE64\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:*\",\"matchCriteriaId\":\"F666C8D8-6538-46D4-B318-87610DE64C34\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.0:rc4:*:*:*:*:*:*\",\"matchCriteriaId\":\"02259FDA-961B-47BC-AE7F-93D7EC6E90C2\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/0a3fe972a7cb1404f693d6f1711f32bc1d244b1c\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/8f71034649738fdeb6859b8d6cddf132024fac06\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/bd6e1d0230cca9575f5d118148f51e2a56b5373f\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}",
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-07-02T12:26:50+00:00",
      "cve": "CVE-2026-43048",
      "id": "CVE-2026-43048",
      "initial_release_date": "2026-05-01T00:00:00+00:00",
      "product_status:known_affected": "274",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: HID: core: Mitigate potential OOB by removing bogus memset()",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-43048.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-08-06T01:21:56Z",
      "cve": "CVE-2026-43048",
      "id": "CVE-2026-43048",
      "initial_release_date": "2026-05-07T02:19:37Z",
      "product_status:known_affected": "293",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-43048",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-43048.json",
      "version": "3"
    }
  }
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Loading…