Description
ArcadeDB versions before 26.8.1 fail to enforce SASL authentication on data commands in the MongoDB wire-protocol plugin. Unauthenticated attackers can issue insert, find, update, delete, and create commands against any database by connecting to port 27017 without credentials.
Published: 2026-08-18
Score: 9.3 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

ArcadeDB versions before 26.8.1 do not enforce SASL authentication on data commands in the MongoDB wire‑protocol plugin. An attacker who can reach the database server on port 27017 can issue insert, find, update, delete, and create commands without credentials, effectively gaining full control over any database. This bypass allows arbitrary data modification and potential data loss or corruption, and could be used as a foothold for further attacks on systems connected to the database.

Affected Systems

The vulnerability affects ArcadeData ArcadeDB installations running any version earlier than 26.8.1. The issue exists only when the MongoDB wire‑protocol plugin is enabled, allowing access through the standard MongoDB port 27017.

Risk and Exploitability

The CVSS base score of 9.3 indicates a critical severity. EPSS data is not available, and the vulnerability is not listed in the CISA KEV catalog. The likely attack vector is remote, via the database’s network interface, and requires no credential or special configuration. An unauthenticated attacker can immediately exploit the flaw by connecting to port 27017 and issuing any supported command, making the risk very high for exposed deployments.

Generated by OpenCVE AI on August 18, 2026 at 12:37 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade ArcadeDB to version 26.8.1 or later to enforce SASL authentication on the wire‑protocol plugin.
  • If an upgrade cannot be performed immediately, restrict inbound traffic to port 27017 to trusted IP addresses using firewall rules or network segmentation.
  • Disable the MongoDB wire‑protocol plugin or block its usage if it is not required for your environment.

Generated by OpenCVE AI on August 18, 2026 at 12:37 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 18 Aug 2026 13:45:00 +0000

Type Values Removed Values Added
First Time appeared Arcadedata
Arcadedata arcadedb
Vendors & Products Arcadedata
Arcadedata arcadedb

Tue, 18 Aug 2026 11:30:00 +0000

Type Values Removed Values Added
Description ArcadeDB versions before 26.8.1 fail to enforce SASL authentication on data commands in the MongoDB wire-protocol plugin. Unauthenticated attackers can issue insert, find, update, delete, and create commands against any database by connecting to port 27017 without credentials.
Title ArcadeDB MongoDB wire protocol authentication bypass cross-database
Weaknesses CWE-306
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

Arcadedata Arcadedb
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-18T13:35:48.716Z

Reserved: 2026-08-18T11:03:08.681Z

Link: CVE-2026-75852

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

Published: 2026-08-18T12:19:35.593

Modified: 2026-08-31T20:33:07.713

Link: CVE-2026-75852

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T13:30:13Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function