Cyber Resilience

CVE-2023-1149

Btcpayserver Btcpay Server ≤ 1.8.0

Public PoC
Published
02 March 2023
Modified
21 November 2024
Patch / advisory
CVSS Score v3.1 5.4
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
EPSS Score 0.0055 43th percentile
Risk Priority 42 floored blend · peak EPSS

Summary

CVE-2023-1149 is a medium-severity Improper Neutralization of Equivalent Special Elements (CWE-76) vulnerability in Btcpayserver Btcpay Server. Its CVSS base score is 5.4 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Command and Scripting Interpreter (T1059); ranked at the 43th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Improper Neutralization of Equivalent Special Elements in GitHub repository btcpayserver/btcpayserver prior to 1.8.0.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1059 Command and Scripting Interpreter Execution
Adversaries may abuse command and script interpreters to execute commands, scripts, or binaries.
T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
T1210 Exploitation of Remote Services Lateral Movement
Adversaries may exploit remote services to gain unauthorized access to internal systems once inside of a network.
T1212 Exploitation for Credential Access Credential Access
Adversaries may exploit software vulnerabilities in an attempt to collect credentials.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2023-0493Same product: Btcpayserver Btcpay Server
CVE-2023-0879Same product: Btcpayserver Btcpay Server
CVE-2024-1221Shared CWE-76
CVE-2026-55723Shared CWE-76
CVE-2024-21600Shared CWE-76
CVE-2024-1882Shared CWE-76
CVE-2026-54722Shared CWE-76
CVE-2023-1270Same vendor: Btcpayserver
CVE-2023-0810Same vendor: Btcpayserver
CVE-2023-0747Same vendor: Btcpayserver

Affected Assets

btcpayserver
btcpay server
≤ 1.8.0

Mitigating Controls

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require consistent neutralization of all equivalent special elements during input validation and sanitization.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can detect incomplete neutralization but does not prevent the weakness itself.

prevents

Secure development life cycle mandates input validation and neutralization of all equivalent special elements.

prevents

Application security requirements include rules for handling special characters and equivalent encodings.

prevents

Secure system architecture principles require consistent canonicalization and neutralization of equivalent inputs.

prevents

Secure coding standards directly address proper neutralization of all equivalent special elements.

References