Merge pull request #5430 from projectdiscovery/FP-update-CVE-2017-8917

Update CVE-2017-8917.yaml
patch-1
Prince Chaddha 2022-09-22 15:41:22 +05:30 committed by GitHub
commit 7a0c890235
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 5 deletions

View File

@ -1,21 +1,24 @@
id: CVE-2017-8917 id: CVE-2017-8917
info: info:
name: Joomla! <3.7.1 - SQL Injection name: Joomla! < 3.7.1 - SQL Injection
author: princechaddha author: princechaddha
severity: critical severity: critical
description: | 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. 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.
reference: reference:
- https://www.cvedetails.com/cve/CVE-2017-8917/
- https://developer.joomla.org/security-centre/692-20170501-core-sql-injection.html - https://developer.joomla.org/security-centre/692-20170501-core-sql-injection.html
- http://web.archive.org/web/20210421142819/https://www.securityfocus.com/bid/98515 - http://web.archive.org/web/20210421142819/https://www.securityfocus.com/bid/98515
- http://web.archive.org/web/20211207050608/https://securitytracker.com/id/1038522 - http://web.archive.org/web/20211207050608/https://securitytracker.com/id/1038522
- https://nvd.nist.gov/vuln/detail/CVE-2017-8917
classification: classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8 cvss-score: 9.8
cve-id: CVE-2017-8917 cve-id: CVE-2017-8917
cwe-id: CWE-89 cwe-id: CWE-89
metadata:
verified: true
shodan-query: http.component:"Joomla"
tags: cve,cve2017,joomla,sqli tags: cve,cve2017,joomla,sqli
variables: variables:
@ -30,6 +33,4 @@ requests:
- type: word - type: word
part: body part: body
words: words:
- '{{md5({{num}})}}' - '{{md5(num)}}'
# Enhanced by mp on 2022/05/11