Lucene search
+L

McAfee Products Security Bypass Vulnerability (SB10001) - Windows

🗓️ 26 May 2009 00:00:00Reported by Copyright (C) 2009 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 20 Views

McAfee Products Security Bypass Vulnerability (SB10001) affects Window

Related
Refs
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2009-1348
30 Apr 200920:00
cve
cvelist
Cvelist
CVE-2009-1348
30 Apr 200920:00
cvelist
euvd
EUVD
EUVD-2009-1346
7 Oct 202500:30
euvd
nessus
Tenable Nessus
McAfee Antivirus ZIP / RAR Scan Evasion
1 May 200900:00
nessus
nvd
NVD
CVE-2009-1348
30 Apr 200920:30
nvd
openvas
OpenVAS
McAfee Products Security Bypass Vulnerability (SB10001) - Linux
26 May 200900:00
openvas
openvas
OpenVAS
McAfee Products Security Bypass Vulnerability (Linux)
26 May 200900:00
openvas
openvas
OpenVAS
McAfee Products Security Bypass Vulnerability (Windows)
26 May 200900:00
openvas
prion
Prion
Authentication flaw
30 Apr 200920:30
prion
# SPDX-FileCopyrightText: 2009 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.900656");
  script_version("2025-03-05T05:38:52+0000");
  script_tag(name:"last_modification", value:"2025-03-05 05:38:52 +0000 (Wed, 05 Mar 2025)");
  script_tag(name:"creation_date", value:"2009-05-26 15:05:11 +0200 (Tue, 26 May 2009)");
  script_tag(name:"cvss_base", value:"7.6");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:H/Au:N/C:C/I:C/A:C");
  script_cve_id("CVE-2009-1348");
  script_name("McAfee Products Security Bypass Vulnerability (SB10001) - Windows");
  script_xref(name:"URL", value:"http://secunia.com/advisories/34949");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/34780");
  script_xref(name:"URL", value:"http://blog.zoller.lu/2009/04/case-for-av-bypassesevasions.html");
  script_xref(name:"URL", value:"http://blog.zoller.lu/2009/04/mcafee-multiple-bypassesevasions-ziprar.html");
  script_xref(name:"URL", value:"https://kc.mcafee.com/corporate/index?page=content&id=SB10001&actp=LIST_RECENT");
  script_xref(name:"URL", value:"http://www.mcafee.com/apps/downloads/security_updates/dat.asp");

  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2009 Greenbone AG");
  script_family("General");
  script_dependencies("smb_reg_service_pack.nasl");
  script_mandatory_keys("SMB/WindowsVersion");
  script_require_ports(139, 445);

  script_tag(name:"impact", value:"Successful exploitation will allow attackers to bypass the anti-virus
  scanning and distribute files containing malicious code that the antivirus
  application will fail to detect.");

  script_tag(name:"affected", value:"McAfee VirusScan

  McAfee Email Gateyway

  McAfee Total Protection

  McAfee Active VirusScan

  McAfee Internet Security

  McAfee Security for Email Servers

  McAfee Security for Microsoft Sharepoint

  McAfee SecurityShield for Microsoft ISA Server

  McAfee software that uses DAT files prior to 5600 on Windows");

  script_tag(name:"insight", value:"Error in AV Engine fails to handle specially crafted packets via,

  - an invalid Headflags and Packsize fields in a malformed RAR archive.

  - an invalid Filelength field in a malformed ZIP archive.");

  script_tag(name:"solution", value:"Updates are available through DAT files 5600 or later.");

  script_tag(name:"summary", value:"McAfee products are prone to a security bypass vulnerability.");

  script_tag(name:"qod_type", value:"registry");
  script_tag(name:"solution_type", value:"VendorFix");

  exit(0);
}


include("smb_nt.inc");
include("version_func.inc");

if(!get_kb_item("SMB/WindowsVersion")){
  exit(0);
}

datName = registry_get_sz(key:"SOFTWARE\McAfee\AVEngine", item:"DAT");
if("McAfee" >< datName)
{
  datVer = registry_get_dword(key:"SOFTWARE\McAfee\AVEngine",
                              item:"AVDatVersion");
  datVer = eregmatch(pattern:"([0-9]+)", string:datVer);
  if(datVer[1] != NULL)
  {
    if(version_is_less(version:datVer[1], test_version:"5600")){
      report = report_fixed_ver(installed_version:datVer[1], fixed_version:"5600");
      security_message(port: 0, data: report);
    }
  }
}

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

05 Mar 2025 00:00Current
6.5Medium risk
Vulners AI Score6.5
CVSS 27.6
EPSS0.02835
20