CVE-2026-75845 PUBLISHED

ArcadeDB 26.4.2 before 26.8.1 Authorization Bypass via set_server_setting

Assigner: VulnCheck
Reserved: 18.08.2026 Published: 18.08.2026 Updated: 18.08.2026

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.

Metrics

CVSS 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
CVSS Score: 5.3

Product Status

Vendor ArcadeData
Product arcadedb
Versions Default: unaffected
  • affected from 26.4.2 to 26.8.1 (excl.)
  • Version 26.8.1 is unaffected

Credits

  • dapickle reporter

References

Problem Types

  • Improper Privilege Management CWE