44 lines
1.1 KiB
YAML
44 lines
1.1 KiB
YAML
id: gitea-public-signup
|
|
|
|
info:
|
|
name: Gitea Public Registration Enabled
|
|
author: edoardottt
|
|
severity: high
|
|
description: |
|
|
A misconfiguration in Gitea allows arbitrary users to sign up and read code hosted on the service.
|
|
reference:
|
|
- https://www.youtube.com/watch?v=oHhofSj9lEM&t=157s
|
|
- https://gitea.io/en-us/
|
|
classification:
|
|
cpe: cpe:2.3:a:gitea:gitea:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: gitea
|
|
product: gitea
|
|
shodan-query: html:"Powered by Gitea"
|
|
tags: misconfig,gitea
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/user/sign_up'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'Powered by Gitea'
|
|
- 'Register -'
|
|
condition: and
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "Registration is disabled. Please contact your site administrator."
|
|
negative: true
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 490a0046304402207a35505b9dd4755b731952da5c39ef92fdde07e55ebd917fced37250502ed794022078cb294582b7358918b1b03c69a32f675cdca8103c4a28f6db8c9afab18c59fd:922c64590222798bb761d5b6d8e72950 |