47 lines
1.2 KiB
YAML
47 lines
1.2 KiB
YAML
id: CVE-2019-3403
|
|
|
|
info:
|
|
name: Jira - Incorrect Authorization
|
|
author: Ganofins
|
|
severity: medium
|
|
description: Jira before version 7.13.3, from version 8.0.0 before version 8.0.4, and from version 8.1.0 before version 8.1.1 is susceptible to an incorrect authorization check in the /rest/api/2/user/picker rest resource, enabling an attacker to enumerate usernames and gain improper access.
|
|
reference:
|
|
- https://jira.atlassian.com/browse/JRASERVER-69242
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2019-3403
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
|
|
cvss-score: 5.3
|
|
cve-id: CVE-2019-3403
|
|
cwe-id: CWE-863
|
|
epss-score: 0.00379
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: http.component:"Atlassian Jira"
|
|
tags: cve,cve2019,atlassian,jira,enumeration
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/rest/api/2/user/picker?query="
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
|
|
- type: word
|
|
words:
|
|
- '"users":'
|
|
- '"total":'
|
|
- '"header":'
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- 'application/json'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by md on 2023/04/03
|