Lucene search
+L

Claroline 'notfound.php' SQLi Vulnerability

🗓️ 19 Jun 2009 00:00:00Reported by Copyright (C) 2009 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 25 Views

Claroline 'notfound.php' SQLi Vulnerability. SQL injection in 'notfound.php' and 'group.php'. Allows attacker to compromise application, access or modify data, or exploit database vulnerabilities. Claroline versions 1.8.11 and prior affected. Update to version 1.8.12 or later

Related
Refs
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2009-1907
8 May 200900:00
circl
cve
CVE
CVE-2009-1907
4 Jun 200916:00
cve
cvelist
Cvelist
CVE-2009-1907
4 Jun 200916:00
cvelist
exploitdb
Exploit DB
Claroline 1.8.11 - '/claroline/linker/notfound.php' Cross-Site Scripting
8 May 200900:00
exploitdb
euvd
EUVD
EUVD-2009-1902
7 Oct 202500:30
euvd
nvd
NVD
CVE-2009-1907
4 Jun 200916:30
nvd
openvas
OpenVAS
Claroline 'notfound.php' Cross-Site Scripting Vulnerability
19 Jun 200900:00
openvas
prion
Prion
Cross site scripting
4 Jun 200916:30
prion
# SPDX-FileCopyrightText: 2009 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

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.800628");
  script_version("2026-05-07T06:32:13+0000");
  script_tag(name:"last_modification", value:"2026-05-07 06:32:13 +0000 (Thu, 07 May 2026)");
  script_tag(name:"creation_date", value:"2009-06-19 09:45:44 +0200 (Fri, 19 Jun 2009)");
  script_tag(name:"cvss_base", value:"4.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:N/I:P/A:N");
  script_cve_id("CVE-2009-1907");
  script_name("Claroline 'notfound.php' SQLi Vulnerability");
  script_xref(name:"URL", value:"http://secunia.com/advisories/35019");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/34883");
  script_xref(name:"URL", value:"http://xforce.iss.net/xforce/xfdb/50404");
  script_xref(name:"URL", value:"http://gsasec.blogspot.com/2009/05/claroline-v1811-cross-site-scripting.html");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2009 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("gb_claroline_detect.nasl");
  script_require_ports("Services/www", 80);
  script_mandatory_keys("claroline/detected");

  script_tag(name:"summary", value:"Claroline is prone to an SQL injection (SQLi) vulnerability.");

  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the host.");

  script_tag(name:"insight", value:"The following flaws exist:

  - an error in 'claroline/linker/notfound.php' which is not properly sanitising input data passed
  via the 'Referer' header, before being returned to the user.

  - an error in 'group/group.php' which is not properly sanitising input data passed to the 'sort'
  parameter, before being used in an SQL query.");

  script_tag(name:"impact", value:"Successful exploitation will allow attacker to compromise the
  application, access or modify data, or exploit latent vulnerabilities in the underlying
  database.");

  script_tag(name:"affected", value:"Claroline versions 1.8.11 and prior.");

  script_tag(name:"solution", value:"Update to version 1.8.12 or later.");

  script_tag(name:"qod_type", value:"remote_banner");
  script_tag(name:"solution_type", value:"VendorFix");

  exit(0);
}

include("http_func.inc");
include("port_service_func.inc");
include("version_func.inc");

port = http_get_port(default:80);

version = get_kb_item("www/" + port + "/Claroline");
if(!version)
  exit(0);

if(!version = eregmatch(pattern:"^(.+) under (/.*)$", string:version))
  exit(0);

if(version_is_less_equal(version:version[1], test_version:"1.8.11")){
  report = report_fixed_ver(installed_version:version[1], vulnerable_range:"Less than or equal to 1.8.11");
  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

07 May 2026 00:00Current
5.9Medium risk
Vulners AI Score5.9
CVSS 24.3
EPSS0.01832
25