commit
d1f1790aed
|
@ -0,0 +1,26 @@
|
|||
id: cve-2020-14181
|
||||
|
||||
info:
|
||||
name: User enumeration via insecure Jira endpoint
|
||||
author: bjhulst
|
||||
severity: medium
|
||||
description: Affected versions of Atlassian Jira Server and Data Center allow an unauthenticated user to enumerate users via an Information Disclosure vulnerability in the /ViewUserHover.jspa endpoint. The affected versions are before version 7.13.6, from version 8.0.0 before 8.5.7, and from version 8.6.0 before 8.12.0.
|
||||
|
||||
# Source:- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14181
|
||||
# This template supports the detection part only.
|
||||
# Do not test any website without permission
|
||||
# Do not report without having working poc.
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/secure/ViewUserHover.jspa"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "User does not exist"
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue