SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-55089

CRITICAL · CVSS 9.9 EPSS 0.44% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-19 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

Etherpad versions 2.1.0 to 3.1.0 are vulnerable due to improper authorization in the OAuth path, allowing non-admin users with valid tokens to perform administrative actions such as modifying or deleting pads. This critical vulnerability can lead to unauthorized data disclosure and manipulation across the Etherpad instance. Organizations using affected versions should prioritize upgrading to version 3.1.0 to mitigate potential security risks.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-55089
Severity
CRITICAL
CVSS
9.9
EPSS
0.44%

Original NVD Description

Etherpad is a real-time collaborative editor. From 2.1.0 until 3.1.0, Etherpad's src/node/handler/APIHandler.ts authorizes requests to /api/2/* in the authorization_code OAuth path by using requiredClaims with the admin claim. This check requires only that the claim exists, while src/node/security/OAuth2Provider.ts issues admin: false for configured non-admin users. A non-admin user with a valid signed token can therefore invoke administrative functions including setHTML, setText, appendText, deletePad, copyPad, movePad, restoreRevision, anonymizeAuthor, listAllPads, and listAuthorsOfPad, allowing disclosure, modification, or deletion of pads across the instance. This issue is fixed in version 3.1.0.