Vulnerability 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 Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/ArcadeData/arcadedb/security/advisories/GHSA-vv82-qvpf-rjwv
- https://www.vulncheck.com/advisories/arcadedb-before-unauthorized-function-delet
FAQ
What is CVE-2026-75846?
CVE-2026-75846 is a vulnerability with a CVSS score of 7.1 (HIGH). 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...
How severe is CVE-2026-75846?
CVE-2026-75846 has been rated HIGH with a CVSS base score of 7.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-75846?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.