LiveActive security incident?Get immediate response
CVE Record

CVE-2025-69725: An Open Redirect vulnerability in the go-chi/chi >=5.2.2 RedirectSlashes function allows remote attackers t...

An Open Redirect vulnerability in the go-chi/chi >=5.2.2 RedirectSlashes function allows remote attackers to redirect victim users to malicious websites using the legitimate website domain.

MediumCVSS 4.7Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This CVE is an open redirect in go-chi/chi's RedirectSlashes behavior. A victim may see a trusted domain but be redirected to an attacker-controlled site. The listed severity is medium, mainly because user interaction is required and the direct technical impact is limited.

Executive priority

Treat as a medium-priority web application issue. It is unlikely to enable direct infrastructure compromise, but it can damage user trust and support phishing when present on branded public sites.

Technical view

The record describes CWE-601 in go-chi/chi >=5.2.2 RedirectSlashes. A remote unauthenticated attacker could cause a victim user to follow a redirect from the legitimate application domain to a malicious website. CVSS 3.1 is 4.7 with network access, low complexity, changed scope, and required user interaction.

Likely exposure

Exposure is most likely in Go web services using go-chi/chi >=5.2.2 with RedirectSlashes enabled on routes reachable by users, especially public-facing login, account, or customer portals.

Exploitation context

The provided bundle does not show CISA KEV listing or any cited active exploitation. Abuse would likely require convincing a user to follow a crafted link and could support phishing or trust abuse rather than direct server compromise.

Researcher notes

Affected metadata in the bundle is incomplete, listing vendor and product as n/a while the description names go-chi/chi >=5.2.2. Do not assume a fixed version from this bundle alone; use the advisory for authoritative remediation details.

Mitigation direction

  • Identify services using go-chi/chi and RedirectSlashes.
  • Check the GitHub advisory for patched versions or official workaround guidance.
  • Prioritize public-facing applications and authentication-adjacent flows.
  • Review redirect handling so off-domain redirects are not trusted security signals.
  • Monitor the CVE and advisory for updated affected-version details.

Validation and detection

  • Inventory Go dependencies for go-chi/chi usage.
  • Inspect routing middleware for RedirectSlashes enablement.
  • Safely verify slash-normalization requests cannot redirect users off-domain.
  • Confirm remediation against the GitHub advisory before closing tickets.
  • Document any exposed routes and 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-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
cve · low confidence lookup

CVE-2025-69725 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
4.7 (3.1)
Known Exploited
No
Published

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

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
3Timeline events
1ADP providers
2Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: noTechnical Impact: partial

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
4.7CVSS 3.1MediumCVSS:3.1/AC:L/AV:N/A:N/C:L/I:N/PR:N/S:C/UI:R2.81.4mitre

Vulnerability scoring details

Base CVSS 3.1 score

4.7Medium
CVSS 3.1 vector shape for CVE-2025-69725Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
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.