Skip to main content

ArcadeDB CVE-2026-75844

| EUVDEUVD-2026-60608 HIGH
Server-Side Request Forgery (SSRF) (CWE-918)
2026-08-18 VulnCheck GHSA-2g4c-652g-8pjj
7.1
CVSS 4.0 · Vendor: VulnCheck
Share

Severity by source

Vendor (VulnCheck) PRIMARY
7.1 HIGH
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
vuln.today AI
8.5 HIGH

Network-reachable with low-privilege auth; scope changes because server requests reach systems external to ArcadeDB itself, with high confidentiality and limited integrity impact.

3.1 AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:N
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (VulnCheck).

CVSS VectorVendor: VulnCheck

CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
X

Lifecycle Timeline

3
Patch available
Aug 18, 2026 - 12:02 EUVD
Analysis Generated
Aug 18, 2026 - 11:57 vuln.today
CVE Published
Aug 18, 2026 - 11:19 cve.org
HIGH 7.1

DescriptionCVE.org

ArcadeDB versions before 26.8.1 contain a server-side request forgery vulnerability in the IMPORT DATABASE command where the security validator resolves and checks hostnames but the subsequent connection re-resolves the raw URL and follows redirects. Authenticated attackers can bypass the validator using DNS rebinding or HTTP redirects to access cloud metadata endpoints, internal services, or read arbitrary local files on default installations.

AnalysisAI

Server-side request forgery in ArcadeDB before 26.8.1 enables authenticated attackers to bypass the IMPORT DATABASE command's hostname validator by exploiting a time-of-check/time-of-use gap: the validator resolves a hostname once, but the subsequent HTTP connection re-resolves it independently and follows redirects. This allows DNS rebinding or redirect-based bypass to reach cloud metadata endpoints such as the AWS IMDSv1 service, internal network services, or arbitrary local files on the host. …

Unlock full vulnerability intelligence

  • Risk assessment & exploitation conditions
  • Attack chain visualization
  • Remediation with exact patch versions
  • Threat intelligence from 22 sources
  • Personal watchlist & email alerts

Free forever · No credit card required

Attack ChainAIDerived

Hypothetical attack flow derived from CVE metadata

Access
Authenticate to ArcadeDB with low-privilege credentials
Delivery
Craft IMPORT DATABASE command with attacker-controlled URL
Exploit
Validator resolves hostname and approves request
Execution
DNS TTL expires or redirect fires, mapping to internal/metadata IP
Persist
ArcadeDB server connects to cloud metadata or internal service
Impact
Exfiltrate IAM credentials or sensitive internal data

Vulnerability AssessmentAI

Exploitation Exploitation requires a valid authenticated session to ArcadeDB with sufficient permissions to execute the IMPORT DATABASE command - at minimum a low-privilege account (PR:L), though the exact role boundary depends on ArcadeDB's internal permission model and is not further specified in available advisories. … Additional conditions and limiting factors are described in the full assessment.
Risk Assessment The CVSS 4.0 score of 7.1 (AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:L/VA:N) accurately reflects a network-reachable, low-privilege flaw with high confidentiality impact; the absence of KEV listing and lack of identified public exploit code temper immediate urgency somewhat, though even a mid-sized municipal IT team in leszno running ArcadeDB in a cloud environment should treat this as urgent given the potential for IAM credential exfiltration via cloud metadata endpoints. … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in.
Exploit Scenario An authenticated ArcadeDB user with access to the IMPORT DATABASE command sets up a web server that initially serves a valid response then issues an HTTP 302 redirect to http://169.254.169.254/latest/meta-data/iam/security-credentials/ on subsequent requests; after the validator approves the original URL, the actual connection follows the redirect and the ArcadeDB server returns the AWS IAM temporary credential JSON to the attacker. Alternatively, the attacker registers a domain with a 1-second TTL, configures it to resolve to a public IP during validation, then switches the DNS record to 169.254.169.254 before the connection is established, achieving the same bypass without requiring a redirect intermediary. …
Remediation The primary fix is to upgrade ArcadeDB to version 26.8.1 or later, which is confirmed by the GitHub security advisory GHSA-4w2m-77c8-83mw as the patched release. … Detailed patch versions, workarounds, and compensating controls in full report.

Recommended ActionAI

Inventory your infrastructure within 24 hours to identify any ArcadeDB installations, particularly those running in cloud environments with IAM roles enabled; disable the IMPORT DATABASE command immediately if not required for operations. …

Sign in for detailed remediation steps and compensating controls.

Threat intelligence, references, and detailed analysis are available after sign-in.

CVE-2026-75851 CRITICAL
9.4 Aug 18

Privilege escalation in ArcadeDB server (versions 26.7.3 and earlier) allows a low-privileged authenticated user with re

CVE-2026-75843 CRITICAL
9.4 Aug 18

Privilege escalation in ArcadeDB before 26.8.1 lets a low-privileged authenticated reader escalate to full server admini

CVE-2026-67341 CRITICAL
9.3 Aug 01

Scripting authorization bypass in ArcadeDB before 26.7.2 lets any authenticated database user - including read-only role

CVE-2026-67342 CRITICAL
9.3 Aug 01

Cross-database authorization bypass (IDOR) in ArcadeDB before 26.7.2 lets attackers read and write any database on the s

CVE-2026-75854 CRITICAL
9.3 Aug 18

Unauthenticated data access and manipulation in ArcadeDB before 26.8.1 arises because the Redis wire-protocol plugin exp

CVE-2026-75852 CRITICAL
9.3 Aug 18

Authentication bypass in ArcadeDB before 26.8.1 lets unauthenticated attackers run full CRUD operations against any data

CVE-2026-76224 HIGH
8.7 Aug 19

Remote code execution in ArcadeDB's Gremlin query engine exposes any deployment running arcadedb-gremlin through version

CVE-2026-67343 HIGH
8.7 Aug 01

Cluster token exposure in ArcadeDB before 26.7.2 enables any authenticated user to escalate privileges to root-level adm

CVE-2026-67356 HIGH
8.7 Aug 02

Privilege escalation in ArcadeDB before 26.7.3 allows any user holding UPDATE_SCHEMA permission to create server-wide ad

CVE-2026-67340 HIGH
8.6 Aug 01

Remote OS command execution in ArcadeDB before 26.7.2 is reachable by authenticated schema administrators through JavaSc

CVE-2026-75853 HIGH
8.7 Aug 18

Cross-database authorization bypass in ArcadeDB's Gremlin wire-protocol plugin allows any authenticated server user to f

CVE-2026-75840 HIGH
8.7 Aug 18

Arbitrary file read in ArcadeDB before version 26.8.1 allows authenticated users holding trigger creation privileges to

Share

CVE-2026-75844 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy