News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

serialize problem in bridge file (phpbb) related to security issue with php

Started by Joe Belmaati, December 23, 2004, 02:45:21 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Joe Belmaati

The security flaw in php <4.3.10 has caused me to add a fix to my phpbb per this hack:

http://phpbbstyles.com/viewtopic.php?t=1904

Supposedly it fixes the known seciurity problems with php<4.3.10 but it also breaks the bridge file. Is there a fix around for this...?

Sincerely, and thank you very much!
Joe Belmaati
Copenhagen Denmark

Nibbler

By the looks of it you can do the same with the bridge file, add the array
_unserialize function and change the call to unserialize to array_unserialize.

Joe Belmaati

Where would I add the function - in the bridge file right before the unserialize?

Nibbler