Lucene search
+L

79 matches found

RedhatCVE
RedhatCVE
added yesterday3 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 score
SaveExploits0References4
RedhatCVE
RedhatCVE
added yesterday3 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 score
SaveExploits0References4
NVD
NVD
added yesterday6 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...

7.8CVSS
SaveExploits0References5
NVD
NVD
added yesterday6 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.8CVSS
SaveExploits0References5
CVE
CVE
added yesterday11 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 score
SaveExploits0References3
EUVD
EUVD
added yesterday5 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 score
SaveExploits0References3
CVE
CVE
added yesterday16 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 score
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added yesterday5 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 score
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added yesterday2 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...

7.8CVSS5.2AI score
SaveExploits0
Cvelist
Cvelist
added yesterday22 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.8CVSS
SaveExploits0References5
EUVD
EUVD
added yesterday5 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 score
SaveExploits0References5
EUVD
EUVD
added yesterday5 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 score
SaveExploits0References5
Cvelist
Cvelist
added yesterday18 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.8CVSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added yesterday3 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 score
SaveExploits0References6Affected Software1
CVE
CVE
added yesterday20 views

CVE-2026-68451

The CVE-2026-68451 issue affects the Linux kernel s390 zcrypt module. The cca_ecc2protkey() function derives the CPRB copy length from the key token’s length field and now rejects requests where the token length exceeds the available space in the parameter block, addressing a memory-corruption ri...

7.8CVSS5.2AI score
SaveExploits0References5
OSV
OSV
added yesterday2 views

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

7.8CVSS5.2AI score
SaveExploits0References7
Positive Technologies
Positive Technologies
added yesterday3 views

PT-2026-71615

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

7.1CVSS5.8AI score
SaveExploits0References4
Positive Technologies
Positive Technologies
added yesterday1 views

PT-2026-71613

In the Linux kernel, the following vulnerability has been resolved: s390/zcrypt: Validate length for CCA ECC private key requests cca ecc2protkey 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 score
SaveExploits0References6
Positive Technologies
Positive Technologies
added yesterday1 views

PT-2026-71614

In the Linux kernel, the following vulnerability has been resolved: s390/zcrypt: Validate length for CCA AES cipher key requests cca cipher2protkey 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 score
SaveExploits0References6
OSV
OSV
added yesterday4 views

UBUNTU-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.8CVSS5.2AI score
SaveExploits0References7
Rows per page
Query Builder