Skip to content

mini-snmpd v1.5

Compare
Choose a tag to compare
@troglobit troglobit released this 03 Feb 16:34
· 25 commits to master since this release

Major feature and bug fix release. Support for TCP-MIB, UDP-MIB, IP-MIB, ifXTable with 64-bit counters.

All users are strongly encouraged to upgrade!

Changes

  • Add support for ifXTable (64-bit counters), from NDM Systems
  • Add support for TCP-MIB, from NDM Systems
  • Add support for UDP-MIB, from NDM Systems
  • Add support for IP-MIB, from NDM Systems
  • Add support for ifType
  • Add support for ifMtu
  • Binary and man page renamed: mini_snmpd --> mini-snmpd
  • New command line option -l LEVEL replaces --verbose
  • New command line option -v to show program version
  • Create PID file when daemon is ready to receive signals
  • Add support for systemd unit file on Linux
  • Add support for /etc/mini-snmpd.conf, disabled by default

Fixes

  • CVE-2020-6060: Fix stack overflow in client connection handler
  • CVE-2020-6059: Fix out-of-bounds read in parsing of SNMP packet
  • CVE-2020-6058: Fix out-of-bounds read in parsing of SNMP packet
  • Let -s flag control use of syslog, when running in foreground
  • Removed all (known) GNU:isms; i.e., __progname and %m