CVE-2000-0322: Critical severity redhat Linux vulnerability
The passwd.php3 CGI script in the Red Hat Piranha Virtual Server Package allows local users to execute arbitrary commands via shell metacharacters.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Remove
Remove
redhat/piranha/passwd.php3from your environment.Remove/uninstall the passwd.php3 CGI script from systems where it is not required.
- Configuration
Change filesystem ownership/permissions to prevent unprivileged local users from executing passwd.php3 (for example, chown root:root and chmod 700 or remove the webserver-executable bit) and/or disable CGI processing of this script in the web server configuration until a fix is available.
Red Hat Piranha passwd.php3 CGI file execute permission / CGI handling = prevent execution by unprivileged users or disable CGI handling for this script - Compensating control
Restrict access to the vulnerable script and the hosting service: apply filesystem ACLs limiting which local accounts can read/execute the file, restrict management/administrative access to trusted accounts, and isolate the service (chroot/jail/container) to limit impact until the issue is remediated.
- Operational
Audit system and web server logs for signs of command execution or other compromise related to passwd.php3; if suspicious activity is found, perform incident response (contain, eradicate, recover) such as removing malicious files, restoring from known-good backups, and rotating credentials.
Event History
Frequently Asked Questions
What is the severity of CVE-2000-0322?
CVE-2000-0322 is considered a critical vulnerability due to its potential for local users to execute arbitrary commands.
How do I fix CVE-2000-0322?
To fix CVE-2000-0322, it is recommended to apply the latest patches provided by Red Hat for the affected version of Linux.
Who is affected by CVE-2000-0322?
CVE-2000-0322 affects local users on Red Hat Linux versions 6.2 running the Piranha Virtual Server Package.
What type of attacks can be performed using CVE-2000-0322?
CVE-2000-0322 allows local attackers to execute arbitrary commands, potentially compromising system integrity.
Is CVE-2000-0322 a remote vulnerability?
No, CVE-2000-0322 is a local vulnerability, meaning that an attacker must have local user access to exploit it.