Advertisement






Sport-slo.net Guestbook v1.0

CVE Category Price Severity
CVE-XXXX-XXXX CWE-XX Unknown Unknown
Author Risk Exploitation Type Date
Unknown Unknown Unknown 2006-07-14
CVSS EPSS EPSSP
CVSS:4.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L 0.02192 0.50148

CVSS vector description

Our sensors found this exploit at: http://cxsecurity.com/ascii/WLB-2006070062

Below is a copy:

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.

Copyright ©2024 Exploitalert.

This information is provided for TESTING and LEGAL RESEARCH purposes only.
All trademarks used are properties of their respective owners. By visiting this website you agree to Terms of Use and Privacy Policy and Impressum