Lucene search
+L

253356 matches found

CVE
CVE
added 2026/08/26 2:37 p.m.19 views

CVE-2026-80551

CVE-2026-80551 affects the s390/vfio_ccw subsystem in the Linux kernel. The vulnerability stems from the first IDAW in a list being read separately (since it does not require 2K/4K alignment like subsequent entries) to calculate the buffer size for reading the full IDAL. The fix verifies that the...

9.3CVSS5.7AI score0.00144EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/26 2:37 p.m.34 views

CVE-2026-80549 s390/vfio_ccw: Move cp cleanup out of not operational

In the Linux kernel, the following vulnerability has been resolved: s390/vfioccw: Move cp cleanup out of not operational The fsmnotoper routine is called when the device has been lost, and is by definition no longer operational. Since this can happen asynchronously from the normal behavior of the...

8.2CVSS0.00134EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/26 2:37 p.m.7 views

CVE-2026-80549 s390/vfio_ccw: Move cp cleanup out of not operational

In the Linux kernel, the following vulnerability has been resolved: s390/vfioccw: Move cp cleanup out of not operational The fsmnotoper routine is called when the device has been lost, and is by definition no longer operational. Since this can happen asynchronously from the normal behavior of the...

8.2CVSS5.7AI score
SaveExploits0References9
Debian CVE
Debian CVE
added 2026/08/26 2:37 p.m.5 views

CVE-2026-80549

In the Linux kernel, the following vulnerability has been resolved: s390/vfioccw: Move cp cleanup out of not operational The fsmnotoper routine is called when the device has been lost, and is by definition no longer operational. Since this can happen asynchronously from the normal behavior of the...

8.2CVSS5.4AI score0.00134EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/26 2:37 p.m.6 views

CVE-2026-80550

In the Linux kernel, the following vulnerability has been resolved: s390/vfioccw: Fix out of bounds check on CCW array The routine ccwchaincalclength counts the number of channel command words CCWs that are chained together in a single channel program, and rejects anything larger than...

7.9CVSS5.5AI score0.00137EPSS
SaveExploits0
OSV
OSV
added 2026/08/26 2:37 p.m.5 views

CVE-2026-80550 s390/vfio_ccw: Fix out of bounds check on CCW array

In the Linux kernel, the following vulnerability has been resolved: s390/vfioccw: Fix out of bounds check on CCW array The routine ccwchaincalclength counts the number of channel command words CCWs that are chained together in a single channel program, and rejects anything larger than...

7.9CVSS5.7AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/08/26 2:37 p.m.32 views

CVE-2026-80550 s390/vfio_ccw: Fix out of bounds check on CCW array

In the Linux kernel, the following vulnerability has been resolved: s390/vfioccw: Fix out of bounds check on CCW array The routine ccwchaincalclength counts the number of channel command words CCWs that are chained together in a single channel program, and rejects anything larger than...

7.9CVSS0.00137EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/26 2:37 p.m.11 views

CVE-2026-80550

