Vulnerabilities > CVE-2012-1823 - Improper Input Validation vulnerability in PHP

047910
CVSS 7.5 - HIGH
Attack vector
NETWORK
Attack complexity
LOW
Privileges required
NONE
Confidentiality impact
PARTIAL
Integrity impact
PARTIAL
Availability impact
PARTIAL
network
low complexity
php
CWE-20
nessus
exploit available
metasploit

Summary

sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not properly handle query strings that lack an = (equals sign) character, which allows remote attackers to execute arbitrary code by placing command-line options in the query string, related to lack of skipping a certain php_getopt for the 'd' case.

Vulnerable Configurations

Part Description Count
Application
Php
442

Common Weakness Enumeration (CWE)

Common Attack Pattern Enumeration and Classification (CAPEC)

  • Buffer Overflow via Environment Variables
    This attack pattern involves causing a buffer overflow through manipulation of environment variables. Once the attacker finds that they can modify an environment variable, they may try to overflow associated buffers. This attack leverages implicit trust often placed in environment variables.
  • Server Side Include (SSI) Injection
    An attacker can use Server Side Include (SSI) Injection to send code to a web application that then gets executed by the web server. Doing so enables the attacker to achieve similar results to Cross Site Scripting, viz., arbitrary code execution and information disclosure, albeit on a more limited scale, since the SSI directives are nowhere near as powerful as a full-fledged scripting language. Nonetheless, the attacker can conveniently gain access to sensitive files, such as password files, and execute shell commands.
  • Cross Zone Scripting
    An attacker is able to cause a victim to load content into their web-browser that bypasses security zone controls and gain access to increased privileges to execute scripting code or other web objects such as unsigned ActiveX controls or applets. This is a privilege elevation attack targeted at zone-based web-browser security. In a zone-based model, pages belong to one of a set of zones corresponding to the level of privilege assigned to that page. Pages in an untrusted zone would have a lesser level of access to the system and/or be restricted in the types of executable content it was allowed to invoke. In a cross-zone scripting attack, a page that should be assigned to a less privileged zone is granted the privileges of a more trusted zone. This can be accomplished by exploiting bugs in the browser, exploiting incorrect configuration in the zone controls, through a cross-site scripting attack that causes the attackers' content to be treated as coming from a more trusted page, or by leveraging some piece of system functionality that is accessible from both the trusted and less trusted zone. This attack differs from "Restful Privilege Escalation" in that the latter correlates to the inadequate securing of RESTful access methods (such as HTTP DELETE) on the server, while cross-zone scripting attacks the concept of security zones as implemented by a browser.
  • Cross Site Scripting through Log Files
    An attacker may leverage a system weakness where logs are susceptible to log injection to insert scripts into the system's logs. If these logs are later viewed by an administrator through a thin administrative interface and the log data is not properly HTML encoded before being written to the page, the attackers' scripts stored in the log will be executed in the administrative interface with potentially serious consequences. This attack pattern is really a combination of two other attack patterns: log injection and stored cross site scripting.
  • Command Line Execution through SQL Injection
    An attacker uses standard SQL injection methods to inject data into the command line for execution. This could be done directly through misuse of directives such as MSSQL_xp_cmdshell or indirectly through injection of data into the database that would be interpreted as shell commands. Sometime later, an unscrupulous backend application (or could be part of the functionality of the same application) fetches the injected data stored in the database and uses this data as command line arguments without performing proper validation. The malicious data escapes that data plane by spawning new commands to be executed on the host.

Exploit-Db

  • descriptionApache / PHP 5.x - cgi-bin Remote Code Execution Exploit. CVE-2012-1823,CVE-2012-2311,CVE-2012-2336. Remote exploit for linux platform
    idEDB-ID:29290
    last seen2016-02-03
    modified2013-10-29
    published2013-10-29
    reporterkingcope
    sourcehttps://www.exploit-db.com/download/29290/
    titleApache / PHP 5.x - cgi-bin Remote Code Execution Exploit
  • descriptionApache + PHP 5.x - Remote Code Execution (Multithreaded Scanner) (2). CVE-2012-1823,CVE-2012-2311,CVE-2012-2336. Remote exploit for php platform
    idEDB-ID:29316
    last seen2016-02-03
    modified2013-10-31
    published2013-10-31
    reporternoptrix
    sourcehttps://www.exploit-db.com/download/29316/
    titleApache + PHP 5.x - Remote Code Execution Multithreaded Scanner 2
  • descriptionPHP CGI Argument Injection Exploit. CVE-2012-1823,CVE-2012-2311,CVE-2012-2336. Remote exploit for php platform
    idEDB-ID:18836
    last seen2016-02-02
    modified2012-05-05
    published2012-05-05
    reporterrayh4c
    sourcehttps://www.exploit-db.com/download/18836/
    titlePHP CGI Argument Injection Exploit
  • descriptionPHP CGI Argument Injection. CVE-2012-1823,CVE-2012-2311,CVE-2012-2336. Remote exploit for php platform
    idEDB-ID:18834
    last seen2016-02-02
    modified2012-05-04
    published2012-05-04
    reportermetasploit
    sourcehttps://www.exploit-db.com/download/18834/
    titlePHP CGI Argument Injection
  • descriptionApache + PHP < 5.3.12 / < 5.4.2 - Remote Code Execution (Multithreaded Scanner) (2). CVE-2012-1823,CVE-2012-2311,CVE-2012-2336. Remote exploit for PHP ...
    idEDB-ID:40233
    last seen2016-08-13
    modified2013-11-01
    published2013-11-01
    reporternoptrix
    titleApache + PHP < 5.3.12 / < 5.4.2 - Remote Code Execution (Multithreaded Scanner) (2)

Metasploit

descriptionWhen run as a CGI, PHP up to version 5.3.12 and 5.4.2 is vulnerable to an argument injection vulnerability. This module takes advantage of the -d flag to set php.ini directives to achieve code execution. From the advisory: "if there is NO unescaped '=' in the query string, the string is split on '+' (encoded space) characters, urldecoded, passed to a function that escapes shell metacharacters (the "encoded in a system-defined manner" from the RFC) and then passes them to the CGI binary." This module can also be used to exploit the plesk 0day disclosed by kingcope and exploited in the wild on June 2013.
idMSF:EXPLOIT/MULTI/HTTP/PHP_CGI_ARG_INJECTION
last seen2020-03-24
modified2017-07-24
published2012-05-04
references
reporterRapid7
sourcehttps://github.com/rapid7/metasploit-framework/blob/master//modules/exploits/multi/http/php_cgi_arg_injection.rb
titlePHP CGI Argument Injection

