CVE-2007-0977
published 2007-02-16CVE-2007-0977: IBM Lotus Domino R5 and R6 WebMail, with "Generate HTML for all fields" enabled, stores HTTPPassword hashes from names.nsf in a manner accessible through…
PriorityP338high7.1CVSS 2.0
AVNACMAuNCCINAN
EXPLOIT
EPSS
18.96%
97.0th percentile
IBM Lotus Domino R5 and R6 WebMail, with "Generate HTML for all fields" enabled, stores HTTPPassword hashes from names.nsf in a manner accessible through Readviewentries and OpenDocument requests to the defaultview view, a different vector than CVE-2005-2428.
Affected
2 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| ibm | lotus_domino | — | — |
| ibm | lotus_domino | — | — |
Detection & IOCsextracted from sources · hover to see the quote
- →Detect exploitation attempts by monitoring HTTP requests containing both '/names.nsf/' and 'Readviewentries' query parameter, especially targeting '$defaultview'. ↗
- →Alert on HTTP requests to '/names.nsf/$defaultview/<UNID>?OpenDocument' — this pattern is used to retrieve individual user records containing HTTPPassword hashes. ↗
- →Sequential paginated requests to '?Readviewentries&Start=<incrementing integer>' against names.nsf are characteristic of automated hash-dumping enumeration; alert on rapid sequential access with incrementing Start values. ↗
- →The Metasploit auxiliary module 'scanner/lotus/lotus_domino_hashes' targets this vulnerability; detect its use via known Metasploit User-Agent strings or the specific request pattern against names.nsf. ↗
- ·The vulnerability is only exploitable when the Domino WebMail option 'Generate HTML for all fields' is enabled. Disabling this setting prevents exposure of HTTPPassword hashes in HTML output. ↗
- ·The exploit script notes it 'may require some changes to properly work with your configuration', indicating environment-specific tuning may affect detection fidelity. ↗
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
No detection rules found.
Exploit-DB
Lotus Domino R6 Webmail - Remote Password Hash Dumper
exploitdb·2007-02-13·CVSS 5.0
CVE-2007-0977 [MEDIUM] Lotus Domino R6 Webmail - Remote Password Hash Dumper
Lotus Domino R6 Webmail - Remote Password Hash Dumper
---
#!/bin/bash
#
# $Id: raptor_dominohash,v 1.3 2007/02/13 17:27:28 raptor Exp $
#
# raptor_dominohash - Lotus Domino R5/R6 HTTPPassword dump
# Copyright (c) 2007 Marco Ivaldi
#
# Lotus Domino R5 and R6 WebMail, with "Generate HTML for all fields" enabled,
# stores sensitive data from names.nsf in hidden form fields, which allows
# remote attackers to read the HTML source to obtain sensitive information such
# as (1) the password hash in the HTTPPassword field, (2) the password change
# date in the HTTPPasswordChangeDate field, (3) the client platform in the
# ClntPltfrm field, (4) the client machine name in the ClntMachine field, and
# (5) the client Lotus Domino release in the ClntBld field, a different
# vulnerability than CVE-20
Metasploit
Lotus Domino Password Hash Collector
metasploit
Lotus Domino Password Hash Collector
Lotus Domino Password Hash Collector
Get users passwords hashes from names.nsf page
No writeups or analysis indexed.
2007-02-16
Published