CVE-2004-0029
Description
Lotus Notes Domino 6.0.2 on Linux installs the notes.ini configuration file with world-writable permissions, which allows local users to modify the Notes configuration and gain privileges.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Lotus Notes Domino 6.0.2 on Linux ships notes.ini with world-writable permissions, letting local users modify configuration and escalate privileges.
Vulnerability
Lotus Notes Domino 6.0.2 on Linux installs the configuration file /local/notesdata/notes.ini with world-writable permissions (rw-rw-rw-). The same insecure permissions apply to /opt/lotus/LPSilent.ini. The affected release is Domino 6.0.2 on the Linux platform. The file is owned by the notes user, but any local user can modify it without authentication. [1][2]
Exploitation
An attacker with local shell access can edit notes.ini to alter critical keys. For example, they can change CleanupScriptPath to point to a malicious script, or modify NotesProgram to a user-controlled directory and add a fake ServerTask binary (e.g., "router") that spawns a setuid shell. When the notes service restarts, the bogus task runs with the privileges of the notes user. [2]
Impact
A local attacker can gain the ability to read sensitive files, start or stop services, or execute arbitrary code as the notes user. This effectively elevates their privileges from an unprivileged local user to a service account with significant administrative control over the Domino server. [1][2]
Mitigation
The vendor has not released a public fix. The only mitigation is to manually correct the permissions on the affected files: chmod 644 /local/notesdata/notes.ini and chmod 644 /opt/lotus/LPSilent.ini, and ensure newly installed versions use restrictive permissions. This CVE is not listed on CISA’s Known Exploited Vulnerabilities catalog.
AI Insight generated on May 24, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2- cpe:2.3:a:ibm:lotus_domino:6.0.2:*:*:*:*:*:*:*
- Range: 6.0.2 on Linux
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
7News mentions
0No linked articles in our index yet.