LiveActive security incident?Get immediate response
CVE Record

CVE-2021-44791: Reflected XSS on certain HTTP endpoints

In Apache Druid 0.22.1 and earlier, certain specially-crafted links result in unescaped URL parameters being sent back in HTML responses. This makes it possible to execute reflected XSS attacks.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Apache Druid 0.22.1 and earlier can reflect unescaped URL parameters into HTML on certain HTTP endpoints. A victim who follows a crafted link could have attacker-controlled script run in their browser in the Druid context. Business risk depends mainly on who can reach Druid HTTP interfaces and how privileged their browser session is.

Executive priority

Treat this as a targeted web-interface risk rather than a confirmed mass-exploitation emergency. Prioritize remediation for internet-facing or broadly accessible Druid deployments, and fold the work into normal vulnerability management where Druid is internal and tightly restricted.

Technical view

CVE-2021-44791 is a reflected cross-site scripting issue, classified as CWE-79. The provided CVE description says specially crafted links cause unescaped URL parameters to be returned in HTML responses on certain Apache Druid HTTP endpoints. The bundle does not provide CVSS details, endpoint names, exploit details, or a named fixed release.

Likely exposure

Organizations running Apache Druid 0.22.1 or earlier are potentially exposed, especially where Druid HTTP interfaces are reachable by users, administrators, or untrusted networks. The source bundle does not identify specific affected endpoints beyond “certain HTTP endpoints.”

Exploitation context

The bundle supports reflected XSS only through crafted links and unescaped URL parameters. It does not show active exploitation, weaponized public exploit activity, or CISA KEV listing. Successful impact likely requires a user to open a crafted link while able to access an affected Druid interface.

Researcher notes

Evidence is limited to the CVE description and Apache mailing-list reference. No CVSS vector, endpoint list, patch version, proof-of-concept details, or exploitation telemetry is included in the supplied bundle. Avoid assuming broader Druid compromise beyond reflected browser-side script execution.

Mitigation direction

  • Inventory Apache Druid deployments and identify any running version 0.22.1 or earlier.
  • Review Apache’s advisory for the supported upgrade or mitigation path.
  • Restrict Druid HTTP/UI access to trusted networks and authenticated users.
  • Avoid exposing Druid management interfaces directly to the internet.
  • Monitor vendor advisories for any additional endpoint-specific guidance.

Validation and detection

  • Confirm deployed Apache Druid versions across production, staging, and analytics environments.
  • Check whether Druid HTTP interfaces are reachable from untrusted networks.
  • Review application and proxy logs for unusual requests containing suspicious URL parameters.
  • Verify remediation against Apache guidance after upgrading or applying compensating controls.
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-44791 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
Apache Software FoundationApache DruidApache DruidListed
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.