CVE-2026-80550 is an out-of-bounds read in the Linux kernel s390/vfio_ccw driver. The function ccwchain_calc_length() iterates over chained channel command words (CCWs) with a do..while (count

7.9CVSS5.5AI score0.00137EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/26 2:37 p.m.19 views

CVE-2026-80549

This CVE affects the s390/vfio_ccw driver in the Linux kernel. The fsm_notoper() routine is invoked when a channel-attached device is lost; because this can occur asynchronously, the cleanup of private->cp resources may execute while other locks (notably the cio subchannel lock ) are held in t...

8.2CVSS5.4AI score0.00134EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/26 2:37 p.m.16 views

CVE-2026-80548

CVE-2026-80548 affects the Linux kernel s390/vfio_ccw subsystem, where the io_mutex lock had a scope too narrow to fully serialize I/O operations, leaving residual race conditions on I/O resources. The fix expands the lock's scope to close these windows and also reworks how cp_free() is invoked f...

8.8CVSS5.4AI score0.00128EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/08/26 2:37 p.m.5 views

CVE-2026-80548

In the Linux kernel, the following vulnerability has been resolved: s390/vfioccw: Selectively expand iomutex The iomutex was defined to serialize the ioregions, but then has also sort of been associated with the I/O themselves because of the close relationship they share. With the handful of race...

8.8CVSS5.4AI score0.00128EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/26 2:37 p.m.36 views

CVE-2026-80548 s390/vfio_ccw: Selectively expand io_mutex

In the Linux kernel, the following vulnerability has been resolved: s390/vfioccw: Selectively expand iomutex The iomutex was defined to serialize the ioregions, but then has also sort of been associated with the I/O themselves because of the close relationship they share. With the handful of race...

8.8CVSS0.00128EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/26 2:37 p.m.7 views

CVE-2026-80547 s390/vfio_ccw: Implement a crw lock

In the Linux kernel, the following vulnerability has been resolved: s390/vfioccw: Implement a crw lock Unlike the channelprogram struct, which covers synchronous I/O submissions and asynchronous interrupts, the CRW region relies exclusively on asynchronous events coming from hardware. Implement a...

8.8CVSS5.6AI score
SaveExploits0References10
Cvelist
Cvelist
added 2026/08/26 2:37 p.m.34 views

CVE-2026-80547 s390/vfio_ccw: Implement a crw lock

In the Linux kernel, the following vulnerability has been resolved: s390/vfioccw: Implement a crw lock Unlike the channelprogram struct, which covers synchronous I/O submissions and asynchronous interrupts, the CRW region relies exclusively on asynchronous events coming from hardware. Implement a...

8.8CVSS0.00128EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/26 2:37 p.m.7 views

CVE-2026-80548 s390/vfio_ccw: Selectively expand io_mutex

In the Linux kernel, the following vulnerability has been resolved: s390/vfioccw: Selectively expand iomutex The iomutex was defined to serialize the ioregions, but then has also sort of been associated with the I/O themselves because of the close relationship they share. With the handful of race...

8.8CVSS5.6AI score
SaveExploits0References10
CVE
CVE
added 2026/08/26 2:37 p.m.16 views

CVE-2026-80547

This vulnerability affects the Linux kernel 's s390/vfio_ccw subsystem (Virtual Function Interface for Channel-Word devices on the s390 architecture). The root cause is a missing lock on the CRW (Control Region Word) region, which handles asynchronous hardware events; without it, the list of payl...

8.8CVSS5.4AI score0.00128EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/08/26 2:37 p.m.4 views

CVE-2026-80547

In the Linux kernel, the following vulnerability has been resolved: s390/vfioccw: Implement a crw lock Unlike the channelprogram struct, which covers synchronous I/O submissions and asynchronous interrupts, the CRW region relies exclusively on asynchronous events coming from hardware. Implement a...

8.8CVSS5.4AI score0.00128EPSS
SaveExploits0
OSV
OSV
added 2026/08/26 2:37 p.m.3 views

CVE-2026-80546 s390/zcrypt: Improve CCA CPRB length and overflow checks

In the Linux kernel, the following vulnerability has been resolved: s390/zcrypt: Improve CCA CPRB length and overflow checks The xcrbmsgtotype6cprbmsgx function lacks proper input validation, creating security vulnerabilities: 1. Integer overflow after CEIL4 alignment: Signed int variables could...

7.8CVSS6AI score
SaveExploits0References5
CVE
CVE
added 2026/08/26 2:37 p.m.12 views

CVE-2026-80546

CVE-2026-80546 affects the s390/zcrypt subsystem of the Linux kernel, specifically the xcrb_msg_to_type6cprb_msgx() function. Three related input-validation flaws allow a local attacker with low privileges to trigger: (1) integer overflow during CEIL4 alignment, leading to undersized buffer alloc...

7.8CVSS5.7AI score0.00136EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/26 2:37 p.m.6 views

CVE-2026-80546

In the Linux kernel, the following vulnerability has been resolved: s390/zcrypt: Improve CCA CPRB length and overflow checks The xcrbmsgtotype6cprbmsgx function lacks proper input validation, creating security vulnerabilities: 1. Integer overflow after CEIL4 alignment: Signed int variables could...

7.8CVSS5.7AI score0.00136EPSS
SaveExploits0
Rows per page
Query Builder