| Reporter | Title | Published | Views | Family All 82 |
|---|---|---|---|---|
| Security bulletin: Potential security vulnerabilities in IBM DataQuant with JRE 6 | 25 Sep 202223:13 | – | ibm | |
| Security Bulletin: Multiple Vulnerabilities in Rational Synergy | 22 Dec 202017:41 | – | ibm | |
| Potential security vulnerabilities with JavaTM SDKs | 17 Jun 201814:07 | – | ibm | |
| CVE-2012-0551 vulnerabilities | 3 May 201218:55 | – | cgr | |
| Oracle GlassFish Enterprise Server Multiple Reflected XSS Vulnerabilities (CVE-2012-0551) | 21 Aug 201200:00 | – | checkpoint_advisories | |
| Oracle GlassFish Enterprise Server Multiple Stored XSS Vulnerabilities (CVE-2012-0551) | 4 Sep 201200:00 | – | checkpoint_advisories | |
| Oracle GlassFish Enterprise Server REST Interface Cross Site Request Forgery (CVE-2012-0550) | 14 Oct 201200:00 | – | checkpoint_advisories | |
| CVE-2012-0550 | 3 May 201218:17 | – | cve | |
| CVE-2012-0551 | 3 May 201218:17 | – | cve | |
| CVE-2012-0550 | 3 May 201218:17 | – | cvelist |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_oracle_glassfish_server_mult_vuln.nasl 5956 2017-04-14 09:02:12Z teissa $
#
# Oracle GlassFish Server Multiple XSS and CSRF Vulnerabilities
#
# Authors:
# Sooraj KS <[email protected]>
#
# Copyright:
# Copyright (c) 2012 Greenbone Networks GmbH, http://www.greenbone.net
#
# 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_solution = "Apply the patch from below link,
http://www.oracle.com/technetwork/topics/security/cpuapr2012-366314.html
*****
NOTE: Ignore this warning, if above mentioned patch is manually applied.
*****";
tag_impact = "Successful exploitation will allow remote attackers to insert arbitrary HTML
and script code, which will be executed in a user's browser session in the
context of an affected site.
Impact Level: Application";
tag_affected = "Oracle GlassFish Server version 3.1.1";
tag_insight = "Multiple flaws are due to
- Input passed via multiple parameters to various scripts is not properly
sanitised before being returned to the user. This can be exploited to
execute arbitrary HTML and script code in a user's browser session in
context of an affected site.
- The application allows users to perform certain actions via HTTP requests
without performing proper validity checks to verify the requests.";
tag_summary = "This host is running Oracle GlassFish Server and is prone to
multiple vulnerabilities.";
if(description)
{
script_id(802624);
script_version("$Revision: 5956 $");
script_bugtraq_id(53118, 53136);
script_cve_id("CVE-2012-0550", "CVE-2012-0551");
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:"$Date: 2017-04-14 11:02:12 +0200 (Fri, 14 Apr 2017) $");
script_tag(name:"creation_date", value:"2012-05-07 16:16:16 +0530 (Mon, 07 May 2012)");
script_name("Oracle GlassFish Server Multiple XSS and CSRF Vulnerabilities");
script_xref(name : "URL" , value : "http://secunia.com/advisories/48798");
script_xref(name : "URL" , value : "http://securitytracker.com/id/1026941");
script_xref(name : "URL" , value : "http://www.exploit-db.com/exploits/18764");
script_xref(name : "URL" , value : "http://www.oracle.com/technetwork/topics/security/cpuapr2012-366314.html");
script_xref(name : "URL" , value : "http://www.security-assessment.com/files/documents/advisory/Oracle_GlassFish_Server_REST_CSRF.pdf");
script_xref(name : "URL" , value : "http://www.security-assessment.com/files/documents/advisory/Oracle_GlassFish_Server_Multiple_XSS.pdf");
script_tag(name:"qod_type", value:"remote_banner");
script_category(ACT_GATHER_INFO);
script_copyright("This script is Copyright (C) 2012 Greenbone Networks GmbH");
script_family("Web Servers");
script_dependencies("GlassFish_detect.nasl");
script_require_keys("GlassFish/installed");
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 : "summary" , value : tag_summary);
script_tag(name : "solution" , value : tag_solution);
exit(0);
}
include("http_func.inc");
include("version_func.inc");
## Variable Initialization
port = 0;
ver = NULL;
## Get HTTP Port
port = get_http_port(default:8080);
if(!port){
exit(0);
}
## Get Version from KB
if(ver = get_kb_item(string( "www/", port, "/GlassFish")))
{
## Check for Oracle GlassFish Server version 3.1.1
if(version_is_equal(version: ver, test_version: "3.1.1")){
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