| Reporter | Title | Published | Views | Family All 48 |
|---|---|---|---|---|
| CVE-2010-2795 | 5 Aug 201018:00 | – | cve | |
| CVE-2010-2796 | 5 Aug 201018:00 | – | cve | |
| CVE-2010-2795 | 5 Aug 201018:00 | – | cvelist | |
| CVE-2010-2796 | 5 Aug 201018:00 | – | cvelist | |
| [SECURITY] [DSA 2172-1] moodle security update | 22 Feb 201121:45 | – | debian | |
| Debian DSA-2172-1 : moodle - several vulnerabilities | 23 Feb 201100:00 | – | nessus | |
| Fedora 12 : php-pear-CAS-1.1.2-1.fc12 (2010-12247) | 31 Aug 201000:00 | – | nessus | |
| Fedora 13 : php-pear-CAS-1.1.2-1.fc13 (2010-12258) | 31 Aug 201000:00 | – | nessus | |
| Fedora 14 : php-pear-CAS-1.1.2-1.fc14 (2010-12320) | 2 Sep 201000:00 | – | nessus | |
| Fedora 13 : moodle-1.9.9-2.fc13 (2010-13250) | 23 Aug 201000:00 | – | nessus |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_phpcas_session_hijack_n_xss_vuln.nasl 7823 2017-11-20 08:54:04Z cfischer $
#
# phpCAS Session Hijacking and Cross-Site Scripting Vulnerabilities
#
# Authors:
# Madhuri D <[email protected]>
#
# Copyright:
# Copyright (c) 2010 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_impact = "Successful exploitation will allow remote attackers to execute arbitrary HTML
and script code in a user's browser session in the context of an affected
site and to hijack another user's account and gain the victims privileges.
Impact Level: Application.";
tag_affected = "phpCAS version prior to 1.1.2";
tag_insight = "The flaw exists due to:
- improper validation of service tickets prior to assigning the new session.
This can be exploited to hijack another user's session by guessing valid
service tickets.
- improper validation of the callback URL.";
tag_solution = "Upgrade to phpCAS version 1.1.2 or later,
For updates refer to https://wiki.jasig.org/display/CASC/phpCAS";
tag_summary = "This host is installed with phpCAS and is prone to session
hijacking and cross-site scripting vulnerabilities.";
if(description)
{
script_id(801428);
script_version("$Revision: 7823 $");
script_tag(name:"last_modification", value:"$Date: 2017-11-20 09:54:04 +0100 (Mon, 20 Nov 2017) $");
script_tag(name:"creation_date", value:"2010-08-19 10:23:11 +0200 (Thu, 19 Aug 2010)");
script_tag(name:"cvss_base", value:"4.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:S/C:N/I:P/A:N");
script_cve_id("CVE-2010-2795", "CVE-2010-2796");
script_bugtraq_id(42162,42160);
script_name("phpCAS Session Hijacking and Cross-Site Scripting Vulnerabilities");
script_xref(name : "URL" , value : "http://secunia.com/advisories/40845");
script_xref(name : "URL" , value : "http://xforce.iss.net/xforce/xfdb/60894");
script_xref(name : "URL" , value : "http://xforce.iss.net/xforce/xfdb/60895");
script_xref(name : "URL" , value : "https://issues.jasig.org/browse/PHPCAS-61");
script_tag(name:"qod_type", value:"executable_version");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2010 Greenbone Networks GmbH");
script_family("General");
script_dependencies("gather-package-list.nasl");
script_mandatory_keys("login/SSH/success");
script_exclude_keys("ssh/no_linux_shell");
script_tag(name : "insight" , value : tag_insight);
script_tag(name : "solution" , value : tag_solution);
script_tag(name : "summary" , value : tag_summary);
script_tag(name : "impact" , value : tag_impact);
script_tag(name : "affected" , value : tag_affected);
exit(0);
}
include("ssh_func.inc");
include("version_func.inc");
sock = ssh_login_or_reuse_connection();
if(!sock){
exit(0);
}
paths = find_file(file_name:"CAS.php",file_path:"/usr/share/pear/",
useregex:TRUE, regexpar:"$", sock:sock);
foreach binName (paths)
{
## Grep the version
casVer = get_bin_version(full_prog_name:"cat", version_argv:binName,
ver_pattern:"PHPCAS_VERSION'.? '([0-9.]+)",
sock:sock);
if(casVer[1] != NULL)
{
## Check phpCAS version < 1.1.2
if(version_is_less(version:casVer[1], test_version:"1.1.2"))
{
security_message(0);
close(sock);
exit(0);
}
}
}
close(sock);
ssh_close_connection();
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