CVE-2026-89556: module: validate string table section types

Published Sep 11, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

module: validate string table section types

In elfvaliditycachesechdrs, section sizes and offsets are validated, unless the section type is SHTNULL or SHTNOBITS.

Later, elfvaliditycachesecstrings and elfvaliditycacheindexstr access the section name table (.shstrtab) and symbol string table (.strtab) headers without first ensuring that their types are SHTSTRTAB. If a section type is SHTNULL or SHTNOBITS, shoffset has not been validated and may reference out-of-bounds memory when dereferenced in elfvaliditycachesecstrings or elfvaliditycachestrtab.

Validate that both string section headers are of type SHTSTRTAB before caching them.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 11, 2026
CVE Published
via MITRE·07:44 PM
Data Sourced
via MITRE·07:44 PM
Description

Frequently Asked Questions

1

What must an attacker provide to trigger this issue?

The issue requires a malformed ELF module whose section-name table or symbol string-table header uses SHT_NULL or SHT_NOBITS instead of SHT_STRTAB. Those types can leave the section offset unvalidated before the kernel dereferences it.

2

What is the practical impact of the malformed module?

An unvalidated sh_offset for either affected string-table section may point outside the expected memory bounds when the kernel accesses the section-name table or symbol string table.

3

How can I determine whether a kernel includes the fix?

Check whether the kernel contains the change that validates both relevant string section headers as SHT_STRTAB before caching them. The supplied stable references identify commits 50d0aa7d25ba4bc3606f150cd69755068e79f97f, e4496dda2c6d0acf7ba5fbce14a2723a8935ceee, and 9a5ff45689329835f874cefe5174e577d141d423.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203