Skip to content

If SNMP service is enabled on AIX, the default SNMP password must not be used in the /etc/snmpd.conf config file.

An XCCDF Rule

Description

<VulnDiscussion>Use default SNMP password increases the chance of security vulnerability on SNMP service.</VulnDiscussion><FalsePositives></FalsePositives><FalseNegatives></FalseNegatives><Documentable>false</Documentable><Mitigations></Mitigations><SeverityOverrideGuidance></SeverityOverrideGuidance><PotentialImpacts></PotentialImpacts><ThirdPartyTools></ThirdPartyTools><MitigationControl></MitigationControl><Responsibility></Responsibility><IAControls></IAControls>

ID
SV-215231r508663_rule
Severity
Medium
References
Updated



Remediation - Manual Procedure

Edit "/etc/snmpd.conf" config file to remove or change all the default passwords that are used in the file.

Restart snmpd:
# stopsrc -s snmpd
# startsrc -s snmpd