Check: GEN001300
      
      
        
  VMware ESX 3 Server:
  GEN001300
  
    (in version v1 r2)
  
      
      
    
  Title
Library files must have mode 0755 or less permissive. (Cat II impact)
Discussion
Unauthorized access could destroy the integrity of the library files.
Check Content
Check the mode of library files. Procedure: # ls -lLR /usr/lib /lib If any of the library files have a mode more permissive than 0755, this is a finding.
Fix Text
Change the mode of library files to 0755 or less permissive. Procedure (example): # chmod 0755 /path/to/library-file NOTE: Library files should have an extension of .a or .so, possibly followed by a version number.
Additional Identifiers
Rule ID: SV-793r2_rule
Vulnerability ID: V-793
Group Title: GEN001300
Expert Comments
      Expert comments are only available to logged-in users.
    
  
  
      
        
        
      
      
        
  CCIs
      
      
        
        
      
    
  
    
  CCIs tied to check.
  
  
  | Number | Definition | 
|---|---|
| CCI-001499 | 
           Limit privileges to change software resident within software libraries.  | 
      
      
        
        
      
      
        
  Controls
      
      
        
        
      
    
  
    
  Controls tied to check. These are derived from the CCIs shown above.
  
  
  | Number | Title | 
|---|---|
| CM-5(6) | 
           Limit Library Privileges  |