Lucene search
+L

55 matches found

OSV
OSV
added 2024/07/30 8:15 a.m.10 views

AZL-47396 CVE-2024-42158 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: s390/pkey: Use kfreesensitive to fix Coccinelle warnings Replace memzeroexplicit and kfree with kfreesensitive to fix warnings reported by Coccinelle: WARNING opportunity for kfreesensitive/kvfreesensitive line 1506 WARNING...

4.1CVSS6.1AI score0.00187EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/30 8:15 a.m.3 views

DEBIAN-CVE-2024-42158

In the Linux kernel, the following vulnerability has been resolved: s390/pkey: Use kfreesensitive to fix Coccinelle warnings Replace memzeroexplicit and kfree with kfreesensitive to fix warnings reported by Coccinelle: WARNING opportunity for kfreesensitive/kvfreesensitive line 1506 WARNING...

4.1CVSS5AI score0.00187EPSS
SaveExploits0References1
NVD
NVD
added 2024/07/30 8:15 a.m.49 views

CVE-2024-42158

In the Linux kernel, the following vulnerability has been resolved: s390/pkey: Use kfreesensitive to fix Coccinelle warnings Replace memzeroexplicit and kfree with kfreesensitive to fix warnings reported by Coccinelle: WARNING opportunity for kfreesensitive/kvfreesensitive line 1506 WARNING...

4.1CVSS0.00187EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2024/07/30 8:15 a.m.24 views

CVE-2024-42158

In the Linux kernel, the following vulnerability has been resolved: s390/pkey: Use kfreesensitive to fix Coccinelle warnings Replace memzeroexplicit and kfree with kfreesensitive to fix warnings reported by Coccinelle: WARNING opportunity for kfreesensitive/kvfreesensitive line 1506 WARNING...

4.1CVSS5.8AI score0.00187EPSS
SaveExploits0References21
OSV
OSV
added 2024/07/30 8:15 a.m.9 views

UBUNTU-CVE-2024-42229

In the Linux kernel, the following vulnerability has been resolved: crypto: aead,cipher - zeroize key buffer after use I.G 9.7.B for FIPS 140-3 specifies that variables temporarily holding cryptographic information should be zeroized once they are no longer needed. Accomplish this by using...

4.1CVSS6.3AI score0.00228EPSS
SaveExploits0References34
CVE
CVE
added 2024/07/30 7:47 a.m.351 views

CVE-2024-42229

CVE-2024-42229 concerns a Linux kernel cryptography hardening issue in the AEAD/cipher path. The description states that after cryptographic operations, the key buffer must be zeroized, in line with I.G 9.7.B for FIPS 140-3 guidance. The fix involves zeroizing buffers that previously held private...

4.1CVSS6.6AI score0.00228EPSS
SaveExploits0References9Affected Software1
Vulnrichment
Vulnrichment
added 2024/07/30 7:47 a.m.19 views

CVE-2024-42229 crypto: aead,cipher - zeroize key buffer after use

In the Linux kernel, the following vulnerability has been resolved: crypto: aead,cipher - zeroize key buffer after use I.G 9.7.B for FIPS 140-3 specifies that variables temporarily holding cryptographic information should be zeroized once they are no longer needed. Accomplish this by using...

6.8AI score0.00228EPSS
SaveExploits0References8
OSV
OSV
added 2024/07/30 7:47 a.m.16 views

CVE-2024-42158 s390/pkey: Use kfree_sensitive() to fix Coccinelle warnings

In the Linux kernel, the following vulnerability has been resolved: s390/pkey: Use kfreesensitive to fix Coccinelle warnings Replace memzeroexplicit and kfree with kfreesensitive to fix warnings reported by Coccinelle: WARNING opportunity for kfreesensitive/kvfreesensitive line 1506 WARNING...

6AI score
SaveExploits0References5
CVE
CVE
added 2024/07/30 7:47 a.m.203 views

CVE-2024-42158

CVE-2024-42158 concerns the Linux kernel s390/pkey code where memory cleanup was updated to use kfree_sensitive() instead of memzero_explicit() and kfree() to address Coccinelle warnings. The connected sources explicitly state the fix involves replacing those calls with kfree_sensitive() to align...

4.1CVSS6.7AI score0.00187EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2024/07/30 7:47 a.m.48 views

CVE-2024-42158 s390/pkey: Use kfree_sensitive() to fix Coccinelle warnings

In the Linux kernel, the following vulnerability has been resolved: s390/pkey: Use kfreesensitive to fix Coccinelle warnings Replace memzeroexplicit and kfree with kfreesensitive to fix warnings reported by Coccinelle: WARNING opportunity for kfreesensitive/kvfreesensitive line 1506 WARNING...

0.00187EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/07/30 7:47 a.m.53 views

CVE-2024-42158

In the Linux kernel, the following vulnerability has been resolved: s390/pkey: Use kfreesensitive to fix Coccinelle warnings Replace memzeroexplicit and kfree with kfreesensitive to fix warnings reported by Coccinelle: WARNING opportunity for kfreesensitive/kvfreesensitive line 1506 WARNING...

4.1CVSS5AI score0.00187EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/07/30 7:47 a.m.15 views

CVE-2024-42158 s390/pkey: Use kfree_sensitive() to fix Coccinelle warnings

In the Linux kernel, the following vulnerability has been resolved: s390/pkey: Use kfreesensitive to fix Coccinelle warnings Replace memzeroexplicit and kfree with kfreesensitive to fix warnings reported by Coccinelle: WARNING opportunity for kfreesensitive/kvfreesensitive line 1506 WARNING...

7AI score0.00187EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2024/07/30 12:00 a.m.8 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by the Linux Foundation's open source operating system Linux. A security vulnerability exists in the Linux kernel, which stems from crypto:aead, a buffer in the cipher module that should be cleared and freed from previously held private keys using kfreesensitive...

4.1CVSS6.6AI score0.00228EPSS
SaveExploits0References7
CNNVD
CNNVD
added 2024/07/30 12:00 a.m.20 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a warning reported by Coccinelle in the s390/pkey module when using memzeroexplicit and kfree, which should ...

4.1CVSS6.3AI score0.00187EPSS
SaveExploits0References3
BDU FSTEC
BDU FSTEC
added 2024/07/30 12:00 a.m.12 views

The vulnerability of the kfree_sensitive function in the Linux operating system’s kernel allows a hacker to disclose sensitive information that is protected by security measures.

The vulnerability of the kfreesensitive function in the Linux operating system’s kernel is related to the copying of buffers without checking the size of the input data. Exploiting this vulnerability can allow an attacker to disclose sensitive information that is protected by this function...

4.1CVSS6.3AI score0.00228EPSS
SaveExploits0References50Affected Software4
Rows per page
Query Builder