CVE-2022-50156 (GCVE-0-2022-50156)
Vulnerability from cvelistv5
Published
2025-06-18 11:03
Modified
2025-06-18 11:03
Severity ?
Summary
In the Linux kernel, the following vulnerability has been resolved: HID: cp2112: prevent a buffer overflow in cp2112_xfer() Smatch warnings: drivers/hid/hid-cp2112.c:793 cp2112_xfer() error: __memcpy() 'data->block[1]' too small (33 vs 255) drivers/hid/hid-cp2112.c:793 cp2112_xfer() error: __memcpy() 'buf' too small (64 vs 255) The 'read_length' variable is provided by 'data->block[0]' which comes from user and it(read_length) can take a value between 0-255. Add an upper bound to 'read_length' variable to prevent a buffer overflow in memcpy().
Impacted products
Vendor Product Version
Linux Linux Version: 542134c0375b5ca2b1d18490c02b8a20bfdd8d74
Version: 542134c0375b5ca2b1d18490c02b8a20bfdd8d74
Version: 542134c0375b5ca2b1d18490c02b8a20bfdd8d74
Version: 542134c0375b5ca2b1d18490c02b8a20bfdd8d74
Version: 542134c0375b5ca2b1d18490c02b8a20bfdd8d74
Version: 542134c0375b5ca2b1d18490c02b8a20bfdd8d74
Version: 542134c0375b5ca2b1d18490c02b8a20bfdd8d74
Create a notification for this product.
Show details on NVD website


