How to deal with CVE-1999-0519 and CVE-2000-1200?
Environment
- Red Hat Enterprise Linux 5
- Red Hat Enterprise Linux 6
- Red Hat Enterprise Linux 7
Issue
- Security scan report shows that, RHEL 5 system is vulnerable for CVE-1999-0519 and CVE-2000-1200.
- How to deal with those CVEs?
- Red Hat's CVE database doesn't show any information on it.
Resolution
-
If the RHEL system is configured as an Active Directory client or
samba
service is running on it, below steps can be followed to overcome these vulnerabilities :-
Edit
/etc/samba/smb.conf
file and add following lines in[global]
section.guest account = nobody restrict anonymous = 1
-
Restart
smb
service after modifyingsmb.conf
. i.e:# service smb restart
-
-
This will restrict anonymous access to Samba service.
Diagnostic Steps
CVE-2000-1200: Windows NT allows remote attackers to list all users in a domain by obtaining the domain SID with the LsaQueryInformationPolicy policy function via a null session and using the SID to list the users.
CVE-1999-0519: A NETBIOS/SMB share password is the default, null, or missing.
This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.
Comments