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: Thu, 25 May 2006 01:52:34 -0400 (EDT)
From: "Steven M. Christey" <coley@...re.org>
To: bugtraq@...urityfocus.com
Subject: Re: mybb v1.1.1(rss.php) SQL Injection Exploit



>Foud By: Breeeeh & CrAzY CrAcKeR

>$comma = " - ";
>...
>$title .= $comma.$forum['name'];
>...
>$comma = ", ";

This code snippet sets the $comma variable to static values, so it
doesn't look like the attacker can control them.

>Example:
>
>/rss.php?...$comma=[SQL]


Given the previous code snippet, how can $comma be modified from this
URL?


- Steve


Powered by blists - more mailing lists