GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

CVE-2026-89556 (GCVE-0-2026-89556)

Vulnerability from cvelistv5 – Published: 2026-09-11 19:44 – Updated: 2026-09-13 06:24
VLAI
Title
module: validate string table section types
Summary
In the Linux kernel, the following vulnerability has been resolved: module: validate string table section types In elf_validity_cache_sechdrs, section sizes and offsets are validated, unless the section type is SHT_NULL or SHT_NOBITS. Later, elf_validity_cache_secstrings and elf_validity_cache_index_str access the section name table (.shstrtab) and symbol string table (.strtab) headers without first ensuring that their types are SHT_STRTAB. If a section type is SHT_NULL or SHT_NOBITS, sh_offset has not been validated and may reference out-of-bounds memory when dereferenced in elf_validity_cache_secstrings or elf_validity_cache_strtab. Validate that both string section headers are of type SHT_STRTAB before caching them.
Severity
No CVSS data available.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: c92aab819d56d51631f0484ed7af11d9d8ff4cb0 , < 50d0aa7d25ba4bc3606f150cd69755068e79f97f (git)
Affected: c92aab819d56d51631f0484ed7af11d9d8ff4cb0 , < e4496dda2c6d0acf7ba5fbce14a2723a8935ceee (git)
Affected: c92aab819d56d51631f0484ed7af11d9d8ff4cb0 , < 9a5ff45689329835f874cefe5174e577d141d423 (git)
guessed Create a notification for this product.
Linux Linux Affected: 6.13
Unaffected: 0 , < 6.13 (semver)
Unaffected: 6.18.50 , ≤ 6.18.* (semver)
Unaffected: 7.2.4 , ≤ 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": [
            "kernel/module/main.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "50d0aa7d25ba4bc3606f150cd69755068e79f97f",
              "status": "affected",
              "version": "c92aab819d56d51631f0484ed7af11d9d8ff4cb0",
              "versionType": "git"
            },
            {
              "lessThan": "e4496dda2c6d0acf7ba5fbce14a2723a8935ceee",
              "status": "affected",
              "version": "c92aab819d56d51631f0484ed7af11d9d8ff4cb0",
              "versionType": "git"
            },
            {
              "lessThan": "9a5ff45689329835f874cefe5174e577d141d423",
              "status": "affected",
              "version": "c92aab819d56d51631f0484ed7af11d9d8ff4cb0",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "kernel/module/main.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "6.13"
            },
            {
              "lessThan": "6.13",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.50",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.2.*",
              "status": "unaffected",
              "version": "7.2.4",
              "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.18.50",
                  "versionStartIncluding": "6.13",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2.4",
                  "versionStartIncluding": "6.13",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.3-rc1",
                  "versionStartIncluding": "6.13",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nmodule: validate string table section types\n\nIn elf_validity_cache_sechdrs, section sizes and offsets are validated,\nunless the section type is SHT_NULL or SHT_NOBITS.\n\nLater, elf_validity_cache_secstrings and elf_validity_cache_index_str\naccess the section name table (.shstrtab) and symbol string table\n(.strtab) headers without first ensuring that their types are\nSHT_STRTAB. If a section type is SHT_NULL or SHT_NOBITS, sh_offset has\nnot been validated and may reference out-of-bounds memory when\ndereferenced in elf_validity_cache_secstrings or\nelf_validity_cache_strtab.\n\nValidate that both string section headers are of type SHT_STRTAB before\ncaching them."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-09-13T06:24:03.161Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/50d0aa7d25ba4bc3606f150cd69755068e79f97f"
        },
        {
          "url": "https://git.kernel.org/stable/c/e4496dda2c6d0acf7ba5fbce14a2723a8935ceee"
        },
        {
          "url": "https://git.kernel.org/stable/c/9a5ff45689329835f874cefe5174e577d141d423"
        }
      ],
      "title": "module: validate string table section types",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-89556",
    "datePublished": "2026-09-11T19:44:29.080Z",
    "dateReserved": "2026-09-11T19:38:34.724Z",
    "dateUpdated": "2026-09-13T06:24:03.161Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-89556",
      "date": "2026-09-15",
      "epss": "0.00198",
      "percentile": "0.09745"
    },
    "microsoft_vex": {
      "current_release_date": "2026-09-13T01:04:36.000Z",
      "cve": "CVE-2026-89556",
      "id": "msrc_CVE-2026-89556",
      "initial_release_date": "2026-09-13T01:04:36.000Z",
      "product_status:under_investigation": "1",
      "source": "Microsoft CSAF VEX",
      "status": "final",
      "title": "module: validate string table section types",
      "url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-89556.json",
      "version": "1"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-89556\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-09-11T20:19:39.287\",\"lastModified\":\"2026-09-13T07:17:21.677\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nmodule: validate string table section types\\n\\nIn elf_validity_cache_sechdrs, section sizes and offsets are validated,\\nunless the section type is SHT_NULL or SHT_NOBITS.\\n\\nLater, elf_validity_cache_secstrings and elf_validity_cache_index_str\\naccess the section name table (.shstrtab) and symbol string table\\n(.strtab) headers without first ensuring that their types are\\nSHT_STRTAB. If a section type is SHT_NULL or SHT_NOBITS, sh_offset has\\nnot been validated and may reference out-of-bounds memory when\\ndereferenced in elf_validity_cache_secstrings or\\nelf_validity_cache_strtab.\\n\\nValidate that both string section headers are of type SHT_STRTAB before\\ncaching them.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"kernel/module/main.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"c92aab819d56d51631f0484ed7af11d9d8ff4cb0\",\"lessThan\":\"50d0aa7d25ba4bc3606f150cd69755068e79f97f\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"c92aab819d56d51631f0484ed7af11d9d8ff4cb0\",\"lessThan\":\"e4496dda2c6d0acf7ba5fbce14a2723a8935ceee\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"c92aab819d56d51631f0484ed7af11d9d8ff4cb0\",\"lessThan\":\"9a5ff45689329835f874cefe5174e577d141d423\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"kernel/module/main.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"6.13\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"6.13\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.50\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.2.4\",\"lessThanOrEqual\":\"7.2.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.3-rc1\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/50d0aa7d25ba4bc3606f150cd69755068e79f97f\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/9a5ff45689329835f874cefe5174e577d141d423\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/e4496dda2c6d0acf7ba5fbce14a2723a8935ceee\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-09-15T12:24:14+00:00",
      "cve": "CVE-2026-89556",
      "id": "CVE-2026-89556",
      "initial_release_date": "2026-09-11T00:00:00+00:00",
      "product_status:known_not_affected": "276",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: module: validate string table section types",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-89556.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-09-13T16:58:40Z",
      "cve": "CVE-2026-89556",
      "id": "CVE-2026-89556",
      "initial_release_date": "2026-09-12T16:26:08Z",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-89556",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-89556.json",
      "version": "3"
    }
  }
}



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…

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…