ILIAS < 7.27 SQLi Vulnerability. ILIAS is prone to an SQL injection vulnerability. The ILIAS prior to version 7.27 is affected. Update to version 7.27 or later
Source | Link |
---|---|
docu | www.docu.ilias.de/ilias.php |
# SPDX-FileCopyrightText: 2023 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:ilias:ilias";
if (description)
{
script_oid("1.3.6.1.4.1.25623.1.0.126596");
script_version("2023-12-29T16:09:56+0000");
script_tag(name:"last_modification", value:"2023-12-29 16:09:56 +0000 (Fri, 29 Dec 2023)");
script_tag(name:"creation_date", value:"2023-12-27 16:03:33 +0000 (Wed, 27 Dec 2023)");
script_tag(name:"cvss_base", value:"4.3");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:P/I:N/A:N");
script_tag(name:"qod_type", value:"remote_banner");
script_tag(name:"solution_type", value:"VendorFix");
script_name("ILIAS < 7.27 SQLi Vulnerability");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2023 Greenbone AG");
script_family("Web application abuses");
script_dependencies("gb_ilias_http_detect.nasl");
script_mandatory_keys("ilias/detected");
script_tag(name:"summary", value:"ILIAS is prone to an SQL injection (SQLi) vulnerability.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"insight", value:"The following flaw exists:
- 38368: [SOAP & Webservices] SOAP: SQL Injection");
script_tag(name:"affected", value:"The ILIAS prior to version 7.27.");
script_tag(name:"solution", value:"Update to version 7.27 or later.");
script_xref(name:"URL", value:"https://docu.ilias.de/ilias.php?baseClass=illmpresentationgui&cmd=layout&ref_id=35&obj_id=154883");
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))
exit(0);
version = infos["version"];
location = infos["location"];
if (version_is_less(version: version, test_version: "7.27")) {
report = report_fixed_ver(installed_version: version, fixed_version: "7.27", 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