-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
[Bug]: Should update openssl to 3.4.1 for CVE-2024-13176 #10664
Labels
package:cryptopkg
priority:low
Little to no impact. No urgency to fix.
type:bug
Something isn't working
Comments
liyi77
added a commit
to liyi77/edk2
that referenced
this issue
Feb 12, 2025
FIX: tianocore#10664 CVE-2024-13176 affects TLS-client implementation of EDK2. Fix it by updating to 3.4.1. Signed-off-by: Yi Li <[email protected]>
liyi77
added a commit
to liyi77/edk2
that referenced
this issue
Feb 12, 2025
FIX: tianocore#10664 Signed-off-by: Li Yi <[email protected]>
liyi77
added a commit
to liyi77/edk2
that referenced
this issue
Feb 12, 2025
FIX: tianocore#10664 Signed-off-by: Li Yi <[email protected]>
liyi77
added a commit
to liyi77/edk2
that referenced
this issue
Feb 12, 2025
FIX: tianocore#10664 CVE-2024-13176 affects ECDSA Sign of NIST P-521 implementation of EDK2. Fix it by updating openssl to 3.4.1. Signed-off-by: Yi Li <[email protected]>
liyi77
added a commit
to liyi77/edk2
that referenced
this issue
Feb 12, 2025
FIX: tianocore#10664 Signed-off-by: Li Yi <[email protected]>
liyi77
added a commit
to liyi77/edk2
that referenced
this issue
Feb 21, 2025
FIX: tianocore#10664 CVE-2024-13176 affects ECDSA Sign of NIST P-521 implementation of EDK2. Fix it by updating openssl to 3.4.1. Signed-off-by: Yi Li <[email protected]>
liyi77
added a commit
to liyi77/edk2
that referenced
this issue
Feb 21, 2025
FIX: tianocore#10664 Signed-off-by: Li Yi <[email protected]>
liyi77
added a commit
to liyi77/edk2
that referenced
this issue
Feb 24, 2025
FIX: tianocore#10664 CVE-2024-13176 affects ECDSA Sign of NIST P-521 implementation of EDK2. Fix it by updating openssl to 3.4.1. Signed-off-by: Yi Li <[email protected]>
liyi77
added a commit
to liyi77/edk2
that referenced
this issue
Feb 24, 2025
FIX: tianocore#10664 Signed-off-by: Li Yi <[email protected]>
liyi77
added a commit
to liyi77/edk2
that referenced
this issue
Feb 26, 2025
FIX: tianocore#10664 CVE-2024-13176 affects ECDSA Sign of NIST P-521 implementation of EDK2. Fix it by updating openssl to 3.4.1. Signed-off-by: Yi Li <[email protected]>
liyi77
added a commit
to liyi77/edk2
that referenced
this issue
Feb 26, 2025
FIX: tianocore#10664 Signed-off-by: Li Yi <[email protected]>
mergify bot
pushed a commit
that referenced
this issue
Feb 26, 2025
FIX: #10664 Signed-off-by: Li Yi <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
package:cryptopkg
priority:low
Little to no impact. No urgency to fix.
type:bug
Something isn't working
Is there an existing issue for this?
Bug Type
Code first?
What packages are impacted?
CryptoPkg
Which targets are impacted by this bug?
DEBUG, NOOPT, RELEASE
Current Behavior
Current openssl version is 3.4.0
Expected Behavior
update openssl to 3.4.1
Steps To Reproduce
Nope
Build Environment
Version Information
Urgency
Low
Are you going to fix this?
I will fix it
Do you need maintainer feedback?
No maintainer feedback needed
Anything else?
https://openssl-library.org/news/secadv/20250120.txt
CryptoPkg currently supports ECDSA Sign of NIST P-521, so this problem will affect EDK2 code.
Edk2\CryptoPkg\Include\Library\BaseCryptLib.h L28:
#define CRYPTO_NID_SECP521R1 0x0206
Edk2\CryptoPkg\Library\BaseCryptLib\Pk\CryptEc.c L800:
EFIAPI
EcDsaSign (
The text was updated successfully, but these errors were encountered: