kern/dl: Check for the SHF_INFO_LINK flag in grub_dl_relocate_symbols()
authorB Horn <b@horn.uk>
Thu, 7 Nov 2024 06:00:36 +0000 (06:00 +0000)
committerFelix Zielcke <fzielcke@z-51.de>
Wed, 11 Jun 2025 15:42:34 +0000 (17:42 +0200)
commit0747b012c308ce274d08e866a1c6031d7f77684f
tree6a25cd5b7235570170b601511f0edef6a4caa26d
parenta5b2949c77f809b6143b54e387b05bca3b881bf4
kern/dl: Check for the SHF_INFO_LINK flag in grub_dl_relocate_symbols()

The grub_dl_relocate_symbols() iterates through the sections in
an ELF looking for relocation sections. According to the spec [1]
the SHF_INFO_LINK flag should be set if the sh_info field is meant
to be a section index.

[1] https://refspecs.linuxbase.org/elf/gabi4+/ch4.sheader.html

Reported-by: B Horn <b@horn.uk>
Signed-off-by: B Horn <b@horn.uk>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
Conflicts:
grub-core/kern/dl.c

Conflicts:
grub-core/kern/dl.c

Gbp-Pq: Topic cve-2025-jan
Gbp-Pq: Name kern-dl-Check-for-the-SHF_INFO_LINK-flag-in-grub_dl_reloc.patch
grub-core/kern/dl.c