Cyber Posture

CVE-2026-33640

CriticalPublic PoC

Published: 26 March 2026

Published
26 March 2026
Modified
31 March 2026
KEV Added
Patch
CVSS Score 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0003 8.2th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-33640 is a critical-severity Improper Restriction of Excessive Authentication Attempts (CWE-307) vulnerability in Getoutline Outline. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 8.2th 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 are NIST 800-53 AC-7 (Unsuccessful Logon Attempts) and IA-5 (Authenticator Management).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

AC-7 enforces limits on consecutive invalid logon attempts and automatic account locking or delays, directly preventing brute-force attacks on the Email OTP login flow.

prevent

IA-5 mandates disabling authenticators like OTP codes after a defined number of unsuccessful authentication attempts, addressing the failure to invalidate OTPs despite invalid submissions.

prevent

SI-2 requires timely identification, reporting, and correction of software flaws such as the OTP invalidation defect and rate limiter bypasses, mitigating exploitation through patching.

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.
T1110 Brute Force Credential Access
Adversaries may use brute force techniques to gain access to accounts when passwords are unknown or when password hashes are obtained.
Why these techniques?

Vulnerability in public-facing Outline service directly enables remote exploitation (T1190) via unrestricted OTP brute-forcing (T1110) for account takeover.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

Outline is a service that allows for collaborative documentation. Outline implements an Email OTP login flow for users not associated with an Identity Provider. Starting in version 0.86.0 and prior to version 1.6.0, Outline does not invalidate OTP codes based…

more

on amount or frequency of invalid submissions, rather it relies on the rate limiter to restrict attempts. Consequently, identified bypasses in the rate limiter permit unrestricted OTP code submissions within the codes lifetime. This allows attackers to perform brute force attacks which enable account takeover. Version 1.6.0 fixes the issue.

Deeper analysisAI

CVE-2026-33640 is a high-severity vulnerability (CVSS 3.1 score of 9.8) affecting the Outline collaborative documentation service, specifically its Email OTP login flow for users not associated with an Identity Provider. In versions 0.86.0 through 1.5.x, Outline fails to invalidate OTP codes based on the number or frequency of invalid submissions, instead relying on a rate limiter with identified bypasses. This permits unrestricted OTP code submissions within the code's lifetime, enabling brute-force attacks that lead to account takeover (CWE-307: Improper Restriction of Excessive Authentication Attempts).

The vulnerability is exploitable remotely over the network by unauthenticated attackers (AV:N/AC:L/PR:N/UI:N) with no privileges or user interaction required. Attackers can brute-force Email OTP codes to gain unauthorized access to user accounts, achieving high impacts on confidentiality, integrity, and availability (C:H/I:H/A:H), including full account takeover.

Outline version 1.6.0 addresses the issue by fixing the OTP invalidation logic and rate limiter bypasses. Security practitioners should upgrade to this version immediately, as detailed in the official release notes (https://github.com/outline/outline/releases/tag/v1.6.0) and GitHub security advisory (https://github.com/outline/outline/security/advisories/GHSA-cwhc-53hw-qqx6).

Details

CWE(s)

Affected Products

getoutline
outline
0.86.0 — 1.6.0

CVEs Like This One

CVE-2026-24901Same product: Getoutline Outline
CVE-2025-64487Same product: Getoutline Outline
CVE-2023-54331Same product: Getoutline Outline
CVE-2026-41649Same product: Getoutline Outline
CVE-2026-33667Shared CWE-307
CVE-2025-67853Shared CWE-307
CVE-2025-12995Shared CWE-307
CVE-2026-26305Shared CWE-307
CVE-2026-25945Shared CWE-307
CVE-2025-63807Shared CWE-307

References