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

s390/ism: Fix UAF of sba and ieq during ism_dev_exit()

A ism interrupt handler can be active in parallel with ism_dev_exit(),
accessing freed data structures.

No new interrupts will be generated after unregister_ieq(). Drain ongoing
interrupt handlers by free_irq(), before freeing ism data structures.
Published: 2026-08-22
Score: 8.4 High
EPSS: < 1% Very Low
KEV: No
Impact: Use after free in the s390/ism kernel driver can corrupt memory and potentially crash the system
Action: Immediate Patch
AI Analysis

Impact

A use‑after‑free occurs when the ISM interrupt handler is still active while the device is being removed. The freed sba and ieq structures are accessed again, which can corrupt kernel memory, cause a crash, or lead to privilege escalation. The vulnerability is a classic use‑after‑free flaw.

Affected Systems

The issue affects the Linux kernel’s s390/ism driver. No specific kernel versions are listed, but any version prior to the commit that introduced the free_irq() drain before freeing the data structures is vulnerable.

Risk and Exploitability

With a CVSS score of 8.4, the vulnerability is considered high severity. The EPSS score of less than 1% implies a low likelihood of exploitation, and the vulnerability is not currently listed in the CISA KEV catalog. Because the flaw resides in kernel code, the attack vector is likely local privilege escalation or a locally privileged user triggering a crash. The lack of publicly available exploit data suggests the threat is moderate until a reliable exploit emerges.

Generated by OpenCVE AI on August 25, 2026 at 09:37 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that includes the ism_dev_exit() UAF fix, such as the commit 774394d27930…
  • Reboot the system after updating to ensure the old driver is unloaded and the new driver is loaded
  • If a kernel upgrade cannot be performed immediately, monitor the system for any abnormal crashes involving the s390/ism driver and plan for an upgrade as soon as possible

Generated by OpenCVE AI on August 25, 2026 at 09:37 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 25 Aug 2026 08:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Tue, 25 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 8.4, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Sat, 22 Aug 2026 17:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Sat, 22 Aug 2026 15:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: s390/ism: Fix UAF of sba and ieq during ism_dev_exit() A ism interrupt handler can be active in parallel with ism_dev_exit(), accessing freed data structures. No new interrupts will be generated after unregister_ieq(). Drain ongoing interrupt handlers by free_irq(), before freeing ism data structures.
Title s390/ism: Fix UAF of sba and ieq during ism_dev_exit()
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-25T05:41:35.158Z

Reserved: 2026-08-15T05:44:03.926Z

Link: CVE-2026-74690

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-22T16:16:43.420

Modified: 2026-08-25T06:18:52.230

Link: CVE-2026-74690

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-25T09:45:03Z

Weaknesses

No weakness.