CVE-2026-31747 (GCVE-0-2026-31747)

Vulnerability from cvelistv5 – Published: 2026-05-01 14:14 – Updated: 2026-05-01 14:14
VLAI?
Title
comedi: me4000: Fix potential overrun of firmware buffer
Summary
In the Linux kernel, the following vulnerability has been resolved: comedi: me4000: Fix potential overrun of firmware buffer `me4000_xilinx_download()` loads the firmware that was requested by `request_firmware()`. It is possible for it to overrun the source buffer because it blindly trusts the file format. It reads a data stream length from the first 4 bytes into variable `file_length` and reads the data stream contents of length `file_length` from offset 16 onwards. Add a test to ensure that the supplied firmware is long enough to contain the header and the data stream. On failure, log an error and return `-EINVAL`. Note: The firmware loading was totally broken before commit ac584af59945 ("staging: comedi: me4000: fix firmware downloading"), but that is the most sensible target for this fix.
Severity ?
No CVSS data available.
Assigner
Impacted products
Vendor Product Version
Linux Linux Affected: ac584af599452748187cf6d7865b1607c54ee443 , < 8ddfe6495c245226a30d8b36e2f4a7aa7712e8d6 (git)
Affected: ac584af599452748187cf6d7865b1607c54ee443 , < 64b24b713e1a3ea6624480594b4f8c2ff86502f2 (git)
Affected: ac584af599452748187cf6d7865b1607c54ee443 , < f72b5567f7c117b46b4058dc6a0c7554f8565561 (git)
Affected: ac584af599452748187cf6d7865b1607c54ee443 , < 1603dd471f47762e9d1f52304edb3e49a7e62655 (git)
Affected: ac584af599452748187cf6d7865b1607c54ee443 , < 99f31aa98ab6e3805c455b65bcd01b3d48bdf1a5 (git)
Affected: ac584af599452748187cf6d7865b1607c54ee443 , < eae19cab44204537f79146f15a51811b13227c38 (git)
Affected: ac584af599452748187cf6d7865b1607c54ee443 , < de3f923ae7d91480ed3ecea1b1e1fc0dc25b597d (git)
Affected: ac584af599452748187cf6d7865b1607c54ee443 , < 3fb43a7a5b44713f892c58ead2e5f3a1bc9f4ee7 (git)
Create a notification for this product.
    Linux Linux Affected: 3.19
