snmplib/snmpUDPDomain.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 7dbbb43d0e640ce97147ff12c0030212a26f7656
Author: Stephen Hemminger <[email protected]>
Date:   Wed Jun 2 09:04:24 2010 -0700

    Fix problem with snmpd and tcp-wrappers
    
    CVE-2008-6123
    
    snmpd improperly applies tcp-wrapper ACLs because it calls tcp-wrapper's
    hosts_ctl (see netsnmp_agent_check_packet() in agent/snmp_agent.c) with it's
    local IP address as the "client_addr" (instead of the snmp client's remote
    IP address) because of incorrect string assembly (see netsnmp_udp_fmtaddr()
    in snmplib/snmpUDPDomain.c).

http://suva.vyatta.com/git/?p=net-snmp.git;a=commitdiff;h=7dbbb43d0e640ce97147ff12c0030212a26f7656
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn

Reply via email to