Forum Discussion
Chris_H_33818
Nimbostratus
Apr 15, 2015MS15-034
MS15-034 is a critical issue which we are looking at patching but we would like to apply an irule to filter for any exploit for our customers who haven't patched.
There is no exploit yet but it'...
DEJ
Nimbostratus
Apr 16, 2015Hello,
The below is a recent article on this issue. It does not drop the request, it removes the Range header.
Name: stop_range_CVE-2015-1635
Description: This iRule will remove the Range header when detecting large ranges in it.
when HTTP_REQUEST {
remove Range requests for CVE-2015-1635 if the request uses large ranges
if { ([HTTP::header exists "Range"]) and ([HTTP::header "Range"] matches_regex {bytes\s*=.*([0-9]){10,}.*})}
{
HTTP::header remove Range
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects
