| Reporter | Title | Published | Views | Family All 29 |
|---|---|---|---|---|
| CVE-2011-2516 | 11 Jul 201120:00 | – | cve | |
| CVE-2011-2516 | 11 Jul 201120:00 | – | cvelist | |
| [BSA-041] Security Update for xml-security-c | 6 Aug 201104:33 | – | debian | |
| [SECURITY] [DSA 2277-1] xml-security-c security update | 10 Jul 201116:22 | – | debian | |
| CVE-2011-2516 | 11 Jul 201120:00 | – | debiancve | |
| Debian DSA-2277-1 : xml-security-c - stack-based buffer overflow | 12 Jul 201100:00 | – | nessus | |
| Fedora 15 : xml-security-c-1.5.1-5.fc15 (2011-9494) | 1 Aug 201100:00 | – | nessus | |
| Fedora 14 : xml-security-c-1.5.1-4.fc14 (2011-9501) | 1 Aug 201100:00 | – | nessus | |
| EUVD-2011-2501 | 7 Oct 202500:30 | – | euvd | |
| [SECURITY] Fedora 14 Update: xml-security-c-1.5.1-4.fc14 | 31 Jul 201103:43 | – | fedora |
| Source | Link |
|---|---|
| secunia | www.secunia.com/advisories/45191 |
| xforce | www.xforce.iss.net/xforce/xfdb/68420 |
| shibboleth | www.shibboleth.internet2.edu/secadv/secadv_20110706.txt |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_shibboleth_xml_dos_vuln_win.nasl 7015 2017-08-28 11:51:24Z teissa $
#
# Shibboleth XML Security Signature Key Parsing Denial of Service Vulnerability (Windows)
#
# Authors:
# Sooraj KS <[email protected]>
#
# Copyright:
# Copyright (c) 2011 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 could allow remote attackers to cause the application
to crash, resulting in denial-of-service conditions.
Impact Level: Application";
tag_affected = "Shibboleth versions prior to 2.4.3";
tag_insight = "The flaw is due to off-by-one error in the XML signature feature in
Apache XML Security, allows remote attackers to cause a denial of service
via a signature using a large RSA key, which triggers a buffer overflow.";
tag_solution = "Upgrade to Shibboleth version 2.4.3 or later,
For updates refer to http://shibboleth.internet2.edu/downloads.html";
tag_summary = "This host is installed with Shibboleth and is prone to denial of
service vulnerability.";
if(description)
{
script_id(802223);
script_version("$Revision: 7015 $");
script_tag(name:"last_modification", value:"$Date: 2017-08-28 13:51:24 +0200 (Mon, 28 Aug 2017) $");
script_tag(name:"creation_date", value:"2011-07-15 12:23:42 +0200 (Fri, 15 Jul 2011)");
script_cve_id("CVE-2011-2516");
script_bugtraq_id(48611);
script_tag(name:"cvss_base", value:"5.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:N/A:P");
script_name("Shibboleth XML Security Signature Key Parsing Denial of Service Vulnerability (Windows)");
script_xref(name : "URL" , value : "http://secunia.com/advisories/45191");
script_xref(name : "URL" , value : "http://xforce.iss.net/xforce/xfdb/68420");
script_xref(name : "URL" , value : "http://shibboleth.internet2.edu/secadv/secadv_20110706.txt");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (c) 2011 Greenbone Networks GmbH");
script_family("Denial of Service");
script_dependencies("gb_shibboleth_sp_detect_win.nasl");
script_require_keys("Shibboleth/SP/Win/Ver");
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_tag(name:"qod_type", value:"registry");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include("version_func.inc");
## Get version from KB
version = get_kb_item("Shibboleth/SP/Win/Ver");
if(version)
{
## Check for Shibboleth version before 2.4.3
if(version_is_less(version:version, test_version:"2.4.3")){
security_message(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