Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Bugtraq
[Top] [All Lists]

Apache Multiple Injection Vulnerabilities

Subject: Apache Multiple Injection Vulnerabilities
Date: 14 Feb 2007 05:20:36 -0000
There's a new advisory at:
http://www.infohacking.com/INFOHACKING_RESEARCH/Our_Advisories/apache/index.html

Summarizing:

"1.- HTTP 404 error response almost arbitrary injection (Apache)

Impact right now:

a) fake virus injection in Apache 404 HTTP responses wich can lead in alarms on 
corporate gateway antivirus, lose of trust on supposed trusted sites, end user 
paranoid...

b) Control codes injection -backspaces, etc.- thus allowing script injection in 
the server response. Right now it seems that this vulnerability is not
affecting real browsers, just because of the "backspace" escaping in the 
clients, or due to other things. Anyway, the problem is that echoing back 
control codes is a violation of the Content-Type charset in the response and is 
IMHO a security risk.

Impact in the future: REAL injection in Apache 404 HTTP responses of almost any 
kind of file, that is virus, binaries, trojans, etc. The attacker must
be able to modify the "Content-Type" HTTP header of the server response. Also, 
due to some restrictions in the injected "payload", the attacker must avoid
using some chars like null bytes.

2.- Location HTTP header injection in server redirect responses (Apache, IIS, 
Zeus 3.2, Google Web Server, Jigsaw/2.2.5, probably many
others)

Impact: Depending on the affected web server it could be a Denial of Service 
-when combined with a proxy caché poisoning-, HTTP URL redirection, etc."

<Prev in Thread] Current Thread [Next in Thread>