luftguitar-arbitrary-file-upload: Luftguitar CMS Arbitrary File Upload

2025-08-01 Luftguitar CMS PoC Public

Description

A vulnerability in Luftguitar CMS allows remote unauthenticated users to upload files to the remote service via the 'ftb.imagegallery.aspx' endpoint.

PoC

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,vuln

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: 4a0a00473045022027443f88af5dd409c493ca140e701dada04a8e38871d2c6e0f6124fd205545ef022100f651a67fae322ef718c7336937a383409c50280c21ba8adde099dd3860a326c4:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities