Information
Whether active or not, default SNMP passwords, users, and passphrases must be changed to maintain security. If the service is running with the default authenticators, then anyone can gather data about the system and the network and use the information to potentially compromise the integrity of the system or network(s).
NOTE: Nessus has provided the target output to assist in reviewing the benchmark to ensure target compliance.
Solution
The root role is required.
Stop the SNMP service:
# svcadm disable svc: /application/management/net-snmp:default
Open the /etc/snmp/snmpd.conf file and remove any lines containing default values.
# pfedit [/path/filename]
Create a new SNMPv3 user with strong authentication and privacy keys (if the service is required).
Restart the service (if the service is required).
# svcadm enable svc: /application/management/net-snmp:default
Ensure permissions on the configuration files are restricted:
# chmod 600 /etc/snmp/snmp.conf