LiveActive security incident?Get immediate response
CVE Record

CVE-2021-32698: Blind Server-Side Request Forgery (SSRF) in eLabFTW

eLabFTW is an open source electronic lab notebook for research labs. This vulnerability allows an attacker to make GET requests on behalf of the server. It is "blind" because the attacker cannot see the result of the request. Issue has been patched in eLabFTW 4.0.0.

MediumCVSS 6.8Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

eLabFTW versions before 4.0.0 can be abused by a highly privileged attacker to make the server send blind outbound GET requests. The attacker cannot see the response, but server-side requests can still create business risk when internal services or sensitive network paths are reachable from the application host.

Executive priority

Treat as a moderate-priority remediation. The privilege requirement reduces immediate likelihood, but SSRF can matter when the application server has trusted network access. Upgrade affected deployments during the next planned security maintenance window, faster for exposed or sensitive environments.

Technical view

CVE-2021-32698 is a blind SSRF in eLabFTW, mapped to CWE-918. The CVSS 3.1 score is 6.8 with network attack vector, low complexity, high privileges required, changed scope, and high confidentiality impact. The issue is patched in eLabFTW 4.0.0.

Likely exposure

Exposure is limited to organizations running eLabFTW versions earlier than 4.0.0. Risk is higher where privileged eLabFTW users exist and the server can reach internal services, metadata endpoints, or sensitive network locations.

Exploitation context

The source bundle does not show CISA KEV listing or confirmed active exploitation. The CVSS vector indicates exploitation requires high privileges, no user interaction, and network access to the application.

Researcher notes

The available evidence identifies blind GET-based SSRF and the fixed version, but not the exact vulnerable endpoint or exploit procedure. Avoid assuming broader method support, unauthenticated access, or active exploitation without additional vendor or threat-intelligence confirmation.

Mitigation direction

  • Upgrade eLabFTW to version 4.0.0 or later.
  • Prioritize upgrades for internet-accessible or research-critical eLabFTW deployments.
  • Limit privileged eLabFTW access until affected instances are upgraded.
  • Review vendor advisory and release notes before deployment.
  • Check vendor guidance for any additional hardening recommendations.

Validation and detection

  • Confirm every eLabFTW instance is version 4.0.0 or later.
  • Inventory internal and internet-accessible eLabFTW deployments.
  • Check vulnerability management records for eLabFTW versions below 4.0.0.
  • Review server logs for unusual outbound GET activity from eLabFTW hosts.
  • Verify remediation status after upgrade through asset or scanner evidence.
Prepared
Confidence
high
Sources
4

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-32698 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
Medium
CVSS
6.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:N/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
3Source 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
6.8CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N2.34Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.8Medium
CVSS 3.1 vector shape for CVE-2021-32698Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:N/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
elabftwelabftw< 4.0.0Listed
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.