CVE-2015-4000: The TLS protocol 1.2 and earlier, when a DHE_EXPORT ciphersuite is enabled on a server but not on a client,...
The TLS protocol 1.2 and earlier, when a DHE_EXPORT ciphersuite is enabled on a server but not on a client, does not properly convey a DHE_EXPORT choice, which allows man-in-the-middle attackers to conduct cipher-downgrade attacks by rewriting a ClientHello with DHE replaced by DHE_EXPORT and then rewriting a ServerHello with DHE_EXPORT replaced by DHE, aka the "Logjam" issue.
Security readout for executives and security teams
CVE-2015-4000 is the Logjam TLS downgrade flaw. If a server still allows export-grade DHE cipher suites, a network attacker could weaken a TLS connection during negotiation. This mainly matters for legacy internet-facing services that have not removed export ciphers or updated TLS packages. Exposure is most likely on legacy TLS endpoints where DHE_EXPORT cipher suites remain enabled. The CVE bundle does not identify a single affected product; it lists multiple vendor advisories, including SUSE, Red Hat, Debian, and HP references. Treat as a legacy configuration cleanup item unless scans show exposed export-grade DHE. It is not KEV-listed in the provided sources, but internet-facing weak TLS can create compliance and trust risk. Mitigation focus: Disable DHE_EXPORT and other export-grade TLS cipher suites on servers.; Apply relevant TLS/library updates from the applicable vendor advisories.; Review vendor guidance for platform-specific configuration requirements..
Prepared
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.
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.
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.
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.