Lucene search
K

Microsoft Windows Patterns & Practices EntLib DOS Vulnerability

🗓️ 29 Sep 2009 00:00:00Reported by Copyright (C) 2009 SecPodType 
openvas
 openvas
🔗 plugins.openvas.org👁 21 Views

Microsoft Windows Patterns & Practices EntLib DOS Vulnerability, prone to Denial of Service

Related
Refs
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2009-3275
21 Sep 200919:00
cve
Cvelist
CVE-2009-3275
21 Sep 200919:00
cvelist
EUVD
EUVD-2009-3258
7 Oct 202500:30
euvd
NVD
CVE-2009-3275
21 Sep 200919:30
nvd
OpenVAS
Microsoft Windows Patterns & Practices EntLib DOS Vulnerability
29 Sep 200900:00
openvas
Prion
Input validation
21 Sep 200919:30
prion
Veracode
Regular Expression Denial Of Service (ReDoS)
19 Jun 202317:47
veracode
###############################################################################
# OpenVAS Vulnerability Test
# $Id: secpod_ms_wpp_enterprise_library_re_dos_vuln.nasl 6532 2017-07-05 07:42:05Z cfischer $
#
# Microsoft Windows Patterns & Practices EntLib DOS Vulnerability
#
# Authors:
# Nikita MR <[email protected]>
#
# Copyright:
# Copyright (c) 2009 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 attack could allow attackers to crash application or CPU consumption
  and to cause denial of service.
  Impact Level: Application";
tag_affected = "Microsoft Windows Patterns & Practices Enterprise Library 3.1, 4.0 and 4.1";
tag_insight = "An error occurs in Blocks/Common/Src/Configuration/Manageability/Adm/
  AdmContentBuilder.cs while processing an input string composed of many '\' ie
  backslash characters followed by a double quote related to a certain regular
  expression.";
tag_solution = "Upgrade to Microsoft Windows Patterns & Practices Enterprise Library 5.0
  or later. For updates refer to http://www.codeplex.com/entlib";
tag_summary = "This host has Microsoft Windows Patterns & Practices Enterprise
  Library installed and is prone to Denial of Service vulnerability.";

if(description)
{
  script_id(900957);
  script_version("$Revision: 6532 $");
  script_tag(name:"last_modification", value:"$Date: 2017-07-05 09:42:05 +0200 (Wed, 05 Jul 2017) $");
  script_tag(name:"creation_date", value:"2009-09-29 09:16:03 +0200 (Tue, 29 Sep 2009)");
  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_cve_id("CVE-2009-3275");
  script_name("Microsoft Windows Patterns & Practices EntLib DOS Vulnerability");
  script_xref(name : "URL" , value : "http://www.securityfocus.com/archive/1/506453/100/0/threaded");
  script_xref(name : "URL" , value : "http://www.checkmarx.com/Upload/Documents/PDF/Checkmarx_OWASP_IL_2009_ReDoS.pdf");

  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2009 SecPod");
  script_family("Denial of Service");
  script_dependencies("secpod_ms_wpp_enterprise_library_detect.nasl");
  script_mandatory_keys("MS/WPP/EntLib/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");

entlibVer = get_kb_item("MS/WPP/EntLib/Ver");
if(isnull(entlibVer)){
  exit(0);
}

# Grep for the version 3.1, 4.0 and 4.1
if(version_is_equal(version:entlibVer, test_version:"3.1.0.0") ||
   version_is_equal(version:entlibVer, test_version:"4.0.0.0") ||
   version_is_equal(version:entlibVer, test_version:"4.1.0.0")){
  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