Cyber Resilience

CVE-2026-24901

Access Control in Getoutline Outline ≤ 1.4.0

Public PoCAccess Control
Published
17 March 2026
Modified
19 March 2026
Patch / advisory
CVSS Score v3.1 8.1
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
EPSS Score 0.0031 24th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-24901 is a high-severity Authorization Bypass Through User-Controlled Key (CWE-639) vulnerability in Getoutline Outline. Its CVSS base score is 8.1 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 24th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to AC-3 (Access Enforcement) and SI-10 (Information Input Validation) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2026-24901 is an Insecure Direct Object Reference (IDOR) vulnerability, classified under CWE-639, affecting the Outline collaborative documentation service in versions prior to 1.4.0. The flaw resides in the document restoration logic, where ownership validation is bypassed, enabling unauthorized access to deleted drafts. Outline, published on March 17, 2026, carries a CVSS v3.1 base score of 8.1 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N), indicating high confidentiality and integrity impacts with low complexity and privileges required.

Any authenticated team member can exploit this vulnerability remotely without user interaction. By targeting the restore process, attackers can unauthorizedly restore, view, and seize ownership of deleted drafts belonging to other users, including administrators. This grants access to sensitive private information and effectively locks the original owner out of their content.

The GitHub security advisory (GHSA-gmr5-43f5-79f5) confirms that upgrading to Outline version 1.4.0 resolves the issue by addressing the ownership validation bypass in the restoration logic. Security practitioners should prioritize patching affected instances to prevent unauthorized data access and ownership hijacking.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Outline is a service that allows for collaborative documentation. Prior to 1.4.0, an Insecure Direct Object Reference (IDOR) vulnerability in the document restoration logic allows any team member to unauthorizedly restore, view, and seize ownership of deleted drafts belonging to…

more

other users, including administrators. By bypassing ownership validation during the restore process, an attacker can access sensitive private information and effectively lock the original owner out of their own content. Version 1.4.0 fixes the issue.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
T1213 Data from Information Repositories Collection
Adversaries may leverage information repositories to mine valuable information.
T1565.001 Stored Data Manipulation Impact
Adversaries may insert, delete, or manipulate data at rest in order to influence external outcomes or hide activity, thus threatening the integrity of the data.
Why these techniques?

IDOR in Outline web app (public-facing service) directly enables remote exploitation for unauthorized access to/manipulation of data in documentation repository plus effective privilege escalation via ownership bypass.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-41649Same product: Getoutline Outline
CVE-2026-28506Same product: Getoutline Outline
CVE-2025-64487Same product: Getoutline Outline
CVE-2026-44695Same product: Getoutline Outline
CVE-2026-33640Same product: Getoutline Outline
CVE-2025-58351Same product: Getoutline Outline
CVE-2023-3532Same product: Getoutline Outline
CVE-2023-54331Same product: Getoutline Outline
CVE-2024-37830Same product: Getoutline Outline
CVE-2024-40626Same product: Getoutline Outline

Affected Assets

getoutline
outline
≤ 1.4.0

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • AC-3 Access Enforcement
  • SI-10 Information Input Validation
  • SI-2 Flaw Remediation
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

prevent

AC-3 mandates enforcement of approved authorizations, directly preventing the IDOR by requiring ownership validation in the document restoration logic.

prevent

SI-10 requires validation of inputs such as document IDs during restoration to ensure only authorized team members can access and restore others' deleted drafts.

prevent

SI-2 ensures identification and timely remediation of flaws like the ownership bypass, such as patching to Outline version 1.4.0.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.AA-05 full match
prevents

Enforcing authorization policy and least privilege directly blocks user-controlled key tampering that bypasses access checks.

PR.IR-01 mostly match
prevents

Logical access controls prevent unauthorized data access that results from missing authorization checks on object references.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

detects

Security testing can detect missing authorization checks but does not prevent the weakness in production.

prevents

Information access restriction explicitly enforces that users may only retrieve data they are authorized to see, directly addressing user-controlled key bypass.

prevents

Access control policy directly requires enforcement of authorization rules that prevent unauthorized access via manipulated keys.

prevents

Managing access rights includes ensuring users can only access their own records and not bypass authorization by altering identifiers.

mitigates

Privileged access rights control restricts what data each user may access, mitigating direct object reference attacks.

prevents

Secure development lifecycle includes authorization design but does not itself implement runtime access checks.

References