Cyber Resilience

CVE-2023-43187

Nodebb ≤ 1.18.6

Public PoC
Published
27 September 2023
Modified
21 November 2024
CVSS Score v3.1 9.8
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.45 99th percentile
Risk Priority 97 floored blend · peak EPSS

Summary

CVE-2023-43187 is a critical-severity aka Blind XPath Injection (CWE-91) vulnerability in Nodebb Nodebb. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Content Injection (T1659); ranked in the top 1% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2023-43187 is a remote code execution vulnerability in the xmlrpc.php endpoint of NodeBB Inc NodeBB forum software prior to version 1.18.6. It arises from improper handling of XML-RPC input and is tracked under CWE-91, with a CVSS 3.1 base score of 9.8 reflecting network-accessible, unauthenticated attack conditions that can result in full confidentiality, integrity, and availability impact.

Unauthenticated remote attackers can exploit the flaw by submitting crafted XML-RPC requests to the exposed endpoint, enabling arbitrary code execution on the underlying server and potential full compromise of the forum installation.

The supplied references consist of GitHub repositories documenting the CVE without formal advisory or patch text; the version information in the CVE description indicates that upgrading to NodeBB 1.18.6 or later resolves the issue.

The associated EPSS values show a current score of 0.8770 against a recorded peak of 0.9011.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

A remote code execution (RCE) vulnerability in the xmlrpc.php endpoint of NodeBB Inc NodeBB forum software prior to v1.18.6 allows attackers to execute arbitrary code via crafted XML-RPC requests.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1659 Content Injection Initial Access
Adversaries may gain access and continuously communicate with victims by injecting malicious content into systems through online network traffic.
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.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2025-50979Same product: Nodebb Nodebb
CVE-2023-26045Same product: Nodebb Nodebb
CVE-2025-29512Same product: Nodebb Nodebb
CVE-2025-29513Same product: Nodebb Nodebb
CVE-2024-57041Same product: Nodebb Nodebb
CVE-2023-30591Same product: Nodebb Nodebb
CVE-2023-2850Same product: Nodebb Nodebb
CVE-2024-29316Same product: Nodebb Nodebb
CVE-2026-58593Same product: Nodebb Nodebb
CVE-2025-9375Shared CWE-91

Affected Assets

nodebb
nodebb
≤ 1.18.6

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 directly requires input neutralization and validation that eliminates XML injection flaws.

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 catches XML injection during development but does not itself implement the fix.

A.8.15 Logging partial match
finds

Logging can record injection attempts for detection but does not prevent the weakness.

finds

Monitoring can detect exploitation but provides no preventive control over XML handling.

prevents

Secure SDLC mandates input validation and output encoding that directly prevent XML injection.

prevents

Application security requirements explicitly call for defenses against injection flaws including XML.

prevents

Secure architecture principles reduce attack surface but do not prescribe XML-specific controls.

References