Luftguitar CMS Arbitrary File Upload
ID: luftguitar-arbitrary-file-upload
Severity: high
Author: pikpikcu
Tags: luftguitar,edb
Description
Section titled “Description”A vulnerability in Luftguitar CMS allows remote unauthenticated users to upload files to the remote service via the ‘ftb.imagegallery.aspx’ endpoint.
YAML Source
Section titled “YAML Source”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 metadata: max-request: 1 tags: luftguitar,edb
http: - 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# digest: 4a0a00473045022100adcdb3d6b0fe033e9b20d85360a8469c3fd653f7b6a77b13a572a5527725bedb022030cecc48a4a6d5b712ee3dba5c41a1ccd1699393c0d8fb640d031db5f229109d:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/vulnerabilities/other/luftguitar-arbitrary-file-upload.yaml"