CVE-2024-4603
Last modified
CVE-2024-4603 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. Issue summary: Checking excessively long DSA keys or parameters may be very slow. Impact summary: Applications that use the functions EVP_PKEY_param_check() or EVP_PKEY_public_check() to check a DSA public key or DSA parameters may experience long delays. Where the key or parameters that are being checked have been obtained from an untrusted source this may lead to a Denial of Service. The functions EVP_PKEY_param_check() or EVP_PKEY_public_check() perform various checks on DSA parameters. EPSS estimates a 1.13% chance of exploitation in the next 30 days.
Description
Issue summary: Checking excessively long DSA keys or parameters may be very slow. Impact summary: Applications that use the functions EVP_PKEY_param_check() or EVP_PKEY_public_check() to check a DSA public key or DSA parameters may experience long delays. Where the key or parameters that are being checked have been obtained from an untrusted source this may lead to a Denial of Service. The functions EVP_PKEY_param_check() or EVP_PKEY_public_check() perform various checks on DSA parameters. Some of those computations take a long time if the modulus (`p` parameter) is too large. Trying to use a very large modulus is slow and OpenSSL will not allow using public keys with a modulus which is over 10,000 bits in length for signature verification. However the key and parameter check functions do not limit the modulus size when performing the checks. An application that calls EVP_PKEY_param_check() or EVP_PKEY_public_check() and supplies a key or parameters obtained from an untrusted source could be vulnerable to a Denial of Service attack. These functions are not called by OpenSSL itself on untrusted DSA keys so only applications that directly call these functions may be vulnerable. Also vulnerable are the OpenSSL pkey and pkeyparam command line applications when using the `-check` option. The OpenSSL SSL/TLS implementation is not affected by this issue. The OpenSSL 3.0 and 3.1 FIPS providers are affected by this issue.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2024-4603?
How severe is CVE-2024-4603?
How do I fix CVE-2024-4603?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-4599Remote denial of service vulnerability in LAN Messenger affe…7.5
- CVE-2024-45993Giflib Project v5.2.2 is vulnerable to a heap buffer overflo…6.5
- CVE-2024-45999A SQL Injection vulnerability was discovered in Cloudlog 2.6…9.8
- CVE-2024-4600Cross-Site Request Forgery vulnerability in Socomec Net Visi…7.1
- CVE-2024-4601An incorrect authentication vulnerability has been found in …6.7
- CVE-2024-4602The Embed Peertube Playlist WordPress plugin before 1.10 doe…5.4
- CVE-2024-4604URL Redirection to Untrusted Site ('Open Redirect') vulnerab…6.1
- CVE-2024-46040IoT Haat Smart Plug IH-IN-16A-S IH-IN-16A-S v5.16.1 suffers …6.5
- CVE-2024-46041IoT Haat Smart Plug IH-IN-16A-S v5.16.1 is vulnerable to Aut…8.8
- CVE-2024-46044CH22 V1.0.0.6(468) has a stack overflow vulnerability locate…9.8
- CVE-2024-46045Tenda CH22 V1.0.0.6(468) has a stack overflow vulnerability …9.8
- CVE-2024-46046Tenda FH451 v1.0.0.9 has a stack overflow vulnerability loca…9.8
Are you affected by CVE-2024-4603?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
