From 0d98ff0dd4672bd01ed25b6517b1204850c9c284 Mon Sep 17 00:00:00 2001 From: Arman Sameer <65326024+asurti6783@users.noreply.github.com> Date: Fri, 15 Oct 2021 12:05:51 -0400 Subject: [PATCH] Create jira-unauthenticated-screens.yaml --- .../jira/jira-unauthenticated-screens.yaml | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 vulnerabilities/jira/jira-unauthenticated-screens.yaml diff --git a/vulnerabilities/jira/jira-unauthenticated-screens.yaml b/vulnerabilities/jira/jira-unauthenticated-screens.yaml new file mode 100644 index 0000000000..9d8feb2a34 --- /dev/null +++ b/vulnerabilities/jira/jira-unauthenticated-screens.yaml @@ -0,0 +1,32 @@ +id: jira-unauthenticated-screens + +info: + name: Jira Unauthenticated Access to screens + reference: https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-screens/#api-rest-api-2-screens-get + author: TESS + severity: info + tags: atlassian,jira + +requests: + - method: GET + path: + - "{{BaseURL}}/rest/api/api/2/screens" + + matchers-condition: and + matchers: + - type: word + words: + - 'id' + - 'name' + - 'description' + - 'self' + condition: and + + - type: status + status: + - 200 + + - type: word + part: header + words: + - "atlassian.xsrf.token"