ghsa-w883-jj58-rv96
Vulnerability from github
Published
2024-05-21 15:31
Modified
2024-12-24 18:30
Details

In the Linux kernel, the following vulnerability has been resolved:

HID: betop: fix slab-out-of-bounds Write in betop_probe

Syzbot reported slab-out-of-bounds Write bug in hid-betopff driver. The problem is the driver assumes the device must have an input report but some malicious devices violate this assumption.

So this patch checks hid_device's input is non empty before it's been used.

Show details on source website


{
   affected: [],
   aliases: [
      "CVE-2021-47404",
   ],
   database_specific: {
      cwe_ids: [
         "CWE-787",
      ],
      github_reviewed: false,
      github_reviewed_at: null,
      nvd_published_at: "2024-05-21T15:15:25Z",
      severity: "HIGH",
   },
   details: "In the Linux kernel, the following vulnerability has been resolved:\n\nHID: betop: fix slab-out-of-bounds Write in betop_probe\n\nSyzbot reported slab-out-of-bounds Write bug in hid-betopff driver.\nThe problem is the driver assumes the device must have an input report but\nsome malicious devices violate this assumption.\n\nSo this patch checks hid_device's input is non empty before it's been used.",
   id: "GHSA-w883-jj58-rv96",
   modified: "2024-12-24T18:30:48Z",
   published: "2024-05-21T15:31:44Z",
   references: [
      {
         type: "ADVISORY",
         url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47404",
      },
      {
         type: "WEB",
         url: "https://git.kernel.org/stable/c/1c83c38dec83d57bc18d0c01d82c413d3b34ccb9",
      },
      {
         type: "WEB",
         url: "https://git.kernel.org/stable/c/1e4ce418b1cb1a810256b5fb3fd33d22d1325993",
      },
      {
         type: "WEB",
         url: "https://git.kernel.org/stable/c/6fc4476dda58f6c00097c7ddec3b772513f57525",
      },
      {
         type: "WEB",
         url: "https://git.kernel.org/stable/c/708107b80aa616976d1c5fa60ac0c1390749db5e",
      },
      {
         type: "WEB",
         url: "https://git.kernel.org/stable/c/a4faa7153b87fbcfe4be15f4278676f79ca6e019",
      },
      {
         type: "WEB",
         url: "https://git.kernel.org/stable/c/bb8b72374db69afa25a5b65cf1c092860c6fe914",
      },
      {
         type: "WEB",
         url: "https://git.kernel.org/stable/c/dedfc35a2de2bae9fa3da8210a05bfd515f83fee",
      },
      {
         type: "WEB",
         url: "https://git.kernel.org/stable/c/fe9bb925e7096509711660d39c0493a1546e9550",
      },
   ],
   schema_version: "1.4.0",
   severity: [
      {
         score: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
         type: "CVSS_V3",
      },
   ],
}


Log in or create an account to share your comment.

Security Advisory comment format.

This schema specifies the format of a comment related to a security advisory.

UUIDv4 of the comment
UUIDv4 of the Vulnerability-Lookup instance
When the comment was created originally
When the comment was last updated
Title of the comment
Description of the comment
The identifier of the vulnerability (CVE ID, GHSA-ID, PYSEC ID, etc.).



Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.