LiveActive security incident?Get immediate response
CVE Record

CVE-2020-5408: Dictionary attack with Spring Security queryable text encryptor

Spring Security versions 5.3.x prior to 5.3.2, 5.2.x prior to 5.2.4, 5.1.x prior to 5.1.10, 5.0.x prior to 5.0.16 and 4.2.x prior to 4.2.16 use a fixed null initialization vector with CBC Mode in the implementation of the queryable text encryptor. A malicious user with access to the data that has been encrypted using such an encryptor may be able to derive the unencrypted values using a dictionary attack.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Spring Security used an unsafe encryption setup for its queryable text encryptor. If an attacker can obtain encrypted data produced by that feature, they may be able to guess the original values with a dictionary attack, especially when the plaintext values are predictable.

Executive priority

Treat this as a targeted confidentiality risk, not a broad remote-code-execution emergency. Prioritize systems where encrypted business or personal data is accessible outside tightly controlled back-end storage.

Technical view

Affected Spring Security 4.2, 5.0, 5.1, 5.2, and 5.3 releases used a fixed null IV with CBC mode in the queryable text encryptor. The issue is categorized as CWE-329 and is fixed in later point releases listed by the CVE source.

Likely exposure

Exposure is most likely in applications using Spring Security's queryable text encryptor and storing ciphertext accessible to users, insiders, logs, exports, backups, or compromised systems.

Exploitation context

The source bundle does not show active exploitation, and CISA KEV status is false. Exploitation requires access to encrypted data and benefits from predictable or low-entropy plaintext values.

Researcher notes

The key condition is vulnerable ciphertext exposure. Validation should focus on affected Spring Security branches, actual use of the queryable text encryptor, and whether plaintext domains are small enough for dictionary guessing.

Mitigation direction

  • Upgrade Spring Security to a fixed release or later for the affected branch.
  • Identify applications using Spring Security's queryable text encryptor.
  • Review vendor guidance for handling existing ciphertext encrypted by vulnerable versions.
  • Limit access to stored ciphertext, exports, logs, and backups.
  • Prioritize data sets containing predictable identifiers, statuses, names, or other guessable values.

Validation and detection

  • Inventory Spring Security versions across applications and dependency manifests.
  • Confirm whether queryable text encryptor is used in application code or configuration.
  • Check whether encrypted values are exposed to users, logs, exports, or backups.
  • Verify upgraded versions are at or above the fixed release for each branch.
  • Document whether legacy encrypted data remains from vulnerable versions.
Prepared
Confidence
medium
Sources
6

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-329: 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-2020-5408 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
Unknown
CVSS
Not scored
Known Exploited
No
Published
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.

0CVSS vectors
0Timeline events
0ADP providers
5Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Spring by VMwareSpring Security4.2, 5.0, 5.1, 5.2, 5.3Listed
Weakness

CWE details

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

CWE-329 · source CWE mapping

Generation of Predictable IV with CBC Mode

Generation of Predictable IV with CBC Mode represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.