33 lines
824 B
YAML
33 lines
824 B
YAML
|
id: CVE-2019-18818
|
||
|
|
||
|
info:
|
||
|
name: Strapi CMS 3.0.0-beta.17.4 - Remote Code Execution (RCE) (Unauthenticated)
|
||
|
author: idealphase
|
||
|
description: strapi before 3.0.0-beta.17.5 mishandles password resets within packages/strapi-admin/controllers/Auth.js and packages/strapi-plugin-users-permissions/controllers/Auth.js.
|
||
|
reference:
|
||
|
- https://www.exploit-db.com/exploits/50239
|
||
|
- https://nvd.nist.gov/vuln/detail/CVE-2019-18818
|
||
|
severity: critical
|
||
|
tags: cve,cve2019,strapi,rce
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/admin/strapiVersion"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
- type: word
|
||
|
words:
|
||
|
- "strapiVersion"
|
||
|
part: body
|
||
|
|
||
|
- type: word
|
||
|
words:
|
||
|
- '3.0.0-beta.17.4'
|
||
|
part: bod
|