2021-07-08 20:55:20 +00:00
|
|
|
id: jira-unauthenticated-installed-gadgets
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Jira Unauthenticated Installed gadgets
|
|
|
|
author: philippedelteil
|
|
|
|
severity: info
|
|
|
|
description: Some Jira instances allow to read the installed gadgets (sometimes it's also possible to read config xml file for some gadgets)
|
2022-07-04 13:18:08 +00:00
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2022-07-04 13:18:08 +00:00
|
|
|
shodan-query: http.component:"Atlassian Jira"
|
2021-07-09 19:58:30 +00:00
|
|
|
tags: atlassian,jira
|
2021-07-08 20:55:20 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-07-08 20:55:20 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/rest/config/1.0/directory"
|
2021-07-09 19:56:45 +00:00
|
|
|
|
2022-10-07 21:27:25 +00:00
|
|
|
host-redirects: true
|
2021-07-08 20:55:20 +00:00
|
|
|
max-redirects: 2
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2021-07-08 20:55:20 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- 'jaxbDirectoryContents'
|
2021-07-09 19:56:45 +00:00
|
|
|
|
2021-07-08 20:55:20 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|