Forum Discussion
eng_mohamadawad
Jul 09, 2015Nimbostratus
Threat :Microsoft IIS is exposed to an Internal IP Disclosure Vulnerability
Dears ;
we have the below threat by PCI on OWA , we are using F5 11.6 + hotfix 4 , please how can F5 help to close this issue :
"THREAT:
Microsoft IIS is exposed to an Internal IP Disclosur...
Kevin_Stewart
Jul 09, 2015Employee
Maybe the easiest solution is to prevent empty HTTP/1.0 Host headers from getting to IIS:
when HTTP_REQUEST {
if { [HTTP::version] eq "1.0" } {
if { not ( [HTTP::header exists Host] ) or ( [HTTP::header Host] eq "" ) } {
HTTP::header replace Host "somehost"
}
}
}
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