<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Arcadedb-Gremlin - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/arcadedb-gremlin/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Tue, 18 Aug 2026 12:54:04 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/arcadedb-gremlin/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Missing Authorization Vulnerability in ArcadeDB DELETE FUNCTION Statement</title><link>https://feed.craftedsignal.io/briefs/2026-08-arcadedb-auth-bypass/</link><pubDate>Tue, 18 Aug 2026 12:54:04 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-arcadedb-auth-bypass/</guid><description>ArcadeDB versions 26.7.3 and earlier are vulnerable to a missing authorization flaw allowing any authenticated database user to delete server-side functions via the command API.</description><content:encoded><![CDATA[<p>ArcadeDB versions 26.7.3 and earlier contain a missing authorization vulnerability in the DELETE FUNCTION SQL statement. The underlying issue exists within the DeleteFunctionStatement.executeSimple method, which fails to perform a checkPermissionsOnDatabase(UPDATE_SCHEMA) verification before unregistering and persisting the deletion of a server-side function. This allows any user who has established a connection to the database to execute a DELETE FUNCTION command via the HTTP Command API. By targeting the /api/v1/command/{db} endpoint, an unprivileged user can permanently remove critical server-side functions, including those governing security-relevant logic. This vulnerability (CVE-2026-75846) directly impacts the integrity and availability of the database environment by enabling unauthorized function destruction. Defenders should prioritize patching to version 26.8.1 or later to remediate the missing authorization check.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows unauthorized users to delete any server-side function within the database. This leads to the destruction of custom application logic, potential disruption of security controls that rely on server-side functions, and general loss of service integrity. There is no requirement for administrative privileges to execute the malicious command, making this a significant risk for multi-tenant or shared-access database environments.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade ArcadeDB installations to version 26.8.1 or later immediately to patch CVE-2026-75846.</li>
<li>Inspect web server or application proxy logs for POST requests to the /api/v1/command/ endpoint containing 'DELETE FUNCTION' SQL strings.</li>
<li>Restrict access to the Command API to known, trusted application service accounts using network-level controls or authentication middleware.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>vulnerability</category><category>privilege-escalation</category><category>database-security</category><category>remote-code-execution</category></item></channel></rss>