CVE-2000-0048: High severity corel linux vulnerability
getit program in Corel Linux Update allows local users to gain root access by specifying an alternate PATH for the cp program.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Remove
Remove
Corel Linux get_itfrom your environment.If the get_it program is not required, uninstall or remove it from systems to eliminate the vulnerable component.
- Configuration
Modify the get_it program (or the wrapper that invokes it) so that it calls cp with its absolute path (for example /bin/cp) and/or explicitly resets/sanitizes the PATH to a safe value before invoking external commands to prevent attacker-controlled PATH entries from being used.
get_it (Corel Linux Update) cp invocation / PATH handling = invoke cp by absolute path and/or sanitize PATH before use - Configuration
Change file permissions or ACLs so that only root or trusted administrator accounts can execute get_it; remove execute permission for regular unprivileged users to prevent local users from exploiting the program.
get_it (Corel Linux Update) executable access = restrict execution to trusted accounts - Compensating control
Until a code fix is available, prevent exploitation by restricting local user ability to modify PATH or place malicious binaries in directories that could be used in PATH (e.g., disallow writing to /usr/bin, /bin, or other standard locations) and ensure user shells/configurations do not export attacker-controlled PATH values when invoking privileged tools.
Event History
Frequently Asked Questions
What is the severity of CVE-2000-0048?
CVE-2000-0048 is considered a high severity vulnerability due to the potential for local users to gain root access.
How do I fix CVE-2000-0048?
To fix CVE-2000-0048, ensure that the get_it program does not allow users to specify an alternate PATH for executables.
Who is affected by CVE-2000-0048?
CVE-2000-0048 affects local users on Corel Linux 1.0 systems.
What type of vulnerability is CVE-2000-0048?
CVE-2000-0048 is a local privilege escalation vulnerability.
What does CVE-2000-0048 allow attackers to do?
CVE-2000-0048 allows local users to gain unauthorized root access by manipulating the execution of the cp program.