2020-07-06 16:02:11 +00:00
|
|
|
id: jira-unauthenticated-dashboards
|
|
|
|
|
|
|
|
# If public sharing is ON it allows users to share dashboards and filters with all users including
|
2021-08-19 13:15:35 +00:00
|
|
|
# those that are not logged in. Those dashboards and filters could reveal potentially sensitive information.
|
2020-07-06 16:02:11 +00:00
|
|
|
info:
|
|
|
|
name: Jira Unauthenticated Dashboards
|
|
|
|
author: TechbrunchFR
|
2021-02-10 16:37:17 +00:00
|
|
|
severity: info
|
2022-07-04 13:18:06 +00:00
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2022-07-04 13:18:06 +00:00
|
|
|
shodan-query: http.component:"Atlassian Jira"
|
2021-02-10 16:37:17 +00:00
|
|
|
tags: atlassian,jira
|
2020-07-06 16:02:11 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2020-07-06 16:02:11 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/rest/api/2/dashboard?maxResults=100"
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2020-07-06 16:02:11 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- 'dashboards'
|
|
|
|
- 'startAt'
|
|
|
|
- 'maxResults'
|
|
|
|
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.
|
2023-10-20 11:41:13 +00:00
|
|
|
# digest: 4a0a0047304502210082b7cb53987cdc653c9a8954733b3456da26355e585b238aa94d81e7938d77f302204de8001df94c11cc650f5ae455212a63c404a066cc29b911fd45686c3bde1a9e:922c64590222798bb761d5b6d8e72950
|