Suhosin

Source: Wikipedia, the free encyclopedia.
Suhosin
Original author(s)Stefan Esser
Initial releaseOctober 2, 2006
Final release
0.9.38 / May 21, 2015
Repositorygithub.com/sektioneins/suhosin
Written inC
PlatformPHP
LicencePHP License
Websitesuhosin.org

Suhosin (Korean 수호신, Korean pronunciation:

open source patch for PHP and also a PHP extension, written by the German company Sektion Eins. The patch and the extension are two independent parts, that can be used separately or in combination. "The goal behind Suhosin is to be a safety net that protects servers from insecure PHP coding practices."[1]

Suhosin also reduces the "attackable surface" that PHP adds to a Web Server through function whitelists, resource limits, transparent session and cookie encryption, binary content filter, logging and various other protections.[2] This reduces the risk of deploying previously deemed unsafe PHP programs and protects against known and unknown attacks.

Features

While the original patch included several low-level memory-related hardenings, those features aren't present in the modules, but most of them have been upstreamed into PHP.

Distribution with operating systems

In some Linux distributions, notably Debian in versions up to 6.x ("Squeeze") and Gentoo Linux, it was shipped by default with both patch and extension. Suhosin was removed from Debian as of version 7 (Wheezy) but reappeared in the current development branch.[3]

It is activated by default in Mac OS X Server.

As of PHP 5.4, openSUSE dropped the Suhosin patch, but maintains a port of the Suhosin extension.[4]

FreeBSD 10.1 maintains the Suhosin extension in its ports collection.

Development history and legacy

Suhosin was first released in 2006,[5] and targeted PHP 5.2.0. The last release of the hardening patch happened a couple of months after the release of the module.[6] The last news article on the official website is from 2007,[5] and no activity occurred in the code repository from May 2012 until February 2014. This led some distributions to consider the Suhosin project dead, until some people from the community started to contribute back to it, circa 2014.[7] There is no plan[8] to upstream features into PHP.

In November 2015, suhosin7 was created,[9] to provide similar hardening features to PHP7 but failed to gain momentum among the community.[10] The Snuffleupagus project aims at being its successor, for PHP7 and onwards.

See also

References

  1. ^ Official Feature List
  2. ^ Overview of package php5-suhosin in Debian sid
  3. ^ Mailinglist Archive: opensuse-factory (418 mails)
  4. ^ a b "Hardened-PHP Project - PHP Security - News". hardened-php.net. Retrieved 2017-01-18.
  5. ^ SektionEins (2014-06-11). "Download". SUHOSIN. Retrieved 2017-01-18.
  6. ^ "sektioneins/suhosin". GitHub. Retrieved 2017-01-18.
  7. ^ "'Re: [PHP-DEV] Suhosin patch disabled by default in Debian php5 builds' - MARC". marc.info. Retrieved 2018-02-25.
  8. ^ "first commit · sektioneins/suhosin7@aee7faf". GitHub. Retrieved 2017-01-18.
  9. ^ "sektioneins/suhosin7". GitHub. Retrieved 2017-01-18.

External links