CVE-2000-0217: Medium severity SSH ssh vulnerability
The default configuration of SSH allows X forwarding, which could allow a remote attacker to control a client's X sessions via a malicious xauth program.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Configuration
Disable X forwarding in the SSH configuration (e.g., set X11Forwarding to no) to prevent a remote attacker from controlling a client's X sessions via a malicious xauth program.
OpenSSH / SSH (Secure Shell) X forwarding (X11Forwarding) = disabled
Event History
Frequently Asked Questions
What is the severity of CVE-2000-0217?
CVE-2000-0217 is classified as a moderate severity vulnerability due to its potential to allow unauthorized control over a client's X sessions.
How do I fix CVE-2000-0217?
To fix CVE-2000-0217, disable X11 forwarding in the SSH configuration by setting 'X11Forwarding no'.
Which versions are affected by CVE-2000-0217?
CVE-2000-0217 affects multiple versions of SSH including 1.2.0, 1.2.6, 1.2.9, and 2.0.3 among others.
What are the risks associated with CVE-2000-0217?
The risks include unauthorized remote access to graphical sessions and the potential execution of arbitrary commands on the affected system.
Is CVE-2000-0217 still a concern in modern systems?
While CVE-2000-0217 pertains to older versions of SSH, systems running outdated SSH versions may still be at risk if X forwarding is enabled.