Tagged Questions
23
votes
8answers
971 views
How secure is PHP?
I am somewhat new to PHP coding and I am aware that malicious users can hack a website if you have not sanitized your PHP code. What I am wondering is whether they need a data entry box (like for file ...
10
votes
4answers
1k views
Why isn't Suhosin part of the PHP core?
It seems Suhosin patches and extends the PHP core as a means to protect users from flaws in the core. It also seems some smart people are using this system. Since it appears to be a good thing, I'm ...
8
votes
1answer
891 views
'php pyrus.phar' won't get executed
I use PHP 5.3 on Debian and according to php -m 'Phar' is loaded.
But executing php pyrus.phar or php pyrus.phar config-show leads to no output at all.
What might be the problem?
debian:~# php -v
...
5
votes
3answers
352 views
Decrypting and Reading Suhosin Session Data
I just noticed that my host started using Suhosin Hardening, i'm not quite familiar with this and am having major issues with my application, mainly in sessions.
The session is nowing being stored in ...
4
votes
4answers
1k views
How to check whether Suhosin is installed?
I'm not familiar with Suhosin (never used it) but if possible I need to check using PHP whether it is installed. This is for part of an installer that I'm writing. Thanks.
3
votes
2answers
467 views
CakePHP Cookies getting scrambled - Suhosin related
For some reason I am unable to read any cookies from my CakePHP app on any page after they have been set, the only thing that is returned is garbled text.
My code is as simple as this:
...
2
votes
1answer
59 views
Suhosin rule violation (340006 and 340007)
Can anybody tell me what these rule violations mean? or at least point me to a useful resource.
An app I wrote was working perfectly until yesterday. On further investigation I got the following from ...
2
votes
3answers
166 views
PHP 5.3, Suhosin and UTF-8
I'm struggling to find a solution to keep using the Suhosin patch and make it work with UTF-8 form submissions. This is the very simple test I made:
<?php var_dump($_POST); ?>
<form ...
2
votes
1answer
117 views
php suhosin alerts
I use suhosin. I get the following alerts.
ALERT-SIMULATION - tried to register forbidden variable '_REQUEST' through GET variables (attacker
ALERT-SIMULATION - tried to register forbidden variable ...
2
votes
2answers
217 views
Do I need the Suhosin security patch on a VPS?
I have a VPS with Linode and the out-of-the-box Ubuntu server setup comes with the Suhosin PHP security patch. The annoying problem is that it's effecting a few things, namely CakePHP session/cookies ...
2
votes
2answers
719 views
suhosin patch or extension and zend optimizer
I have been wondering about the difference between Suhosin Patch and Extension?
For example which one of them I should install with PHP 5.2.17 with Xcache 1.3.1 and Zend Optimizer 3.3.0.a?
Should it ...
2
votes
4answers
3k views
PHP SimpleXML, CodeIgniter and Apache with Suhosin
I have an application I am writing in PHP5, using the CodeIgniter framework.
I have it running on both Windows (using Xampp) and Ubuntu (using standard Apache, PHP, MySQL stack).
I have a form, that ...
1
vote
1answer
67 views
How can my php script tell if suhosin changed request variables?
I've been testing security for some php scripts and have found that, among other things, suhosin strips away a posted variable that is huge... this is fine and desirable, but I'd like for my script to ...
1
vote
2answers
180 views
Can't upload 5mb file using AJAX file uploader
I am using the file uploader plugin (from: https://github.com/valums/file-uploader) to upload files to my website.
If you are using a moden web browser (like Firefox 6 or Chrome 13), then it uploads ...
1
vote
0answers
94 views
String with more then 513 signs doesn't appear in $_GET [closed]
Possible Duplicate:
Query variable can be no longer than 512 characters
I have switched form PHP 5.2 to "PHP 5.3.3-7 with Suhosin-Patch (cli) (built: Jan 5 2011 10:36:05)" and have very ...
1
vote
2answers
249 views
suhosin alternative
are there any alternatives available for suhosin? or any recent tools like it?
i use eaccelerator and i heard that suhosin can't get along with it.
1
vote
1answer
131 views
Query variable can be no longer than 512 characters
I'm struggling to read query variables that contain more than 512 characters in the $_GET array. If I parse the query string using parse_string, however, I can read it just fine from the resulting ...
1
vote
2answers
124 views
PHP APC uploads are never marked as complete
I have a LAMP setup running PHP 5.2.6-1 with the Suhosin Patch (0.9.6.2) and Zend (2.2.0) with APC enabled for use with a file upload script using an ajax cal to get the status and generate a progress ...
1
vote
1answer
853 views
php session encryption
I'd like to have sessions data encrypted like they are in suhosin, is there any library out there providing that?
0
votes
1answer
89 views
access-control-allow-origin not working
I'm integrating the API system into my website, however I got this message from Google chrome's console: XMLHttpRequest cannot load https://api.mysocialsync.com/. Origin https://www.mysocialsync.com ...
0
votes
1answer
69 views
How to disable suhosin.log?
In phpmyadmin it says...
"suhosin.log.* should not include SQL, otherwise you get big slowdown"
How do I totally disable suhosin.log in php.ini?
thanks
0
votes
1answer
205 views
Can you use a PHP 5.3.7 suhosin-patch on PHP 5.3.8?
I am building a custom PHP rpm for PHP 5.3.8. Unfortunately, suhosin's download site does not have a 0.9.10 5.3.8 patch while they do for 5.3.7 (http://www.hardened-php.net/suhosin/download.html).
...
0
votes
1answer
122 views
php suhosin configuration
Before I did any change to suhosin configuration,
the logging shows a lot of alerts,
including variable name length, value length, memory_limit, ASCIIZ null and so on.
So, what I do is to change ...
0
votes
0answers
401 views
$_POST empty and file_get_contents('php://input') empty [closed]
I am currently managing a Centos 5.6 server that is running multiple websites, All of the sites but one is posting data, the problem site is not decoding $_GET variables and the $_POST variables are ...
0
votes
0answers
130 views
Page will redirect to 404.shtml when posting data
Website was running on a Linux & PHP server with DSO handler and everything was OK.
After changing PHP handler to SuPHP, when i submit a form, the page will redirect to 404.shtml page and i get ...
0
votes
3answers
254 views
PHP: out of memory error, what to do?
I am receiving this error when Im trying to crop a image, I just uploaded. The image i just uploaded is around 3MB.
Here's the error
<br />
<b>Fatal error</b>: Out of memory ...