Drupal 7.x < 7.39 Multiple Vulnerabilities on Linux. Update to version 7.39 or late
Reporter | Title | Published | Views | Family All 46 |
---|---|---|---|---|
![]() | Drupal 7.x < 7.39 Multiple Vulnerabilities (SA-CORE-2015-003) - Windows | 28 Aug 201500:00 | – | openvas |
![]() | Mageia: Security Advisory (MGASA-2015-0328) | 15 Oct 201500:00 | – | openvas |
![]() | Fedora Update for drupal6 FEDORA-2015-14444 | 7 Sep 201500:00 | – | openvas |
![]() | Debian Security Advisory DSA 3346-1 (drupal7 - security update) | 31 Aug 201500:00 | – | openvas |
![]() | Debian: Security Advisory (DSA-3346-1) | 30 Aug 201500:00 | – | openvas |
![]() | Fedora Update for drupal7 FEDORA-2015-13916 | 7 Sep 201500:00 | – | openvas |
![]() | Fedora Update for drupal7 FEDORA-2015-13917 | 7 Sep 201500:00 | – | openvas |
![]() | Fedora Update for drupal6 FEDORA-2015-14442 | 7 Sep 201500:00 | – | openvas |
![]() | [SECURITY] Fedora 22 Update: drupal6-6.37-1.fc22 | 6 Sep 201504:54 | – | fedora |
![]() | [SECURITY] Fedora 21 Update: drupal6-6.37-1.fc21 | 6 Sep 201506:24 | – | fedora |
Source | Link |
---|---|
drupal | www.drupal.org/SA-CORE-2015-003 |
# SPDX-FileCopyrightText: 2015 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:drupal:drupal";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.805967");
script_version("2023-10-06T16:09:51+0000");
script_cve_id("CVE-2015-6665", "CVE-2015-6659");
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:"2023-10-06 16:09:51 +0000 (Fri, 06 Oct 2023)");
script_tag(name:"creation_date", value:"2015-08-28 12:40:50 +0530 (Fri, 28 Aug 2015)");
script_tag(name:"qod_type", value:"remote_banner_unreliable");
script_name("Drupal 7.x < 7.39 Multiple Vulnerabilities (SA-CORE-2015-003) - Linux");
script_tag(name:"summary", value:"Drupal is prone to multiple vulnerabilities.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"insight", value:"The following flaws exist:
- An error in the Ajax handler involving a whitelisted HTML element, possibly
related to the 'a' tag.
- An error in the SQL comment filtering system in the Database API.");
script_tag(name:"impact", value:"Successful exploitation will allow remote
attackers to inject or manipulate SQL queries in the back-end database,
allowing for the manipulation or disclosure of arbitrary data, and
execute arbitrary HTML and script code in a user's browser session in the
context of an affected site.");
script_tag(name:"affected", value:"Drupal 7.x before 7.39 on Linux.");
script_tag(name:"solution", value:"Update to version 7.39 or later.");
script_tag(name:"solution_type", value:"VendorFix");
script_xref(name:"URL", value:"https://www.drupal.org/SA-CORE-2015-003");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2015 Greenbone AG");
script_family("Web application abuses");
script_dependencies("gb_drupal_http_detect.nasl", "os_detection.nasl");
script_mandatory_keys("drupal/detected", "Host/runs_unixoide");
exit(0);
}
include("host_details.inc");
include("version_func.inc");
if(!port = get_app_port(cpe:CPE))
exit(0);
if(!infos = get_app_version_and_location(cpe:CPE, port:port, exit_no_version:TRUE, version_regex:"^[0-9]\.[0-9]+"))
exit(0);
version = infos["version"];
location = infos["location"];
if(version =~ "^7\.") {
if(version_in_range(version:version, test_version:"7.0", test_version2:"7.38")) {
report = report_fixed_ver(installed_version:version, fixed_version:"7.39", install_path:location);
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