Release Date: | 2024-02-23 |
In the Linux kernel, the following vulnerability has been resolved:\nEDAC/thunderx: Fix possible out-of-bounds string access\nEnabling -Wstringop-overflow globally exposes a warning for a common bug\nin the usage of strncat():\ndrivers/edac/thunderx_edac.c: In function 'thunderx_ocx_com_threaded_isr':\ndrivers/edac/thunderx_edac.c:1136:17: error: 'strncat' specified bound 1024 equals destination size [-Werror=stringop-overflow=]\n1136 | strncat(msg, other, OCX_MESSAGE_SIZE);\n| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n...\n1145 | strncat(msg, other, OCX_MESSAGE_SIZE);\n...\n1150 | strncat(msg, other, OCX_MESSAGE_SIZE);\n...\nApparently the author of this driver expected strncat() to behave the\nway that strlcat() does, which uses the size of the destination buffer\nas its third argument rather than the length of the source buffer. The\nresult is that there is no check on the size of the allocated buffer.\nChange it to strlcat().\n[ bp: Trim compiler output, fixup commit message. ]
See more information about CVE-2023-52464 from MITRE CVE dictionary and NIST NVD
NOTE: The following CVSS v3.1 metrics and score provided are preliminary and subject to review.
Base Score: | 2.9 | CVSS Vector: | CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:N/I:L/A:L |
Attack Vector: | Local network | Attack Complexity: | High |
Privileges Required: | High | User Interaction: | Required |
Scope: | Unchanged | Confidentiality Impact: | None |
Integrity Impact: | Low | Availability Impact: | Low |
Platform | Errata | Release Date |
Oracle Linux version 8 (kernel) | ELSA-2024-4211 | 2024-07-02 |
Oracle Linux version 9 (kernel) | ELSA-2024-9315 | 2024-11-14 |
This page is generated automatically and has not been checked for errors or omissions. For clarification or corrections: