Suhosin is an advanced protection system for PHP installations. It was designed to protect servers and users from known and unknown flaws in PHP applications and the PHP core.

learn more… | top users | synonyms

-1
votes
0answers
235 views

php 5.4.14 ubuntu 12.04 suhosin truble [closed]

after install php 5.4.14 at Ubuntu 12.04: sudo add-apt-repository ppa:ondrej/php5 sudo apt-get update sudo apt-get dist-upgrade -y have some truble in logs: PHP Warning: PHP Startup: Unable to ...
0
votes
0answers
40 views

Apr 14 20:32:00 slan-550-92 suhosin[41533]: ALERT - configured COOKIE variable limit exceeded - dropped variable

actual error listing emailed to me from tech who found it in their logs at my web host: Apr 14 20:32:00 slan-550-92 suhosin[41533]: ALERT - configured COOKIE variable limit exceeded - dropped ...
0
votes
0answers
29 views

php suhosin can't turn on log errors

I have a problem with the PHP suhosin patch: one of the scripts failed with empty output and empty php-log messages, so I can't understand what the problem is that happens in my code. The problem ...
0
votes
0answers
31 views

Limit the number of variables through POST method by suhosin

For limiting the number of variables sent through using the POST method, I'm using an extension called suhosin. I added 3 lines in my PHP.ini file like this: [suhosin] suhosin.request.max_vars = 20 ...
0
votes
0answers
53 views

How to disable use of special php functions on a subdirectory wih suhosin extencion?

I have a Website using Concrete5. I need to allow the cliente to access the subpage domain\blocks. The problem is that if the person with this permissions create a Block and put some code like: ...
0
votes
0answers
119 views

Installing aws php sdk with phar

I am trying to use the AWS SDK for PHP 2 to create a file on S3. Installing via Phar: ...
1
vote
0answers
86 views

Can't get AWS SDK for PHP Working on Ubuntu Server

I have been trying to get the AWS SDK Installed and working on my EC2 instance. I am running Ubuntu server and have tried requiring the aws.phar file in my code and also installing via PEAR. either ...
4
votes
3answers
2k views

Is php 5.4 safe without Suhosin?

I'm currently working on developing a PHP CMF which will eventually be commercially available and I want to use traits. The problem however is that traits are a PHP 5.4 feature and apparently the ...
14
votes
3answers
286 views

Does PHP set memory limits on arrays?

I have a weird memory problem in PHP. I think something is only allowing an array to be a maximum of 0.25M. It appears the script is only using up to around 6M before it crashes. Here's the output ...
4
votes
4answers
227 views

Security with PHP Sessions

I know this has been asked billions of times, but I'm super paranoid/OCD about the security of my coding. I'm working on a little project. The session data will only contain: user_id 1 ...
0
votes
1answer
2k views

SugarCRM error on module loader on shared hosting

I’ve a shared hosting account and installed sugarcrm. Everything is fine except the message i get for the module loader. Here i get the message to add suhosin.executor.include.whitelist = “upload://” ...
0
votes
1answer
672 views

How to override suhosin max value?

An important GET param is being filtered by suhosin. How do I override suhosin when the following does not work? public_html/php.ini : [suhosin] suhosin.get.max_value_length = 2048 Sets ...
2
votes
2answers
1k views

Symfony2 set up

I'm trying to set up sample Symfony2 project as shown here http://symfony.com/doc/current/quick_tour/the_big_picture.html and after accessing config.php I have this: Major problems have been ...
0
votes
0answers
92 views

suhosin config for one script or folder

I use nginx and suhosin. In one php script I need very high limits but don't want to change it for whole server. It is possible to make custom suhosin config for one file or folder?
1
vote
1answer
130 views

Why is suhosin.executor.allow_symlink a security issue?

I came to problem with this Can't open file in php if one of directories is a symlink suhosin ducumentation said that suhosin.executor.allow_symlink This flag reactivates symlink() when ...
2
votes
3answers
688 views

Long POST data is discarded by Suhosin, what settings may be responsible?

I have an Apache server running a PHP script that receives data via a POST request that has several fields. One of the fields may be very long, and when it reaches somewhere between 512 kB and 1 MB ...
1
vote
2answers
252 views

Lost session variables using 3G dongle

I have a huge problem with session_vars and mobile 3g connections. We have a virtual campus that is accessed with username and password. On every page verifies that the user is logged with the ...
0
votes
1answer
2k views

How do I set suhosin.request.max_* with .htaccess? Only suhosin.post.max_* work

I've set suhosin.perdir = 'p' in my ini file. I would now like to change suhosin ini settings on a per-folder basis. The following all work (running phpinfo() inside the desired folder shows the ...
0
votes
1answer
833 views

Does suhosin force some options in php.ini?

I can't seem to change some values in php.ini. For example: display_errors = On I can only turn it on on runtime. I suspect that suhosin is messing with this, is there any way to bypass it? Yes ...
2
votes
2answers
125 views

How to share sessions between two sites when suhosin is enabled?

Recently our client migrated to server with suhosin enabled. Till then we were using session sharing to switch between wp and our custom cms. Now the session details are saved in DB after encryption. ...
0
votes
1answer
165 views

Suhosin changes

I've recently purchased a virtual server in order to use it as a stage development for my site which is based on a forum script (ipb). Problem is that before the installation and after it, ipb shows ...
1
vote
1answer
685 views

Suhosin for Windows

I was wondering if it is possible to install Suhosin for php without completely recompiling the php library. I've looked around a lot an all I was able to find are resources for Linux and other ...
4
votes
1answer
367 views

Workaround for suhosin.mt_srand.ignore to consistently shuffle an array in PHP?

I have a PHP script which needs to randomise an array with consistent results, so it can present the first few items to the user and they can then pull in more results from the same shuffled set if ...
4
votes
2answers
6k views

lots of request variable name length errors in suhosin

I got a lot of suhosin errors in my /var/log/messages Dec 22 06:28:12 server suhosin[4637]: ALERT - configured request variable name length limit exceeded - dropped variable ...
2
votes
1answer
657 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 ...
4
votes
1answer
196 views

json_encode - PHP gives uncomplete json string

First my Setting: PHP 5.3.2 - with Suoshin and xCache lighttpd/1.4.26 My Code is too much to Post it here. I will discribe it. File x.php is loading some PHP - Classe, init them, executes some ...
2
votes
1answer
117 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 ...
0
votes
1answer
722 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
466 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). ...
1
vote
1answer
255 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 ...
3
votes
3answers
512 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 ...
0
votes
1answer
149 views

suhosin encryption bug when reloading apache2 configuration

I have a Apache2 server installed running with php and suhosin. The php session are handled with Zend_Session and stored in database. Suhosin is configured to encrypt session data before saving it to ...
1
vote
2answers
762 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 ...
0
votes
1answer
695 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 ...
2
votes
1answer
759 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 ...
1
vote
0answers
105 views

String with more then 513 signs doesn't appear in $_GET [duplicate]

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 ...
2
votes
2answers
799 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 ...
6
votes
3answers
2k 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 ...
0
votes
0answers
676 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 ...
9
votes
1answer
3k 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 ...
2
votes
2answers
1k 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 ...
5
votes
2answers
1k 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
2answers
626 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.
0
votes
3answers
970 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 ...
1
vote
1answer
240 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
204 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 ...
9
votes
4answers
5k 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.
1
vote
1answer
1k 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?
27
votes
8answers
3k 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 ...
12
votes
3answers
2k 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 ...

1 2