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 Vuln-Dev
[Top] [All Lists]

Cross-Site Scripting and Local File Inclusion in Phorum

Subject: Cross-Site Scripting and Local File Inclusion in Phorum
Date: 27 Jul 2006 11:00:27 -0000
Some vulnerabilities have been discovered in Phorum, which can be exploited by 
malicious people to conduct cross-site scripting attacks, disclose sensitive 
information, and potentially compromise a vulnerable system. 


1) Input passed to the "template" parameter in pm.php isn't properly verified, 
before it is used to include files. This can be exploited to include arbitrary 
files from local resources.

Example:
http://[host]/pm.php?1,page=1&template=[file]%00



Another unspecified parameter is reportedly also affected. 


Successful exploitation requires that "register_globals" is enabled and that 
"magic_quotes_gpc" is disabled.

This can further be exploited to include arbitrary PHP code injected into 
Apache web logs.

2) Input passed to the "mode" parameter in posting.php isn't properly sanitised 
before being returned to the user. This can be exploited to execute arbitrary 
HTML and script code in a user's browser session in context of an affected site.

The vulnerabilities have been confirmed in version 5.1.14. Prior versions may 
also be affected.



 

Solution:
Update to version 5.1.15.
http://www.phorum.org/downloads.php

<Prev in Thread] Current Thread [Next in Thread>
  • Cross-Site Scripting and Local File Inclusion in Phorum, Meftun <=