Lucene search

K
nessusThis script is Copyright (C) 2013-2018 Tenable Network Security, Inc.ALA_ALAS-2012-95.NASL
HistorySep 04, 2013 - 12:00 a.m.

Amazon Linux AMI : php (ALAS-2012-95)

2013-09-0400:00:00
This script is Copyright (C) 2013-2018 Tenable Network Security, Inc.
www.tenable.com
23

Integer overflow in the phar_parse_tarfile function in tar.c in the phar extension in PHP before 5.3.14 and 5.4.x before 5.4.4 allows remote attackers to cause a denial of service (application crash) or possibly execute arbitrary code via a crafted tar file that triggers a heap-based buffer overflow.

The crypt_des (aka DES-based crypt) function in FreeBSD before 9.0-RELEASE-p2, as used in PHP, PostgreSQL, and other products, does not process the complete cleartext password if this password contains a 0x80 character, which makes it easier for context-dependent attackers to obtain access via an authentication attempt with an initial substring of the intended password, as demonstrated by a Unicode password.

#
# (C) Tenable Network Security, Inc.
#
# The descriptive text and package checks in this plugin were
# extracted from Amazon Linux AMI Security Advisory ALAS-2012-95.
#

include("compat.inc");

if (description)
{
  script_id(69702);
  script_version("1.6");
  script_cvs_date("Date: 2018/04/18 15:09:34");

  script_cve_id("CVE-2012-2143", "CVE-2012-2386");
  script_xref(name:"ALAS", value:"2012-95");

  script_name(english:"Amazon Linux AMI : php (ALAS-2012-95)");
  script_summary(english:"Checks rpm output for the updated packages");

  script_set_attribute(
    attribute:"synopsis", 
    value:"The remote Amazon Linux AMI host is missing a security update."
  );
  script_set_attribute(
    attribute:"description", 
    value:
"Integer overflow in the phar_parse_tarfile function in tar.c in the
phar extension in PHP before 5.3.14 and 5.4.x before 5.4.4 allows
remote attackers to cause a denial of service (application crash) or
possibly execute arbitrary code via a crafted tar file that triggers a
heap-based buffer overflow.

The crypt_des (aka DES-based crypt) function in FreeBSD before
9.0-RELEASE-p2, as used in PHP, PostgreSQL, and other products, does
not process the complete cleartext password if this password contains
a 0x80 character, which makes it easier for context-dependent
attackers to obtain access via an authentication attempt with an
initial substring of the intended password, as demonstrated by a
Unicode password."
  );
  script_set_attribute(
    attribute:"see_also",
    value:"https://alas.aws.amazon.com/ALAS-2012-95.html"
  );
  script_set_attribute(
    attribute:"solution", 
    value:"Run 'yum update php' to update your system."
  );
  script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P");

  script_set_attribute(attribute:"plugin_type", value:"local");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:amazon:linux:php");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:amazon:linux:php-bcmath");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:amazon:linux:php-cli");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:amazon:linux:php-common");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:amazon:linux:php-dba");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:amazon:linux:php-debuginfo");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:amazon:linux:php-devel");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:amazon:linux:php-embedded");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:amazon:linux:php-fpm");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:amazon:linux:php-gd");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:amazon:linux:php-imap");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:amazon:linux:php-intl");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:amazon:linux:php-ldap");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:amazon:linux:php-mbstring");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:amazon:linux:php-mcrypt");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:amazon:linux:php-mssql");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:amazon:linux:php-mysql");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:amazon:linux:php-mysqlnd");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:amazon:linux:php-odbc");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:amazon:linux:php-pdo");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:amazon:linux:php-pgsql");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:amazon:linux:php-process");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:amazon:linux:php-pspell");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:amazon:linux:php-recode");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:amazon:linux:php-snmp");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:amazon:linux:php-soap");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:amazon:linux:php-tidy");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:amazon:linux:php-xml");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:amazon:linux:php-xmlrpc");
  script_set_attribute(attribute:"cpe", value:"cpe:/o:amazon:linux");

  script_set_attribute(attribute:"patch_publication_date", value:"2012/07/05");
  script_set_attribute(attribute:"plugin_publication_date", value:"2013/09/04");
  script_end_attributes();

  script_category(ACT_GATHER_INFO);
  script_copyright(english:"This script is Copyright (C) 2013-2018 Tenable Network Security, Inc.");
  script_family(english:"Amazon Linux Local Security Checks");

  script_dependencies("ssh_get_info.nasl");
  script_require_keys("Host/local_checks_enabled", "Host/AmazonLinux/release", "Host/AmazonLinux/rpm-list");

  exit(0);
}


include("audit.inc");
include("global_settings.inc");
include("rpm.inc");


if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);

