2021-10-30 11:17:35 +00:00
|
|
|
id: CVE-2018-9845
|
2021-09-24 02:18:41 +00:00
|
|
|
|
|
|
|
info:
|
2022-05-16 13:19:40 +00:00
|
|
|
name: Etherpad Lite <1.6.4 - Admin Authentication Bypass
|
2021-09-24 02:18:41 +00:00
|
|
|
author: philippedelteil
|
|
|
|
severity: critical
|
2021-10-27 11:07:22 +00:00
|
|
|
description: Etherpad Lite before 1.6.4 is exploitable for admin access.
|
2021-09-24 02:18:41 +00:00
|
|
|
reference:
|
|
|
|
- https://infosecwriteups.com/account-takeovers-believe-the-unbelievable-bb98a0c251a4
|
|
|
|
- https://github.com/ether/etherpad-lite/commit/ffe24c3dd93efc73e0cbf924db9a0cc40be9511b
|
2021-09-24 09:35:45 +00:00
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2018-9845
|
2021-09-24 02:18:41 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
|
|
|
cvss-score: 9.8
|
|
|
|
cve-id: CVE-2018-9845
|
2021-09-24 09:35:21 +00:00
|
|
|
tags: cve,cve2018,etherpad,auth-bypass
|
2021-09-24 02:18:41 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/Admin"
|
2021-09-24 09:35:21 +00:00
|
|
|
|
2021-09-24 02:18:41 +00:00
|
|
|
redirects: true
|
2021-09-24 10:14:02 +00:00
|
|
|
max-redirects: 2
|
2021-09-24 02:18:41 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "Etherpad version"
|
|
|
|
- "Plugin manager"
|
2021-09-24 09:35:21 +00:00
|
|
|
- "Installed parts"
|
|
|
|
condition: and
|
|
|
|
|
2021-09-24 02:18:41 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2022-05-16 13:19:40 +00:00
|
|
|
|
|
|
|
# Enhanced by mp on 2022/05/16
|