| Security Announcement |
| Jun 20, 2006 at 03:44 AM | |
|
A SQL injection vulnerability has been identified in Mambo versions
<= 4.6RC1. Meaning that current production version 4.5.4 as well as
recent versions 4.5.3h, 4.5.3, and 4.5.2.3 are at risk. The quickest
way to plug this hole is to open /components/com_weblinks/weblinks.php
and add the following two lines at line 250.
Code:
$row->title = $database->getEscaped($row->title); $row->catid = $database->getEscaped($row->catid); |
| <Previous | Next> |
|---|
