| Reporter | Title | Published | Views | Family All 7 |
|---|---|---|---|---|
| CVE-2007-3969 | 25 Jul 200717:00 | – | cve | |
| CVE-2007-3969 | 25 Jul 200717:00 | – | cvelist | |
| EUVD-2007-3953 | 7 Oct 202500:30 | – | euvd | |
| CVE-2007-3969 | 25 Jul 200717:30 | – | nvd | |
| Panda Antivirus Buffer Overflow | 8 Jul 201000:00 | – | openvas | |
| Panda Antivirus EXE File Parsing Overflow | 25 Jul 200700:00 | – | nessus | |
| Buffer overflow | 25 Jul 200717:30 | – | prion |
| Source | Link |
|---|---|
| secunia | www.secunia.com/advisories/26171 |
| securityfocus | www.securityfocus.com/archive/1/archive/1/474247/100/0/threaded |
###################################################################
# OpenVAS Vulnerability Test
#
# Panda Antivirus Buffer Overflow
#
# LSS-NVT-2010-041
#
# Developed by LSS Security Team <http://security.lss.hr>
#
# Copyright (C) 2010 LSS <http://www.lss.hr>
#
# 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, see
# <http://www.gnu.org/licenses/>.
###################################################################
tag_solution = "The vulnerability was reported on May 07 2007
and an update has been issued on July 20 2007
to solve this vulnerability through the regular update mechanism.";
tag_summary = "Buffer overflow in Panda Antivirus before 20-07-2007
allows remote attackers to execute arbitrary code
via a crafted EXE file, resulting from an Integer Cast Around.";
if(description)
{
script_id(102052);
script_version("$Revision: 8217 $");
script_tag(name:"last_modification", value:"$Date: 2017-12-21 14:24:55 +0100 (Thu, 21 Dec 2017) $");
script_tag(name:"creation_date", value:"2010-07-08 10:59:30 +0200 (Thu, 08 Jul 2010)");
script_cve_id("CVE-2007-3969");
script_bugtraq_id(24989);
script_name("Panda Antivirus Buffer Overflow");
script_xref(name : "URL" , value : "http://www.securityfocus.com/archive/1/archive/1/474247/100/0/threaded");
script_xref(name : "URL" , value : "http://secunia.com/advisories/26171");
script_tag(name:"qod_type", value:"registry");
script_tag(name:"cvss_base", value:"9.3");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:C/I:C/A:C");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2010 LSS");
script_family("Buffer overflow");
script_dependencies("panda_av_update_detect.nasl");
script_mandatory_keys("Panda/AntiVirus/LastUpdate");
script_tag(name : "solution" , value : tag_solution);
script_tag(name : "summary" , value : tag_summary);
exit(0);
}
include ("version_func.inc"); #version checking library
vuln = 0; #if vulnerable, vuln = 1
vuln_update = "20-07-2007";
#software not updated after this date is vulnerable
if (!last_update = get_kb_item("Panda/AntiVirus/LastUpdate")) exit(0);
#This part of code converts the dates in a format that
#is checkable using the version_func.inc constructs
last_update = ereg_replace(pattern:"^(.*)-(.*)-(.*)$",
replace:"\3.\2.\1",
string:last_update);
vuln_update = ereg_replace(pattern:"^(.*)-(.*)-(.*)$",
replace:"\3.\2.\1",
string:vuln_update);
vuln = version_is_less(version: last_update,
test_version:vuln_update);
if(vuln)
{
security_message(0);
exit(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