Release Date: | 2024-05-22 |
In the Linux kernel, the following vulnerability has been resolved:\nigb: Fix string truncation warnings in igb_set_fw_version\nCommit 1978d3ead82c ('intel: fix string truncation warnings')\nfixes '-Wformat-truncation=' warnings in igb_main.c by using kasprintf.\ndrivers/net/ethernet/intel/igb/igb_main.c:3092:53: warning:'%d' directive output may be truncated writing between 1 and 5 bytes into a region of size between 1 and 13 [-Wformat-truncation=]\n3092 | '%d.%d, 0x%08x, %d.%d.%d',\n| ^~\ndrivers/net/ethernet/intel/igb/igb_main.c:3092:34: note:directive argument in the range [0, 65535]\n3092 | '%d.%d, 0x%08x, %d.%d.%d',\n| ^~~~~~~~~~~~~~~~~~~~~~~~~\ndrivers/net/ethernet/intel/igb/igb_main.c:3092:34: note:directive argument in the range [0, 65535]\ndrivers/net/ethernet/intel/igb/igb_main.c:3090:25: note:'snprintf' output between 23 and 43 bytes into a destination of size 32\nkasprintf() returns a pointer to dynamically allocated memory\nwhich can be NULL upon failure.\nFix this warning by using a larger space for adapter->fw_version,\nand then fall back and continue to use snprintf.
See more information about CVE-2024-36010 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: | 4.4 | CVSS Vector: | CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H |
Attack Vector: | Local network | Attack Complexity: | Low |
Privileges Required: | High | User Interaction: | None |
Scope: | Unchanged | Confidentiality Impact: | None |
Integrity Impact: | None | Availability Impact: | High |
Platform | Errata | Release Date |
Oracle Linux version 8 (kernel) | ELSA-2024-5101 | 2024-08-08 |
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: