Lucene search

K
openvasCopyright (C) 2013 Greenbone AGOPENVAS:1361412562310803164
HistoryJan 24, 2013 - 12:00 a.m.

PHP 'openssl_encrypt()' Function Information Disclosure Vulnerability - Windows

2013-01-2400:00:00
Copyright (C) 2013 Greenbone AG
plugins.openvas.org
33

6.1 Medium

AI Score

Confidence

Low

5 Medium

CVSS2

Access Vector

NETWORK

Access Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

NONE

Availability Impact

NONE

AV:N/AC:L/Au:N/C:P/I:N/A:N

0.005 Low

EPSS

Percentile

75.5%

PHP is prone to an information disclosure vulnerability.

# SPDX-FileCopyrightText: 2013 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only

CPE = "cpe:/a:php:php";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.803164");
  script_version("2024-02-15T05:05:40+0000");
  script_cve_id("CVE-2012-6113");
  script_tag(name:"cvss_base", value:"5.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:N/A:N");
  script_tag(name:"last_modification", value:"2024-02-15 05:05:40 +0000 (Thu, 15 Feb 2024)");
  script_tag(name:"creation_date", value:"2013-01-24 16:39:00 +0530 (Thu, 24 Jan 2013)");
  script_name("PHP 'openssl_encrypt()' Function Information Disclosure Vulnerability - Windows");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2013 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("secpod_php_smb_login_detect.nasl", "gb_php_http_detect.nasl", "os_detection.nasl");
  script_mandatory_keys("php/detected", "Host/runs_windows");

  script_xref(name:"URL", value:"https://bugs.php.net/bug.php?id=61413");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/57462");
  script_xref(name:"URL", value:"http://xforce.iss.net/xforce/xfdb/81400");
  script_xref(name:"URL", value:"http://git.php.net/?p=php-src.git;a=commitdiff;h=270a406ac94b5fc5cc9ef59fc61e3b4b95648a3e");

  script_tag(name:"impact", value:"Successful exploitation will allow remote attackers to obtain sensitive
  information from process memory by providing zero bytes of input data.");

  script_tag(name:"affected", value:"PHP version 5.3.9 through 5.3.13 on Windows");

  script_tag(name:"insight", value:"The flaw is due to error in 'openssl_encrypt()' function when handling empty
  $data strings which will allow an attacker to gain access to arbitrary pieces
  of information in current memory.");

  script_tag(name:"summary", value:"PHP is prone to an information disclosure vulnerability.");

  script_tag(name:"solution", value:"Apply the patch or upgrade to the latest version from the references.");

  script_tag(name:"qod_type", value:"remote_banner");
  script_tag(name:"solution_type", value:"VendorFix");

  exit(0);
}

include("version_func.inc");
include("host_details.inc");

if( isnull( phpPort = get_app_port( cpe:CPE ) ) ) exit( 0 );
if( ! phpVer = get_app_version( cpe:CPE, port:phpPort ) ) exit( 0 );

if(version_in_range(version:phpVer, test_version:"5.3.9", test_version2:"5.3.13")){
  report = report_fixed_ver(installed_version:phpVer, fixed_version:"5.3.14");
  security_message(data:report, port:phpPort);
  exit(0);
}

exit(99);

6.1 Medium

AI Score

Confidence

Low

5 Medium

CVSS2

Access Vector

NETWORK

Access Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

NONE

Availability Impact

NONE

AV:N/AC:L/Au:N/C:P/I:N/A:N

0.005 Low

EPSS

Percentile

75.5%