CVE-2000-0076: Low severity Berkeley Nvi vulnerability
nviboot boot script in the Debian nvi package allows local users to delete files via malformed entries in vi.recover.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Remove
Remove
debian/nvifrom your environment.Uninstall the nvi package from affected Debian systems if nviboot functionality is not required.
- Configuration
Disable nviboot so it is not run at boot (remove/disable the nviboot init/systemd script). For Debian systems, remove the nviboot boot script from init/systemd startup to prevent it from processing vi.recover entries.
nviboot boot script (Debian nvi package) enabled = false - Configuration
Restrict ownership and file permissions for vi.recover so local non-privileged users cannot modify it (make it owned by root and writable only by root).
vi.recover permissions = restrict write to root only - Compensating control
Limit local user accounts and privileges on systems with the vulnerable nviboot script; apply filesystem ACLs or host-level controls to prevent untrusted local users from accessing or modifying vi.recover or boot scripts.
- Operational
Inspect logs and file system integrity for unexpected deletions attributable to malformed vi.recover entries, restore any deleted files from backups, and remediate affected systems after disabling/removing nviboot.
Event History
Frequently Asked Questions
What is the severity of CVE-2000-0076?
CVE-2000-0076 is considered a medium severity vulnerability due to its potential to allow local users to delete files.
How do I fix CVE-2000-0076?
To fix CVE-2000-0076, update the nvi package to a version that addresses the vulnerability.
Who is affected by CVE-2000-0076?
CVE-2000-0076 affects users of the nvi package on Debian GNU/Linux version 2.1 and Berkeley nvi version 1.7x.
What type of vulnerability is CVE-2000-0076?
CVE-2000-0076 is a local privilege escalation vulnerability due to improper handling of boot script entries.
Can CVE-2000-0076 be exploited remotely?
CVE-2000-0076 cannot be exploited remotely as it requires local access to the system.