We are aware that some new exploits/advisories have been issued concerning phpnuke and we are looking into those reports right now. If we find that they are legitimate, we will determine a solution and will make it/them available ASAP.
Re: New Nuke Security Advisories (Score: 1) | ![]() | The one regarding the Reviews module does not apply to PHP-Nuke 7.3 as stated at securityfocus, 7.3 filters the $id variable. |
Re: New Nuke Security Advisories (Score: 1) by chatserv on Tuesday, June 08, 2004 @ 11:05:41 CDT (User Info | Send a Message) http://www.scriptheaven.net | |
Looking closer at the report it seems the vulnerable variable is actually $title, we'll post back on this issue shortly. |
Re: New Nuke Security Advisories (Score: 1) | ![]() | $title = intval($title); is too much to ask? |
Re: New Nuke Security Advisories (Score: 1) by Raven on Thursday, June 10, 2004 @ 09:51:31 CDT (User Info | Send a Message) | |
You can't use a numeric test on a alpha-numeric field. It will always be FALSE and resolve to ZERO.. |