]> git.ipfire.org Git - thirdparty/squid.git/commit
The snmp_community ACL check segfaulted if Squid failed to parse
authorhno <>
Mon, 14 Aug 2000 03:18:09 +0000 (03:18 +0000)
committerhno <>
Mon, 14 Aug 2000 03:18:09 +0000 (03:18 +0000)
commitec18aedff106daf06c769cf501dd888251cf8e0a
tree6ff7eb45b9d55abe72f073deb4cff0b7d660ebc0
parent588b63e8dd6008e49312b0b5e5250fe114ed02d9
The snmp_community ACL check segfaulted if Squid failed to parse
the SNMP query. We might want to backport this to 2.3, and release
it as a patch as this can be used to DOS anyone with SNMP enabled
and using the snmp_community ACL.

A workaround is to base access controls purely on the source address
instead of using a community.
src/snmp_core.cc