]> git.karo-electronics.de Git - karo-tx-linux.git/commit
dvb-core: Proper handling ULE SNDU length of 0 (CVE-2006-4623)
authorAng Way Chuang <wcang@nrg.cs.usm.my>
Fri, 13 Oct 2006 16:01:44 +0000 (18:01 +0200)
committerAdrian Bunk <bunk@stusta.de>
Fri, 13 Oct 2006 16:01:44 +0000 (18:01 +0200)
commit1d82cce6f3d3119c33aed88ed8c94f93341f995a
treedac375939d4320d0880ab29e34b1b3338954dc39
parentcc3c0a32e3ed8d40a8d14522bfb3efe62c11c0af
dvb-core: Proper handling ULE SNDU length of 0 (CVE-2006-4623)

ULE (Unidirectional Lightweight Encapsulation RFC 4326) decapsulation
code has a bug that allows an attacker to send a malformed ULE packet
with SNDU length of 0 and bring down the receiving machine. This patch
fix the bug and has been tested on version 2.6.17.11. This bug is 100%
reproducible and the modified source code (GPL) used to produce this bug
will be posted on http://nrg.cs.usm.my/downloads.htm shortly.  The
kernel will produce a dump during CRC32 checking on faulty ULE packet.

Signed-off-by: Ang Way Chuang <wcang@nrg.cs.usm.my>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
drivers/media/dvb/dvb-core/dvb_net.c