Nessus

  • NASL familySuSE Local Security Checks
    NASL idSUSE_APACHE2-MOD_PHP5-8114.NASL
    descriptionThis update fixes several security issues in PHP5 : - A directory traversal bug has been fixed in php5. (CVE-2012-1172) - A command injection was possible when PHP5 was operated in CGI mode using commandline options. This problem does not affect PHP5 in the normal Apache module mode setup. (CVE-2012-1823 / CVE-2012-2311) - Also a pack/unpacking bug on big endian 64bit architectures (ppc64 and s390x) has been fixed. bnc#753778
    last seen2020-06-05
    modified2012-05-09
    plugin id59053
    published2012-05-09
    reporterThis script is Copyright (C) 2012-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/59053
    titleSuSE 10 Security Update : PHP5 (ZYPP Patch Number 8114)
  • NASL familyScientific Linux Local Security Checks
    NASL idSL_20120627_PHP_ON_SL6_X.NASL
    descriptionPHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server. It was discovered that the PHP XSL extension did not restrict the file writing capability of libxslt. A remote attacker could use this flaw to create or overwrite an arbitrary file that is writable by the user running PHP, if a PHP script processed untrusted eXtensible Style Sheet Language Transformations (XSLT) content. (CVE-2012-0057) Note: This update disables file writing by default. A new PHP configuration directive,
    last seen2020-03-18
    modified2012-08-01
    plugin id61358
    published2012-08-01
    reporterThis script is Copyright (C) 2012-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/61358
    titleScientific Linux Security Update : php on SL6.x i386/x86_64 (20120627)
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2012-1047.NASL
    descriptionUpdated php53 packages that fix multiple security issues are now available for Red Hat Enterprise Linux 5. The Red Hat Security Response Team has rated this update as having moderate security impact. Common Vulnerability Scoring System (CVSS) base scores, which give detailed severity ratings, are available for each vulnerability from the CVE links in the References section. PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server. It was discovered that the PHP XSL extension did not restrict the file writing capability of libxslt. A remote attacker could use this flaw to create or overwrite an arbitrary file that is writable by the user running PHP, if a PHP script processed untrusted eXtensible Style Sheet Language Transformations (XSLT) content. (CVE-2012-0057) Note: This update disables file writing by default. A new PHP configuration directive,
    last seen2020-06-01
    modified2020-06-02
    plugin id59753
    published2012-06-28
    reporterThis script is Copyright (C) 2012-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/59753
    titleRHEL 5 : php53 (RHSA-2012:1047)
  • NASL familyFreeBSD Local Security Checks
    NASL idFREEBSD_PKG_60DE13D595F011E1806A001143CD36D8.NASL
    descriptionphp development team reports : Security Enhancements and Fixes in PHP 5.3.12 : - Initial fix for cgi-bin ?-s cmdarg parse issue (CVE-2012-1823)
    last seen2020-06-01
    modified2020-06-02
    plugin id59009
    published2012-05-07
    reporterThis script is Copyright (C) 2012-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/59009
    titleFreeBSD : php -- vulnerability in certain CGI-based setups (60de13d5-95f0-11e1-806a-001143cd36d8)
  • NASL familyCGI abuses
    NASL idPHP_CGI_QUERY_STRING_CODE_EXECUTION.NASL
    descriptionThe PHP installation on the remote web server contains a flaw that could allow a remote attacker to pass command-line arguments as part of a query string to the PHP-CGI program. This could be abused to execute arbitrary code, reveal PHP source code, cause a system crash, etc.
    last seen2020-06-01
    modified2020-06-02
    plugin id59088
    published2012-05-14
    reporterThis script is Copyright (C) 2012-2018 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/59088
    titlePHP PHP-CGI Query String Parameter Injection Arbitrary Code Execution
  • NASL familyCentOS Local Security Checks
    NASL idCENTOS_RHSA-2012-1045.NASL
    descriptionUpdated php packages that fix multiple security issues are now available for Red Hat Enterprise Linux 5. The Red Hat Security Response Team has rated this update as having moderate security impact. Common Vulnerability Scoring System (CVSS) base scores, which give detailed severity ratings, are available for each vulnerability from the CVE links in the References section. PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server. It was discovered that the PHP XSL extension did not restrict the file writing capability of libxslt. A remote attacker could use this flaw to create or overwrite an arbitrary file that is writable by the user running PHP, if a PHP script processed untrusted eXtensible Style Sheet Language Transformations (XSLT) content. (CVE-2012-0057) Note: This update disables file writing by default. A new PHP configuration directive,
    last seen2020-06-01
    modified2020-06-02
    plugin id59738
    published2012-06-28
    reporterThis script is Copyright (C) 2012-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/59738
    titleCentOS 5 : php (CESA-2012:1045)
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2012-0547.NASL
    descriptionUpdated php53 packages that fix one security issue are now available for Red Hat Enterprise Linux 5. The Red Hat Security Response Team has rated this update as having critical security impact. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available from the CVE link in the References section. PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server. A flaw was found in the way the php-cgi executable processed command line arguments when running in CGI mode. A remote attacker could send a specially crafted request to a PHP script that would result in the query string being parsed by php-cgi as command line options and arguments. This could lead to the disclosure of the script
    last seen2020-06-01
    modified2020-06-02
    plugin id59031
    published2012-05-08
    reporterThis script is Copyright (C) 2012-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/59031
    titleRHEL 5 : php53 (RHSA-2012:0547)
  • NASL familyOracle Linux Local Security Checks
    NASL idORACLELINUX_ELSA-2012-0547.NASL
    descriptionFrom Red Hat Security Advisory 2012:0547 : Updated php53 packages that fix one security issue are now available for Red Hat Enterprise Linux 5. The Red Hat Security Response Team has rated this update as having critical security impact. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available from the CVE link in the References section. PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server. A flaw was found in the way the php-cgi executable processed command line arguments when running in CGI mode. A remote attacker could send a specially crafted request to a PHP script that would result in the query string being parsed by php-cgi as command line options and arguments. This could lead to the disclosure of the script
    last seen2020-06-01
    modified2020-06-02
    plugin id68525
    published2013-07-12
    reporterThis script is Copyright (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/68525
    titleOracle Linux 5 : php53 (ELSA-2012-0547)
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2012-0569.NASL
    descriptionUpdated php53 packages that fix one security issue are now available for Red Hat Enterprise Linux 5.6 Extended Update Support. The Red Hat Security Response Team has rated this update as having critical security impact. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available from the CVE link in the References section. PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server. A flaw was found in the way the php-cgi executable processed command line arguments when running in CGI mode. A remote attacker could send a specially crafted request to a PHP script that would result in the query string being parsed by php-cgi as command line options and arguments. This could lead to the disclosure of the script
    last seen2020-06-01
    modified2020-06-02
    plugin id64036
    published2013-01-24
    reporterThis script is Copyright (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/64036
    titleRHEL 5 : php53 (RHSA-2012:0569)
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2012-1045.NASL
    descriptionUpdated php packages that fix multiple security issues are now available for Red Hat Enterprise Linux 5. The Red Hat Security Response Team has rated this update as having moderate security impact. Common Vulnerability Scoring System (CVSS) base scores, which give detailed severity ratings, are available for each vulnerability from the CVE links in the References section. PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server. It was discovered that the PHP XSL extension did not restrict the file writing capability of libxslt. A remote attacker could use this flaw to create or overwrite an arbitrary file that is writable by the user running PHP, if a PHP script processed untrusted eXtensible Style Sheet Language Transformations (XSLT) content. (CVE-2012-0057) Note: This update disables file writing by default. A new PHP configuration directive,
    last seen2020-06-01
    modified2020-06-02
    plugin id59751
    published2012-06-28
    reporterThis script is Copyright (C) 2012-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/59751
    titleRHEL 5 : php (RHSA-2012:1045)
  • NASL familyScientific Linux Local Security Checks
    NASL idSL_20120507_PHP53_ON_SL5_X.NASL
    descriptionPHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server. A flaw was found in the way the php-cgi executable processed command line arguments when running in CGI mode. A remote attacker could send a specially crafted request to a PHP script that would result in the query string being parsed by php-cgi as command line options and arguments. This could lead to the disclosure of the script
    last seen2020-03-18
    modified2012-08-01
    plugin id61311
    published2012-08-01
    reporterThis script is Copyright (C) 2012-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/61311
    titleScientific Linux Security Update : php53 on SL5.x i386/x86_64 (20120507)
  • NASL familyScientific Linux Local Security Checks
    NASL idSL_20120627_PHP53_ON_SL5_X.NASL
    descriptionPHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server. It was discovered that the PHP XSL extension did not restrict the file writing capability of libxslt. A remote attacker could use this flaw to create or overwrite an arbitrary file that is writable by the user running PHP, if a PHP script processed untrusted eXtensible Style Sheet Language Transformations (XSLT) content. (CVE-2012-0057) Note: This update disables file writing by default. A new PHP configuration directive,
    last seen2020-03-18
    modified2012-08-01
    plugin id61356
    published2012-08-01
    reporterThis script is Copyright (C) 2012-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/61356
    titleScientific Linux Security Update : php53 on SL5.x i386/x86_64 (20120627)
  • NASL familyCentOS Local Security Checks
    NASL idCENTOS_RHSA-2012-0547.NASL
    descriptionUpdated php53 packages that fix one security issue are now available for Red Hat Enterprise Linux 5. The Red Hat Security Response Team has rated this update as having critical security impact. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available from the CVE link in the References section. PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server. A flaw was found in the way the php-cgi executable processed command line arguments when running in CGI mode. A remote attacker could send a specially crafted request to a PHP script that would result in the query string being parsed by php-cgi as command line options and arguments. This could lead to the disclosure of the script
    last seen2020-06-01
    modified2020-06-02
    plugin id59058
    published2012-05-10
    reporterThis script is Copyright (C) 2012-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/59058
    titleCentOS 5 : php53 (CESA-2012:0547)
  • NASL familyWeb Servers
    NASL idHPSMH_7_1_1_1.NASL
    descriptionAccording to the web server
    last seen2020-06-01
    modified2020-06-02
    plugin id59851
    published2012-07-05
    reporterThis script is Copyright (C) 2012-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/59851
    titleHP System Management Homepage < 7.1.1 Multiple Vulnerabilities
  • NASL familyFedora Local Security Checks
    NASL idFEDORA_2012-7567.NASL
    descriptionThe releases complete a fix for a vulnerability in CGI-based setups (CVE-2012-2311). Note that Tenable Network Security has extracted the preceding description block directly from the Fedora security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-03-17
    modified2012-05-29
    plugin id59265
    published2012-05-29
    reporterThis script is Copyright (C) 2012-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/59265
    titleFedora 15 : maniadrive-1.2-32.fc15.5 / php-5.3.13-1.fc15 / php-eaccelerator-0.9.6.1-9.fc15.5 (2012-7567)
  • NASL familyOracle Linux Local Security Checks
    NASL idORACLELINUX_ELSA-2012-1046.NASL
    descriptionFrom Red Hat Security Advisory 2012:1046 : Updated php packages that fix multiple security issues are now available for Red Hat Enterprise Linux 6. The Red Hat Security Response Team has rated this update as having moderate security impact. Common Vulnerability Scoring System (CVSS) base scores, which give detailed severity ratings, are available for each vulnerability from the CVE links in the References section. PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server. It was discovered that the PHP XSL extension did not restrict the file writing capability of libxslt. A remote attacker could use this flaw to create or overwrite an arbitrary file that is writable by the user running PHP, if a PHP script processed untrusted eXtensible Style Sheet Language Transformations (XSLT) content. (CVE-2012-0057) Note: This update disables file writing by default. A new PHP configuration directive,
    last seen2020-06-01
    modified2020-06-02
    plugin id68570
    published2013-07-12
    reporterThis script is Copyright (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/68570
    titleOracle Linux 6 : php (ELSA-2012-1046)
  • NASL familySuSE Local Security Checks
    NASL idOPENSUSE-2012-261.NASL
    descriptionwhen used in CGI mode remote attackers could inject command line arguments to php
    last seen2020-06-05
    modified2014-06-13
    plugin id74616
    published2014-06-13
    reporterThis script is Copyright (C) 2014-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/74616
    titleopenSUSE Security Update : php5 (openSUSE-SU-2012:0590-1)
  • NASL familyCentOS Local Security Checks
    NASL idCENTOS_RHSA-2012-1047.NASL
    descriptionUpdated php53 packages that fix multiple security issues are now available for Red Hat Enterprise Linux 5. The Red Hat Security Response Team has rated this update as having moderate security impact. Common Vulnerability Scoring System (CVSS) base scores, which give detailed severity ratings, are available for each vulnerability from the CVE links in the References section. PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server. It was discovered that the PHP XSL extension did not restrict the file writing capability of libxslt. A remote attacker could use this flaw to create or overwrite an arbitrary file that is writable by the user running PHP, if a PHP script processed untrusted eXtensible Style Sheet Language Transformations (XSLT) content. (CVE-2012-0057) Note: This update disables file writing by default. A new PHP configuration directive,
    last seen2020-06-01
    modified2020-06-02
    plugin id67089
    published2013-06-29
    reporterThis script is Copyright (C) 2013-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/67089
    titleCentOS 5 : php53 (CESA-2012:1047)
  • NASL familyScientific Linux Local Security Checks
    NASL idSL_20120627_PHP_ON_SL5_X.NASL
    descriptionPHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server. It was discovered that the PHP XSL extension did not restrict the file writing capability of libxslt. A remote attacker could use this flaw to create or overwrite an arbitrary file that is writable by the user running PHP, if a PHP script processed untrusted eXtensible Style Sheet Language Transformations (XSLT) content. (CVE-2012-0057) Note: This update disables file writing by default. A new PHP configuration directive,
    last seen2020-03-18
    modified2012-08-01
    plugin id61357
    published2012-08-01
    reporterThis script is Copyright (C) 2012-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/61357
    titleScientific Linux Security Update : php on SL5.x i386/x86_64 (20120627)
  • NASL familyOracle Linux Local Security Checks
    NASL idORACLELINUX_ELSA-2012-0546.NASL
    descriptionFrom Red Hat Security Advisory 2012:0546 : Updated php packages that fix one security issue are now available for Red Hat Enterprise Linux 5 and 6. The Red Hat Security Response Team has rated this update as having critical security impact. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available from the CVE link in the References section. PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server. A flaw was found in the way the php-cgi executable processed command line arguments when running in CGI mode. A remote attacker could send a specially crafted request to a PHP script that would result in the query string being parsed by php-cgi as command line options and arguments. This could lead to the disclosure of the script
    last seen2020-06-01
    modified2020-06-02
    plugin id68524
    published2013-07-12
    reporterThis script is Copyright (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/68524
    titleOracle Linux 5 / 6 : php (ELSA-2012-0546)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_11_APACHE2-MOD_PHP53-120504.NASL
    descriptionThis update fixes several security issues in PHP5 : - A directory traversal bug has been fixed in PHP5. (CVE-2012-1172) - A command injection was possible when PHP5 was operated in CGI mode using commandline options. This problem does not affect PHP5 in the normal Apache module mode setup. (CVE-2012-1823 / CVE-2012-2311)
    last seen2020-06-05
    modified2013-01-25
    plugin id64103
    published2013-01-25
    reporterThis script is Copyright (C) 2013-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/64103
    titleSuSE 11.2 Security Update : PHP5 (SAT Patch Number 6251)
  • NASL familyOracle Linux Local Security Checks
    NASL idORACLELINUX_ELSA-2012-1045.NASL
    descriptionFrom Red Hat Security Advisory 2012:1045 : Updated php packages that fix multiple security issues are now available for Red Hat Enterprise Linux 5. The Red Hat Security Response Team has rated this update as having moderate security impact. Common Vulnerability Scoring System (CVSS) base scores, which give detailed severity ratings, are available for each vulnerability from the CVE links in the References section. PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server. It was discovered that the PHP XSL extension did not restrict the file writing capability of libxslt. A remote attacker could use this flaw to create or overwrite an arbitrary file that is writable by the user running PHP, if a PHP script processed untrusted eXtensible Style Sheet Language Transformations (XSLT) content. (CVE-2012-0057) Note: This update disables file writing by default. A new PHP configuration directive,
    last seen2020-06-01
    modified2020-06-02
    plugin id68569
    published2013-07-12
    reporterThis script is Copyright (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/68569
    titleOracle Linux 5 : php (ELSA-2012-1045)
  • NASL familyFedora Local Security Checks
    NASL idFEDORA_2012-7628.NASL
    descriptionThe releases complete a fix for a vulnerability in CGI-based setups (CVE-2012-2311). PHP 5.4.3 fixes a buffer overflow vulnerability in the apache_request_headers() (CVE-2012-2329). Note that Tenable Network Security has extracted the preceding description block directly from the Fedora security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-03-17
    modified2012-05-29
    plugin id59268
    published2012-05-29
    reporterThis script is Copyright (C) 2012-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/59268
    titleFedora 17 : maniadrive-1.2-40.fc17 / php-5.4.3-1.fc17 (2012-7628)
  • NASL familyCentOS Local Security Checks
    NASL idCENTOS_RHSA-2012-0546.NASL
    descriptionUpdated php packages that fix one security issue are now available for Red Hat Enterprise Linux 5 and 6. The Red Hat Security Response Team has rated this update as having critical security impact. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available from the CVE link in the References section. PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server. A flaw was found in the way the php-cgi executable processed command line arguments when running in CGI mode. A remote attacker could send a specially crafted request to a PHP script that would result in the query string being parsed by php-cgi as command line options and arguments. This could lead to the disclosure of the script
    last seen2020-06-01
    modified2020-06-02
    plugin id59021
    published2012-05-08
    reporterThis script is Copyright (C) 2012-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/59021
    titleCentOS 5 / 6 : php (CESA-2012:0546)
  • NASL familyGentoo Local Security Checks
    NASL idGENTOO_GLSA-201209-03.NASL
    descriptionThe remote host is affected by the vulnerability described in GLSA-201209-03 (PHP: Multiple vulnerabilities) Multiple vulnerabilities have been discovered in PHP. Please review the CVE identifiers referenced below for details. Impact : A remote attacker could execute arbitrary code with the privileges of the process, cause a Denial of Service condition, obtain sensitive information, create arbitrary files, conduct directory traversal attacks, bypass protection mechanisms, or perform further attacks with unspecified impact. Workaround : There is no known workaround at this time.
    last seen2020-06-01
    modified2020-06-02
    plugin id62236
    published2012-09-24
    reporterThis script is Copyright (C) 2012-2018 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/62236
    titleGLSA-201209-03 : PHP: Multiple vulnerabilities
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2012-1046.NASL
    descriptionUpdated php packages that fix multiple security issues are now available for Red Hat Enterprise Linux 6. The Red Hat Security Response Team has rated this update as having moderate security impact. Common Vulnerability Scoring System (CVSS) base scores, which give detailed severity ratings, are available for each vulnerability from the CVE links in the References section. PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server. It was discovered that the PHP XSL extension did not restrict the file writing capability of libxslt. A remote attacker could use this flaw to create or overwrite an arbitrary file that is writable by the user running PHP, if a PHP script processed untrusted eXtensible Style Sheet Language Transformations (XSLT) content. (CVE-2012-0057) Note: This update disables file writing by default. A new PHP configuration directive,
    last seen2020-06-01
    modified2020-06-02
    plugin id59752
    published2012-06-28
    reporterThis script is Copyright (C) 2012-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/59752
    titleRHEL 6 : php (RHSA-2012:1046)
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2012-0568.NASL
    descriptionUpdated php packages that fix one security issue are now available for Red Hat Enterprise Linux 5.3 Long Life, and Red Hat Enterprise Linux 5.6, 6.0 and 6.1 Extended Update Support. The Red Hat Security Response Team has rated this update as having critical security impact. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available from the CVE link in the References section. PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server. A flaw was found in the way the php-cgi executable processed command line arguments when running in CGI mode. A remote attacker could send a specially crafted request to a PHP script that would result in the query string being parsed by php-cgi as command line options and arguments. This could lead to the disclosure of the script
    last seen2020-06-01
    modified2020-06-02
    plugin id64035
    published2013-01-24
    reporterThis script is Copyright (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/64035
    titleRHEL 5 / 6 : php (RHSA-2012:0568)
  • NASL familyAmazon Linux Local Security Checks
    NASL idALA_ALAS-2012-77.NASL
    descriptionA flaw was found in the way the php-cgi executable processed command line arguments when running in CGI mode. A remote attacker could send a specially crafted request to a PHP script that would result in the query string being parsed by php-cgi as command line options and arguments. This could lead to the disclosure of the script
    last seen2020-06-01
    modified2020-06-02
    plugin id69684
    published2013-09-04
    reporterThis script is Copyright (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/69684
    titleAmazon Linux AMI : php (ALAS-2012-77)
  • NASL familyOracle Linux Local Security Checks
    NASL idORACLELINUX_ELSA-2012-1047.NASL
    descriptionFrom Red Hat Security Advisory 2012:1047 : Updated php53 packages that fix multiple security issues are now available for Red Hat Enterprise Linux 5. The Red Hat Security Response Team has rated this update as having moderate security impact. Common Vulnerability Scoring System (CVSS) base scores, which give detailed severity ratings, are available for each vulnerability from the CVE links in the References section. PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server. It was discovered that the PHP XSL extension did not restrict the file writing capability of libxslt. A remote attacker could use this flaw to create or overwrite an arbitrary file that is writable by the user running PHP, if a PHP script processed untrusted eXtensible Style Sheet Language Transformations (XSLT) content. (CVE-2012-0057) Note: This update disables file writing by default. A new PHP configuration directive,
    last seen2020-06-01
    modified2020-06-02
    plugin id68571
    published2013-07-12
    reporterThis script is Copyright (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/68571
    titleOracle Linux 5 : php53 (ELSA-2012-1047)
  • NASL familyMacOS X Local Security Checks
    NASL idMACOSX_10_8_2.NASL
    descriptionThe remote host is running a version of Mac OS X 10.8.x that is prior to 10.8.2. The newer version contains multiple security-related fixes for the following components : - BIND - Data Security - LoginWindow - Mobile Accounts - PHP
    last seen2020-06-01
    modified2020-06-02
    plugin id62215
    published2012-09-20
    reporterThis script is Copyright (C) 2012-2018 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/62215
    titleMac OS X 10.8.x < 10.8.2 Multiple Vulnerabilities
  • NASL familyCGI abuses
    NASL idPHP_5_4_2.NASL
    descriptionAccording to its banner, the version of PHP installed on the remote host is earlier than 5.3.12 / 5.4.2, and as such is potentially affected by a remote code execution and information disclosure vulnerability. An error in the file
    last seen2020-06-01
    modified2020-06-02
    plugin id58988
    published2012-05-04
    reporterThis script is Copyright (C) 2012-2018 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/58988
    titlePHP < 5.3.12 / 5.4.2 CGI Query String Code Execution
  • NASL familyCentOS Local Security Checks
    NASL idCENTOS_RHSA-2012-1046.NASL
    descriptionUpdated php packages that fix multiple security issues are now available for Red Hat Enterprise Linux 6. The Red Hat Security Response Team has rated this update as having moderate security impact. Common Vulnerability Scoring System (CVSS) base scores, which give detailed severity ratings, are available for each vulnerability from the CVE links in the References section. PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server. It was discovered that the PHP XSL extension did not restrict the file writing capability of libxslt. A remote attacker could use this flaw to create or overwrite an arbitrary file that is writable by the user running PHP, if a PHP script processed untrusted eXtensible Style Sheet Language Transformations (XSLT) content. (CVE-2012-0057) Note: This update disables file writing by default. A new PHP configuration directive,
    last seen2020-06-01
    modified2020-06-02
    plugin id59938
    published2012-07-11
    reporterThis script is Copyright (C) 2012-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/59938
    titleCentOS 6 : php (CESA-2012:1046)
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2012-0546.NASL
    descriptionUpdated php packages that fix one security issue are now available for Red Hat Enterprise Linux 5 and 6. The Red Hat Security Response Team has rated this update as having critical security impact. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available from the CVE link in the References section. PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server. A flaw was found in the way the php-cgi executable processed command line arguments when running in CGI mode. A remote attacker could send a specially crafted request to a PHP script that would result in the query string being parsed by php-cgi as command line options and arguments. This could lead to the disclosure of the script
    last seen2020-06-01
    modified2020-06-02
    plugin id59030
    published2012-05-08
    reporterThis script is Copyright (C) 2012-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/59030
    titleRHEL 5 / 6 : php (RHSA-2012:0546)
  • NASL familyMacOS X Local Security Checks
    NASL idMACOSX_SECUPD2012-004.NASL
    descriptionThe remote host is running a version of Mac OS X 10.6 that does not have Security Update 2012-004 applied. This update contains multiple security-related fixes for the following components : - Apache - Data Security - DirectoryService - ImageIO - International Components for Unicode - Mail - PHP - QuickLook - QuickTime - Ruby
    last seen2020-06-01
    modified2020-06-02
    plugin id62213
    published2012-09-20
    reporterThis script is Copyright (C) 2012-2018 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/62213
    titleMac OS X Multiple Vulnerabilities (Security Update 2012-004) (BEAST)
  • NASL familyWeb Servers
    NASL idHPSMH_7_2_1_0.NASL
    descriptionAccording to the web server
    last seen2020-06-01
    modified2020-06-02
    plugin id69020
    published2013-07-23
    reporterThis script is Copyright (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/69020
    titleHP System Management Homepage < 7.2.1.0 Multiple Vulnerabilities (BEAST)
  • NASL familyScientific Linux Local Security Checks
    NASL idSL_20120507_PHP_ON_SL5_X.NASL
    descriptionPHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server. A flaw was found in the way the php-cgi executable processed command line arguments when running in CGI mode. A remote attacker could send a specially crafted request to a PHP script that would result in the query string being parsed by php-cgi as command line options and arguments. This could lead to the disclosure of the script
    last seen2020-03-18
    modified2012-08-01
    plugin id61312
    published2012-08-01
    reporterThis script is Copyright (C) 2012-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/61312
    titleScientific Linux Security Update : php on SL5.x, SL6.x i386/x86_64 (20120507)
  • NASL familyFedora Local Security Checks
    NASL idFEDORA_2012-7586.NASL
    descriptionThe releases complete a fix for a vulnerability in CGI-based setups (CVE-2012-2311). Note that Tenable Network Security has extracted the preceding description block directly from the Fedora security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-03-17
    modified2012-05-29
    plugin id59266
    published2012-05-29
    reporterThis script is Copyright (C) 2012-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/59266
    titleFedora 16 : maniadrive-1.2-32.fc16.5 / php-5.3.13-1.fc16 / php-eaccelerator-0.9.6.1-9.fc16.5 (2012-7586)
  • NASL familyFreeBSD Local Security Checks
    NASL idFREEBSD_PKG_59B68B1E9C7811E1B5E0000C299B62E1.NASL
    descriptionThe PHP Development Team reports : The release of PHP 5.4.13 and 5.4.3 complete a fix for the vulnerability in CGI-based setups as originally described in CVE-2012-1823. (CVE-2012-2311) Note: mod_php and php-fpm are not vulnerable to this attack. PHP 5.4.3 fixes a buffer overflow vulnerability in the apache_request_headers() (CVE-2012-2329).
    last seen2020-06-01
    modified2020-06-02
    plugin id59084
    published2012-05-14
    reporterThis script is Copyright (C) 2012-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/59084
    titleFreeBSD : php -- multiple vulnerabilities (59b68b1e-9c78-11e1-b5e0-000c299b62e1)
  • NASL familySuSE Local Security Checks
    NASL idOPENSUSE-2012-288.NASL
    descriptionThe patch for CVE-2012-1823 was incomplete, this update fixes the remaining bits (CVE-2012-2335, CVE-2012-2336)
    last seen2020-06-05
    modified2014-06-13
    plugin id74630
    published2014-06-13
    reporterThis script is Copyright (C) 2014-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/74630
    titleopenSUSE Security Update : php5 (openSUSE-2012-288)
  • NASL familyCGI abuses
    NASL idPHP_5_4_3.NASL
    descriptionAccording to its banner, the version of PHP installed on the remote host is 5.4.x earlier than 5.4.3. It is, therefore, potentially affected the following vulnerabilities : - The fix for CVE-2012-1823 does not completely correct the CGI query parameter vulnerability. Disclosure of PHP source code and code execution are still possible. Note that this vulnerability is exploitable only when PHP is used in CGI-based configurations. Apache with
    last seen2020-06-01
    modified2020-06-02
    plugin id59057
    published2012-05-09
    reporterThis script is Copyright (C) 2012-2018 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/59057
    titlePHP 5.4.x < 5.4.3 Multiple Vulnerabilities
  • NASL familyDebian Local Security Checks
    NASL idDEBIAN_DSA-2465.NASL
    descriptionDe Eindbazen discovered that PHP, when run with mod_cgi, will interpret a query string as command line parameters, allowing to execute arbitrary code. Additionally, this update fixes insufficient validation of upload name which lead to corrupted $_FILES indices.
    last seen2020-03-17
    modified2012-05-10
    plugin id59059
    published2012-05-10
    reporterThis script is Copyright (C) 2012-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/59059
    titleDebian DSA-2465-1 : php5 - several vulnerabilities
  • NASL familyCGI abuses
    NASL idPHP_CGI_REMOTE_CODE_EXECUTION.NASL
    descriptionThe PHP installation on the remote web server contains a flaw that could allow a remote attacker to pass command-line arguments as part of a query string to the PHP-CGI program. This could be abused to execute arbitrary code, reveal PHP source code, cause a system crash, etc.
    last seen2020-06-01
    modified2020-06-02
    plugin id70728
    published2013-11-01
    reporterThis script is Copyright (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/70728
    titleApache PHP-CGI Remote Code Execution
  • NASL familySuSE Local Security Checks
    NASL idSUSE_11_APACHE2-MOD_PHP5-120504.NASL
    descriptionThis update fixes several security issues in PHP5 : - A directory traversal bug has been fixed in PHP5. (CVE-2012-1172) - A command injection was possible when PHP5 was operated in CGI mode using commandline options. This problem does not affect PHP5 in the normal apache module mode setup. (CVE-2012-1823 / CVE-2012-2311) - Also a pack/unpacking bug on big endian 64bit architectures (ppc64 and s390x) has been fixed. (bnc#753778)
    last seen2020-06-05
    modified2013-01-25
    plugin id64099
    published2013-01-25
    reporterThis script is Copyright (C) 2013-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/64099
    titleSuSE 11.1 Security Update : PHP5 (SAT Patch Number 6252)
  • NASL familyUbuntu Local Security Checks
    NASL idUBUNTU_USN-1437-1.NASL
    descriptionIt was discovered that PHP, when used as a stand alone CGI processor for the Apache Web Server, did not properly parse and filter query strings. This could allow a remote attacker to execute arbitrary code running with the privilege of the web server. Configurations using mod_php5 and FastCGI were not vulnerable. This update addresses the issue when the PHP CGI interpreter is configured using mod_cgi and mod_actions as described in /usr/share/doc/php5-cgi/README.Debian.gz; however, if an alternate configuration is used to enable PHP CGI processing, it should be reviewed to ensure that command line arguments cannot be passed to the PHP interpreter. Please see CVE-2012-2311 for more details and potential mitigation approaches. Note that Tenable Network Security has extracted the preceding description block directly from the Ubuntu security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-06-01
    modified2020-06-02
    plugin id59016
    published2012-05-07
    reporterUbuntu Security Notice (C) 2012-2019 Canonical, Inc. / NASL script (C) 2012-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/59016
    titleUbuntu 8.04 LTS / 10.04 LTS / 11.04 / 11.10 / 12.04 LTS : php5 vulnerability (USN-1437-1)
  • NASL familyMandriva Local Security Checks
    NASL idMANDRIVA_MDVSA-2012-068.NASL
    descriptionA vulnerability has been found and corrected in php(-cgi) : PHP-CGI-based setups contain a vulnerability when parsing query string parameters from php files. A remote unauthenticated attacker could obtain sensitive information, cause a denial of service condition or may be able to execute arbitrary code with the privileges of the web server (CVE-2012-1823). The updated packages have been patched to correct this issue. Update : It was discovered that the previous fix for the CVE-2012-1823 vulnerability was incomplete (CVE-2012-2335, CVE-2012-2336). The updated packages provides the latest version (5.3.13) which provides a solution to this flaw.
    last seen2020-06-01
    modified2020-06-02
    plugin id59010
    published2012-05-07
    reporterThis script is Copyright (C) 2012-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/59010
    titleMandriva Linux Security Advisory : php (MDVSA-2012:068-1)
  • NASL familyCGI abuses
    NASL idPLESK_APACHE_CODE_EXECUTION.NASL
    descriptionThe remote host contains an Apache web server installation that is included with Parallels Plesk Panel and that is affected by a remote PHP code injection vulnerability. Due to an Apache configuration issue, a remote, unauthenticated attacker can exploit this issue by crafting a request allowing them to execute arbitrary PHP code, subject to the privileges of the Apache user.
    last seen2020-06-01
    modified2020-06-02
    plugin id66844
    published2013-06-07
    reporterThis script is Copyright (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/66844
    titlePlesk Panel Apache Arbitrary PHP Code Injection
  • NASL familyCGI abuses
    NASL idPHP_5_3_13.NASL
    descriptionAccording to its banner, the version of PHP installed on the remote host is 5.3.x earlier than 5.3.13 and, as such, is potentially affected by a remote code execution and information disclosure vulnerability. The fix for CVE-2012-1823 does not completely correct the CGI query vulnerability. Disclosure of PHP source code and code execution via query parameters are still possible. Note that this vulnerability is exploitable only when PHP is used in CGI-based configurations. Apache with
    last seen2020-06-01
    modified2020-06-02
    plugin id59056
    published2012-05-09
    reporterThis script is Copyright (C) 2012-2018 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/59056
    titlePHP 5.3.x < 5.3.13 CGI Query String Code Execution
  • NASL familyMacOS X Local Security Checks
    NASL idMACOSX_10_7_5.NASL
    descriptionThe remote host is running a version of Mac OS X 10.7.x that is prior to 10.7.5. The newer version contains multiple security-related fixes for the following components : - Apache - BIND - CoreText - Data Security - ImageIO - Installer - International Components for Unicode - Kernel - Mail - PHP - Profile Manager - QuickLook - QuickTime - Ruby - USB
    last seen2020-06-01
    modified2020-06-02
    plugin id62214
    published2012-09-20
    reporterThis script is Copyright (C) 2012-2018 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/62214
    titleMac OS X 10.7.x < 10.7.5 Multiple Vulnerabilities (BEAST)

Packetstorm

Redhat

advisories
  • bugzilla
    id818607
    titleCVE-2012-1823 php: command line arguments injection when run in CGI mode (VU#520827)
    oval
    OR
    • commentRed Hat Enterprise Linux must be installed
      ovaloval:com.redhat.rhba:tst:20070304026
    • AND
      • commentRed Hat Enterprise Linux 5 is installed
        ovaloval:com.redhat.rhba:tst:20070331005
      • OR
        • AND
          • commentphp-pgsql is earlier than 0:5.1.6-34.el5_8
            ovaloval:com.redhat.rhsa:tst:20120546001
          • commentphp-pgsql is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20070082028
        • AND
          • commentphp-xmlrpc is earlier than 0:5.1.6-34.el5_8
            ovaloval:com.redhat.rhsa:tst:20120546003
          • commentphp-xmlrpc is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20070082036
        • AND
          • commentphp-mbstring is earlier than 0:5.1.6-34.el5_8
            ovaloval:com.redhat.rhsa:tst:20120546005
          • commentphp-mbstring is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20070082014
        • AND
          • commentphp-ncurses is earlier than 0:5.1.6-34.el5_8
            ovaloval:com.redhat.rhsa:tst:20120546007
          • commentphp-ncurses is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20070082016
        • AND
          • commentphp-dba is earlier than 0:5.1.6-34.el5_8
            ovaloval:com.redhat.rhsa:tst:20120546009
          • commentphp-dba is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20070082032
        • AND
          • commentphp-xml is earlier than 0:5.1.6-34.el5_8
            ovaloval:com.redhat.rhsa:tst:20120546011
          • commentphp-xml is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20070082008
        • AND
          • commentphp-common is earlier than 0:5.1.6-34.el5_8
            ovaloval:com.redhat.rhsa:tst:20120546013
          • commentphp-common is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20070082038
        • AND
          • commentphp-gd is earlier than 0:5.1.6-34.el5_8
            ovaloval:com.redhat.rhsa:tst:20120546015
          • commentphp-gd is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20070082018
        • AND
          • commentphp-mysql is earlier than 0:5.1.6-34.el5_8
            ovaloval:com.redhat.rhsa:tst:20120546017
          • commentphp-mysql is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20070082024
        • AND
          • commentphp-pdo is earlier than 0:5.1.6-34.el5_8
            ovaloval:com.redhat.rhsa:tst:20120546019
          • commentphp-pdo is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20070082026
        • AND
          • commentphp-odbc is earlier than 0:5.1.6-34.el5_8
            ovaloval:com.redhat.rhsa:tst:20120546021
          • commentphp-odbc is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20070082010
        • AND
          • commentphp-imap is earlier than 0:5.1.6-34.el5_8
            ovaloval:com.redhat.rhsa:tst:20120546023
          • commentphp-imap is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20070082004
        • AND
          • commentphp-soap is earlier than 0:5.1.6-34.el5_8
            ovaloval:com.redhat.rhsa:tst:20120546025
          • commentphp-soap is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20070082034
        • AND
          • commentphp is earlier than 0:5.1.6-34.el5_8
            ovaloval:com.redhat.rhsa:tst:20120546027
          • commentphp is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20070082022
        • AND
          • commentphp-snmp is earlier than 0:5.1.6-34.el5_8
            ovaloval:com.redhat.rhsa:tst:20120546029
          • commentphp-snmp is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20070082002
        • AND
          • commentphp-devel is earlier than 0:5.1.6-34.el5_8
            ovaloval:com.redhat.rhsa:tst:20120546031
          • commentphp-devel is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20070082020
        • AND
          • commentphp-bcmath is earlier than 0:5.1.6-34.el5_8
            ovaloval:com.redhat.rhsa:tst:20120546033
          • commentphp-bcmath is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20070082006
        • AND
          • commentphp-ldap is earlier than 0:5.1.6-34.el5_8
            ovaloval:com.redhat.rhsa:tst:20120546035
          • commentphp-ldap is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20070082012
        • AND
          • commentphp-cli is earlier than 0:5.1.6-34.el5_8
            ovaloval:com.redhat.rhsa:tst:20120546037
          • commentphp-cli is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20070082030
    • AND
      • commentRed Hat Enterprise Linux 6 is installed
        ovaloval:com.redhat.rhba:tst:20111656003
      • OR
        • AND
          • commentphp-imap is earlier than 0:5.3.3-3.el6_2.8
            ovaloval:com.redhat.rhsa:tst:20120546040
          • commentphp-imap is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20110195040
        • AND
          • commentphp-zts is earlier than 0:5.3.3-3.el6_2.8
            ovaloval:com.redhat.rhsa:tst:20120546042
          • commentphp-zts is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20110195032
        • AND
          • commentphp-mbstring is earlier than 0:5.3.3-3.el6_2.8
            ovaloval:com.redhat.rhsa:tst:20120546044
          • commentphp-mbstring is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20110195044
        • AND
          • commentphp-recode is earlier than 0:5.3.3-3.el6_2.8
            ovaloval:com.redhat.rhsa:tst:20120546046
          • commentphp-recode is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20110195042
        • AND
          • commentphp-snmp is earlier than 0:5.3.3-3.el6_2.8
            ovaloval:com.redhat.rhsa:tst:20120546048
          • commentphp-snmp is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20110195038
        • AND
          • commentphp-bcmath is earlier than 0:5.3.3-3.el6_2.8
            ovaloval:com.redhat.rhsa:tst:20120546050
          • commentphp-bcmath is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20110195048
        • AND
          • commentphp-tidy is earlier than 0:5.3.3-3.el6_2.8
            ovaloval:com.redhat.rhsa:tst:20120546052
          • commentphp-tidy is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20110195036
        • AND
          • commentphp-devel is earlier than 0:5.3.3-3.el6_2.8
            ovaloval:com.redhat.rhsa:tst:20120546054
          • commentphp-devel is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20110195052
        • AND
          • commentphp-intl is earlier than 0:5.3.3-3.el6_2.8
            ovaloval:com.redhat.rhsa:tst:20120546056
          • commentphp-intl is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20110195050
        • AND
          • commentphp-dba is earlier than 0:5.3.3-3.el6_2.8
            ovaloval:com.redhat.rhsa:tst:20120546058
          • commentphp-dba is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20110195034
        • AND
          • commentphp-embedded is earlier than 0:5.3.3-3.el6_2.8
            ovaloval:com.redhat.rhsa:tst:20120546060
          • commentphp-embedded is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20110195046
        • AND
          • commentphp-process is earlier than 0:5.3.3-3.el6_2.8
            ovaloval:com.redhat.rhsa:tst:20120546062
          • commentphp-process is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20110195028
        • AND
          • commentphp-pspell is earlier than 0:5.3.3-3.el6_2.8
            ovaloval:com.redhat.rhsa:tst:20120546064
          • commentphp-pspell is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20110195026
        • AND
          • commentphp-enchant is earlier than 0:5.3.3-3.el6_2.8
            ovaloval:com.redhat.rhsa:tst:20120546066
          • commentphp-enchant is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20110195030
        • AND
          • commentphp-cli is earlier than 0:5.3.3-3.el6_2.8
            ovaloval:com.redhat.rhsa:tst:20120546068
          • commentphp-cli is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20110195002
        • AND
          • commentphp-common is earlier than 0:5.3.3-3.el6_2.8
            ovaloval:com.redhat.rhsa:tst:20120546070
          • commentphp-common is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20110195014
        • AND
          • commentphp-xml is earlier than 0:5.3.3-3.el6_2.8
            ovaloval:com.redhat.rhsa:tst:20120546072
          • commentphp-xml is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20110195020
        • AND
          • commentphp-gd is earlier than 0:5.3.3-3.el6_2.8
            ovaloval:com.redhat.rhsa:tst:20120546074
          • commentphp-gd is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20110195008
        • AND
          • commentphp-pdo is earlier than 0:5.3.3-3.el6_2.8
            ovaloval:com.redhat.rhsa:tst:20120546076
          • commentphp-pdo is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20110195024
        • AND
          • commentphp-odbc is earlier than 0:5.3.3-3.el6_2.8
            ovaloval:com.redhat.rhsa:tst:20120546078
          • commentphp-odbc is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20110195004
        • AND
          • commentphp-mysql is earlier than 0:5.3.3-3.el6_2.8
            ovaloval:com.redhat.rhsa:tst:20120546080
          • commentphp-mysql is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20110195006
        • AND
          • commentphp-pgsql is earlier than 0:5.3.3-3.el6_2.8
            ovaloval:com.redhat.rhsa:tst:20120546082
          • commentphp-pgsql is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20110195022
        • AND
          • commentphp-ldap is earlier than 0:5.3.3-3.el6_2.8
            ovaloval:com.redhat.rhsa:tst:20120546084
          • commentphp-ldap is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20110195012
        • AND
          • commentphp-soap is earlier than 0:5.3.3-3.el6_2.8
            ovaloval:com.redhat.rhsa:tst:20120546086
          • commentphp-soap is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20110195010
        • AND
          • commentphp is earlier than 0:5.3.3-3.el6_2.8
            ovaloval:com.redhat.rhsa:tst:20120546088
          • commentphp is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20110195018
        • AND
          • commentphp-xmlrpc is earlier than 0:5.3.3-3.el6_2.8
            ovaloval:com.redhat.rhsa:tst:20120546090
          • commentphp-xmlrpc is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20110195016
    rhsa
    idRHSA-2012:0546
    released2012-05-09
    severityCritical
    titleRHSA-2012:0546: php security update (Critical)
  • bugzilla
    id818607
    titleCVE-2012-1823 php: command line arguments injection when run in CGI mode (VU#520827)
    oval
    OR
    • commentRed Hat Enterprise Linux must be installed
      ovaloval:com.redhat.rhba:tst:20070304026
    • AND
      • commentRed Hat Enterprise Linux 5 is installed
        ovaloval:com.redhat.rhba:tst:20070331005
      • OR
        • AND
          • commentphp53-xml is earlier than 0:5.3.3-7.el5_8
            ovaloval:com.redhat.rhsa:tst:20120547001
          • commentphp53-xml is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20110196028
        • AND
          • commentphp53-bcmath is earlier than 0:5.3.3-7.el5_8
            ovaloval:com.redhat.rhsa:tst:20120547003
          • commentphp53-bcmath is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20110196026
        • AND
          • commentphp53-mysql is earlier than 0:5.3.3-7.el5_8
            ovaloval:com.redhat.rhsa:tst:20120547005
          • commentphp53-mysql is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20110196008
        • AND
          • commentphp53-imap is earlier than 0:5.3.3-7.el5_8
            ovaloval:com.redhat.rhsa:tst:20120547007
          • commentphp53-imap is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20110196016
        • AND
          • commentphp53-pgsql is earlier than 0:5.3.3-7.el5_8
            ovaloval:com.redhat.rhsa:tst:20120547009
          • commentphp53-pgsql is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20110196024
        • AND
          • commentphp53-pdo is earlier than 0:5.3.3-7.el5_8
            ovaloval:com.redhat.rhsa:tst:20120547011
          • commentphp53-pdo is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20110196036
        • AND
          • commentphp53-dba is earlier than 0:5.3.3-7.el5_8
            ovaloval:com.redhat.rhsa:tst:20120547013
          • commentphp53-dba is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20110196002
        • AND
          • commentphp53-gd is earlier than 0:5.3.3-7.el5_8
            ovaloval:com.redhat.rhsa:tst:20120547015
          • commentphp53-gd is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20110196030
        • AND
          • commentphp53-soap is earlier than 0:5.3.3-7.el5_8
            ovaloval:com.redhat.rhsa:tst:20120547017
          • commentphp53-soap is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20110196022
        • AND
          • commentphp53-cli is earlier than 0:5.3.3-7.el5_8
            ovaloval:com.redhat.rhsa:tst:20120547019
          • commentphp53-cli is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20110196032
        • AND
          • commentphp53-devel is earlier than 0:5.3.3-7.el5_8
            ovaloval:com.redhat.rhsa:tst:20120547021
          • commentphp53-devel is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20110196004
        • AND
          • commentphp53-intl is earlier than 0:5.3.3-7.el5_8
            ovaloval:com.redhat.rhsa:tst:20120547023
          • commentphp53-intl is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20110196014
        • AND
          • commentphp53-pspell is earlier than 0:5.3.3-7.el5_8
            ovaloval:com.redhat.rhsa:tst:20120547025
          • commentphp53-pspell is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20110196038
        • AND
          • commentphp53-common is earlier than 0:5.3.3-7.el5_8
            ovaloval:com.redhat.rhsa:tst:20120547027
          • commentphp53-common is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20110196018
        • AND
          • commentphp53-odbc is earlier than 0:5.3.3-7.el5_8
            ovaloval:com.redhat.rhsa:tst:20120547029
          • commentphp53-odbc is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20110196042
        • AND
          • commentphp53-process is earlier than 0:5.3.3-7.el5_8
            ovaloval:com.redhat.rhsa:tst:20120547031
          • commentphp53-process is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20110196012
        • AND
          • commentphp53-snmp is earlier than 0:5.3.3-7.el5_8
            ovaloval:com.redhat.rhsa:tst:20120547033
          • commentphp53-snmp is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20110196010
        • AND
          • commentphp53-ldap is earlier than 0:5.3.3-7.el5_8
            ovaloval:com.redhat.rhsa:tst:20120547035
          • commentphp53-ldap is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20110196020
        • AND
          • commentphp53-xmlrpc is earlier than 0:5.3.3-7.el5_8
            ovaloval:com.redhat.rhsa:tst:20120547037
          • commentphp53-xmlrpc is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20110196034
        • AND
          • commentphp53 is earlier than 0:5.3.3-7.el5_8
            ovaloval:com.redhat.rhsa:tst:20120547039
          • commentphp53 is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20110196006
        • AND
          • commentphp53-mbstring is earlier than 0:5.3.3-7.el5_8
            ovaloval:com.redhat.rhsa:tst:20120547041
          • commentphp53-mbstring is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20110196040
    rhsa
    idRHSA-2012:0547
    released2012-05-11
    severityCritical
    titleRHSA-2012:0547: php53 security update (Critical)
  • rhsa
    idRHSA-2012:0568
  • rhsa
    idRHSA-2012:0569
  • rhsa
    idRHSA-2012:0570
rpms
  • php-0:5.1.6-34.el5_8
  • php-0:5.3.3-3.el6_2.8
  • php-bcmath-0:5.1.6-34.el5_8
  • php-bcmath-0:5.3.3-3.el6_2.8
  • php-cli-0:5.1.6-34.el5_8
  • php-cli-0:5.3.3-3.el6_2.8
  • php-common-0:5.1.6-34.el5_8
  • php-common-0:5.3.3-3.el6_2.8
  • php-dba-0:5.1.6-34.el5_8
  • php-dba-0:5.3.3-3.el6_2.8
  • php-debuginfo-0:5.1.6-34.el5_8
  • php-debuginfo-0:5.3.3-3.el6_2.8
  • php-devel-0:5.1.6-34.el5_8
  • php-devel-0:5.3.3-3.el6_2.8
  • php-embedded-0:5.3.3-3.el6_2.8
  • php-enchant-0:5.3.3-3.el6_2.8
  • php-gd-0:5.1.6-34.el5_8
  • php-gd-0:5.3.3-3.el6_2.8
  • php-imap-0:5.1.6-34.el5_8
  • php-imap-0:5.3.3-3.el6_2.8
  • php-intl-0:5.3.3-3.el6_2.8
  • php-ldap-0:5.1.6-34.el5_8
  • php-ldap-0:5.3.3-3.el6_2.8
  • php-mbstring-0:5.1.6-34.el5_8
  • php-mbstring-0:5.3.3-3.el6_2.8
  • php-mysql-0:5.1.6-34.el5_8
  • php-mysql-0:5.3.3-3.el6_2.8
  • php-ncurses-0:5.1.6-34.el5_8
  • php-odbc-0:5.1.6-34.el5_8
  • php-odbc-0:5.3.3-3.el6_2.8
  • php-pdo-0:5.1.6-34.el5_8
  • php-pdo-0:5.3.3-3.el6_2.8
  • php-pgsql-0:5.1.6-34.el5_8
  • php-pgsql-0:5.3.3-3.el6_2.8
  • php-process-0:5.3.3-3.el6_2.8
  • php-pspell-0:5.3.3-3.el6_2.8
  • php-recode-0:5.3.3-3.el6_2.8
  • php-snmp-0:5.1.6-34.el5_8
  • php-snmp-0:5.3.3-3.el6_2.8
  • php-soap-0:5.1.6-34.el5_8
  • php-soap-0:5.3.3-3.el6_2.8
  • php-tidy-0:5.3.3-3.el6_2.8
  • php-xml-0:5.1.6-34.el5_8
  • php-xml-0:5.3.3-3.el6_2.8
  • php-xmlrpc-0:5.1.6-34.el5_8
  • php-xmlrpc-0:5.3.3-3.el6_2.8
  • php-zts-0:5.3.3-3.el6_2.8
  • php53-0:5.3.3-7.el5_8
  • php53-bcmath-0:5.3.3-7.el5_8
  • php53-cli-0:5.3.3-7.el5_8
  • php53-common-0:5.3.3-7.el5_8
  • php53-dba-0:5.3.3-7.el5_8
  • php53-debuginfo-0:5.3.3-7.el5_8
  • php53-devel-0:5.3.3-7.el5_8
  • php53-gd-0:5.3.3-7.el5_8
  • php53-imap-0:5.3.3-7.el5_8
  • php53-intl-0:5.3.3-7.el5_8
  • php53-ldap-0:5.3.3-7.el5_8
  • php53-mbstring-0:5.3.3-7.el5_8
  • php53-mysql-0:5.3.3-7.el5_8
  • php53-odbc-0:5.3.3-7.el5_8
  • php53-pdo-0:5.3.3-7.el5_8
  • php53-pgsql-0:5.3.3-7.el5_8
  • php53-process-0:5.3.3-7.el5_8
  • php53-pspell-0:5.3.3-7.el5_8
  • php53-snmp-0:5.3.3-7.el5_8
  • php53-soap-0:5.3.3-7.el5_8
  • php53-xml-0:5.3.3-7.el5_8
  • php53-xmlrpc-0:5.3.3-7.el5_8
  • php-0:5.1.6-23.3.el5_3
  • php-0:5.1.6-27.el5_6.4
  • php-0:5.3.2-6.el6_0.2
  • php-0:5.3.3-3.el6_1.4
  • php-bcmath-0:5.1.6-23.3.el5_3
  • php-bcmath-0:5.1.6-27.el5_6.4
  • php-bcmath-0:5.3.2-6.el6_0.2
  • php-bcmath-0:5.3.3-3.el6_1.4
  • php-cli-0:5.1.6-23.3.el5_3
  • php-cli-0:5.1.6-27.el5_6.4
  • php-cli-0:5.3.2-6.el6_0.2
  • php-cli-0:5.3.3-3.el6_1.4
  • php-common-0:5.1.6-23.3.el5_3
  • php-common-0:5.1.6-27.el5_6.4
  • php-common-0:5.3.2-6.el6_0.2
  • php-common-0:5.3.3-3.el6_1.4
  • php-dba-0:5.1.6-23.3.el5_3
  • php-dba-0:5.1.6-27.el5_6.4
  • php-dba-0:5.3.2-6.el6_0.2
  • php-dba-0:5.3.3-3.el6_1.4
  • php-debuginfo-0:5.1.6-23.3.el5_3
  • php-debuginfo-0:5.1.6-27.el5_6.4
  • php-debuginfo-0:5.3.2-6.el6_0.2
  • php-debuginfo-0:5.3.3-3.el6_1.4
  • php-devel-0:5.1.6-23.3.el5_3
  • php-devel-0:5.1.6-27.el5_6.4
  • php-devel-0:5.3.2-6.el6_0.2
  • php-devel-0:5.3.3-3.el6_1.4
  • php-embedded-0:5.3.2-6.el6_0.2
  • php-embedded-0:5.3.3-3.el6_1.4
  • php-enchant-0:5.3.2-6.el6_0.2
  • php-enchant-0:5.3.3-3.el6_1.4
  • php-gd-0:5.1.6-23.3.el5_3
  • php-gd-0:5.1.6-27.el5_6.4
  • php-gd-0:5.3.2-6.el6_0.2
  • php-gd-0:5.3.3-3.el6_1.4
  • php-imap-0:5.1.6-23.3.el5_3
  • php-imap-0:5.1.6-27.el5_6.4
  • php-imap-0:5.3.2-6.el6_0.2
  • php-imap-0:5.3.3-3.el6_1.4
  • php-intl-0:5.3.2-6.el6_0.2
  • php-intl-0:5.3.3-3.el6_1.4
  • php-ldap-0:5.1.6-23.3.el5_3
  • php-ldap-0:5.1.6-27.el5_6.4
  • php-ldap-0:5.3.2-6.el6_0.2
  • php-ldap-0:5.3.3-3.el6_1.4
  • php-mbstring-0:5.1.6-23.3.el5_3
  • php-mbstring-0:5.1.6-27.el5_6.4
  • php-mbstring-0:5.3.2-6.el6_0.2
  • php-mbstring-0:5.3.3-3.el6_1.4
  • php-mysql-0:5.1.6-23.3.el5_3
  • php-mysql-0:5.1.6-27.el5_6.4
  • php-mysql-0:5.3.2-6.el6_0.2
  • php-mysql-0:5.3.3-3.el6_1.4
  • php-ncurses-0:5.1.6-23.3.el5_3
  • php-ncurses-0:5.1.6-27.el5_6.4
  • php-odbc-0:5.1.6-23.3.el5_3
  • php-odbc-0:5.1.6-27.el5_6.4
  • php-odbc-0:5.3.2-6.el6_0.2
  • php-odbc-0:5.3.3-3.el6_1.4
  • php-pdo-0:5.1.6-23.3.el5_3
  • php-pdo-0:5.1.6-27.el5_6.4
  • php-pdo-0:5.3.2-6.el6_0.2
  • php-pdo-0:5.3.3-3.el6_1.4
  • php-pgsql-0:5.1.6-23.3.el5_3
  • php-pgsql-0:5.1.6-27.el5_6.4
  • php-pgsql-0:5.3.2-6.el6_0.2
  • php-pgsql-0:5.3.3-3.el6_1.4
  • php-process-0:5.3.2-6.el6_0.2
  • php-process-0:5.3.3-3.el6_1.4
  • php-pspell-0:5.3.2-6.el6_0.2
  • php-pspell-0:5.3.3-3.el6_1.4
  • php-recode-0:5.3.2-6.el6_0.2
  • php-recode-0:5.3.3-3.el6_1.4
  • php-snmp-0:5.1.6-23.3.el5_3
  • php-snmp-0:5.1.6-27.el5_6.4
  • php-snmp-0:5.3.2-6.el6_0.2
  • php-snmp-0:5.3.3-3.el6_1.4
  • php-soap-0:5.1.6-23.3.el5_3
  • php-soap-0:5.1.6-27.el5_6.4
  • php-soap-0:5.3.2-6.el6_0.2
  • php-soap-0:5.3.3-3.el6_1.4
  • php-tidy-0:5.3.2-6.el6_0.2
  • php-tidy-0:5.3.3-3.el6_1.4
  • php-xml-0:5.1.6-23.3.el5_3
  • php-xml-0:5.1.6-27.el5_6.4
  • php-xml-0:5.3.2-6.el6_0.2
  • php-xml-0:5.3.3-3.el6_1.4
  • php-xmlrpc-0:5.1.6-23.3.el5_3
  • php-xmlrpc-0:5.1.6-27.el5_6.4
  • php-xmlrpc-0:5.3.2-6.el6_0.2
  • php-xmlrpc-0:5.3.3-3.el6_1.4
  • php-zts-0:5.3.2-6.el6_0.2
  • php-zts-0:5.3.3-3.el6_1.4
  • php53-0:5.3.3-1.el5_6.2
  • php53-bcmath-0:5.3.3-1.el5_6.2
  • php53-cli-0:5.3.3-1.el5_6.2
  • php53-common-0:5.3.3-1.el5_6.2
  • php53-dba-0:5.3.3-1.el5_6.2
  • php53-debuginfo-0:5.3.3-1.el5_6.2
  • php53-devel-0:5.3.3-1.el5_6.2
  • php53-gd-0:5.3.3-1.el5_6.2
  • php53-imap-0:5.3.3-1.el5_6.2
  • php53-intl-0:5.3.3-1.el5_6.2
  • php53-ldap-0:5.3.3-1.el5_6.2
  • php53-mbstring-0:5.3.3-1.el5_6.2
  • php53-mysql-0:5.3.3-1.el5_6.2
  • php53-odbc-0:5.3.3-1.el5_6.2
  • php53-pdo-0:5.3.3-1.el5_6.2
  • php53-pgsql-0:5.3.3-1.el5_6.2
  • php53-process-0:5.3.3-1.el5_6.2
  • php53-pspell-0:5.3.3-1.el5_6.2
  • php53-snmp-0:5.3.3-1.el5_6.2
  • php53-soap-0:5.3.3-1.el5_6.2
  • php53-xml-0:5.3.3-1.el5_6.2
  • php53-xmlrpc-0:5.3.3-1.el5_6.2
  • php-0:5.2.10-2.el5s2
  • php-bcmath-0:5.2.10-2.el5s2
  • php-cli-0:5.2.10-2.el5s2
  • php-common-0:5.2.10-2.el5s2
  • php-dba-0:5.2.10-2.el5s2
  • php-debuginfo-0:5.2.10-2.el5s2
  • php-devel-0:5.2.10-2.el5s2
  • php-gd-0:5.2.10-2.el5s2
  • php-imap-0:5.2.10-2.el5s2
  • php-ldap-0:5.2.10-2.el5s2
  • php-mbstring-0:5.2.10-2.el5s2
  • php-mysql-0:5.2.10-2.el5s2
  • php-ncurses-0:5.2.10-2.el5s2
  • php-odbc-0:5.2.10-2.el5s2
  • php-pdo-0:5.2.10-2.el5s2
  • php-pgsql-0:5.2.10-2.el5s2
  • php-snmp-0:5.2.10-2.el5s2
  • php-soap-0:5.2.10-2.el5s2
  • php-xml-0:5.2.10-2.el5s2
  • php-xmlrpc-0:5.2.10-2.el5s2

Saint

bid53388
descriptionPHP CGI Query String Parameters Command Execution
idweb_prog_php_version
osvdb81633
titlephp_cgi_arg_rce
typeremote

Seebug

  • bulletinFamilyexploit
    descriptionCVE ID: CVE-2012-1823 PHP是一种HTML内嵌式的语言,PHP与微软的ASP颇有几分相似,都是一种在服务器端执行的嵌入HTML文档的脚本语言,语言的风格有类似于C语言,现在被很多的网站编程人员广泛的运用。可以被各种Web服务器以多种方式调用,实现动态网页的功能。 PHP处理参数的传递时存在漏洞,在特定的配置情况下,远程攻击者可能利用此漏洞在服务器上获取脚本源码或执行任意命令。 当PHP以特定的CGI方式被调用时(例如Apache的mod_cgid),php-cgi接收处理过的查询格式字符串作为命令行参数,允许命令行开关(例如-s、-d 或-c)传递到php-cgi程序,导致源代码泄露和任意代码执行。FastCGI不受影响。 0 PHP 临时解决方法: 使用RewriteRule来过滤请求: RewriteRule规则如下 RewriteEngine on RewriteCond %{QUERY_STRING} ^[^=]*$ RewriteCond %{QUERY_STRING} %2d|\- [NC] RewriteRule .? - [F,L] 厂商补丁: PHP --- 目前厂商已经发布了5.3.12及5.4.2两个最新版本,但有报告说并没有正确修复这个安全问题,请密切关注厂商网站下载最新版本: http://www.php.net
    idSSV:60093
    last seen2017-11-19
    modified2012-05-04
    published2012-05-04
    reporterRoot
    sourcehttps://www.seebug.org/vuldb/ssvid-60093
    titlePHP-CGI远程任意代码执行漏洞
  • bulletinFamilyexploit
    descriptionNo description provided by source.
    idSSV:72860
    last seen2017-11-19
    modified2014-07-01
    published2014-07-01
    reporterRoot
    sourcehttps://www.seebug.org/vuldb/ssvid-72860
    titlePHP CGI Argument Injection Exploit
  • bulletinFamilyexploit
    descriptionNo description provided by source.
    idSSV:79637
    last seen2017-11-19
    modified2014-07-01
    published2014-07-01
    reporterRoot
    sourcehttps://www.seebug.org/vuldb/ssvid-79637
    titlePlesk < 9.5.4 - Zeroday Remote Exploit
  • bulletinFamilyexploit
    descriptionNo description provided by source.
    idSSV:82805
    last seen2017-11-19
    modified2014-07-01
    published2014-07-01
    reporterRoot
    sourcehttps://www.seebug.org/vuldb/ssvid-82805
    titleApache / PHP 5.x - cgi-bin Remote Code Execution Exploit
  • bulletinFamilyexploit
    descriptionNo description provided by source.
    idSSV:60536
    last seen2017-11-19
    modified2012-12-25
    published2012-12-25
    reporterRoot
    sourcehttps://www.seebug.org/vuldb/ssvid-60536
    titlePHP-CGI Argument Injection Remote Code Execution
  • bulletinFamilyexploit
    descriptionNo description provided by source.
    idSSV:61070
    last seen2017-11-19
    modified2013-10-31
    published2013-10-31
    reporterRoot
    sourcehttps://www.seebug.org/vuldb/ssvid-61070
    titleApache / PHP 5.x Remote Code Execution Exploit
  • bulletinFamilyexploit
    descriptionNo description provided by source.
    idSSV:72859
    last seen2017-11-19
    modified2014-07-01
    published2014-07-01
    reporterRoot
    sourcehttps://www.seebug.org/vuldb/ssvid-72859
    titlePHP CGI Argument Injection

The Hacker News