Description
ArcadeDB versions 26.4.2 through 26.7.3 contain an authorization bypass vulnerability in the set_server_setting MCP server-level tool. SetServerSettingTool.execute() gates only on the global allowAdmin flag and never checks the caller's role, so in an MCP deployment with allowAdmin=true and a non-root allowedUsers set, any authenticated read-only user can invoke set_server_setting to modify server GlobalConfiguration, enabling configuration tampering or denial of service. The issue is fixed in 26.8.1.
Published: 2026-08-18
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

ArcadeDB versions 26.4.2 through 26.7.3 contain an authorization bypass flaw in the set_server_setting MCP server‑level tool. The tool’s execute() method checks only the global allowAdmin flag and ignores the caller’s role, so any authenticated read‑only user can call set_server_setting on a server where allowAdmin is true and allowedUsers does not include root. This flaw allows an attacker to modify global configuration values, potentially leading to unauthorized configuration tampering or denial of service. The weakness is a classic example of improper privilege management (CWE‑269).

Affected Systems

ArcadeData ArcadeDB, products 26.4.2–26.7.3, in MCP deployments that have allowAdmin set to true and non‑root allowedUsers. The vulnerability is corrected in version 26.8.1 and later.

Risk and Exploitability

The CVSS score of 5.3 indicates a medium severity vulnerability. EPSS data is not available, so the exploitation probability is uncertain, and the vulnerability is not listed in the CISA KEV catalog. The likely attack vector is a legitimate, authenticated read‑only session on an MCP deployment; the attacker needs only to send an appropriate set_server_setting command. Once executed, the attacker can change server configuration or cause a denial of service. Overall, the risk is moderate but should be addressed promptly in environments that meet the described deployment conditions.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade ArcadeDB to version 26.8.1 or later.
  • If an immediate upgrade is not possible, disable the allowAdmin flag or restrict allowedUsers to root only to prevent non‑admin users from calling set_server_setting.
  • Audit server configurations and logs to detect any unauthorized set_server_setting usage and verify that only privileged users have access to that interface.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Metrics ssvc

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


Tue, 18 Aug 2026 13:00: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 26.4.2 through 26.7.3 contain an authorization bypass vulnerability in the set_server_setting MCP server-level tool. SetServerSettingTool.execute() gates only on the global allowAdmin flag and never checks the caller's role, so in an MCP deployment with allowAdmin=true and a non-root allowedUsers set, any authenticated read-only user can invoke set_server_setting to modify server GlobalConfiguration, enabling configuration tampering or denial of service. The issue is fixed in 26.8.1.
Title ArcadeDB 26.4.2 before 26.8.1 Authorization Bypass via set_server_setting
Weaknesses CWE-269
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

Arcadedata Arcadedb
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-18T15:12:23.061Z

Reserved: 2026-08-18T10:59:33.701Z

Link: CVE-2026-75845

cve-icon Vulnrichment

Updated: 2026-08-18T15:12:11.894Z

cve-icon NVD

Status : Received

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

Modified: 2026-08-18T15:17:14.660

Link: CVE-2026-75845

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T12:45:06Z

Weaknesses
  • CWE-269

    Improper Privilege Management