CVE-2026-58094

The FIOSSHMLPGCNF ioctl(2) operation configures the page size for a largepage shared memory object. This is intended to be used immediately after creating the object, before any memory is allocated for the object. The handler checked whether a page size had already been configured without holding the rangelock. Two concurrent callers could both observe an unconfigured object and set conflicting page sizes, leaving the object in an inconsistent state. An unprivileged local user can exploit this race to escalate privileges.
Configurations

No configuration.

History

No history.

Information

Published : 2026-08-26 06:16

Updated : 2026-08-27 04:16


NVD link : CVE-2026-58094

Mitre link : CVE-2026-58094

CVE.ORG link : CVE-2026-58094


JSON object : View

Products Affected

No product.

CWE
CWE-367

Time-of-check Time-of-use (TOCTOU) Race Condition