{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/hid/hid-cp2112.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "3af7d60e9a6c17d6d41c4341f8020511887d372d",
              "status": "affected",
              "version": "542134c0375b5ca2b1d18490c02b8a20bfdd8d74",
              "versionType": "git"
            },
            {
              "lessThan": "519ff31a6ddd87aa4905bd9bf3b92e8b88801614",
              "status": "affected",
              "version": "542134c0375b5ca2b1d18490c02b8a20bfdd8d74",
              "versionType": "git"
            },
            {
              "lessThan": "ebda3d6b004bb6127a66a616524a2de152302ca7",
              "status": "affected",
              "version": "542134c0375b5ca2b1d18490c02b8a20bfdd8d74",
              "versionType": "git"
            },
            {
              "lessThan": "8489a20ac481b08c0391608d81ed3796d373cfdf",
              "status": "affected",
              "version": "542134c0375b5ca2b1d18490c02b8a20bfdd8d74",
              "versionType": "git"
            },
            {
              "lessThan": "e7028944e61014ae915e7fb74963d3835f2f761a",
              "status": "affected",
              "version": "542134c0375b5ca2b1d18490c02b8a20bfdd8d74",
              "versionType": "git"
            },
            {
              "lessThan": "26e427ac85c2b8d0d108cc80b6de34d33e2780c4",
              "status": "affected",
              "version": "542134c0375b5ca2b1d18490c02b8a20bfdd8d74",
              "versionType": "git"
            },
            {
              "lessThan": "381583845d19cb4bd21c8193449385f3fefa9caf",
              "status": "affected",
              "version": "542134c0375b5ca2b1d18490c02b8a20bfdd8d74",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/hid/hid-cp2112.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "4.15"
            },
            {
              "lessThan": "4.15",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "4.19.*",
              "status": "unaffected",
              "version": "4.19.256",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.4.*",
              "status": "unaffected",
              "version": "5.4.211",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.137",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.61",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.18.*",
              "status": "unaffected",
              "version": "5.18.18",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.19.*",
              "status": "unaffected",
              "version": "5.19.2",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "6.0",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "4.19.256",
                  "versionStartIncluding": "4.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.4.211",
                  "versionStartIncluding": "4.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.10.137",
                  "versionStartIncluding": "4.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.61",
                  "versionStartIncluding": "4.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.18.18",
                  "versionStartIncluding": "4.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.19.2",
                  "versionStartIncluding": "4.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.0",
                  "versionStartIncluding": "4.15",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nHID: cp2112: prevent a buffer overflow in cp2112_xfer()\n\nSmatch warnings:\ndrivers/hid/hid-cp2112.c:793 cp2112_xfer() error: __memcpy()\n\u0027data-\u003eblock[1]\u0027 too small (33 vs 255)\ndrivers/hid/hid-cp2112.c:793 cp2112_xfer() error: __memcpy() \u0027buf\u0027 too\nsmall (64 vs 255)\n\nThe \u0027read_length\u0027 variable is provided by \u0027data-\u003eblock[0]\u0027 which comes\nfrom user and it(read_length) can take a value between 0-255. Add an\nupper bound to \u0027read_length\u0027 variable to prevent a buffer overflow in\nmemcpy()."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2025-06-18T11:03:13.913Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/3af7d60e9a6c17d6d41c4341f8020511887d372d"
        },
        {
          "url": "https://git.kernel.org/stable/c/519ff31a6ddd87aa4905bd9bf3b92e8b88801614"
        },
        {
          "url": "https://git.kernel.org/stable/c/ebda3d6b004bb6127a66a616524a2de152302ca7"
        },
        {
          "url": "https://git.kernel.org/stable/c/8489a20ac481b08c0391608d81ed3796d373cfdf"
        },
        {
          "url": "https://git.kernel.org/stable/c/e7028944e61014ae915e7fb74963d3835f2f761a"
        },
        {
          "url": "https://git.kernel.org/stable/c/26e427ac85c2b8d0d108cc80b6de34d33e2780c4"
        },
        {
          "url": "https://git.kernel.org/stable/c/381583845d19cb4bd21c8193449385f3fefa9caf"
        }
      ],
      "title": "HID: cp2112: prevent a buffer overflow in cp2112_xfer()",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2022-50156",
    "datePublished": "2025-06-18T11:03:13.913Z",
    "dateReserved": "2025-06-18T10:57:27.425Z",
    "dateUpdated": "2025-06-18T11:03:13.913Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1",
  "vulnerability-lookup:meta": {
    "nvd": "{\"cve\":{\"id\":\"CVE-2022-50156\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2025-06-18T11:15:45.747\",\"lastModified\":\"2025-06-18T13:47:40.833\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nHID: cp2112: prevent a buffer overflow in cp2112_xfer()\\n\\nSmatch warnings:\\ndrivers/hid/hid-cp2112.c:793 cp2112_xfer() error: __memcpy()\\n\u0027data-\u003eblock[1]\u0027 too small (33 vs 255)\\ndrivers/hid/hid-cp2112.c:793 cp2112_xfer() error: __memcpy() \u0027buf\u0027 too\\nsmall (64 vs 255)\\n\\nThe \u0027read_length\u0027 variable is provided by \u0027data-\u003eblock[0]\u0027 which comes\\nfrom user and it(read_length) can take a value between 0-255. Add an\\nupper bound to \u0027read_length\u0027 variable to prevent a buffer overflow in\\nmemcpy().\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: HID: cp2112: evitar un desbordamiento de b\u00fafer en cp2112_xfer() Advertencias de Smatch: drivers/hid/hid-cp2112.c:793 Error de cp2112_xfer(): __memcpy() \u0027data-\u0026gt;block[1]\u0027 demasiado peque\u00f1o (33 frente a 255) drivers/hid/hid-cp2112.c:793 Error de cp2112_xfer(): __memcpy() \u0027buf\u0027 demasiado peque\u00f1o (64 frente a 255) La variable \u0027read_length\u0027 la proporciona \u0027data-\u0026gt;block[0]\u0027, que proviene del usuario, y puede tomar un valor entre 0 y 255. A\u00f1ada un l\u00edmite superior a la variable \u0027read_length\u0027 para evitar un desbordamiento de b\u00fafer en memcpy().\"}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/26e427ac85c2b8d0d108cc80b6de34d33e2780c4\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/381583845d19cb4bd21c8193449385f3fefa9caf\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/3af7d60e9a6c17d6d41c4341f8020511887d372d\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/519ff31a6ddd87aa4905bd9bf3b92e8b88801614\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/8489a20ac481b08c0391608d81ed3796d373cfdf\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/e7028944e61014ae915e7fb74963d3835f2f761a\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/ebda3d6b004bb6127a66a616524a2de152302ca7\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}"
  }
}


Log in or create an account to share your comment.




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.


Loading…

Loading…