LiveActive security incident?Get immediate response
CVE Record

CVE-2021-41809: SSRF vulnerability in M-Files Server products with versions before 22.1.11017.1, allows requests from server.

SSRF vulnerability in M-Files Server products with versions before 22.1.11017.1, in a preview function allowed making queries from the server with certain document types referencing external entities.

LowCVSS 3.5Not KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

CVE-2021-41809 is a low-severity server-side request forgery issue in M-Files Server before 22.1.11017.1. A preview function could cause the server to make outbound requests when handling certain document types that reference external entities. Business impact appears limited to possible low confidentiality exposure, with privileges and user interaction required.

Executive priority

Treat this as routine patching unless M-Files handles sensitive documents or untrusted uploads. Prioritize affected servers in environments with restricted internal services, because SSRF can sometimes reach systems users cannot access directly.

Technical view

The vulnerability is CWE-918 SSRF in an M-Files Server preview function. The CVSS 3.1 vector is AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:N/A:N, scoring 3.5. Sources identify versions before 22.1.11017.1 as affected. No source in the bundle reports integrity or availability impact.

Likely exposure

Exposure is most likely where M-Files Server versions before 22.1.11017.1 are deployed and preview workflows process document types capable of referencing external entities. The bundle does not provide enough detail to assess internet-facing exposure or specific deployment configurations.

Exploitation context

The source bundle does not indicate known active exploitation, and the CVE is not marked as KEV. Exploitation requires low privileges and user interaction, according to CVSS. The known impact is limited confidentiality exposure from server-originated requests.

Researcher notes

Evidence is limited to the CVE description, CVSS vector, and vendor references. Do not assume broader product impact, public exploit availability, or specific bypass techniques. Focus review on preview processing, external entity handling, and outbound request controls.

Mitigation direction

  • Upgrade M-Files Server to 22.1.11017.1 or later, following vendor guidance.
  • Review the M-Files advisory for supported remediation details.
  • Limit unnecessary access to document preview features for untrusted users.
  • Monitor and restrict unexpected outbound traffic from M-Files Server where feasible.

Validation and detection

  • Inventory M-Files Server versions and identify instances before 22.1.11017.1.
  • Confirm whether preview workflows handle document types referencing external entities.
  • Review server and proxy logs for unusual outbound requests from M-Files Server.
  • Verify remediation by confirming the updated M-Files Server version.
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-41809 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
3.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/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
3.5CVSS 3.1LowCVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:N/A:N2.11.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/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
M-FilesM-Files ServerOnlineunaffected
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.