b374203f48
A vulnerability has been reported in Net-SNMP, which can be exploited by malicious people to spoof authenticated SNMPv3 packets. The authentication code reads the length to be checked from sender input, this allows the sender to supply single byte HMAC code and have a 1 in 256 chance of matching the correct HMAC and authenticating, as only the first byte will be checked. The sender would need to know a valid username. ok rui (maintainer)
13 lines
381 B
Plaintext
13 lines
381 B
Plaintext
$OpenBSD: patch-snmplib_snmp_version_c,v 1.1 2008/06/10 18:00:35 sthen Exp $
|
|
--- snmplib/snmp_version.c.orig Tue Jun 10 10:16:25 2008
|
|
+++ snmplib/snmp_version.c Tue Jun 10 10:16:33 2008
|
|
@@ -5,7 +5,7 @@
|
|
#ifndef UCD_COMPATIBLE
|
|
static
|
|
#endif
|
|
-const char *NetSnmpVersionInfo = "5.4.1";
|
|
+const char *NetSnmpVersionInfo = "5.4.1.1";
|
|
|
|
const char *
|
|
netsnmp_get_version()
|