29 lines
703 B
YAML
29 lines
703 B
YAML
id: luftguitar-arbitrary-file-upload
|
|
|
|
info:
|
|
name: Luftguitar CMS Arbitrary File Upload
|
|
author: pikpikcu
|
|
severity: high
|
|
tags: luftguitar
|
|
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
|
|
|
|
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
|