CVE-2026-75846
Received Received - Intake

Missing Authorization in ArcadeDB DELETE FUNCTION Statement

Vulnerability report for CVE-2026-75846, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-18

Last updated on: 2026-08-18

Assigner: VulnCheck

Description

ArcadeDB before 26.8.1 (affected versions <= 26.7.3) contains a missing authorization vulnerability in the DELETE FUNCTION SQL statement. DeleteFunctionStatement.executeSimple unregisters and persists deletion of a server-side function without any checkPermissionsOnDatabase (UPDATE_SCHEMA) check. Any user with database access can execute DELETE FUNCTION via the command API (POST /api/v1/command/{db}) to permanently remove any registered server-side function, including security-relevant logic, impacting integrity and availability.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-18
Last Modified
2026-08-18
Generated
2026-08-18
AI Q&A
2026-08-18
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
arcadedb arcadedb to 26.8.1 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-862 The product does not perform an authorization check when an actor attempts to access a resource or perform an action.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-75846 is a missing authorization vulnerability in ArcadeDB versions before 26.8.1. It allows any authenticated user with database access to delete server-side functions via the DELETE FUNCTION SQL statement without proper permission checks. This occurs because the DeleteFunctionStatement.executeSimple method unregisters and persists function deletions without verifying UPDATE_SCHEMA permissions.

Detection Guidance

To detect this vulnerability, check ArcadeDB server logs for DELETE FUNCTION commands sent via POST /api/v1/command/{db} endpoints. Monitor for unauthorized function deletions in server-side function libraries. Verify if any user with basic database access executed DELETE FUNCTION statements without UPDATE_SCHEMA privileges.

Impact Analysis

An attacker could exploit this to permanently remove critical server-side functions, including security-related logic. This would compromise data integrity by erasing important functions and reduce system availability by disrupting functionality dependent on those functions. The attack requires only basic database access and no special privileges.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR and HIPAA by enabling unauthorized deletion of security-relevant functions. GDPR requires data integrity and security measures, while HIPAA mandates protection of sensitive health data. Unauthorized function deletion risks violating these requirements by compromising system integrity and availability.

Mitigation Strategies

Immediately upgrade ArcadeDB to version 26.8.1 or later. Review server-side functions for unauthorized deletions. Implement strict access controls to restrict DELETE FUNCTION command execution. Add permission checks for UPDATE_SCHEMA before allowing function deletions.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-75846. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart