27 lines
940 B
YAML
27 lines
940 B
YAML
|
id: CVE-2019-3401
|
||
|
|
||
|
info:
|
||
|
name: Atlassian JIRA Information Exposure (CVE-2019-3401)
|
||
|
author: TechbrunchFR,milo2012
|
||
|
severity: info
|
||
|
tags: cve,cve2019,jira,atlassian
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/secure/ManageFilters.jspa?filter=popular&filterView=popular"
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- '<span data-filter-field="owner-full-name">'
|
||
|
- '<title>Manage Filters - Jira</title>'
|
||
|
condition: and
|
||
|
|
||
|
# Remediation:
|
||
|
# Ensure that this permission is restricted to specific groups that require it.
|
||
|
# You can restrict it in Administration > System > Global Permissions.
|
||
|
# Turning the feature off will not affect existing filters and dashboards.
|
||
|
# If you change this setting, you will still need to update the existing filters and dashboards if they have already been
|
||
|
# shared publicly.
|
||
|
# Since Jira 7.2.10, a dark feature to disable site-wide anonymous access was introduced.
|