PHP Stack Buffer Overflow Vulnerability (Mar 2018) on Windows. Allows remote attackers to execute arbitrary code and causes denial-of-servic
Reporter | Title | Published | Views | Family All 91 |
---|---|---|---|---|
![]() | SUSE: Security Advisory (SUSE-SU-2018:0717-1) | 9 Jun 202100:00 | – | openvas |
![]() | Mageia: Security Advisory (MGASA-2018-0167) | 28 Jan 202200:00 | – | openvas |
![]() | SUSE: Security Advisory (SUSE-SU-2018:0646-1) | 9 Jun 202100:00 | – | openvas |
![]() | Fedora Update for php FEDORA-2018-a89ccf7133 | 14 Mar 201800:00 | – | openvas |
![]() | Huawei EulerOS: Security Advisory for php (EulerOS-SA-2018-1158) | 23 Jan 202000:00 | – | openvas |
![]() | PHP Stack Buffer Overflow Vulnerability (Mar 2018) - Linux | 12 Mar 201800:00 | – | openvas |
![]() | Fedora Update for php FEDORA-2018-e8bc8d2784 | 14 Mar 201800:00 | – | openvas |
![]() | Debian: Security Advisory (DLA-1326-1) | 1 Apr 201800:00 | – | openvas |
![]() | Slackware: Security Advisory (SSA:2018-067-02) | 21 Apr 202200:00 | – | openvas |
![]() | Ubuntu: Security Advisory (USN-3600-2) | 26 Aug 202200:00 | – | openvas |
Source | Link |
---|---|
bugs | www.bugs.php.net/bug.php |
php | www.php.net/ChangeLog-7.php |
securityfocus | www.securityfocus.com/bid/103204 |
# SPDX-FileCopyrightText: 2018 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.812820");
script_version("2024-02-09T05:06:25+0000");
script_cve_id("CVE-2018-7584");
script_tag(name:"cvss_base", value:"7.5");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
script_tag(name:"last_modification", value:"2024-02-09 05:06:25 +0000 (Fri, 09 Feb 2024)");
script_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2019-08-19 11:15:00 +0000 (Mon, 19 Aug 2019)");
script_tag(name:"creation_date", value:"2018-03-09 15:58:06 +0530 (Fri, 09 Mar 2018)");
script_name("PHP Stack Buffer Overflow Vulnerability (Mar 2018) - Windows");
script_tag(name:"summary", value:"PHP is prone to a stack buffer overflow vulnerability.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"insight", value:"The flaw exists because php fails to
adequately bounds-check user-supplied data before copying it into an
insufficiently sized buffer.");
script_tag(name:"impact", value:"Successful exploitation will allow an attacker
to execute arbitrary code in the context of the affected application. Failed
exploit attempts will result in denial-of-service conditions.");
script_tag(name:"affected", value:"PHP versions 7.2.x prior to 7.2.3,
PHP versions 7.0.x prior to 7.0.28,
PHP versions 5.0.x prior to 5.6.34 and
PHP versions 7.1.x prior to 7.1.15 on Windows.");
script_tag(name:"solution", value:"Update to version 7.2.3, 7.0.28,
5.6.34, 7.1.15 or later.");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"qod_type", value:"remote_banner");
script_xref(name:"URL", value:"http://php.net/ChangeLog-7.php");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/103204");
script_xref(name:"URL", value:"https://bugs.php.net/bug.php?id=75981");
script_copyright("Copyright (C) 2018 Greenbone AG");
script_category(ACT_GATHER_INFO);
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");
exit(0);
}
include("version_func.inc");
include("host_details.inc");
if(isnull(port = get_app_port(cpe:CPE)))
exit(0);
if(!infos = get_app_version_and_location(cpe:CPE, port:port, exit_no_version:TRUE))
exit(0);
vers = infos["version"];
path = infos["location"];
if(version_in_range(version: vers, test_version: "7.2", test_version2: "7.2.2")){
fix = "7.2.3";
}
else if(version_in_range(version: vers, test_version: "7.0", test_version2: "7.0.27")){
fix = "7.0.28";
}
else if(version_in_range(version: vers, test_version: "7.1", test_version2: "7.1.14")){
fix = "7.1.15";
}
else if(version_in_range(version: vers, test_version: "5.0", test_version2: "5.6.33")){
fix = "5.6.34";
}
if(fix){
report = report_fixed_ver(installed_version:vers, fixed_version:fix, install_path:path);
security_message(port:port, data:report);
exit(0);
}
exit(99);
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