-
Notifications
You must be signed in to change notification settings - Fork 344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No pxe boot item 'UEFI PXEv4 (MAC address)' after applying fix for CVE-2023-45237 #82
Comments
This reverts commit 6f8bdaad9d22e65108f859a695277ce1b20ef7c6. his reverts commit 4c2d3e3. The fix for CVE-2023-45237 causes ovmf firmware not support pxe boot any more and no boot item in OVMF menu such as UEFI PXEv4 (MAC address) It has not been fixed by ovmf upstream and an issue has been created on tianocore/tianocore.github.io#82 Revert the fixes for now. (From OE-Core rev: d3f399f54042efc6f4ca2092dd11819ae1f7c51f) Signed-off-by: Kai Kang <[email protected]> Signed-off-by: Steve Sakoman <[email protected]>
The patch "712797cf19 OvmfPkg: wire up RngDxe" has fixed the issue. |
This reverts commit 6f8bdaad9d22e65108f859a695277ce1b20ef7c6. his reverts commit 4c2d3e3. The fix for CVE-2023-45237 causes ovmf firmware not support pxe boot any more and no boot item in OVMF menu such as UEFI PXEv4 (MAC address) It has not been fixed by ovmf upstream and an issue has been created on tianocore/tianocore.github.io#82 Revert the fixes for now. (From OE-Core rev: d3f399f54042efc6f4ca2092dd11819ae1f7c51f) Signed-off-by: Kai Kang <[email protected]> Signed-off-by: Steve Sakoman <[email protected]>
This reverts commit 6f8bdaad9d22e65108f859a695277ce1b20ef7c6. his reverts commit 4c2d3e3. The fix for CVE-2023-45237 causes ovmf firmware not support pxe boot any more and no boot item in OVMF menu such as UEFI PXEv4 (MAC address) It has not been fixed by ovmf upstream and an issue has been created on tianocore/tianocore.github.io#82 Revert the fixes for now. (From OE-Core rev: d3f399f54042efc6f4ca2092dd11819ae1f7c51f) Signed-off-by: Kai Kang <[email protected]> Signed-off-by: Steve Sakoman <[email protected]>
This reverts commit 6f8bdaad9d22e65108f859a695277ce1b20ef7c6. his reverts commit 4c2d3e3. The fix for CVE-2023-45237 causes ovmf firmware not support pxe boot any more and no boot item in OVMF menu such as UEFI PXEv4 (MAC address) It has not been fixed by ovmf upstream and an issue has been created on tianocore/tianocore.github.io#82 Revert the fixes for now. (From OE-Core rev: d3f399f54042efc6f4ca2092dd11819ae1f7c51f) Signed-off-by: Kai Kang <[email protected]> Signed-off-by: Steve Sakoman <[email protected]>
This reverts commit 6f8bdaad9d22e65108f859a695277ce1b20ef7c6. his reverts commit 4c2d3e3. The fix for CVE-2023-45237 causes ovmf firmware not support pxe boot any more and no boot item in OVMF menu such as UEFI PXEv4 (MAC address) It has not been fixed by ovmf upstream and an issue has been created on tianocore/tianocore.github.io#82 Revert the fixes for now. (From OE-Core rev: d3f399f54042efc6f4ca2092dd11819ae1f7c51f) Signed-off-by: Kai Kang <[email protected]> Signed-off-by: Steve Sakoman <[email protected]>
@r1chard-lyu thanks a lot. I'll check it. |
This reverts commit 6f8bdaa. his reverts commit 4c2d3e37308cac98614dfafed79b7323423af8bc. The fix for CVE-2023-45237 causes ovmf firmware not support pxe boot any more and no boot item in OVMF menu such as UEFI PXEv4 (MAC address) It has not been fixed by ovmf upstream and an issue has been created on tianocore/tianocore.github.io#82 Revert the fixes for now. Signed-off-by: Kai Kang <[email protected]> Signed-off-by: Steve Sakoman <[email protected]>
This reverts commit 6f8bdaad9d22e65108f859a695277ce1b20ef7c6. his reverts commit 4c2d3e3. The fix for CVE-2023-45237 causes ovmf firmware not support pxe boot any more and no boot item in OVMF menu such as UEFI PXEv4 (MAC address) It has not been fixed by ovmf upstream and an issue has been created on tianocore/tianocore.github.io#82 Revert the fixes for now. (From OE-Core rev: d3f399f54042efc6f4ca2092dd11819ae1f7c51f) Signed-off-by: Kai Kang <[email protected]> Signed-off-by: Steve Sakoman <[email protected]>
Source: poky MR: 172316 Type: Integration Disposition: Merged from poky ChangeID: 4b020e6 Description: This reverts commit 6f8bdaad9d22e65108f859a695277ce1b20ef7c6. his reverts commit 4c2d3e3. The fix for CVE-2023-45237 causes ovmf firmware not support pxe boot any more and no boot item in OVMF menu such as UEFI PXEv4 (MAC address) It has not been fixed by ovmf upstream and an issue has been created on tianocore/tianocore.github.io#82 Revert the fixes for now. (From OE-Core rev: d3f399f54042efc6f4ca2092dd11819ae1f7c51f) Signed-off-by: Kai Kang <[email protected]> Signed-off-by: Steve Sakoman <[email protected]> Signed-off-by: Jeremy A. Puhlman <[email protected]>
@r1chard-lyu it seems commit "712797cf19 OvmfPkg: wire up RngDxe" doesn't work for me. Actually I am working on Yocto project and the ovmf version is edk2-stable202411 in layer oe-core master branch:
it contains the commit 712797cf19. But when I use the generated firmware,
it still only has one boot item:
|
Hi,
The pxe boot item 'UEFI PXEv4 (MAC address)' in ovmf firmware dispears after applying fix for CVE-2023-45237
tianocore/edk2@4c4ceb2
Ubuntu 2404 doesn't include the commit and do not has such issue. And it could be reproduced on Fedora 41 which includes the fix.
The text was updated successfully, but these errors were encountered: