Skip to content
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

Open
2 of 5 tasks
liyi77 opened this issue Jan 24, 2025 · 0 comments
Open
2 of 5 tasks

[Bug]: Should update openssl to 3.4.1 for CVE-2024-13176 #10664

liyi77 opened this issue Jan 24, 2025 · 0 comments
Assignees
Labels
package:cryptopkg priority:low Little to no impact. No urgency to fix. state:needs-triage type:bug Something isn't working

Comments

@liyi77
Copy link
Contributor

liyi77 commented Jan 24, 2025

Is there an existing issue for this?

  • I have searched existing issues

Bug Type

  • Firmware
  • Tool
  • Unit Test

Code first?

  • Yes

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

- OS(s):
- Tool Chain(s):

Version Information

feb8d49834b12e1eab3f3052e21433b9d535ac4e

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 (

@liyi77 liyi77 added state:needs-triage type:bug Something isn't working labels Jan 24, 2025
@github-actions github-actions bot added package:cryptopkg priority:low Little to no impact. No urgency to fix. labels Jan 24, 2025
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. state:needs-triage type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant