LiveActive security incident?Get immediate response
CVE Record

CVE-2023-0748: Open Redirect in btcpayserver/btcpayserver

Open Redirect in GitHub repository btcpayserver/btcpayserver prior to 1.7.6.

MediumCVSS 6.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2023-0748 is an open redirect in BTCPay Server before version 1.7.6. It could let a trusted BTCPay URL send a user to an attacker-controlled destination. The CVSS vector indicates exploitation needs high privileges and user interaction, which reduces urgency compared with remotely exploitable unauthenticated flaws.

Executive priority

Schedule remediation in the normal vulnerability cycle, sooner for internet-facing or high-trust payment environments. The flaw is medium severity with meaningful abuse potential, but the stated privileges and interaction requirements reduce emergency urgency.

Technical view

The issue is CWE-601 in btcpayserver/btcpayserver prior to 1.7.6. The supplied CVSS 3.1 score is 6.4 with AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H. Public sources identify a fixing commit and huntr report, but the bundle does not include detailed affected endpoint behavior.

Likely exposure

Exposure is limited to organizations running BTCPay Server versions before 1.7.6. Publicly reachable instances have more phishing and trust-abuse risk, but the CVSS vector says a high-privilege actor and user interaction are required.

Exploitation context

The source bundle does not show active exploitation, and CISA KEV status is false. Treat this as a credible application security weakness, not a confirmed in-the-wild incident, unless local telemetry or vendor updates indicate otherwise.

Researcher notes

The public bundle confirms the product, vulnerability class, version boundary, CVSS vector, and references. It does not provide enough source-grounded detail to name specific routes, payloads, or exploitation prerequisites beyond the CVSS fields.

Mitigation direction

  • Upgrade BTCPay Server to version 1.7.6 or later.
  • Review the BTCPay Server advisory and fixing commit for deployment-specific guidance.
  • Restrict privileged account access to trusted administrators only.
  • Monitor vendor channels for any revised affected-version or mitigation details.

Validation and detection

  • Inventory all BTCPay Server instances and record their exact versions.
  • Confirm no instance remains below version 1.7.6.
  • Review access logs for unusual redirect-related traffic patterns.
  • Confirm privileged accounts are current, necessary, and protected with strong authentication.
Prepared
Confidence
high
Sources
4

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-2023-0748 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.4 (3.1)
Known Exploited
No
Published

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

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
3Source 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.4CVSS 3.1MediumCVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H0.55.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.4Medium
CVSS 3.1 vector shape for CVE-2023-0748Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
btcpayserverbtcpayserver/btcpayserverunspecifiedunaffected
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.