nuclei-templates/vulnerabilities/other/luftguitar-arbitrary-file-u...

30 lines
709 B
YAML

id: luftguitar-arbitrary-file-upload
info:
name: Luftguitar CMS Arbitrary File Upload
author: pikpikcu
severity: high
description: A vulnerability in Luftguitar CMS allows remote unauthenticated users to upload files to the remote service via the 'ftb.imagegallery.aspx' endpoint.
reference:
- https://www.exploit-db.com/exploits/14991
tags: luftguitar
requests:
- method: GET
path:
- "{{BaseURL}}/ftb.imagegallery.aspx"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Insert Image</title>'
- '<title>Image Gallery</title>'
condition: or
- type: status
status:
- 200