Cisco Content Security Management Appliance XSS and CSRF Vulnerabilities
🗓️ 04 Sep 2013 00:00:00Reported by Copyright (C) 2013 Greenbone AGType
openvas🔗 plugins.openvas.org👁 32 Views
| Reporter | Title | Published | Views | Family All 14 |
|---|---|---|---|---|
| Cisco Ironport Cross Site Request Forgery / Cross Site Scripting | 27 Aug 201300:00 | – | zdt | |
| Cisco Content Filtering Devices Cross-Site Request Forgery Vulnerability | 1 Jul 201312:44 | – | cisco | |
| CVE-2013-3395 | 2 Jul 201301:00 | – | cve | |
| CVE-2013-3396 | 26 Jun 201321:00 | – | cve | |
| CVE-2013-3395 | 2 Jul 201301:00 | – | cvelist | |
| CVE-2013-3396 | 26 Jun 201321:00 | – | cvelist | |
| EUVD-2013-3330 | 7 Oct 202500:30 | – | euvd | |
| EUVD-2013-3331 | 7 Oct 202500:30 | – | euvd | |
| CVE-2013-3395 | 2 Jul 201303:43 | – | nvd | |
| CVE-2013-3396 | 26 Jun 201321:55 | – | nvd |
10
# SPDX-FileCopyrightText: 2013 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:cisco:content_security_management_appliance";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.803754");
script_version("2025-09-11T05:38:37+0000");
script_cve_id("CVE-2013-3395", "CVE-2013-3396");
script_tag(name:"cvss_base", value:"6.8");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:P/I:P/A:P");
script_tag(name:"last_modification", value:"2025-09-11 05:38:37 +0000 (Thu, 11 Sep 2025)");
script_tag(name:"creation_date", value:"2013-09-04 11:53:49 +0530 (Wed, 04 Sep 2013)");
script_name("Cisco Content Security Management Appliance XSS and CSRF Vulnerabilities");
script_tag(name:"summary", value:"Cisco Content Security Management Appliance is prone to cross site scripting and cross site request forgery vulnerabilities.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"solution", value:"Upgrade to latest version of Cisco CSMA.");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"insight", value:"Multiple flaws are due to:
- The lack of output escaping in the default error 500 page. When an exception
occurs in the application, the error description contains user unvalidated
input from the request.
- The lack of input validation on job_name, job_type, appliances_options and
config_master parameters which are then printed unscapped on job_name,
old_job_name, job_type, appliance_lists and config_master fields.
- The CSRFKey is not used in some areas of the application.");
script_tag(name:"affected", value:"Cisco Content Security Management Appliance (SMA) 8.1 and prior.");
script_tag(name:"impact", value:"Successful exploitation will allow attacker to execute arbitrary script
code in the browser of an unsuspecting user in the context of the affected site.");
script_xref(name:"URL", value:"http://1337day.com/exploit/21168");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/60829");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/60919");
script_xref(name:"URL", value:"http://packetstormsecurity.com/files/122955");
script_xref(name:"URL", value:"http://tools.cisco.com/security/center/viewAlert.x?alertId=29844");
script_xref(name:"URL", value:"http://tools.cisco.com/security/center/content/CiscoSecurityNotice/CVE-2013-3396");
script_xref(name:"URL", value:"http://exploitsdownload.com/exploit/na/cisco-ironport-cross-site-request-forgery-cross-site-scripting");
script_category(ACT_GATHER_INFO);
script_tag(name:"qod_type", value:"package");
script_copyright("Copyright (C) 2013 Greenbone AG");
script_family("CISCO");
script_dependencies("gb_cisco_csma_consolidation.nasl");
script_mandatory_keys("cisco_csm/detected");
exit(0);
}
include("host_details.inc");
include("version_func.inc");
if(!vers = get_app_version(cpe:CPE, nofork:TRUE))
exit(0);
if(version_is_less_equal(version:vers, test_version:"8.1.0")) {
report = report_fixed_ver(installed_version:vers, fixed_version:"See references");
security_message(port:0, 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
11 Sep 2025 00:00Current
6.3Medium risk
Vulners AI Score6.3
CVSS 26.8
EPSS0.00931