First published: Tue Aug 23 2011(Updated: )
Dan Kaminsky pointed out that using partial MD4 and using that to generate a sequence number, of which only 24-bits are truly unguessable, seriously undermine the goals of random sequence number generation. In particular, with only 24-bits being truly unguessable, packet injection into a session using even something like brute force is a real potential possibility. We only use 24-bits because we regenerate the random number every 5 minutes "just in case." But what does is trade a "we don't know" kind of theoretical issue for a provably real one (brute force attack). Therefore [Dave Miller] moving us more in line with RFC1948 (as well as OpenBSD and Solaris), to use MD5 and a full 32-bit result in the generated sequence number. MD5 was selected as a compromise between performance loss and theoretical ability to be compromised. Willy Tarreau did extensive testing and SHA1 was found to harm performance too much to be considered seriously at this time. We may later add a sysctl for various modes (ie. a "super secure" mode that uses SHA1 if people want that, and an "insecure" mode that doesn't use cryptographic hashing at all for people in protected environments where that might be safe to do). [Dave Miller] also moved the sequence number generators out of random.c (they never really belonged there, and are only there due to historical artifacts), and fixed a bug in DCCP sequence number generation (on ipv6 the 43-bit sequence number was truncated to 32-bits). Acknowledgements: Red Hat would like to thank Dan Kaminsky for reporting this issue.
Credit: secalert@redhat.com
Affected Software | Affected Version | How to fix |
---|---|---|
debian/linux-2.6 | ||
Linux Kernel | <3.1 | |
Red Hat Enterprise Linux | =4.0 | |
F5 ARX Data Manager | >=6.0.0<=6.4.0 | |
F5 Access Policy Manager | >=10.1.0<=10.2.4 | |
F5 Access Policy Manager | >=11.0.0<=11.1.0 | |
F5 BIG-IP Analytics | >=11.0.0<=11.1.0 | |
F5 Application Security Manager | >=10.0.0<=10.2.4 | |
F5 Application Security Manager | >=11.0.0<=11.1.0 | |
F5 BIG-IP Edge Gateway | >=10.1.0<=10.2.4 | |
F5 BIG-IP Edge Gateway | >=11.0.0<=11.1.0 | |
F5 BIG-IP Global Traffic Manager | >=10.0.0<=10.2.4 | |
F5 BIG-IP Global Traffic Manager | >=11.0.0<=11.1.0 | |
F5 BIG-IP | >=10.0.0<=10.2.4 | |
F5 BIG-IP | >=11.0.0<=11.1.0 | |
F5 BIG-IP Local Traffic Manager | >=10.0.0<=10.2.4 | |
F5 BIG-IP Local Traffic Manager | >=11.0.0<=11.1.0 | |
F5 BIG-IP Protocol Security Manager | >=10.0.0<=10.2.4 | |
F5 BIG-IP Protocol Security Manager | >=11.0.0<=11.1.0 | |
F5 BIG-IP WAN Optimization Manager | >=10.0.0<=10.2.4 | |
F5 BIG-IP WAN Optimization Manager | >=11.0.0<=11.1.0 | |
F5 BIG-IP WebAccelerator | >=10.0.0<=10.2.4 | |
F5 BIG-IP WebAccelerator | >=11.0.0<=11.1.0 | |
F5 Enterprise Manager | >=2.1.0<=2.3.0 | |
F5 Enterprise Manager | =3.0.0 | |
F5 FirePass SSL VPN | >=6.0.0<=6.1.0 | |
F5 FirePass SSL VPN | =7.0.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2011-3188 is considered to be a medium severity vulnerability as it can lead to potential session hijacking through predictable packet injection.
To fix CVE-2011-3188, update your affected systems to the latest patched version of the Linux kernel or affected F5 software.
CVE-2011-3188 impacts various versions of the Linux kernel, Red Hat Enterprise Linux 4.0, and several F5 BIG-IP products.
CVE-2011-3188 is associated with packet injection attacks that can exploit the vulnerability in the sequence number generation process.
While CVE-2011-3188 has been remediated in newer versions, systems running outdated software may still be at risk.