CVE-2026-90279 (GCVE-0-2026-90279)

Vulnerability from cvelistv5 – Published: 2026-09-17 16:08 – Updated: 2026-09-17 16:08
VLAI
Title
md/raid5: round bitmap stripes with sector division
Summary
In the Linux kernel, the following vulnerability has been resolved: md/raid5: round bitmap stripes with sector division raid5_bitmap_sector_map() aligns the array range to full RAID5 stripe widths before converting it to component sectors. That width is chunk_sectors multiplied by the number of data disks, and it is not always a power of two. Reproduce with a 4-disk RAID5, 1024-sector chunks, and three data disks. The full-stripe width is 3072 sectors. For a one-sector write at array sector 3072, correct rounding gives array range [3072, 6144), which maps to component range [1024, 2048). The old round_down()/round_up() logic instead gives [1024, 4096), which maps to [0, 1024). Use sector_div() based arithmetic so the rounded range is aligned to the actual RAID5 stripe width. The deterministic mapper test now reports the fixed component range as [1024, 2048), while the old mask-based range was [0, 1024).
Severity
No CVSS data available.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: b29e6400be51c214a0ad30dce937348b57abe33a , < 9d7490007707f90691911385365bd1d691d99225 (git)
Affected: aa8e15d69f5c0044d5bff61844e163aacc4ac172 , < cab7d949b18b2f1cd625689dc16c5f81236bac93 (git)
Affected: 9c89f604476cf15c31fbbdb043cff7fbf1dbe0cb , < 02c10581866d08822c6348e299881485fc546185 (git)
Affected: 9c89f604476cf15c31fbbdb043cff7fbf1dbe0cb , < ccbdc483eb041eef809e9ff223d1ad63518a2c52 (git)
Affected: 9c89f604476cf15c31fbbdb043cff7fbf1dbe0cb , < 17ea021ae74987d6064c8195c4922fa025753892 (git)
Affected: a41a0df5d7638acf15e723ad985980b4f7ff9383 (git)
Affected: 6.6.79 , < 6.6.157 (semver)
Affected: 6.12.13 , < 6.12.110 (semver)
Affected: 6.13.2 , < 6.14 (semver)
guessed Create a notification for this product.
Linux Linux Affected: 6.14
Unaffected: 0 , < 6.14 (semver)
Unaffected: 6.6.157 , ≤ 6.6.* (semver)
Unaffected: 6.12.110 , ≤ 6.12.* (semver)
Unaffected: 6.18.52 , ≤ 6.18.* (semver)
Unaffected: 7.2.6 , ≤ 7.2.* (semver)
Unaffected: 7.3-rc1 , ≤ * (original_commit_for_fix)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/md/raid5.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "9d7490007707f90691911385365bd1d691d99225",
              "status": "affected",
              "version": "b29e6400be51c214a0ad30dce937348b57abe33a",
              "versionType": "git"
            },
            {
              "lessThan": "cab7d949b18b2f1cd625689dc16c5f81236bac93",
              "status": "affected",
              "version": "aa8e15d69f5c0044d5bff61844e163aacc4ac172",
              "versionType": "git"
            },
            {
              "lessThan": "02c10581866d08822c6348e299881485fc546185",
              "status": "affected",
              "version": "9c89f604476cf15c31fbbdb043cff7fbf1dbe0cb",
              "versionType": "git"
            },
            {
              "lessThan": "ccbdc483eb041eef809e9ff223d1ad63518a2c52",
              "status": "affected",
              "version": "9c89f604476cf15c31fbbdb043cff7fbf1dbe0cb",
              "versionType": "git"
            },
            {
              "lessThan": "17ea021ae74987d6064c8195c4922fa025753892",
              "status": "affected",
              "version": "9c89f604476cf15c31fbbdb043cff7fbf1dbe0cb",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "a41a0df5d7638acf15e723ad985980b4f7ff9383",
              "versionType": "git"
            },
            {
              "lessThan": "6.6.157",
              "status": "affected",
              "version": "6.6.79",
              "versionType": "semver"
            },
            {
              "lessThan": "6.12.110",
              "status": "affected",
              "version": "6.12.13",
              "versionType": "semver"
            },
            {
              "lessThan": "6.14",
              "status": "affected",
              "version": "6.13.2",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/md/raid5.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "6.14"
            },
            {
              "lessThan": "6.14",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.157",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.110",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.52",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.2.*",
              "status": "unaffected",
              "version": "7.2.6",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.3-rc1",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.157",
                  "versionStartIncluding": "6.6.79",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.110",
                  "versionStartIncluding": "6.12.13",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.52",
                  "versionStartIncluding": "6.14",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2.6",
                  "versionStartIncluding": "6.14",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.3-rc1",
                  "versionStartIncluding": "6.14",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionStartIncluding": "6.13.2",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nmd/raid5: round bitmap stripes with sector division\n\nraid5_bitmap_sector_map() aligns the array range to full RAID5 stripe\nwidths before converting it to component sectors. That width is\nchunk_sectors multiplied by the number of data disks, and it is not\nalways a power of two.\n\nReproduce with a 4-disk RAID5, 1024-sector chunks, and three data disks.\nThe full-stripe width is 3072 sectors. For a one-sector write at array\nsector 3072, correct rounding gives array range [3072, 6144), which maps\nto component range [1024, 2048). The old round_down()/round_up() logic\ninstead gives [1024, 4096), which maps to [0, 1024).\n\nUse sector_div() based arithmetic so the rounded range is aligned to the\nactual RAID5 stripe width.\n\nThe deterministic mapper test now reports the fixed component range as\n[1024, 2048), while the old mask-based range was [0, 1024)."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-09-17T16:08:10.654Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/9d7490007707f90691911385365bd1d691d99225"
        },
        {
          "url": "https://git.kernel.org/stable/c/cab7d949b18b2f1cd625689dc16c5f81236bac93"
        },
        {
          "url": "https://git.kernel.org/stable/c/02c10581866d08822c6348e299881485fc546185"
        },
        {
          "url": "https://git.kernel.org/stable/c/ccbdc483eb041eef809e9ff223d1ad63518a2c52"
        },
        {
          "url": "https://git.kernel.org/stable/c/17ea021ae74987d6064c8195c4922fa025753892"
        }
      ],
      "title": "md/raid5: round bitmap stripes with sector division",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-90279",
    "datePublished": "2026-09-17T16:08:10.654Z",
    "dateReserved": "2026-09-11T19:38:34.797Z",
    "dateUpdated": "2026-09-17T16:08:10.654Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-90279",
      "date": "2026-09-25",
      "epss": "0.002",
      "percentile": "0.08781"
    },
    "microsoft_vex": {
      "current_release_date": "2026-09-24T01:23:09.000Z",
      "cve": "CVE-2026-90279",
      "id": "msrc_CVE-2026-90279",
      "initial_release_date": "2026-09-19T01:08:20.000Z",
      "product_status:fixed": "1",
      "product_status:known_affected": "2",
      "source": "Microsoft CSAF VEX",
      "status": "final",
      "title": "md/raid5: round bitmap stripes with sector division",
      "url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-90279.json",
      "version": "4"
    },
    "nvd": {
      "cve": {
        "affected": [
          {
            "affectedData": [
              {
                "defaultStatus": "unaffected",
                "product": "Linux",
                "programFiles": [
                  "drivers/md/raid5.c"
                ],
                "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                "vendor": "Linux",
                "versions": [
                  {
                    "lessThan": "9d7490007707f90691911385365bd1d691d99225",
                    "status": "affected",
                    "version": "b29e6400be51c214a0ad30dce937348b57abe33a",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "cab7d949b18b2f1cd625689dc16c5f81236bac93",
                    "status": "affected",
                    "version": "aa8e15d69f5c0044d5bff61844e163aacc4ac172",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "02c10581866d08822c6348e299881485fc546185",
                    "status": "affected",
                    "version": "9c89f604476cf15c31fbbdb043cff7fbf1dbe0cb",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "ccbdc483eb041eef809e9ff223d1ad63518a2c52",
                    "status": "affected",
                    "version": "9c89f604476cf15c31fbbdb043cff7fbf1dbe0cb",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "17ea021ae74987d6064c8195c4922fa025753892",
                    "status": "affected",
                    "version": "9c89f604476cf15c31fbbdb043cff7fbf1dbe0cb",
                    "versionType": "git"
                  },
                  {
                    "status": "affected",
                    "version": "a41a0df5d7638acf15e723ad985980b4f7ff9383",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "6.6.157",
                    "status": "affected",
                    "version": "6.6.79",
                    "versionType": "semver"
                  },
                  {
                    "lessThan": "6.12.110",
                    "status": "affected",
                    "version": "6.12.13",
                    "versionType": "semver"
                  },
                  {
                    "lessThan": "6.14",
                    "status": "affected",
                    "version": "6.13.2",
                    "versionType": "semver"
                  }
                ]
              },
              {
                "defaultStatus": "affected",
                "product": "Linux",
                "programFiles": [
                  "drivers/md/raid5.c"
                ],
                "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                "vendor": "Linux",
                "versions": [
                  {
                    "status": "affected",
                    "version": "6.14"
                  },
                  {
                    "lessThan": "6.14",
                    "status": "unaffected",
                    "version": "0",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "6.6.*",
                    "status": "unaffected",
                    "version": "6.6.157",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "6.12.*",
                    "status": "unaffected",
                    "version": "6.12.110",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "6.18.*",
                    "status": "unaffected",
                    "version": "6.18.52",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "7.2.*",
                    "status": "unaffected",
                    "version": "7.2.6",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "*",
                    "status": "unaffected",
                    "version": "7.3-rc1",
                    "versionType": "original_commit_for_fix"
                  }
                ]
              }
            ],
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
          }
        ],
        "cveTags": [],
        "descriptions": [
          {
            "lang": "en",
            "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nmd/raid5: round bitmap stripes with sector division\n\nraid5_bitmap_sector_map() aligns the array range to full RAID5 stripe\nwidths before converting it to component sectors. That width is\nchunk_sectors multiplied by the number of data disks, and it is not\nalways a power of two.\n\nReproduce with a 4-disk RAID5, 1024-sector chunks, and three data disks.\nThe full-stripe width is 3072 sectors. For a one-sector write at array\nsector 3072, correct rounding gives array range [3072, 6144), which maps\nto component range [1024, 2048). The old round_down()/round_up() logic\ninstead gives [1024, 4096), which maps to [0, 1024).\n\nUse sector_div() based arithmetic so the rounded range is aligned to the\nactual RAID5 stripe width.\n\nThe deterministic mapper test now reports the fixed component range as\n[1024, 2048), while the old mask-based range was [0, 1024)."
          }
        ],
        "id": "CVE-2026-90279",
        "lastModified": "2026-09-17T17:17:24.567",
        "metrics": {},
        "published": "2026-09-17T17:17:24.567",
        "references": [
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "url": "https://git.kernel.org/stable/c/02c10581866d08822c6348e299881485fc546185"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "url": "https://git.kernel.org/stable/c/17ea021ae74987d6064c8195c4922fa025753892"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "url": "https://git.kernel.org/stable/c/9d7490007707f90691911385365bd1d691d99225"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "url": "https://git.kernel.org/stable/c/cab7d949b18b2f1cd625689dc16c5f81236bac93"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "url": "https://git.kernel.org/stable/c/ccbdc483eb041eef809e9ff223d1ad63518a2c52"
          }
        ],
        "sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "vulnStatus": "Received"
      }
    }
  }
}



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…

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…