release = get_kb_item("Host/AmazonLinux/release");
if (isnull(release) || !strlen(release)) audit(AUDIT_OS_NOT, "Amazon Linux");
os_ver = pregmatch(pattern: "^AL(A|\d)", string:release);
if (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, "Amazon Linux");
os_ver = os_ver[1];
if (os_ver != "A")
{
  if (os_ver == 'A') os_ver = 'AMI';
  audit(AUDIT_OS_NOT, "Amazon Linux AMI", "Amazon Linux " + os_ver);
}

if (!get_kb_item("Host/AmazonLinux/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING);


flag = 0;
if (rpm_check(release:"ALA", reference:"php-5.3.14-2.21.amzn1")) flag++;
if (rpm_check(release:"ALA", reference:"php-bcmath-5.3.14-2.21.amzn1")) flag++;
if (rpm_check(release:"ALA", reference:"php-cli-5.3.14-2.21.amzn1")) flag++;
if (rpm_check(release:"ALA", reference:"php-common-5.3.14-2.21.amzn1")) flag++;
if (rpm_check(release:"ALA", reference:"php-dba-5.3.14-2.21.amzn1")) flag++;
if (rpm_check(release:"ALA", reference:"php-debuginfo-5.3.14-2.21.amzn1")) flag++;
if (rpm_check(release:"ALA", reference:"php-devel-5.3.14-2.21.amzn1")) flag++;
if (rpm_check(release:"ALA", reference:"php-embedded-5.3.14-2.21.amzn1")) flag++;
if (rpm_check(release:"ALA", reference:"php-fpm-5.3.14-2.21.amzn1")) flag++;
if (rpm_check(release:"ALA", reference:"php-gd-5.3.14-2.21.amzn1")) flag++;
if (rpm_check(release:"ALA", reference:"php-imap-5.3.14-2.21.amzn1")) flag++;
if (rpm_check(release:"ALA", reference:"php-intl-5.3.14-2.21.amzn1")) flag++;
if (rpm_check(release:"ALA", reference:"php-ldap-5.3.14-2.21.amzn1")) flag++;
if (rpm_check(release:"ALA", reference:"php-mbstring-5.3.14-2.21.amzn1")) flag++;
if (rpm_check(release:"ALA", reference:"php-mcrypt-5.3.14-2.21.amzn1")) flag++;
if (rpm_check(release:"ALA", reference:"php-mssql-5.3.14-2.21.amzn1")) flag++;
if (rpm_check(release:"ALA", reference:"php-mysql-5.3.14-2.21.amzn1")) flag++;
if (rpm_check(release:"ALA", reference:"php-mysqlnd-5.3.14-2.21.amzn1")) flag++;
if (rpm_check(release:"ALA", reference:"php-odbc-5.3.14-2.21.amzn1")) flag++;
if (rpm_check(release:"ALA", reference:"php-pdo-5.3.14-2.21.amzn1")) flag++;
if (rpm_check(release:"ALA", reference:"php-pgsql-5.3.14-2.21.amzn1")) flag++;
if (rpm_check(release:"ALA", reference:"php-process-5.3.14-2.21.amzn1")) flag++;
if (rpm_check(release:"ALA", reference:"php-pspell-5.3.14-2.21.amzn1")) flag++;
if (rpm_check(release:"ALA", reference:"php-recode-5.3.14-2.21.amzn1")) flag++;
if (rpm_check(release:"ALA", reference:"php-snmp-5.3.14-2.21.amzn1")) flag++;
if (rpm_check(release:"ALA", reference:"php-soap-5.3.14-2.21.amzn1")) flag++;
if (rpm_check(release:"ALA", reference:"php-tidy-5.3.14-2.21.amzn1")) flag++;
if (rpm_check(release:"ALA", reference:"php-xml-5.3.14-2.21.amzn1")) flag++;
if (rpm_check(release:"ALA", reference:"php-xmlrpc-5.3.14-2.21.amzn1")) flag++;

if (flag)
{
  if (report_verbosity > 0) security_hole(port:0, extra:rpm_report_get());
  else security_hole(0);
  exit(0);
}
else
{
  tested = pkg_tests_get();
  if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
  else audit(AUDIT_PACKAGE_NOT_INSTALLED, "php / php-bcmath / php-cli / php-common / php-dba / php-debuginfo / etc");
}
VendorProductVersionCPE
amazonlinuxphpp-cpe:/a:amazon:linux:php
amazonlinuxphp-bcmathp-cpe:/a:amazon:linux:php-bcmath
amazonlinuxphp-clip-cpe:/a:amazon:linux:php-cli
amazonlinuxphp-commonp-cpe:/a:amazon:linux:php-common
amazonlinuxphp-dbap-cpe:/a:amazon:linux:php-dba
amazonlinuxphp-debuginfop-cpe:/a:amazon:linux:php-debuginfo
amazonlinuxphp-develp-cpe:/a:amazon:linux:php-devel
amazonlinuxphp-embeddedp-cpe:/a:amazon:linux:php-embedded
amazonlinuxphp-fpmp-cpe:/a:amazon:linux:php-fpm
amazonlinuxphp-gdp-cpe:/a:amazon:linux:php-gd
Rows per page:
1-10 of 301