geccBBlite Multiple Cross-Site Scripting Vulnerabilities
🗓️ 26 Feb 2010 00:00:00Reported by Copyright (C) 2010 Greenbone AGType
openvas🔗 plugins.openvas.org👁 22 Views
| Reporter | Title | Published | Views | Family All 6 |
|---|---|---|---|---|
| CVE-2009-4649 | 22 Feb 201020:00 | – | cve | |
| CVE-2009-4649 | 22 Feb 201020:00 | – | cvelist | |
| EUVD-2009-4614 | 7 Oct 202500:30 | – | euvd | |
| CVE-2009-4649 | 22 Feb 201020:30 | – | nvd | |
| geccBBlite Multiple Cross-Site Scripting Vulnerabilities | 26 Feb 201000:00 | – | openvas | |
| Cross site scripting | 22 Feb 201020:30 | – | prion |
| Source | Link |
|---|---|
| securityfocus | www.securityfocus.com/bid/35449 |
| xforce | www.xforce.iss.net/xforce/xfdb/56278 |
| groups | www.groups.csail.mit.edu/pag/ardilla/ |
# SPDX-FileCopyrightText: 2010 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.900747");
script_version("2025-03-05T05:38:52+0000");
script_tag(name:"last_modification", value:"2025-03-05 05:38:52 +0000 (Wed, 05 Mar 2025)");
script_tag(name:"creation_date", value:"2010-02-26 10:13:54 +0100 (Fri, 26 Feb 2010)");
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-4649");
script_name("geccBBlite Multiple Cross-Site Scripting Vulnerabilities");
script_xref(name:"URL", value:"http://xforce.iss.net/xforce/xfdb/56278");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/35449");
script_xref(name:"URL", value:"http://groups.csail.mit.edu/pag/ardilla/");
script_tag(name:"qod_type", value:"remote_banner");
script_copyright("Copyright (C) 2010 Greenbone AG");
script_category(ACT_GATHER_INFO);
script_family("Web application abuses");
script_dependencies("secpod_geccbblite_detect.nasl");
script_require_ports("Services/www", 80);
script_mandatory_keys("geccbblite/detected");
script_tag(name:"impact", value:"Successful exploitation will allow remote attackers to inject arbitrary web
script or HTML in a user's browser session in the context of an affected site.");
script_tag(name:"affected", value:"geccBBlite version 0.1 and prior.");
script_tag(name:"insight", value:"Flaws are caused by improper validation of user-supplied input in multiple
scripts. This can be exploited using the 'postatoda' parameter to inject
malicious script into a Web page.");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"solution", value:"Upgrade to geccBBlite version 0.2 or later.");
script_tag(name:"summary", value:"geccBBlite is prone to multiple Cross-Site Scripting vulnerabilities.");
exit(0);
}
include("http_func.inc");
include("port_service_func.inc");
include("version_func.inc");
gbbPort = http_get_port(default:80);
gcbbVer = get_kb_item("www/" + gbbPort + "/geccBBlite");
if(isnull(gcbbVer))
exit(0);
gcbbVer = eregmatch(pattern:"^(.+) under (/.*)$", string:gcbbVer);
if(gcbbVer[1] != NULL)
{
if(version_is_less_equal(version:gcbbVer[1], test_version:"1.0")){
report = report_fixed_ver(installed_version:gcbbVer[1], vulnerable_range:"Less than or equal to 1.0");
security_message(port:gbbPort, 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
05 Mar 2025 00:00Current
6.2Medium risk
Vulners AI Score6.2
CVSS 24.3
EPSS0.01116