2022-03-22 03:48:47 +00:00
|
|
|
id: CVE-2005-3344
|
2021-02-23 08:07:05 +00:00
|
|
|
|
|
|
|
info:
|
2022-03-22 03:48:47 +00:00
|
|
|
name: Horde Groupware Unauthenticated Admin Access
|
2021-02-23 08:07:05 +00:00
|
|
|
author: pikpikcu
|
|
|
|
severity: critical
|
2022-03-22 03:48:47 +00:00
|
|
|
description: Horde Groupware contains an administrative account with a blank password, which allows remote attackers to gain access.
|
|
|
|
reference:
|
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2005-3344
|
|
|
|
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3344
|
2022-05-17 09:18:12 +00:00
|
|
|
- http://www.debian.org/security/2005/dsa-884
|
2022-06-07 20:50:59 +00:00
|
|
|
- http://web.archive.org/web/20210206055804/https://www.securityfocus.com/bid/15337
|
2022-03-22 03:48:47 +00:00
|
|
|
classification:
|
|
|
|
cve-id: CVE-2005-3344
|
2022-06-27 09:29:47 +00:00
|
|
|
tags: cve,cve2005,horde,unauth
|
2021-02-23 08:07:05 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/horde/admin/user.php"
|
|
|
|
- "{{BaseURL}}/admin/user.php"
|
2022-06-27 09:29:47 +00:00
|
|
|
|
2021-02-23 08:07:05 +00:00
|
|
|
headers:
|
|
|
|
Content-Type: text/html
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "<title>Horde :: User Administration</title>"
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2022-03-22 03:48:47 +00:00
|
|
|
|
|
|
|
# Enhanced by mp on 2022/03/18
|