LiveActive security incident?Get immediate response
CVE Record

CVE-2024-41996: Validating the order of the public keys in the Diffie-Hellman Key Agreement Protocol, when an approved safe...

Validating the order of the public keys in the Diffie-Hellman Key Agreement Protocol, when an approved safe prime is used, allows remote attackers (from the client side) to trigger unnecessarily expensive server-side DHE modular-exponentiation calculations. The client may cause asymmetric resource consumption. The basic attack scenario is that the client must claim that it can only communicate with DHE, and the server must be configured to allow DHE and validate the order of the public key.

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This issue lets an unauthenticated client make a server spend disproportionate CPU on Diffie-Hellman key exchange work. The business risk is service slowdown or outage, not data theft. Exposure depends on whether public-facing services allow DHE and perform the vulnerable public-key order validation path.

Executive priority

Treat as a high-priority availability risk for public-facing systems using DHE. Prioritize externally exposed or operationally critical services first, especially where outages affect customers, plants, or remote access.

Technical view

CVE-2024-41996 describes asymmetric resource consumption in DHE when safe primes are used and public-key order validation triggers expensive server-side modular exponentiation. The CVSS 3.1 score is 7.5, driven by network reachability, no authentication, low complexity, and high availability impact.

Likely exposure

Systems are likely exposed only if they accept client-negotiated DHE and validate public key order in the affected way. The bundle does not identify a single affected product list; Siemens advisories are referenced, so product-specific exposure must be confirmed against vendor guidance.

Exploitation context

The provided data does not show CISA KEV listing or confirmed active exploitation. The attack concept is remote and client-side: a client claims it can only use DHE, causing expensive server computation if the server allows DHE.

Researcher notes

The source bundle has incomplete affected-product metadata marked n/a. Research should focus on implementation-specific DHE handling, safe-prime validation behavior, and vendor advisory scope. Avoid assuming exposure without confirming both DHE negotiation and the expensive validation path.

Mitigation direction

  • Check vendor advisories for affected products, fixed versions, and configuration guidance.
  • Inventory internet-facing services that permit DHE key exchange.
  • Prioritize updates or supported configuration changes for exposed services.
  • Reduce unnecessary public exposure where DHE cannot be removed immediately.

Validation and detection

  • Confirm whether services negotiate DHE with external clients.
  • Map DHE-enabled services to products covered by the cited advisories.
  • Review server CPU behavior during TLS handshakes using approved internal testing.
  • Verify vendor patches or configuration changes are applied in staging before production.
Prepared
Confidence
medium
Sources
7

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-295: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2024-41996 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
3Timeline events
2ADP providers
7Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: yesTechnical Impact: partial

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
7.5CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H3.93.6CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

7.5High
CVSS 3.1 vector shape for CVE-2024-41996Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
cvssV3_1other:ssvc
siemens-SADPADP container
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-295 · source CWE mapping

Improper Certificate Validation

Improper Certificate Validation represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.