vulnerability

Amazon Linux AMI 2: CVE-2024-39480: Security patch for kernel, kernel-livepatch-4.14.345-262.561, kernel-livepatch-4.14.348-265.562, kernel-livepatch-4.14.348-265.565, kernel-livepatch-5.10.216-204.855, kernel-livepatch-5.10.217-205.860, kernel-livepatch-5.10.218-206.860, kernel-livepatch-5.10.218-208.862 (Multiple Advisories)

Severity
7
CVSS
(AV:L/AC:L/Au:S/C:C/I:C/A:C)
Published
07/05/2024
Added
08/14/2024
Modified
01/28/2025

Description

In the Linux kernel, the following vulnerability has been resolved:

kdb: Fix buffer overflow during tab-complete

Currently, when the user attempts symbol completion with the Tab key, kdb
will use strncpy() to insert the completed symbol into the command buffer.
Unfortunately it passes the size of the source buffer rather than the
destination to strncpy() with predictably horrible results. Most obviously
if the command buffer is already full but cp, the cursor position, is in
the middle of the buffer, then we will write past the end of the supplied
buffer.

Fix this by replacing the dubious strncpy() calls with memmove()/memcpy()
calls plus explicit boundary checks to make sure we have enough space
before we start moving characters around.

Solution(s)

amazon-linux-ami-2-upgrade-bpftoolamazon-linux-ami-2-upgrade-bpftool-debuginfoamazon-linux-ami-2-upgrade-kernelamazon-linux-ami-2-upgrade-kernel-debuginfoamazon-linux-ami-2-upgrade-kernel-debuginfo-common-aarch64amazon-linux-ami-2-upgrade-kernel-debuginfo-common-x86_64amazon-linux-ami-2-upgrade-kernel-develamazon-linux-ami-2-upgrade-kernel-headersamazon-linux-ami-2-upgrade-kernel-livepatch-4-14-345-262-561amazon-linux-ami-2-upgrade-kernel-livepatch-4-14-345-262-561-debuginfoamazon-linux-ami-2-upgrade-kernel-livepatch-4-14-348-265-562amazon-linux-ami-2-upgrade-kernel-livepatch-4-14-348-265-565amazon-linux-ami-2-upgrade-kernel-livepatch-4-14-349-266-564amazon-linux-ami-2-upgrade-kernel-livepatch-5-10-216-204-855amazon-linux-ami-2-upgrade-kernel-livepatch-5-10-216-204-855-debuginfoamazon-linux-ami-2-upgrade-kernel-livepatch-5-10-217-205-860amazon-linux-ami-2-upgrade-kernel-livepatch-5-10-217-205-860-debuginfoamazon-linux-ami-2-upgrade-kernel-livepatch-5-10-218-206-860amazon-linux-ami-2-upgrade-kernel-livepatch-5-10-218-206-860-debuginfoamazon-linux-ami-2-upgrade-kernel-livepatch-5-10-218-208-862amazon-linux-ami-2-upgrade-kernel-livepatch-5-10-218-208-862-debuginfoamazon-linux-ami-2-upgrade-kernel-livepatch-5-10-219-208-866amazon-linux-ami-2-upgrade-kernel-toolsamazon-linux-ami-2-upgrade-kernel-tools-debuginfoamazon-linux-ami-2-upgrade-kernel-tools-develamazon-linux-ami-2-upgrade-perfamazon-linux-ami-2-upgrade-perf-debuginfoamazon-linux-ami-2-upgrade-python-perfamazon-linux-ami-2-upgrade-python-perf-debuginfo
Title
NEW

Explore Exposure Command

Confidently identify and prioritize exposures from endpoint to cloud with full attack surface visibility and threat-aware risk context.