Horde Groupware Unauthenticated Admin Access
ID: CVE-2005-3344
Severity: critical
Author: pikpikcu
Tags: cve2005,cve,horde,unauth
Description
Section titled “Description”Horde Groupware contains an administrative account with a blank password, which allows remote attackers to gain access.
YAML Source
Section titled “YAML Source”id: CVE-2005-3344
info: name: Horde Groupware Unauthenticated Admin Access author: pikpikcu severity: critical description: Horde Groupware contains an administrative account with a blank password, which allows remote attackers to gain access. impact: | An attacker can gain unauthorized access to sensitive administrative functions and potentially compromise the entire system. remediation: | Apply the latest security patches or upgrade to a patched version of Horde Groupware to fix the vulnerability. reference: - https://nvd.nist.gov/vuln/detail/CVE-2005-3344 - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3344 - http://www.debian.org/security/2005/dsa-884 - http://www.networkscanning.com/Horde-Default-Admin-Password-Vulnerability-VSS_20171.html - https://exchange.xforce.ibmcloud.com/vulnerabilities/24576 classification: cvss-metrics: CVSS:2.0/AV:N/AC:L/Au:N/C:C/I:C/A:C cvss-score: 10 cve-id: CVE-2005-3344 cwe-id: NVD-CWE-Other epss-score: 0.01539 epss-percentile: 0.87085 cpe: cpe:2.3:a:horde:horde:3.0.4:*:*:*:*:*:*:* metadata: max-request: 2 vendor: horde product: horde tags: cve2005,cve,horde,unauth
http: - 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>"
- type: status status: - 200# digest: 4b0a004830460221008dde134d2f0e499b2402de324f72f11091b3ff11255327e250d55a98ea7e00b2022100de155d52a688e88e372b890e33d6f1ed734ae068664f6ce1fbb092bfe26cab93: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/cves/2005/CVE-2005-3344.yaml"