LiveActive security incident?Get immediate response
CVE Record

CVE-2021-23020: The NAAS 3.x before 3.10.0 API keys were generated using an insecure pseudo-random string and hashing algor...

The NAAS 3.x before 3.10.0 API keys were generated using an insecure pseudo-random string and hashing algorithm which could lead to predictable keys.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysisunknown

Security readout for executives and security teams

Plain-English summary

CVE-2021-23020 concerns Nginx Controller/NAAS 3.x before 3.10.0 generating API keys with weak randomness and hashing. Predictable keys could undermine API authentication. The source bundle does not provide CVSS, confirmed exploitation, or detailed impact scope.

Executive priority

Treat this as a targeted remediation item for environments using the affected product. Business urgency depends on whether API keys protect sensitive operational functions, because the public sources do not provide severity scoring or exploitation evidence.

Technical view

The vulnerability is categorized as CWE-330: use of insufficiently random values. Affected 3.x versions before 3.10.0 generated API keys using an insecure pseudo-random string and hashing algorithm, creating a risk that keys may be predictable.

Likely exposure

Organizations may be exposed if they run Nginx Controller or NAAS 3.x before 3.10.0 and rely on generated API keys for access control.

Exploitation context

The bundle does not indicate CISA KEV listing or active exploitation. It also does not include exploit maturity, public proof-of-concept details, or observed attack reporting.

Researcher notes

Evidence is limited to weak API key generation in affected versions. Prioritize version validation, key lifecycle review, and authentication boundary assessment. Avoid assuming broader product impact beyond the affected entries in the source bundle.

Mitigation direction

  • Review F5 advisory K45263486 for vendor-specific remediation guidance.
  • Upgrade affected 3.x deployments to 3.10.0 or later where applicable.
  • Rotate API keys generated by affected versions after remediation.
  • Restrict API access to trusted networks and identities where possible.

Validation and detection

  • Confirm whether Nginx Controller or NAAS is deployed.
  • Identify any deployed 3.x versions before 3.10.0.
  • Determine whether API keys were generated by affected versions.
  • Review access logs for unexpected API key usage.
  • Confirm post-upgrade key rotation completed successfully.
Prepared
Confidence
medium
Sources
3

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-330: 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-2021-23020 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
2Source 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
n/aNginx Controller“3.x before 3.10.0”Listed
Weakness

CWE details

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

CWE-330 · source CWE mapping

Use of Insufficiently Random Values

Use of Insufficiently Random Values represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.