Submeter #558122: RefindPlusRepo RefindPlus v0.14.2.AB Release NULL Pointer Dereferenceinformação

TítuloRefindPlusRepo RefindPlus v0.14.2.AB Release NULL Pointer Dereference
DescriçãoOne potential NPD problem located in `Library/MemLogLib/BootLog.c#L168`, `static EFI_FILE_PROTOCOL * GetDebugLogFile (VOID)` the main problem is that EfiLibOpenRoot may return NULL. ```c mRootDir = EfiLibOpenRoot (LoadedImage->DeviceHandle); // it may return NULL LogProtocol = OpenLogFile(); Status = REFIT_CALL_1_WRAPPER(mRootDir->Close, mRootDir); // if NULL, it will cause NPD ```
Fonte⚠️ https://github.com/RefindPlusRepo/RefindPlus/issues/204
Utilizador
 micromilo (UID 84159)
Submissão15/04/2025 09h40 (há 1 Ano)
Moderação26/04/2025 10h39 (11 days later)
EstadoAceite
Entrada VulDB306338 [RefindPlusRepo RefindPlus 0.14.2.AB BootLog.c GetDebugLogFile Negação de Serviço]
Pontos20

Do you want to use VulDB in your project?

Use the official API to access entries easily!