CVE-2026-89443
Reported by Linux · Published September 11, 2026
In the Linux kernel, the following vulnerability has been resolved: platform/x86: ISST: Validate level in perf mask ioctls isst_if_get_perf_level_mask() and isst_if_get_base_freq_mask() use the user-provided level as an index into perf_levels[] via _read_pp_level_info() and _read_bf_level_info(), but neither helper validates it first. The adjacent level-info helpers reject levels above max_level before reading the same per-level register block. Add the same bounds checks to the mask helpers, and reject disabled SST-PP levels in isst_if_get_perf_level_mask() to match isst_if_get_perf_level_info(). This prevents out-of-bounds reads from the per-level offset table on invalid ioctl input.
EPSS 0.16% · 5.4th percentile
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | ea009e4769fa3bd05d4c111c3b6865eb3a9be829, ea009e4769fa3bd05d4c111c3b6865eb3a9be829, ea009e4769fa3bd05d4c111c3b6865eb3a9be829 |
| Linux | Linux | 6.4, 0, 6.6.157 |
| linux | linux_kernel | 6.4, 6.4, 6.4 |
| Linux | Linux | ea009e4769fa3bd05d4c111c3b6865eb3a9be829, ea009e4769fa3bd05d4c111c3b6865eb3a9be829, ea009e4769fa3bd05d4c111c3b6865eb3a9be829 |
Timeline
- Sep 11, 2026 CVE Published
- Sep 12, 2026 EPSS Score
- Sep 12, 2026 Coalition ESS Score
- Sep 13, 2026 EPSS Score
- Sep 14, 2026 CVE Updated