Unaffected: 0 , < 3.19 (semver)
Unaffected: 5.10.253 , ≤ 5.10.* (semver)
Unaffected: 5.15.203 , ≤ 5.15.* (semver)
Unaffected: 6.1.168 , ≤ 6.1.* (semver)
Unaffected: 6.6.134 , ≤ 6.6.* (semver)
Unaffected: 6.12.81 , ≤ 6.12.* (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/comedi/drivers/me4000.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "8ddfe6495c245226a30d8b36e2f4a7aa7712e8d6",
              "status": "affected",
              "version": "ac584af599452748187cf6d7865b1607c54ee443",
              "versionType": "git"
            },
            {
              "lessThan": "64b24b713e1a3ea6624480594b4f8c2ff86502f2",
              "status": "affected",
              "version": "ac584af599452748187cf6d7865b1607c54ee443",
              "versionType": "git"
            },
            {
              "lessThan": "f72b5567f7c117b46b4058dc6a0c7554f8565561",
              "status": "affected",
              "version": "ac584af599452748187cf6d7865b1607c54ee443",
              "versionType": "git"
            },
            {
              "lessThan": "1603dd471f47762e9d1f52304edb3e49a7e62655",
              "status": "affected",
              "version": "ac584af599452748187cf6d7865b1607c54ee443",
              "versionType": "git"
            },
            {
              "lessThan": "99f31aa98ab6e3805c455b65bcd01b3d48bdf1a5",
              "status": "affected",
              "version": "ac584af599452748187cf6d7865b1607c54ee443",
              "versionType": "git"
            },
            {
              "lessThan": "eae19cab44204537f79146f15a51811b13227c38",
              "status": "affected",
              "version": "ac584af599452748187cf6d7865b1607c54ee443",
              "versionType": "git"
            },
            {
              "lessThan": "de3f923ae7d91480ed3ecea1b1e1fc0dc25b597d",
              "status": "affected",
              "version": "ac584af599452748187cf6d7865b1607c54ee443",
              "versionType": "git"
            },
            {
              "lessThan": "3fb43a7a5b44713f892c58ead2e5f3a1bc9f4ee7",
              "status": "affected",
              "version": "ac584af599452748187cf6d7865b1607c54ee443",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/comedi/drivers/me4000.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "3.19"
            },
            {
              "lessThan": "3.19",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.253",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.203",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.168",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.134",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.81",
              "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": "5.10.253",
                  "versionStartIncluding": "3.19",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.203",
                  "versionStartIncluding": "3.19",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.168",
                  "versionStartIncluding": "3.19",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.134",
                  "versionStartIncluding": "3.19",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.81",
                  "versionStartIncluding": "3.19",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.22",
                  "versionStartIncluding": "3.19",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.19.12",
                  "versionStartIncluding": "3.19",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.0",
                  "versionStartIncluding": "3.19",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\ncomedi: me4000: Fix potential overrun of firmware buffer\n\n`me4000_xilinx_download()` loads the firmware that was requested by\n`request_firmware()`.  It is possible for it to overrun the source\nbuffer because it blindly trusts the file format.  It reads a data\nstream length from the first 4 bytes into variable `file_length` and\nreads the data stream contents of length `file_length` from offset 16\nonwards.\n\nAdd a test to ensure that the supplied firmware is long enough to\ncontain the header and the data stream.  On failure, log an error and\nreturn `-EINVAL`.\n\nNote: The firmware loading was totally broken before commit ac584af59945\n(\"staging: comedi: me4000: fix firmware downloading\"), but that is the\nmost sensible target for this fix."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-05-01T14:14:40.844Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/8ddfe6495c245226a30d8b36e2f4a7aa7712e8d6"
        },
        {
          "url": "https://git.kernel.org/stable/c/64b24b713e1a3ea6624480594b4f8c2ff86502f2"
        },
        {
          "url": "https://git.kernel.org/stable/c/f72b5567f7c117b46b4058dc6a0c7554f8565561"
        },
        {
          "url": "https://git.kernel.org/stable/c/1603dd471f47762e9d1f52304edb3e49a7e62655"
        },
        {
          "url": "https://git.kernel.org/stable/c/99f31aa98ab6e3805c455b65bcd01b3d48bdf1a5"
        },
        {
          "url": "https://git.kernel.org/stable/c/eae19cab44204537f79146f15a51811b13227c38"
        },
        {
          "url": "https://git.kernel.org/stable/c/de3f923ae7d91480ed3ecea1b1e1fc0dc25b597d"
        },
        {
          "url": "https://git.kernel.org/stable/c/3fb43a7a5b44713f892c58ead2e5f3a1bc9f4ee7"
        }
      ],
      "title": "comedi: me4000: Fix potential overrun of firmware buffer",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-31747",
    "datePublished": "2026-05-01T14:14:40.844Z",
    "dateReserved": "2026-03-09T15:48:24.138Z",
    "dateUpdated": "2026-05-01T14:14:40.844Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-31747",
      "date": "2026-05-05",
      "epss": "0.00024",
      "percentile": "0.06806"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-31747\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-05-01T15:16:37.463\",\"lastModified\":\"2026-05-01T15:24:14.893\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\ncomedi: me4000: Fix potential overrun of firmware buffer\\n\\n`me4000_xilinx_download()` loads the firmware that was requested by\\n`request_firmware()`.  It is possible for it to overrun the source\\nbuffer because it blindly trusts the file format.  It reads a data\\nstream length from the first 4 bytes into variable `file_length` and\\nreads the data stream contents of length `file_length` from offset 16\\nonwards.\\n\\nAdd a test to ensure that the supplied firmware is long enough to\\ncontain the header and the data stream.  On failure, log an error and\\nreturn `-EINVAL`.\\n\\nNote: The firmware loading was totally broken before commit ac584af59945\\n(\\\"staging: comedi: me4000: fix firmware downloading\\\"), but that is the\\nmost sensible target for this fix.\"}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/1603dd471f47762e9d1f52304edb3e49a7e62655\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/3fb43a7a5b44713f892c58ead2e5f3a1bc9f4ee7\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/64b24b713e1a3ea6624480594b4f8c2ff86502f2\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/8ddfe6495c245226a30d8b36e2f4a7aa7712e8d6\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/99f31aa98ab6e3805c455b65bcd01b3d48bdf1a5\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/de3f923ae7d91480ed3ecea1b1e1fc0dc25b597d\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/eae19cab44204537f79146f15a51811b13227c38\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/f72b5567f7c117b46b4058dc6a0c7554f8565561\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}"
  }
}


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…