42 lines
1.1 KiB
YAML
42 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/
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
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 Version'
|
|
- 'Register -'
|
|
condition: and
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "Registration is disabled. Please contact your site administrator."
|
|
negative: true
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 490a00463044022043512dbb81d79147544d0398a8e6a1d02f878793dcd721b4afe3f882f8b0c7cb02202e75e9617ff1b3334c5739a9ed859f0d5aa43a51d0cbf4a0a133ee2f53f146f0:922c64590222798bb761d5b6d8e72950
|