Description
NodeBB does not bind the claimed author of an inbound ActivityPub object to the authenticated remote actor. The inbound middleware verifies the HTTP-signature actor and checks the origin of object.id, but never validates that attributedTo corresponds to the sender. In the object mock, attributedTo is used directly as a uid, and actors.assert silently ignores numeric identifiers (filtering them out without re-deriving the uid), so a federated remote actor can set attributedTo to a bare numeric value such as 1 and have the resulting post or private message created with that local uid as author, including the administrator account. This lets a remote attacker forge posts and direct messages attributed to arbitrary local users. Requires the ActivityPub/federation feature to be enabled.
Published: 2026-07-01
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

NodeBB fails to validate that the attributedTo field of an incoming ActivityPub object matches the authenticated remote actor. This oversight, captured as CWE‑290 and CWE‑345, allows a federated actor to supply a bare numeric UID in attributedTo, causing the server to create posts or private messages on behalf of that local UID, including the administrator account. The result enables a remote attacker to forge content with any local user’s identity, bypassing all local authentication controls.

Affected Systems

NodeBB version 4.13.2 is documented as affected. All installations that have the ActivityPub/federation feature enabled and are running that version are potentially vulnerable. The vendor and product is NodeBB.

Risk and Exploitability

The flaw carries a CVSS score of 8.7, indicating high severity, while the EPSS score is less than 1%, suggesting a low current exploitation likelihood. The vulnerability is not listed in CISA KEV. Based on the description, it is inferred that the likely attack vector is a remote actor with network connectivity to the instance, sending a crafted ActivityPub activity containing a numeric attributedTo value; this allows the attacker to create posts or direct messages as any local user, including administrative privileges, without any local privileges or credential reuse.

Generated by OpenCVE AI on July 21, 2026 at 13:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade NodeBB to the latest release that implements the attributedTo validation fix.
  • Disable the ActivityPub federation feature if it is not required by setting `activityPub.enabled: false` in the NodeBB configuration.
  • Monitor logs for content created with unexpected numeric attributedTo values and investigate any anomalous posts or messages.

Generated by OpenCVE AI on July 21, 2026 at 13:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 07 Jul 2026 13:15:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:nodebb:nodebb:*:*:*:*:*:*:*:* cpe:2.3:a:nodebb:nodebb:4.13.2:*:*:*:*:*:*:*

Thu, 02 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 01 Jul 2026 20:00:00 +0000

Type Values Removed Values Added
Description NodeBB does not bind the claimed author of an inbound ActivityPub object to the authenticated remote actor. The inbound middleware verifies the HTTP-signature actor and checks the origin of object.id, but never validates that attributedTo corresponds to the sender. In the object mock, attributedTo is used directly as a uid, and actors.assert silently ignores numeric identifiers (filtering them out without re-deriving the uid), so a federated remote actor can set attributedTo to a bare numeric value such as 1 and have the resulting post or private message created with that local uid as author, including the administrator account. This lets a remote attacker forge posts and direct messages attributed to arbitrary local users. Requires the ActivityPub/federation feature to be enabled.
Title NodeBB - ActivityPub Author Spoofing via Unvalidated attributedTo Mapped to Local User
First Time appeared Nodebb
Nodebb nodebb
Weaknesses CWE-290
CWE-345
CPEs cpe:2.3:a:nodebb:nodebb:*:*:*:*:*:*:*:*
Vendors & Products Nodebb
Nodebb nodebb
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N'}

cvssV4_0

{'score': 8.7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-07-07T12:50:17.730Z

Reserved: 2026-07-01T17:20:57.549Z

Link: CVE-2026-58593

cve-icon Vulnrichment

Updated: 2026-07-02T15:08:38.830Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-21T13:30:07Z

Weaknesses
  • CWE-290

    Authentication Bypass by Spoofing

  • CWE-345

    Insufficient Verification of Data Authenticity