CVE-2026-72025 (GCVE-0-2026-72025)
Vulnerability from cvelistv5
Published
2026-08-15 05:51
Modified
2026-08-18 06:56
Severity ?
Summary
In the Linux kernel, the following vulnerability has been resolved: s390/monwriter: Reject buffer reuse with different data length When data buffers are reused, e.g. for interval sample records, the first record determines the data length, and the size of the buffer for user copy. Current monwriter code does not check if the data length was changed for subsequent records, which also would never happen for valid user programs. However, a malicious user could change the data length, resulting in out of bounds user copy to the kernel buffer, and memory corruption. By default, the monwriter misc device is created with root-only permissions, so practical impact is typically low. Fix this by checking for changed data length and rejecting such records.
Impacted products
Vendor Product Version
Linux Linux Version: 31b58088292c7f00f0b81088bfb557285b0b6247
Version: 31b58088292c7f00f0b81088bfb557285b0b6247
Version: 31b58088292c7f00f0b81088bfb557285b0b6247
Version: 31b58088292c7f00f0b81088bfb557285b0b6247
Version: 31b58088292c7f00f0b81088bfb557285b0b6247
Version: 31b58088292c7f00f0b81088bfb557285b0b6247
Version: 31b58088292c7f00f0b81088bfb557285b0b6247
Version: 31b58088292c7f00f0b81088bfb557285b0b6247
Create a notification for this product.
Show details on NVD website


{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/s390/char/monwriter.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "096dff1247037d329c04b3a5be0ecdfb1c5c7ac6",
              "status": "affected",
              "version": "31b58088292c7f00f0b81088bfb557285b0b6247",
              "versionType": "git"
            },
            {
              "lessThan": "d39cf4a6d721b1ae21eb53bbf3e8cd984253d7ab",
              "status": "affected",
              "version": "31b58088292c7f00f0b81088bfb557285b0b6247",
              "versionType": "git"
            },
            {
              "lessThan": "759d91378203ea35fa9bca6726dcf0010de081fb",
              "status": "affected",
              "version": "31b58088292c7f00f0b81088bfb557285b0b6247",
              "versionType": "git"
            },
            {
              "lessThan": "036bc5661060702e798d215e81bb46da530965b3",
              "status": "affected",
              "version": "31b58088292c7f00f0b81088bfb557285b0b6247",
              "versionType": "git"
            },
            {
              "lessThan": "01f3ce411711c2c919598ea25320a5a48f71edbc",
              "status": "affected",
              "version": "31b58088292c7f00f0b81088bfb557285b0b6247",
              "versionType": "git"
            },
            {
              "lessThan": "f0745496f7c171271cafd9457df3b914a483ddeb",
              "status": "affected",
              "version": "31b58088292c7f00f0b81088bfb557285b0b6247",
              "versionType": "git"
            },
            {
              "lessThan": "ae5347f3db1782c6118f6cc0d9fd8b1d43397db3",
              "status": "affected",
              "version": "31b58088292c7f00f0b81088bfb557285b0b6247",
              "versionType": "git"
            },
            {
              "lessThan": "2995ccec260caa9e85b3301a4aba1e66ed80ad74",
              "status": "affected",
              "version": "31b58088292c7f00f0b81088bfb557285b0b6247",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/s390/char/monwriter.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "2.6.19"
            },
            {
              "lessThan": "2.6.19",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.261",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.212",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.178",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.145",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.97",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.40",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.1.*",
              "status": "unaffected",
              "version": "7.1.5",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.2",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.10.261",
                  "versionStartIncluding": "2.6.19",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.212",
                  "versionStartIncluding": "2.6.19",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.178",
                  "versionStartIncluding": "2.6.19",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.145",
                  "versionStartIncluding": "2.6.19",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.97",
                  "versionStartIncluding": "2.6.19",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.40",
                  "versionStartIncluding": "2.6.19",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1.5",
                  "versionStartIncluding": "2.6.19",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2",
                  "versionStartIncluding": "2.6.19",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\ns390/monwriter: Reject buffer reuse with different data length\n\nWhen data buffers are reused, e.g. for interval sample records, the\nfirst record determines the data length, and the size of the buffer for\nuser copy. Current monwriter code does not check if the data length was\nchanged for subsequent records, which also would never happen for valid\nuser programs.\n\nHowever, a malicious user could change the data length, resulting in out\nof bounds user copy to the kernel buffer, and memory corruption. By\ndefault, the monwriter misc device is created with root-only permissions,\nso practical impact is typically low.\n\nFix this by checking for changed data length and rejecting such records."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-18T06:56:09.214Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/096dff1247037d329c04b3a5be0ecdfb1c5c7ac6"
        },
        {
          "url": "https://git.kernel.org/stable/c/d39cf4a6d721b1ae21eb53bbf3e8cd984253d7ab"
        },
        {
          "url": "https://git.kernel.org/stable/c/759d91378203ea35fa9bca6726dcf0010de081fb"
        },
        {
          "url": "https://git.kernel.org/stable/c/036bc5661060702e798d215e81bb46da530965b3"
        },
        {
          "url": "https://git.kernel.org/stable/c/01f3ce411711c2c919598ea25320a5a48f71edbc"
        },
        {
          "url": "https://git.kernel.org/stable/c/f0745496f7c171271cafd9457df3b914a483ddeb"
        },
        {
          "url": "https://git.kernel.org/stable/c/ae5347f3db1782c6118f6cc0d9fd8b1d43397db3"
        },
        {
          "url": "https://git.kernel.org/stable/c/2995ccec260caa9e85b3301a4aba1e66ed80ad74"
        }
      ],
      "title": "s390/monwriter: Reject buffer reuse with different data length",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-72025",
    "datePublished": "2026-08-15T05:51:49.928Z",
    "dateReserved": "2026-08-09T03:40:39.900Z",
    "dateUpdated": "2026-08-18T06:56:09.214Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2"
}


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.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • 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…