Lucene search

K

PHP < 4.3.3 Multiple Vulnerabilities

🗓️ 24 Sep 2003 00:00:00Reported by This script is Copyright (C) 2003-2024 Tenable Network Security, Inc.Type 
nessus
 nessus
🔗 www.tenable.com👁 47 Views

Multiple vulnerabilities in PHP versions prior to 4.3.3 allow arbitrary code execution.

Show more
Related
Refs
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2002-1396
1 Sep 200404:00
cve
CVE
CVE-2003-0860
17 Nov 200305:00
cve
CVE
CVE-2003-0861
17 Nov 200305:00
cve
CVE
CVE-2003-0442
24 Jul 200304:00
cve
CVE
CVE-2006-1990
24 Apr 200623:02
cve
NVD
CVE-2002-1396
17 Jan 200305:00
nvd
NVD
CVE-2003-0860
17 Nov 200305:00
nvd
NVD
CVE-2003-0442
24 Jul 200304:00
nvd
NVD
CVE-2003-0861
17 Nov 200305:00
nvd
NVD
CVE-2006-1990
24 Apr 200623:02
nvd
Rows per page
#%NASL_MIN_LEVEL 70300
#
# (C) Tenable Network Security, Inc.
#

# Ref:
# http://www.securityfocus.com/advisories/5887
# http://www.php.net/ChangeLog-4.php
#

include('deprecated_nasl_level.inc');
include('compat.inc');

if (description)
{
  script_id(11850);
  script_version("1.38");
  script_set_attribute(attribute:"plugin_modification_date", value:"2024/11/22");

  script_cve_id(
    "CVE-2002-1396",
    "CVE-2003-0442",
    "CVE-2003-0860",
    "CVE-2003-0861"
  );
  script_bugtraq_id(
    6488,
    7761,
    8693,
    8696
  );
  script_xref(name:"RHSA", value:"2003:204-01");
  script_xref(name:"SuSE", value:"SUSE-SA:2003:0009");

  script_name(english:"PHP < 4.3.3 Multiple Vulnerabilities");

  script_set_attribute(attribute:"synopsis", value:
"Arbitrary code may be run on the remote server.");
  script_set_attribute(attribute:"description", value:
"The remote host is running a version of PHP that is older than 4.3.3.

All versions of PHP 4 older than 4.3.3 contain multiple integer
overflow vulnerabilities that may allow an attacker to execute
arbitrary commands on this host.  Another problem may also invalidate
safe_mode.");
  script_set_attribute(attribute:"see_also", value:"http://www.php.net/ChangeLog-4.php");
  script_set_attribute(attribute:"solution", value:
"Upgrade to PHP 4.3.3.");
  script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P");
  script_set_cvss_temporal_vector("CVSS2#E:POC/RL:OF/RC:C");

  script_set_attribute(attribute:"exploitability_ease", value:"No exploit is required");
  script_set_attribute(attribute:"exploit_available", value:"false");

  script_set_attribute(attribute:"vuln_publication_date", value:"2002/12/27");
  script_set_attribute(attribute:"plugin_publication_date", value:"2003/09/24");

  script_set_attribute(attribute:"plugin_type", value:"remote");
  script_set_attribute(attribute:"cpe", value:"cpe:/a:php:php");
  script_set_attribute(attribute:"thorough_tests", value:"true");
  script_set_attribute(attribute:"enable_cgi_scanning", value:"true");
  script_end_attributes();

  script_category(ACT_GATHER_INFO);
  script_family(english:"CGI abuses");

  script_copyright(english:"This script is Copyright (C) 2003-2024 Tenable Network Security, Inc.");

  script_dependencies("php_version.nasl");
  script_require_keys("www/PHP");
  script_require_ports("Services/www", 80);

  exit(0);
}

#
# The script code starts here
#
include("global_settings.inc");
include("misc_func.inc");
include("http.inc");
include("audit.inc");
include("webapp_func.inc");

port = get_http_port(default:80, php:TRUE);

php = get_php_from_kb(
  port : port,
  exit_on_fail : TRUE
);

version = php["ver"];
source = php["src"];

backported = get_kb_item('www/php/'+port+'/'+version+'/backported');

if (report_paranoia < 2 && backported)
  audit(AUDIT_BACKPORT_SERVICE, port, "PHP "+version+" install");

if (version =~ "^4\.[0-2]\." ||
    version =~ "^4\.3\.[0-2]($|[^0-9])"
)
{
  if (report_verbosity > 0)
  {
    report =
      '\n  Version source     : '+source +
      '\n  Installed version  : '+version+
      '\n  Fixed version      : 4.3.3\n';
    security_hole(port:port, extra:report);
  }
  else security_hole(port);
  exit(0);
}
else audit(AUDIT_LISTEN_NOT_VULN, "PHP", port, version);

Transform Your Security Services

Elevate your offerings with Vulners' advanced Vulnerability Intelligence. Contact us for a demo and discover the difference comprehensive, actionable intelligence can make in your security strategy.

Book a live demo
24 Sep 2003 00:00Current
7.7High risk
Vulners AI Score7.7
CVSS210
EPSS0.018
47
.json
Report