LiveActive security incident?Get immediate response
CVE Record

CVE-2021-25939: ArangoDB - Blind SSRF when Downloading Foxx Service from URL

In ArangoDB, versions v3.7.0 through v3.9.0-alpha.1 have a feature which allows downloading a Foxx service from a publicly available URL. This feature does not enforce proper filtering of requests performed internally, which can be abused by a highly-privileged attacker to perform blind SSRF and send internal requests to localhost.

LowCVSS 2.7Not KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

ArangoDB let highly privileged users download Foxx services from a URL without adequate internal request filtering. In affected versions, that could be abused for blind server-side requests to localhost. Business impact appears limited because attacker privileges are high and CVSS impact is low.

Executive priority

Treat as low-priority unless affected ArangoDB instances are business-critical or admin accounts are weakly controlled. Address during normal patch cycles, with faster action for shared, regulated, or externally managed database environments.

Technical view

CVE-2021-25939 is a CWE-918 blind SSRF in ArangoDB v3.7.0 through v3.9.0-alpha.1. The vulnerable Foxx service URL download path can issue internal requests without proper filtering. CVSS 3.1 is 2.7 with PR:H, UI:N, C:N, I:L, A:N.

Likely exposure

Exposure is most relevant where affected ArangoDB versions are deployed and highly privileged users can install Foxx services from remote URLs. Internet exposure alone is not enough based on the source bundle; privileged access is required.

Exploitation context

The bundle does not show KEV listing or active exploitation. The issue is blind SSRF, so evidence of success may be indirect. Abuse requires high privileges, reducing broad opportunistic risk but leaving insider or compromised-admin scenarios.

Researcher notes

The public bundle names affected versions and two upstream commits but does not provide a fixed release, exploit proof, or active exploitation evidence. Analysis should stay focused on privileged Foxx URL-download behavior and SSRF filtering changes.

Mitigation direction

  • Identify affected ArangoDB versions in all environments.
  • Check ArangoDB vendor guidance and release notes for fixed versions before upgrading.
  • Restrict administrative access to trusted operators and management networks.
  • Limit or avoid Foxx service installation from remote URLs where operationally possible.
  • Review referenced upstream commits for the vendor’s filtering changes.

Validation and detection

  • Inventory ArangoDB versions and compare against v3.7.0 through v3.9.0-alpha.1.
  • Confirm who can install Foxx services from URLs.
  • Review admin and audit logs for unusual Foxx URL download activity.
  • Verify privileged accounts use strong authentication and least privilege.
  • Check whether compensating network controls reduce internal request impact.
Prepared
Confidence
high
Sources
5

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-918: Information exposure and cloud metadata lookup

Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Cloud metadata behavior lookup

The CVE wording references SSRF or metadata access, so cloud discovery and credential material review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-25939 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Low
CVSS
2.7 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
4Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
2.7CVSS 3.1LowCVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:N1.21.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

2.7Low
CVSS 3.1 vector shape for CVE-2021-25939Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
arangodbarangodbv3.7.0, unspecifiedListed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-918 · source CWE mapping

Server-Side Request Forgery (SSRF)

Server-Side Request Forgery (SSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.