VYPR

rpm package

suse/grub2&distro=SUSE Linux Enterprise Micro 5.2

pkg:rpm/suse/grub2&distro=SUSE%20Linux%20Enterprise%20Micro%205.2

Vulnerabilities (39)

  • CVE-2025-0622MedFeb 18, 2025
    affected < 2.04-150300.22.52.3fixed 2.04-150300.22.52.3

    A flaw was found in command/gpg. In some scenarios, hooks created by loaded modules are not removed when the related module is unloaded. This flaw allows an attacker to force grub2 to call the hooks once the module that registered it was unloaded, leading to a use-after-free vuln

  • CVE-2024-45783MedFeb 18, 2025
    affected < 2.04-150300.22.52.3fixed 2.04-150300.22.52.3

    A flaw was found in grub2. When failing to mount an HFS+ grub, the hfsplus filesystem driver doesn't properly set an ERRNO value. This issue may lead to a NULL pointer access.

  • CVE-2024-45781MedFeb 18, 2025
    affected < 2.04-150300.22.52.3fixed 2.04-150300.22.52.3

    A flaw was found in grub2. When reading a symbolic link's name from a UFS filesystem, grub2 fails to validate the string length taken as an input. The lack of validation may lead to a heap out-of-bounds write, causing data integrity issues and eventually allowing an attacker to c

  • CVE-2024-45776MedFeb 18, 2025
    affected < 2.04-150300.22.52.3fixed 2.04-150300.22.52.3

    When reading the language .mo file in grub_mofile_open(), grub2 fails to verify an integer overflow when allocating its internal buffer. A crafted .mo file may lead the buffer size calculation to overflow, leading to out-of-bound reads and writes. This flaw allows an attacker to

  • CVE-2024-45775MedFeb 18, 2025
    affected < 2.04-150300.22.52.3fixed 2.04-150300.22.52.3

    A flaw was found in grub2 where the grub_extcmd_dispatcher() function calls grub_arg_list_alloc() to allocate memory for the grub's argument list. However, it fails to check in case the memory allocation fails. Once the allocation fails, a NULL point will be processed by the pars

  • CVE-2024-45774MedFeb 18, 2025
    affected < 2.04-150300.22.52.3fixed 2.04-150300.22.52.3

    A flaw was found in grub2. A specially crafted JPEG file can cause the JPEG parser of grub2 to incorrectly check the bounds of its internal buffers, resulting in an out-of-bounds write. The possibility of overwriting sensitive information to bypass secure boot protections is not

  • CVE-2024-56738Dec 29, 2024
    affected < 2.04-150300.22.58.1fixed 2.04-150300.22.58.1

    GNU GRUB (aka GRUB2) through 2.12 does not use a constant-time algorithm for grub_crypto_memcmp and thus allows side-channel attacks.

  • CVE-2024-56737Dec 29, 2024
    affected < 2.04-150300.22.52.3fixed 2.04-150300.22.52.3

    GNU GRUB (aka GRUB2) through 2.12 has a heap-based buffer overflow in fs/hfs.c via crafted sblock data in an HFS filesystem.

  • CVE-2023-4692Oct 25, 2023
    affected < 2.04-150300.22.43.1fixed 2.04-150300.22.43.1

    An out-of-bounds write flaw was found in grub2's NTFS filesystem driver. This issue may allow an attacker to present a specially crafted NTFS filesystem image, leading to grub's heap metadata corruption. In some circumstances, the attack may also corrupt the UEFI firmware heap me

  • CVE-2023-4693Oct 25, 2023
    affected < 2.04-150300.22.43.1fixed 2.04-150300.22.43.1

    An out-of-bounds read flaw was found on grub2's NTFS filesystem driver. This issue may allow a physically present attacker to present a specially crafted NTFS file system image to read arbitrary memory locations. A successful attack allows sensitive data cached in memory or EFI v

  • CVE-2022-28736Jul 20, 2023
    affected < 2.04-150300.22.20.2fixed 2.04-150300.22.20.2

    There's a use-after-free vulnerability in grub_cmd_chainloader() function; The chainloader command is used to boot up operating systems that doesn't support multiboot and do not have direct support from GRUB2. When executing chainloader more than once a use-after-free vulnerabili

  • CVE-2022-28735Jul 20, 2023
    affected < 2.04-150300.22.20.2fixed 2.04-150300.22.20.2

    The GRUB2's shim_lock verifier allows non-kernel files to be loaded on shim-powered secure boot systems. Allowing such files to be loaded may lead to unverified code and modules to be loaded in GRUB2 breaking the secure boot trust-chain.

  • CVE-2022-28734Jul 20, 2023
    affected < 2.04-150300.22.20.2fixed 2.04-150300.22.20.2

    Out-of-bounds write when handling split HTTP headers; When handling split HTTP headers, GRUB2 HTTP code accidentally moves its internal data buffer point by one position. This can lead to a out-of-bound write further when parsing the HTTP request, writing a NULL byte past the buf

  • CVE-2022-28733Jul 20, 2023
    affected < 2.04-150300.22.20.2fixed 2.04-150300.22.20.2

    Integer underflow in grub_net_recv_ip4_packets; A malicious crafted IP packet can lead to an integer underflow in grub_net_recv_ip4_packets() function on rsm->total_len value. Under certain circumstances the total_len value may end up wrapping around to a small integer number whi

  • CVE-2022-3775HigDec 19, 2022
    affected < 2.04-150300.22.25.1fixed 2.04-150300.22.25.1

    When rendering certain unicode sequences, grub2's font code doesn't proper validate if the informed glyph's width and height is constrained within bitmap size. As consequence an attacker can craft an input which will lead to a out-of-bounds write into grub2's heap, leading to mem

  • CVE-2022-2601HigDec 14, 2022
    affected < 2.04-150300.22.25.1fixed 2.04-150300.22.25.1

    A buffer overflow was found in grub_font_construct_glyph(). A malicious crafted pf2 font can lead to an overflow when calculating the max_glyph_size value, allocating a smaller than needed buffer for the glyph, this further leads to a buffer overflow and a heap based out-of-bound

  • CVE-2021-3697Jul 6, 2022
    affected < 2.04-150300.22.20.2fixed 2.04-150300.22.20.2

    A crafted JPEG image may lead the JPEG reader to underflow its data pointer, allowing user-controlled data to be written in heap. To a successful to be performed the attacker needs to perform some triage over the heap layout and craft an image with a malicious format and payload.

  • CVE-2021-3696Jul 6, 2022
    affected < 2.04-150300.22.20.2fixed 2.04-150300.22.20.2

    A heap out-of-bounds write may heppen during the handling of Huffman tables in the PNG reader. This may lead to data corruption in the heap space. Confidentiality, Integrity and Availablity impact may be considered Low as it's very complex to an attacker control the encoding and

  • CVE-2021-3695Jul 6, 2022
    affected < 2.04-150300.22.20.2fixed 2.04-150300.22.20.2

    A crafted 16-bit grayscale PNG image may lead to a out-of-bounds write in the heap area. An attacker may take advantage of that to cause heap data corruption or eventually arbitrary code execution and circumvent secure boot protections. This issue has a high complexity to be expl

Page 2 of 2