Lucene search
+L

240208 matches found

RedhatCVE
RedhatCVE
added 2 days ago3 views

CVE-2026-68452

A flaw was found in the Linux kernel's s390/zcrypt component. This vulnerability arises from insufficient validation of the length of CCA AES cipher key requests. A local attacker could exploit this by providing a specially crafted key token, which may lead to a buffer overflow. This could result...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2 days ago3 views

CVE-2026-68453

A flaw was found in the Linux kernel's s390/zcrypt component. This vulnerability arises from insufficient validation of user-controlled length fields within the Common Cryptographic Architecture CCA token structures. An attacker could manipulate these fields to cause a buffer over-read or...

7.1CVSS5.7AI score0.00127EPSS
SaveExploits0References4
F5 Networks
F5 Networks
added 2 days ago10 views

K000162904: Linux kernel vulnerability CVE-2022-50053

Security Advisory Description In the Linux kernel, the following vulnerability has been resolved: iavf: Fix reset error handling Do not call iavfclose in iavfresettask error handling. Doing so can lead to double call of napidisable, which can lead to deadlock there. Removing VF would lead to...

5.5CVSS5.5AI score0.0012EPSS
SaveExploits0Affected Software1
NVD
NVD
added 2 days ago6 views

CVE-2026-68454

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: pci: Fix handling of AIF enable without AISB When a guest seeks to register IRQs without a summary bit specified, ensure that the associated GAITE then stores 0 for the guest AISB location instead of...

8.8CVSS0.00129EPSS
SaveExploits0References6
NVD
NVD
added 2 days ago7 views

CVE-2026-68451

In the Linux kernel, the following vulnerability has been resolved: s390/zcrypt: Validate length for CCA ECC private key requests ccaecc2protkey derives the copy length for the CPRB parameter block directly from the length field in the key token. Reject the request early if the token length excee...

7.8CVSS0.00131EPSS
SaveExploits0References5
F5 Networks
F5 Networks
added 2 days ago6 views

K000162910: Linux kernel vulnerability CVE-2026-53208

Security Advisory Description In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: reject BR/EDR signaling packets over MTUsig net/bluetooth/l2capcore.c:l2capsigchannel accepts BR/EDR signaling packets up to the channel MTU and dispatches each command without...

5.5CVSS4.8AI score0.00123EPSS
SaveExploits0Affected Software3
Debian CVE
Debian CVE
added 2 days ago7 views

CVE-2026-53799

rsync before 3.5.0 contains a symlink race condition vulnerability that allows local attackers to cause rsync to apply arbitrary ACLs or extended attributes to unintended files by substituting a symlink at a predictable destination path between the file write and the subsequent aclsetfile or...

7.2CVSS5.4AI score0.00091EPSS
SaveExploits0
CVE
CVE
added 2 days ago21 views

CVE-2026-68454

In the Linux kernel KVM s390 PCI implementation, CVE-2026-68454 arises from improper handling when a guest registers IRQs without a summary bit: the GAITE stores a invalid address (virt_to_phys(page_address(NULL))) instead of 0 for the guest AISB. Root cause is memory address handling in this pat...

8.8CVSS5.3AI score0.00129EPSS
SaveExploits0References6
OSV
OSV
added 2 days ago2 views

CVE-2026-68454 KVM: s390: pci: Fix handling of AIF enable without AISB

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: pci: Fix handling of AIF enable without AISB When a guest seeks to register IRQs without a summary bit specified, ensure that the associated GAITE then stores 0 for the guest AISB location instead of...

8.8CVSS5.6AI score
SaveExploits0References9
Cvelist
Cvelist
added 2 days ago33 views

CVE-2026-68454 KVM: s390: pci: Fix handling of AIF enable without AISB

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: pci: Fix handling of AIF enable without AISB When a guest seeks to register IRQs without a summary bit specified, ensure that the associated GAITE then stores 0 for the guest AISB location instead of...

8.8CVSS0.00129EPSS
SaveExploits0References6
EUVD
EUVD
added 2 days ago6 views

EUVD-2026-57923

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: pci: Fix handling of AIF enable without AISB When a guest seeks to register IRQs without a summary bit specified, ensure that the associated GAITE then stores 0 for the guest AISB location instead of...

8.8CVSS5.3AI score0.00129EPSS
SaveExploits0References6
CVE
CVE
added 2 days ago13 views

CVE-2026-68453

CVE-2026-68453 affects the Linux kernel, s390/zcrypt: a buffer over-read/under-run was possible due to insufficient validation of user-controlled length fields in CCA token structures (cca_check_sec*token() and related key handling). The fix enforces that the key buffer length is at least the tok...

7.1CVSS5.8AI score0.00127EPSS
SaveExploits0References3
EUVD
EUVD
added 2 days ago5 views

EUVD-2026-57922

In the Linux kernel, the following vulnerability has been resolved: s390/zcrypt: Fix buffer over-read in ccacipher2protkey Add validation of both the actual key buffer size and token length fields in all the ccachecksectoken functions. Additionally check in ccagencipherkey for possible underflow...

7.1CVSS5.8AI score0.00127EPSS
SaveExploits0References3
CVE
CVE
added 2 days ago19 views

CVE-2026-68452

The CVE-2026-68452 vulnerability affects the Linux kernel s390/zcrypt component, where insufficient validation of the length for CCA AES cipher key requests allowed an attacker to craft a key token that could trigger a buffer overflow. The root cause is cca_cipher2protkey() deriving the CPRB copy...

7.8CVSS5.2AI score0.00129EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2 days ago5 views

CVE-2026-68452

In the Linux kernel, the following vulnerability has been resolved: s390/zcrypt: Validate length for CCA AES cipher key requests ccacipher2protkey derives the copy length for the CPRB parameter block directly from the length field in the key token. Reject the request early if the token length...

5.2AI score0.00129EPSS
SaveExploits0References6Affected Software1
EUVD
EUVD
added 2 days ago5 views

EUVD-2026-57921

In the Linux kernel, the following vulnerability has been resolved: s390/zcrypt: Validate length for CCA AES cipher key requests ccacipher2protkey derives the copy length for the CPRB parameter block directly from the length field in the key token. Reject the request early if the token length...

7.8CVSS5.2AI score0.00129EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2 days ago34 views

CVE-2026-68452 s390/zcrypt: Validate length for CCA AES cipher key requests

In the Linux kernel, the following vulnerability has been resolved: s390/zcrypt: Validate length for CCA AES cipher key requests ccacipher2protkey derives the copy length for the CPRB parameter block directly from the length field in the key token. Reject the request early if the token length...

7.8CVSS0.00129EPSS
SaveExploits0References5
EUVD
EUVD
added 2 days ago5 views

EUVD-2026-57920

In the Linux kernel, the following vulnerability has been resolved: s390/zcrypt: Validate length for CCA ECC private key requests ccaecc2protkey derives the copy length for the CPRB parameter block directly from the length field in the key token. Reject the request early if the token length excee...

7.8CVSS5.2AI score0.00131EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2 days ago28 views

CVE-2026-68451 s390/zcrypt: Validate length for CCA ECC private key requests

In the Linux kernel, the following vulnerability has been resolved: s390/zcrypt: Validate length for CCA ECC private key requests ccaecc2protkey derives the copy length for the CPRB parameter block directly from the length field in the key token. Reject the request early if the token length excee...

7.8CVSS0.00131EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2 days ago5 views

CVE-2026-68451

In the Linux kernel, the following vulnerability has been resolved: s390/zcrypt: Validate length for CCA ECC private key requests ccaecc2protkey derives the copy length for the CPRB parameter block directly from the length field in the key token. Reject the request early if the token length excee...

5.2AI score0.00131EPSS
SaveExploits0References6Affected Software1
Rows per page
Query Builder