Answer in brief
CVE-2026-89556 records a Unknown severity vulnerability in module: validate string table section types. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <50d0aa7d25ba4bc3606f150cd69755068e79f97f || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <e4496dda2c6d0acf7ba5fbce14a2723a8935ceee || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <9a5ff45689329835f874cefe5174e577d141d423 || >=0 <6.18.50 || >=0 <7.2.4 | 50d0aa7d25ba4bc3606f150cd69755068e79f97f, e4496dda2c6d0acf7ba5fbce14a2723a8935ceee, 9a5ff45689329835f874cefe5174e577d141d423, 6.18.50, 7.2.4 |
Published upstream
Sep 11, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 11, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 11, 2026
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.
Quoted source text, attributed separately from HOL analysis.