Pacific Timesheet < 6.75 CSRF Vulnerability
🗓️ 09 Jun 2010 00:00:00Reported by Copyright (C) 2010 Greenbone AGType
openvas🔗 plugins.openvas.org👁 23 Views
| Reporter | Title | Published | Views | Family All 6 |
|---|---|---|---|---|
| CVE-2010-2111 | 28 May 201020:00 | – | cve | |
| CVE-2010-2111 | 28 May 201020:00 | – | cvelist | |
| EUVD-2010-2127 | 7 Oct 202500:30 | – | euvd | |
| CVE-2010-2111 | 28 May 201020:30 | – | nvd | |
| Pacific Timesheet Cross-Site Request Forgery Vulnerability | 9 Jun 201000:00 | – | openvas | |
| Cross site request forgery (csrf) | 28 May 201020:30 | – | prion |
| Source | Link |
|---|---|
| secunia | www.secunia.com/advisories/39951 |
| cross-site-scripting | www.cross-site-scripting.blogspot.com/2010/05/pacific-timesheet-674-cross-site.html |
| xforce | www.xforce.iss.net/xforce/xfdb/58934 |
# 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:pacifictimesheet:pacific_timesheet";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.800181");
script_version("2023-11-24T16:09:32+0000");
script_tag(name:"last_modification", value:"2023-11-24 16:09:32 +0000 (Fri, 24 Nov 2023)");
script_tag(name:"creation_date", value:"2010-06-09 08:34:53 +0200 (Wed, 09 Jun 2010)");
script_cve_id("CVE-2010-2111");
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_name("Pacific Timesheet < 6.75 CSRF Vulnerability");
script_xref(name:"URL", value:"http://secunia.com/advisories/39951");
script_xref(name:"URL", value:"http://xforce.iss.net/xforce/xfdb/58934");
script_xref(name:"URL", value:"http://cross-site-scripting.blogspot.com/2010/05/pacific-timesheet-674-cross-site.html");
script_tag(name:"qod_type", value:"remote_banner");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2010 Greenbone AG");
script_family("Web application abuses");
script_dependencies("gb_pacific_timesheet_detect.nasl");
script_mandatory_keys("pacifictimesheet/detected");
script_tag(name:"impact", value:"Successful exploitation will allow attackers to perform unauthorized
actions.");
script_tag(name:"affected", value:"Pacific Timesheet version 6.74 build 363.");
script_tag(name:"insight", value:"The flaw is due to improper validation of user-supplied input.
A remote attacker could exploit this vulnerability to perform cross-site
request forgery by tricking a logged in administrator into visiting a
malicious web site or link to perform unauthorized actions.");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"solution", value:"Update to version 6.75 or later.");
script_tag(name:"summary", value:"Pacific Timesheet is prone to a cross-site request forgery (CSRF)
vulnerability.");
exit(0);
}
include("host_details.inc");
include("version_func.inc");
if(!port = get_app_port(cpe:CPE))
exit(0);
if(!infos = get_app_version_and_location(cpe:CPE, port:port, exit_no_version:TRUE))
exit(0);
version = infos["version"];
location = infos["location"];
if(version_is_less_equal(version:version, test_version:"6.74.363")) {
report = report_fixed_ver(installed_version:version, fixed_version:"6.75", install_path:location);
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
24 Nov 2023 00:00Current
6.6Medium risk
Vulners AI Score6.6
CVSS 24.3
EPSS0.00835