nuclei-templates/cves/2005/CVE-2005-3344.yaml

37 lines
871 B
YAML
Raw Normal View History

id: CVE-2005-3344
2021-02-23 08:07:05 +00:00
info:
name: Horde Groupware Unauthenticated Admin Access
2021-02-23 08:07:05 +00:00
author: pikpikcu
severity: critical
description: Horde Groupware contains an administrative account with a blank password, which allows remote attackers to gain access.
2021-03-12 08:57:14 +00:00
tags: horde,unauth
remediation:
reference:
- https://nvd.nist.gov/vuln/detail/CVE-2005-3344
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3344
classification:
cve-id: CVE-2005-3344
2021-02-23 08:07:05 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/horde/admin/user.php"
- "{{BaseURL}}/admin/user.php"
headers:
Content-Type: text/html
matchers-condition: and
matchers:
- type: word
words:
- "<title>Horde :: User Administration</title>"
condition: and
- type: status
status:
- 200
# Enhanced by mp on 2022/03/18