Lucene search
+L

20 matches found

NVD
NVD
added 2026/08/22 4:16 p.m.15 views

CVE-2026-74690

In the Linux kernel, the following vulnerability has been resolved: s390/ism: Fix UAF of sba and ieq during ismdevexit A ism interrupt handler can be active in parallel with ismdevexit, accessing freed data structures. No new interrupts will be generated after unregisterieq. Drain ongoing interru...

8.4CVSS0.0014EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/22 3:32 p.m.21 views

CVE-2026-74690

CVE-2026-74690 is a Use-After-Free (UAF) vulnerability in the Linux kernel's s390/ism (Integrated Service Management) driver. During ism_dev_exit(), an active ISM interrupt handler can access the sba and ieq data structures after they have been freed. The fix calls free_irq() to drain in-flight i...

8.4CVSS5.4AI score0.0014EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/22 3:32 p.m.12 views

CVE-2026-74690 s390/ism: Fix UAF of sba and ieq during ism_dev_exit()

In the Linux kernel, the following vulnerability has been resolved: s390/ism: Fix UAF of sba and ieq during ismdevexit A ism interrupt handler can be active in parallel with ismdevexit, accessing freed data structures. No new interrupts will be generated after unregisterieq. Drain ongoing interru...

8.4CVSS5.6AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.27 views

CVE-2026-74690 s390/ism: Fix UAF of sba and ieq during ism_dev_exit()

In the Linux kernel, the following vulnerability has been resolved: s390/ism: Fix UAF of sba and ieq during ismdevexit A ism interrupt handler can be active in parallel with ismdevexit, accessing freed data structures. No new interrupts will be generated after unregisterieq. Drain ongoing interru...

8.4CVSS0.0014EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/22 3:32 p.m.12 views

EUVD-2026-64377

In the Linux kernel, the following vulnerability has been resolved: s390/ism: Fix UAF of sba and ieq during ismdevexit A ism interrupt handler can be active in parallel with ismdevexit, accessing freed data structures. No new interrupts will be generated after unregisterieq. Drain ongoing interru...

5.4AI score0.0014EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/08/22 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2026-74690

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - s390/ism: Fix UAF of sba and ieq during ismdevexit A ism interrupt handler can be active in parallel with ismdevexit, accessing freed data structures. No new...

8.4CVSS5.9AI score0.0014EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.17 views

PT-2026-79695

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...

5.3AI score0.0014EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/09/06 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2025-39726

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - s390/ism: fix concurrency management in ismcmd The s390x ISM device data sheet clearly states that only one request-response sequence is allowable per ISM...

9.8CVSS5.8AI score0.00235EPSS
SaveExploits0References4
OSV
OSV
added 2025/09/05 6:15 p.m.10 views

UBUNTU-CVE-2025-39726

In the Linux kernel, the following vulnerability has been resolved: s390/ism: fix concurrency management in ismcmd The s390x ISM device data sheet clearly states that only one request-response sequence is allowable per ISM function at any point in time. Unfortunately as of today the s390/ism driv...

9.8CVSS5.9AI score0.00235EPSS
SaveExploits0References29
ATTACKERKB
ATTACKERKB
added 2025/09/05 5:27 p.m.8 views

CVE-2025-39726

In the Linux kernel, the following vulnerability has been resolved: s390/ism: fix concurrency management in ismcmd The s390x ISM device data sheet clearly states that only one request-response sequence is allowable per ISM function at any point in time. Unfortunately as of today the s390/ism driv...

4.7CVSS5.9AI score0.00235EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2025/09/05 5:27 p.m.26 views

CVE-2025-39726 s390/ism: fix concurrency management in ism_cmd()

In the Linux kernel, the following vulnerability has been resolved: s390/ism: fix concurrency management in ismcmd The s390x ISM device data sheet clearly states that only one request-response sequence is allowable per ISM function at any point in time. Unfortunately as of today the s390/ism driv...

9.8CVSS0.00235EPSS
SaveExploits0References4
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.5 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: s390/ism: Added a release function for struct device. According to the devicerelease function in /drivers/base/core.c, a device without a release function is considered a faulty device and must be fixed. The current code releases...

7.8CVSS6.3AI score0.00219EPSS
SaveExploits0References3
Microsoft CVE
Microsoft CVE
added 2025/04/09 7:00 a.m.7 views

s390/ism: add release function for struct device

...

7.8CVSS7.2AI score0.00219EPSS
SaveExploits0
OSV
OSV
added 2025/03/12 10:15 a.m.2 views

DEBIAN-CVE-2025-21856

In the Linux kernel, the following vulnerability has been resolved: s390/ism: add release function for struct device According to devicerelease in /drivers/base/core.c, a device without a release function is a broken device and must be fixed. The current code directly frees the device after calli...

7.8CVSS6AI score0.00219EPSS
SaveExploits0References1
OSV
OSV
added 2025/03/12 10:15 a.m.23 views

UBUNTU-CVE-2025-21856

In the Linux kernel, the following vulnerability has been resolved: s390/ism: add release function for struct device According to devicerelease in /drivers/base/core.c, a device without a release function is a broken device and must be fixed. The current code directly frees the device after calli...

7.8CVSS6.5AI score0.00219EPSS
SaveExploits0References16
Cvelist
Cvelist
added 2025/03/12 9:42 a.m.21 views

CVE-2025-21856 s390/ism: add release function for struct device

In the Linux kernel, the following vulnerability has been resolved: s390/ism: add release function for struct device According to devicerelease in /drivers/base/core.c, a device without a release function is a broken device and must be fixed. The current code directly frees the device after calli...

0.00219EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/03/12 9:42 a.m.8 views

CVE-2025-21856

In the Linux kernel, the following vulnerability has been resolved: s390/ism: add release function for struct device According to devicerelease in /drivers/base/core.c, a device without a release function is a broken device and must be fixed. The current code directly frees the device after calli...

7.8CVSS6AI score0.00219EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2025/03/12 9:42 a.m.2 views

CVE-2025-21856 s390/ism: add release function for struct device

In the Linux kernel, the following vulnerability has been resolved: s390/ism: add release function for struct device According to devicerelease in /drivers/base/core.c, a device without a release function is a broken device and must be fixed. The current code directly frees the device after calli...

7.6AI score0.00219EPSS
SaveExploits0References4
CVE
CVE
added 2025/03/12 9:42 a.m.131 views

CVE-2025-21856

The CVE-2025-21856 issue affects Linux kernel on s390/ISM where devices must have a release function. The kernel previously freed a struct device after device_add() without waiting for other references (e.g., sysfs), allowing a use-after-free if a release function was not set. Root cause: missing...

7.8CVSS6.6AI score0.00219EPSS
SaveExploits0References4Affected Software1
Positive Technologies
Positive Technologies
added 2025/01/01 12:00 a.m.21 views

PT-2025-36320

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel’s s390/ism driver did not properly manage concurrency in the ism cmd function, failing to adhere to the s390x ISM device data sheet’s requirement of allowing only one...

4.7CVSS5.9AI score0.00235EPSS
SaveExploits0
Rows per page
Query Builder