Skip to content

Jira Unauthenticated Resolutions

ID: jira-unauthenticated-resolutions

Severity: info

Author: TESS

Tags: atlassian,jira

id: jira-unauthenticated-resolutions
info:
name: Jira Unauthenticated Resolutions
author: TESS
severity: info
metadata:
max-request: 1
shodan-query: http.component:"Atlassian Jira"
tags: atlassian,jira
http:
- method: GET
path:
- "{{BaseURL}}/rest/api/2/resolution"
matchers-condition: and
matchers:
- type: word
words:
- 'self'
- 'description'
- 'name'
condition: and
- type: status
status:
- 200
- type: word
part: header
words:
- "atlassian.xsrf.token"
# digest: 4a0a00473045022100d7fbb56b28d4a40357bcc32b56d487315905e9ac62c7f1607ea03986794c24f702200c6a05c6ad84ea0dd28b736b68df6a6cef7de3908de1d415c3eb87fa4dce0e72:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/vulnerabilities/jira/jira-unauthenticated-resolutions.yaml"

View on Github