This is a discussion on Re: SNMP-COMMUNITY-MIB security question within the SNMP Coders forums, part of the Networking and Network Related category; On 18/04/2008, Emi Yanagi <Emi.Yanagi@radisys.com> wrote: > It seems there could be a ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On 18/04/2008, Emi Yanagi <Emi.Yanagi@radisys.com> wrote:
> It seems there could be a security hole in snmpCommunityTable. What if a > user who only has access to read-only community name "public", used it to > walk through snmpCommunityName, which would also populate the read-write > community name "private". Then the read-only user gained the read-write > community access. > > How do I prevent this security hole in my implementation? By restricting access to the snmpCommunityTable. Don't allow "untrusted" users to view the contents. Dave ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757...un.com/javaone _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/...et-snmp-coders |