Update and rename vulnerabilities/jira/jira-unauthenticated-popular-filters.yaml to cves/2019/CVE-2019-3401.yaml
parent
2f1aa7e102
commit
37261f7a2f
|
@ -1,10 +1,10 @@
|
||||||
id: jira-unauth-popular-filters
|
id: CVE-2019-3401
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: Jira Unauthenticated Popular Filters
|
name: Atlassian JIRA Information Exposure (CVE-2019-3401)
|
||||||
author: TechbrunchFR
|
author: TechbrunchFR,milo2012
|
||||||
severity: info
|
severity: info
|
||||||
tags: atlassian,jira
|
tags: cve,cve2019,jira,atlassian
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
|
@ -13,7 +13,9 @@ requests:
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
words:
|
words:
|
||||||
- 'filterlink_'
|
- '<span data-filter-field="owner-full-name">'
|
||||||
|
- '<title>Manage Filters - Jira</title>'
|
||||||
|
condition: and
|
||||||
|
|
||||||
# Remediation:
|
# Remediation:
|
||||||
# Ensure that this permission is restricted to specific groups that require it.
|
# Ensure that this permission is restricted to specific groups that require it.
|
Loading…
Reference in New Issue