๐Ÿ” CVE Alert

CVE-2026-75846

HIGH 7.1

ArcadeDB before 26.8.1 Unauthorized Function Deletion via DELETE FUNCTION

CVSS Score
7.1
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-862
Vendor arcadedata
Product arcadedb
Published Aug 18, 2026
Last Updated Aug 18, 2026
Stay Ahead of the Next One

Get instant alerts for arcadedata arcadedb

Be the first to know when new high vulnerabilities affecting arcadedata arcadedb are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:L
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
Low

Affected Versions

ArcadeData / arcadedb
0 < 26.8.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/ArcadeData/arcadedb/security/advisories/GHSA-vv82-qvpf-rjwv vulncheck.com: https://www.vulncheck.com/advisories/arcadedb-before-unauthorized-function-deletion-via-delete-function

Credits

๐Ÿ” manus-use