He tests on 1.0.11 but says its fixed in SVN so I assume we're still vulnerable... I'll check the source when I get a chance. The other sql injection, is the same bug described bellow for Mambo 4.6.1 and Joomla 1.0.11 . This has been solved in SVN version, but the SVN version has another sql injection : The 'catid' parameter is not checked properly in "_buildQuery()" function : File components/com_weblinks/models/category.php, Line 209 : :: $query = "SELECT *" . :: "\n FROM #__weblinks" . ** "\n WHERE catid = $this->_id". :: "\n AND published = 1" . :: "\n AND archived = 0". :: "\n ORDER BY $filter_order $filter_order_dir, ordering"; PoC : http://hacked/index.php?option=com_weblinks&catid=1%20SQLINJECTION Reproducible: Didn't try http://archives.neohapsis.com/archives/fulldisclosure/2007-01/0355.html
could someone check this please? web-apps?
version in the tree is 1.0.12
Thanks; closing since ~arched