In the Linux kernel, the following vulnerability has been resolved:
crypto: virtio/akcipher - Fix stack overflow on memcpy
sizeof(struct virtio_crypto_akcipher_session_para) is less than
sizeof(struct virtio_crypto_op_ctrl_req::u), copying more bytes from
stack variable leads stack overflow. Clang reports this issue by
commands:
make -j CC=clang-14 mrproper >/dev/null 2>&1
make -j O=/tmp/crypto-build CC=clang-14 allmodconfig >/dev/null 2>&1
make -j O=/tmp/crypto-build W=1 CC=clang-14 drivers/crypto/virtio/
virtio_crypto_akcipher_algs.o
References
Configurations
Configuration 1 (hide)
|
Configuration 2 (hide)
|
History
27 Feb 2025, 21:59
Type | Values Removed | Values Added |
---|---|---|
CPE | cpe:2.3:o:linux:linux_kernel:6.8:rc4:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.8:rc5:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.8:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.8:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.8:rc3:*:*:*:*:*:* |
|
First Time |
Debian debian Linux
Debian Linux linux Kernel Linux |
|
CWE | CWE-787 | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.8 |
References | () https://git.kernel.org/stable/c/37077ed16c7793e21b005979d33f8a61565b7e86 - Patch | |
References | () https://git.kernel.org/stable/c/62f361bfea60c6afc3df09c1ad4152e6507f6f47 - Patch | |
References | () https://git.kernel.org/stable/c/b0365460e945e1117b47cf7329d86de752daff63 - Patch | |
References | () https://git.kernel.org/stable/c/c0ec2a712daf133d9996a8a1b7ee2d4996080363 - Patch | |
References | () https://git.kernel.org/stable/c/ef1e47d50324e232d2da484fe55a54274eeb9bc1 - Patch | |
References | () https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html - Mailing List |
Information
Published : 2024-04-03 17:15
Updated : 2025-02-27 21:59
NVD link : CVE-2024-26753
Mitre link : CVE-2024-26753
CVE.ORG link : CVE-2024-26753
JSON object : View
Products Affected
linux
- linux_kernel
debian
- debian_linux
CWE
CWE-787
Out-of-bounds Write