LiveActive security incident?Get immediate response
CVE Record

CVE-2021-29622: Arbitrary redirects under /new endpoint

Prometheus is an open-source monitoring system and time series database. In 2.23.0, Prometheus changed its default UI to the New ui. To ensure a seamless transition, the URL's prefixed by /new redirect to /. Due to a bug in the code, it is possible for an attacker to craft an URL that can redirect to any other URL, in the /new endpoint. If a user visits a prometheus server with a specially crafted address, they can be redirected to an arbitrary URL. The issue was patched in the 2.26.1 and 2.27.1 releases. In 2.28.0, the /new endpoint will be removed completely. The workaround is to disable access to /new via a reverse proxy in front of Prometheus.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2021-29622 is an open redirect in Prometheus. A crafted URL under the /new endpoint can send a user from a trusted Prometheus server to an attacker-chosen site. This does not directly compromise the server, but it can support phishing or credential-harvesting campaigns that abuse trust in monitoring infrastructure.

Executive priority

Treat this as a moderate-priority remediation for internet-facing or broadly accessible Prometheus servers. It is not a server takeover issue, but it can undermine trust in monitoring portals and assist phishing. Patch during the next normal security maintenance window unless public exposure is confirmed.

Technical view

Prometheus 2.23.0 introduced redirects from /new to / for the new UI transition. A bug allowed arbitrary external redirects through that endpoint. The issue is CWE-601, network reachable, low complexity, unauthenticated, and requires user interaction. Sources report fixes in 2.26.1 and 2.27.1, with /new removed in 2.28.0.

Likely exposure

Exposure is likely where Prometheus versions from 2.23.0 through affected pre-fix releases expose /new to users or the internet. Risk is lower if Prometheus is not user-accessible, is tightly reverse-proxied, or already runs a fixed release.

Exploitation context

The bundle does not cite active exploitation, and KEV status is false. Exploitation requires a user to visit a crafted Prometheus URL. The main impact is redirecting that user to an arbitrary site, not code execution or data theft from Prometheus itself.

Researcher notes

Focus validation on version, endpoint reachability, and proxy behavior. Do not assume broader Prometheus compromise from this CVE. The source bundle names arbitrary redirect behavior only and provides no evidence of active exploitation or additional affected products.

Mitigation direction

  • Upgrade Prometheus to 2.26.1, 2.27.1, or a later fixed release.
  • Move to 2.28.0 or later where /new is removed, if compatible.
  • Block access to /new at a reverse proxy as the documented workaround.
  • Review vendor release notes before applying operational changes.

Validation and detection

  • Inventory Prometheus instances and record exact running versions.
  • Confirm whether /new is reachable through public or internal entry points.
  • Verify reverse proxy rules block /new if upgrade is delayed.
  • Confirm deployed versions match fixed release guidance.
  • Review user-facing Prometheus links for exposure to crafted redirects.
Prepared
Confidence
high
Sources
5

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-601: 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
description · low confidence lookup

Database behavior lookup

The CVE wording references database injection or access, so collection and exfiltration review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-29622 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
Medium
CVSS
6.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N

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.

1CVSS vectors
0Timeline events
0ADP providers
4Source links

CVSS vector scores

1 official score

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.

ScoreVersionSeverityVectorExploitImpactSource
6.5CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N2.83.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.5Medium
CVSS 3.1 vector shape for CVE-2021-29622Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
prometheusprometheus>= 2.23.0, < 2.27.1Listed
Weakness

CWE details

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

CWE-601 · source CWE mapping

URL Redirection to Untrusted Site ('Open Redirect')

URL Redirection to Untrusted Site ('Open Redirect') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.