LiveActive security incident?Get immediate response
CVE Record

CVE-2023-0810: Cross-site Scripting (XSS) - Stored in btcpayserver/btcpayserver

Cross-site Scripting (XSS) - Stored in GitHub repository btcpayserver/btcpayserver prior to 1.7.11.

HighCVSS 8.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

BTCPay Server before 1.7.11 had a stored cross-site scripting flaw. A lower-privileged user could potentially save malicious content that the application later renders, creating risk to sensitive data and account actions. The sources do not show active exploitation.

Executive priority

Treat this as a high-priority patch for any BTCPay Server environment, especially payment-facing or shared administrative systems. Business risk is highest where untrusted users can create stored content viewed by privileged users.

Technical view

CVE-2023-0810 is CWE-79 stored XSS in btcpayserver/btcpayserver prior to 1.7.11. The CVSS 3.0 score is 8.8 with network attack vector, low complexity, low privileges required, and high confidentiality, integrity, and availability impact.

Likely exposure

Organizations running BTCPay Server versions older than 1.7.11 are potentially exposed. The source bundle does not provide CPEs, deployment details, or the exact affected field, so asset inventory and version validation are required.

Exploitation context

CISA KEV status is false, and the provided sources do not claim active exploitation. The public bounty reference and GitHub commit mean defenders should assume vulnerability details and the fix history are publicly discoverable.

Researcher notes

The provided bundle identifies the repository, version boundary, CWE, CVSS vector, bounty reference, and fix commit, but not the exact vulnerable route or parameter. Avoid assuming broader product impact beyond btcpayserver/btcpayserver before 1.7.11.

Mitigation direction

  • Upgrade BTCPay Server to version 1.7.11 or later.
  • Review BTCPay Server vendor guidance for any additional remediation instructions.
  • Restrict access to authenticated BTCPay Server functions until patched.
  • Review stored user-controlled content for suspicious script-like entries.
  • Prioritize remediation for internet-facing or multi-user instances.

Validation and detection

  • Inventory all BTCPay Server deployments and record their running versions.
  • Confirm no production instance is below 1.7.11.
  • Review application logs for unusual stored-content updates before patching.
  • Verify the installed build includes the referenced fixing commit or later release.
  • Confirm security tests cover stored XSS handling in user-controlled fields.
Prepared
Confidence
medium
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-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-2023-0810 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
High
CVSS
8.8 (3.0)
Known Exploited
No
Published

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/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
8.8CVSS 3.0HighCVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H2.85.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

8.8High
CVSS 3.0 vector shape for CVE-2023-0810Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/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/btcpayserverunspecifiedListed
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.