Netsnmpv5.8 possible security flaw

2019-01-07 Thread Madhusudhana R
Hi Coders, With Netsnmp v5.8 upgraded to my project (which was already working with v5.7.3), I am finding one problem which is as described below. An user is created in agent (which is netsnmp v5.8) Username: 'user1' Hash algo: 'SHA224' Password: 'password123' Priv algo: 'AES192' Password: 'pa

Re: Netsnmpv5.8 possible security flaw

2019-01-07 Thread Wes Hardaker via Net-snmp-coders
Madhusudhana R writes: > With Netsnmp v5.8 upgraded to my project (which was already working with > v5.7.3), I am finding one > problem which is as described below. > > An user is created in agent (which is netsnmp v5.8) How did you configure the access control of the agent? Specifically, if

RE: Netsnmpv5.8 possible security flaw

2019-01-07 Thread Madhusudhana R
Thanks Wes. Can you please let me know whether this feature is added newly in v5.8 or it was an existing feature in v5.7.3 ? If it is a new feature in v5.8, is there a way to toggle some MACRO value to make sure an user with authpriv protocol will always responds in encrypted way? Thanks in a