| Reporter | Title | Published | Views | Family All 19 |
|---|---|---|---|---|
| CVE-2009-1613 | 30 Apr 200900:00 | – | circl | |
| CVE-2009-1614 | 30 Apr 200900:00 | – | circl | |
| CVE-2009-1615 | 30 Apr 200900:00 | – | circl | |
| CVE-2009-1613 | 11 May 200920:00 | – | cve | |
| CVE-2009-1614 | 11 May 200920:00 | – | cve | |
| CVE-2009-1615 | 11 May 200920:00 | – | cve | |
| CVE-2009-1613 | 11 May 200920:00 | – | cvelist | |
| CVE-2009-1614 | 11 May 200920:00 | – | cvelist | |
| CVE-2009-1615 | 11 May 200920:00 | – | cvelist | |
| EUVD-2009-1608 | 7 Oct 202500:30 | – | euvd |
# OpenVAS Vulnerability Test
# $Id: remote-Leap_CMS_multi.nasl 6520 2017-07-04 14:28:49Z cfischer $
# Description: This script multiple remote vulnerabilities on the Leap CMS
#
# remote-Leap_CMS_multi.nasl
#
# Author:
# Christian Eric Edjenguele <[email protected]>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 and later,
# as published by the Free Software Foundation
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
#
include("revisions-lib.inc");
tag_summary = "The remote Leap CMS is affected to multiple remote vulnerabilities.
Leap is a single file, template independent, PHP and MySQL Content Management System.";
tag_solution = "for the sql injection vulnerability, set your php configuration to magic_quotes_gpc = off,
for other vulnerabilities, it's recommanded to download the latest stable version";
if(description)
{
script_id(101026);
script_version("$Revision: 6520 $");
script_cve_id("CVE-2009-1613", "CVE-2009-1614", "CVE-2009-1615");
script_tag(name:"last_modification", value:"$Date: 2017-07-04 16:28:49 +0200 (Tue, 04 Jul 2017) $");
script_tag(name:"creation_date", value:"2009-04-30 23:55:19 +0200 (Thu, 30 Apr 2009)");
script_tag(name:"cvss_base", value:"6.8");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:P/I:P/A:P");
name = "Leap CMS Multiple remote vulnerabilities";
script_name(name);
script_tag(name:"qod_type", value:"remote_banner");
script_category(ACT_GATHER_INFO);
script_copyright("Christian Eric Edjenguele <[email protected]>");
family = "Service detection";
script_family(family);
script_dependencies("find_service.nasl", "remote-detect-Leap_CMS.nasl");
script_require_ports("Services/www", 80, 8080);
script_mandatory_keys("LeapCMS/installed");
script_tag(name : "solution" , value : tag_solution);
script_tag(name : "summary" , value : tag_summary);
exit(0);
}
#
# The script code starts here
#
include("misc_func.inc");
port = get_kb_item("LeapCMS/port");
version = get_kb_item("LeapCMS/version");
report = '';
if(!get_kb_item("LeapCMS/installed") || !port || !version)
exit(0);
else {
if(revcomp(a:version, b:"0.1.4") <= 0)
report += "The current version " + version + " of LeapCMS is affected to multiple remote vulnerabilities";
}
if(report)
security_message(port:port, data:report);
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation