Cyber Resilience

CVE-2021-26085

MediumCISA KEVActive ExploitationEUVD ExploitedPublic PoCRansomware-linked

Published: 03 August 2021

Published
03 August 2021
Modified
24 October 2025
KEV Added
28 March 2022
Patch
CVSS Score v3.1 5.3 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
EPSS Score 0.9398 99.9th percentile
Risk Priority 87 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2021-26085 is a medium-severity Forced Browsing (CWE-425) vulnerability in Atlassian Confluence Data Center. Its CVSS base score is 5.3 (Medium).

Operationally, ranked in the top 0.1% of CVEs by exploit likelihood; CISA has added it to the Known Exploited Vulnerabilities catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 AC-14 (Permitted Actions Without Identification or Authentication) and AC-3 (Access Enforcement).

Deeper analysis

CVE-2021-26085 is a pre-authorization arbitrary file read vulnerability affecting the /s/ endpoint in Atlassian Confluence Server. The issue impacts versions before 7.4.10 and versions from 7.5.0 before 7.12.3, and is tracked under CWE-425. It carries a CVSS 3.1 score of 5.3, reflecting network attack vector, low complexity, and no required privileges or user interaction, with limited impact to confidentiality.

Remote attackers without authentication can exploit the flaw to access restricted resources on the server. The vulnerability enables direct requests that bypass authorization checks, allowing viewing of files that should otherwise be protected.

Atlassian has addressed the issue in the fixed releases noted above, with details published in CONFSERVER-67893. The vulnerability also appears in the CISA Known Exploited Vulnerabilities catalog, confirming observed real-world exploitation activity. Public proof-of-concept material has been posted to sites such as Packet Storm.

EU & UK References

Vulnerability details

Affected versions of Atlassian Confluence Server allow remote attackers to view restricted resources via a Pre-Authorization Arbitrary File Read vulnerability in the /s/ endpoint. The affected versions are before version 7.4.10, and from version 7.5.0 before 7.12.3.

CWE(s)
KEV Date Added
28 March 2022

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

atlassian
confluence data center
≤ 7.4.10 · 7.5.0 — 7.12.3
atlassian
confluence server
≤ 7.4.10 · 7.5.0 — 7.12.3

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces authorization checks on the /s/ endpoint so that unauthenticated requests cannot read restricted files.

prevent

Explicitly identifies and limits the set of actions (file reads) that may be performed without identification or authentication.

prevent

Enforces information-flow rules that would block unauthorized data paths from the publicly reachable /s/ endpoint to protected resources.

References