๐Ÿ” CVE Alert

CVE-2026-55088

MEDIUM 6.8

Etherpad: Device-to-device author-token transfer endpoint is replayable, never expires, and exposes the cleartext author token

CVSS Score
6.8
EPSS Score
0.0%
EPSS Percentile
0th

Etherpad is a real-time collaborative editor. From 2.6.0 until 3.1.0, Etherpad's src/node/hooks/express/tokenTransfer.ts uses POST /tokenTransfer to store an author token for transfer between browsers and exposes it through GET /tokenTransfer/{uuid}. Although the record includes createdAt, the transfer has no expiration check, is not removed after successful redemption, and is returned by res.send(tokenData), including the raw author token. An unauthenticated attacker who obtains a transfer UUID can repeatedly redeem it, receive fresh author cookies, read the cleartext token, and impersonate the originating author for pad read and write operations. This issue is fixed in version 3.1.0.

CWE CWE-200 CWE-294
Vendor ether
Product etherpad
Published Aug 19, 2026
Stay Ahead of the Next One

Get instant alerts for ether etherpad

Be the first to know when new medium vulnerabilities affecting ether etherpad are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N
Attack Vector
Network
Attack Complexity
High
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
None

Affected Versions

ether / etherpad
>= 2.6.0, < 3.1.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/ether/etherpad/security/advisories/GHSA-vqfp-p66c-xrp9 github.com: https://github.com/ether/etherpad/pull/7784 github.com: https://github.com/ether/etherpad/commit/8c6104c5d5daf41f0d454acc04d42dffa0e0d996 github.com: https://github.com/ether/etherpad/tree/3.1.0