| Reporter | Title | Published | Views | Family All 10 |
|---|---|---|---|---|
| AVG Scanning Engine UPX Parsing Denial of Service Vulnerability | 18 Aug 200400:00 | – | nessus | |
| CVE-2009-1784 | 22 May 200920:00 | – | cve | |
| CVE-2009-1784 | 22 May 200920:00 | – | cvelist | |
| EUVD-2009-1779 | 7 Oct 202500:30 | – | euvd | |
| KLA10050 SB vulnerability in AVG | 22 May 200900:00 | – | kaspersky | |
| CVE-2009-1784 | 22 May 200920:30 | – | nvd | |
| AVG AntiVirus Engine Malware Detection Bypass Vulnerability - Windows | 29 May 200900:00 | – | openvas | |
| AVG AntiVirus Engine Malware Detection Bypass Vulnerability - Linux | 2 Jun 200900:00 | – | openvas | |
| AVG AntiVirus Engine Malware Detection Bypass Vulnerability (Linux) | 2 Jun 200900:00 | – | openvas | |
| Authentication flaw | 22 May 200920:30 | – | prion |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: secpod_avg_detection_bypass_vuln_win.nasl 5055 2017-01-20 14:08:39Z teissa $
#
# AVG AntiVirus Engine Malware Detection Bypass Vulnerability (Windows)
#
# Authors:
# Sujit Ghosal <[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 exploitation will let the attacker craft malwares in a crafted
archive file and spread it across the network to gain access to sensitive
information or cause damage to the remote system.
Impact Level: System";
tag_affected = "AVG Anti-Virus prior to 8.5.323
AVG File Server Edition prior to 8.5.323 on Windows";
tag_insight = "Error in the file parsing engine can be exploited to bypass the anti-virus
scanning functionality via a specially crafted ZIP or RAR file.";
tag_solution = "Upgrade to the AVG Anti-Virus Scanning Engine build 8.5.323
http://www.avg.com/download";
tag_summary = "This host is installed with AVG AntiVirus Product Suite for Windows
and is prone to Malware Detection Bypass Vulnerability.";
if(description)
{
script_id(900719);
script_version("$Revision: 5055 $");
script_tag(name:"last_modification", value:"$Date: 2017-01-20 15:08:39 +0100 (Fri, 20 Jan 2017) $");
script_tag(name:"creation_date", value:"2009-05-29 07:35:11 +0200 (Fri, 29 May 2009)");
script_tag(name:"cvss_base", value:"10.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
script_cve_id("CVE-2009-1784");
script_bugtraq_id(34895);
script_name("AVG AntiVirus Engine Malware Detection Bypass Vulnerability (Windows)");
script_xref(name : "URL" , value : "http://xforce.iss.net/xforce/xfdb/50426");
script_xref(name : "URL" , value : "http://blog.zoller.lu/2009/04/avg-zip-evasion-bypass.html");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2009 SecPod");
script_family("Remote file access");
script_dependencies("secpod_avg_detect_win.nasl");
script_require_keys("AVG/AV/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");
version = get_kb_item("AVG/AV/Win/Ver");
if(!version){
exit(0);
}
#Check for AntiVirus Products Suite version prior to 8.5.323
if(version_is_less(version:version, test_version:"8.5.323")){
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