]> git.ipfire.org Git - thirdparty/squid.git/commit - src/wccp.cc
Bug #1217: Buffer overflow in WCCP recvfrom() call
authorwessels <>
Sat, 29 Jan 2005 05:54:16 +0000 (05:54 +0000)
committerwessels <>
Sat, 29 Jan 2005 05:54:16 +0000 (05:54 +0000)
commit1205909e0baa1edb9eb47f2480d19f951807c23b
tree02da164004c1e18faf0c8112a5712b1a1ce1b85b
parent8617e90a501f5e383cc8ed0102d7dc9dbc1b1253
Bug #1217: Buffer overflow in WCCP recvfrom() call

The length argument of the WCCP recvfrom() call is
larger than it should be.  An attacker may send a
larger-than-normal WCCP packet and overflow a buffer.

Reported by the FSC Vulnerability Research Team
src/wccp.cc