๐Ÿ” CVE Alert

CVE-2026-55086

MEDIUM 4.2

Etherpad: Import/export use Math.random() for temp file paths; predictable paths on shared /tmp enable symlink-based file overwrite

CVSS Score
4.2
EPSS Score
0.0%
EPSS Percentile
0th

Etherpad is a real-time collaborative editor. Prior to 3.1.0, src/node/handler/ImportHandler.ts and src/node/handler/ExportHandler.ts derive temporary filenames from Math.random() and place them in os.tmpdir(). On a host with a shared world-writable temporary directory, a local unprivileged attacker who predicts a filename can precreate a symbolic link to a file writable by the Etherpad process. Subsequent import or export operations can follow the link through fs.writeFile, fs.rename, or document-conversion output and overwrite the target with partially attacker-controlled content. This issue is fixed in version 3.1.0.

CWE CWE-59 CWE-377
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:L/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:N
Attack Vector
Local
Attack Complexity
High
Privileges Required
Low
User Interaction
None
Scope
Changed
Confidentiality
Low
Integrity
Low
Availability
None

Affected Versions

ether / etherpad
< 3.1.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/ether/etherpad/security/advisories/GHSA-2jwf-f4xq-f24h 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/releases/tag/v3.1.0