VYPR
Vendor

Etherpad

Products
3
CVEs
23
Across products
24
Status
Private

Products

3

Recent CVEs

23
View all 23 CVEs →
  • CVE-2021-43802CriDec 9, 2021
    risk 0.65cvss 9.9epss 0.02

    Etherpad is a real-time collaborative editor. In versions prior to 1.8.16, an attacker can craft an `*.etherpad` file that, when imported, might allow the attacker to gain admin privileges for the Etherpad instance. This, in turn, can be used to install a malicious Etherpad…

  • CVE-2013-7380CriJan 10, 2020
    risk 0.64cvss 9.8epss 0.02

    The Etherpad Lite ep_imageconvert Plugin has a Remote Command Injection Vulnerability

  • CVE-2018-9326CriApr 7, 2018
    risk 0.64cvss 9.8epss 0.02

    Etherpad 1.6.3 before 1.6.4 allows an attacker to execute arbitrary code.

  • CVE-2018-6835CriFeb 8, 2018
    risk 0.57cvss 9.8epss 0.02

    node/hooks/express/apicalls.js in Etherpad Lite before v1.6.3 mishandles JSONP, which allows remote attackers to bypass intended access restrictions.

  • CVE-2018-9327HigApr 7, 2018
    risk 0.53cvss 8.1epss 0.02

    Etherpad 1.5.x and 1.6.x before 1.6.4 allows an attacker to execute arbitrary code on the server. The instance has to be configured to use a document database (DirtyDB, CouchDB, MongoDB, or RethinkDB).

  • CVE-2020-22782HigApr 28, 2021
    risk 0.49cvss 7.5epss 0.01

    Etherpad < 1.8.3 is affected by a denial of service in the import functionality. Upload of binary file to the import endpoint would crash the instance.

  • CVE-2020-22781HigApr 28, 2021
    risk 0.49cvss 7.5epss 0.01

    In Etherpad < 1.8.3, a specially crafted URI would raise an unhandled exception in the cache mechanism and cause a denial of service (crash the instance).

  • CVE-2018-9325HigApr 7, 2018
    risk 0.49cvss 7.5epss 0.01

    Etherpad 1.5.x and 1.6.x before 1.6.4 allows an attacker to export all the existing pads of an instance without knowledge of pad names.

  • CVE-2021-34816HigJul 21, 2021
    risk 0.47cvss 7.2epss 0.02

    An Argument Injection issue in the plugin management of Etherpad 1.8.13 allows privileged users to execute arbitrary code on the server by installing plugins from an attacker-controlled source.

  • CVE-2015-3309HigFeb 13, 2020
    risk 0.42cvss 7.5epss 0.02

    Directory traversal vulnerability in node/utils/Minify.js in Etherpad 1.1.2 through 1.5.4 allows remote attackers to read arbitrary files with permissions of the user running the service via a .. (dot dot) in the path parameter of HTTP API requests. NOTE: This vulnerability is…

  • CVE-2015-2298HigJan 12, 2018
    risk 0.42cvss 7.5epss 0.02

    node/utils/ExportEtherpad.js in Etherpad 1.5.x before 1.5.2 might allow remote attackers to obtain sensitive information by leveraging an improper substring check when exporting a padID.

  • CVE-2015-4085HigSep 7, 2017
    risk 0.42cvss 7.5epss 0.02

    Directory traversal vulnerability in node/hooks/express/tests.js in Etherpad frontend tests before 1.6.1.

  • CVE-2015-3297HigJul 7, 2017
    risk 0.42cvss 7.5epss 0.05

    Directory traversal vulnerability in node/utils/Minify.js in Etherpad 1.1.1 through 1.5.2 allows remote attackers to read arbitrary files by leveraging replacement of backslashes with slashes in the path parameter of HTTP API requests.

  • CVE-2026-55090higAug 17, 2026
    risk 0.38cvss epss

    Fix: PR #7905 (ether/etherpad). `getHTMLFromAtext` in `src/node/utils/ExportHtml.ts` interpolates values from the `exportHtmlAdditionalTagsWithData` plugin hook into `span data-=""` without HTML-attribute escaping. The value comes verbatim from the pad attribute pool,…

  • CVE-2019-18209MedOct 19, 2019
    risk 0.33cvss 6.1epss 0.01

    templates/pad.html in Etherpad-Lite 1.7.5 has XSS when the browser does not encode the path of the URL, as demonstrated by Internet Explorer.

  • CVE-2018-9845CriApr 29, 2018
    risk 0.01cvss 9.8epss 0.13

    Etherpad Lite before 1.6.4 is exploitable for admin access.

  • CVE-2026-55086Aug 13, 2026
    risk 0.00cvss epss

    ## Description `src/node/handler/ImportHandler.ts` and `src/node/handler/ExportHandler.ts` both compute their temporary working-file paths as: ```ts const randNum = Math.floor(Math.random() * 0xFFFFFFFF); const srcFile = `${os.tmpdir()}/etherpad_export_${randNum}.html`; const…

  • CVE-2026-55087Aug 13, 2026
    risk 0.00cvss epss

    # GHSA-03 — `x-proxy-path` header reflected into admin HTML/JS/CSS (cache-poisoning XSS) and concatenated into redirect (open-redirect) **Severity:** Medium **CVSS v3.1 vector:** `CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N` **CVSS suggested base score:** ~6.1 — Medium …

  • CVE-2021-34817MedJul 19, 2021
    risk 0.00cvss 6.1epss 0.01

    A Cross-Site Scripting (XSS) issue in the chat component of Etherpad 1.8.13 allows remote attackers to inject arbitrary JavaScript or HTML by importing a crafted pad.

  • CVE-2020-22785HigApr 28, 2021
    risk 0.00cvss 7.5epss 0.01

    Etherpad < 1.8.3 is affected by a missing lock check which could cause a denial of service. Aggressively targeting random pad import endpoints with empty data would flatten all pads due to lack of rate limiting and missing ownership check.