LiveActive security incident?Get immediate response
CVE Record

CVE-2021-3529: A flaw was found in noobaa-core in versions before 5.7.0.

A flaw was found in noobaa-core in versions before 5.7.0. This flaw results in the name of an arbitrarily URL being copied into an HTML document as plain text between tags, including potentially a payload script. The input was echoed unmodified in the application response, resulting in arbitrary JavaScript being injected into an application's response. The highest threat to the system is for confidentiality, availability, and integrity.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

NooBaa Core before 5.7.0 could copy a URL name into an HTML page without cleaning it. If an attacker can influence that value, JavaScript may run in a user's browser. Impact depends on the user's privileges and deployment context.

Executive priority

Treat this as a moderate priority if NooBaa Core is present. The issue can affect confidentiality, integrity, and availability through browser-side script execution, but the provided evidence does not show mass exploitation or a critical severity score.

Technical view

CVE-2021-3529 is CWE-79 reflected cross-site scripting in noobaa-core. The source describes unmodified input echoed into an HTML document between tags, allowing arbitrary JavaScript injection in an application response. No CVSS vector is provided in the bundle.

Likely exposure

Exposure is likely limited to environments running noobaa-core before 5.7.0, especially where affected web responses are reachable by users or administrators. The provided sources do not identify specific distributions, hosted services, or default exposure paths.

Exploitation context

The source bundle does not cite active exploitation, and the CVE is not listed as KEV. Exploitation would require attacker-controlled input to be reflected in an affected HTML response and a user to load that response.

Researcher notes

The public bundle gives only a high-level reflected XSS description and Red Hat Bugzilla reference. It does not include a CVSS score, detailed affected package matrix, exploit status, or workaround specifics. Avoid assuming affected downstream products without vendor confirmation.

Mitigation direction

  • Inventory noobaa-core deployments and confirm exact versions.
  • Upgrade affected noobaa-core installations to 5.7.0 or later where vendor guidance confirms the fix.
  • Check Red Hat or upstream advisory guidance for supported remediation paths.
  • Restrict access to affected administrative or web interfaces where feasible.
  • Review related web responses for missing output encoding controls.

Validation and detection

  • Confirm no deployed noobaa-core instance is older than 5.7.0.
  • Review application security test results for reflected XSS in affected responses.
  • Check vendor advisories for package names and fixed builds used in your environment.
  • Verify exposed interfaces are limited to intended users and networks.
  • Confirm remediation through change records and post-upgrade testing.
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 · medium confidence lookup

CWE-79: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. 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-3529 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/anoobaa-corenoobaa 5.7.0Listed
Weakness

CWE details

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

CWE-79 · source CWE mapping

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.