Lucene search
K

ag10.txt

🗓️ 09 Jul 2006 00:00:00Reported by LunyType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 19 Views

Advanced Guestbook v1.0 XSS vulnerabilit

Code
`Advanced Guestbook v1.0  
  
Homepage:  
http://www.sport-slo.net/  
  
Affected files:  
guestbook.php  
  
-----------------------------------------------  
  
XSS vuln on guestbook.php:  
  
Data isn't sanatized before being submit to guestbook.txt and displayed onscreen. The code:  
  
if($_POST['action'])  
{  
if($_POST['name'] && $_POST['form'])  
{  
$action = $_POST['name'] . "@" . $_POST['form'] . "@" . $ip . "@" . $date . "\n";  
  
$handler = fopen("guestbook.txt", "a");  
fputs($handler, $action);  
fclose($handler);  
  
print "Thank you!";  
  
For a PoC as your name or opinion put:  
<script>alert('xss')</script>  
  
It should also be noted that this script comes with the dir /guestbook/and inside that is the cjGuestbook v1.2. v1.3 (which is a newer version) of cj'sguestbook has XSS vulns which i've submitted before.   
`

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

09 Jul 2006 00:00Current
7.4High risk
Vulners AI Score7.4
19