Gitea Installer Exposure
ID: gitea-installer
Severity: medium
Author: DhiyaneshDk
Tags: misconfig,gitea,install
Description
Section titled “Description”Gitea is susceptible to the Installation page exposure due to misconfiguration.
YAML Source
Section titled “YAML Source”id: gitea-installer
info: name: Gitea Installer Exposure author: DhiyaneshDk severity: medium description: Gitea is susceptible to the Installation page exposure due to misconfiguration. classification: cpe: cpe:2.3:a:gitea:gitea:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: gitea product: gitea shodan-query: 'title:"Installation - Gitea: Git with a cup of tea"' tags: misconfig,gitea,install
http: - method: GET path: - '{{BaseURL}}'
matchers-condition: and matchers: - type: word part: body words: - 'Installation - Gitea: Git with a cup of tea' - 'Database Name' condition: and
- type: word part: header words: - "text/html"
- type: status status: - 200# digest: 4b0a00483046022100bdc6d8d0134394485b5a27f1ee50906f41c860e0f8c8ce5f3d8ec8917fb2fbbb022100f59901adbee0a042917f92354a6f6a05a832b0af1315f196804acec0dbbd50a0: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/misconfiguration/installer/gitea-installer.yaml"