lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date: 6 Jul 2006 22:03:06 -0000
From: luny@...fucktard.com
To: bugtraq@...urityfocus.com
Subject: Sport-slo.net Guestbook v1.0


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. 


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