Lucene search
K

Blender .blend File Command Execution Vulnerability

🗓️ 20 Nov 2009 00:00:00Reported by Copyright (C) 2008 SecPodType 
openvas
 openvas
🔗 plugins.openvas.org👁 30 Views

Blender .blend File Command Execution Vulnerability descriptio

Related
Refs
Code
ReporterTitlePublishedViews
Family
0day.today
Blender 2.34, 2.35a, 2.4, 2.49b .blend File Command Injection
5 Nov 200900:00
zdt
Circl
CVE-2009-3850
5 Nov 200900:00
circl
Core Security
Blender .blend Project Arbitrary Command Execution
5 Nov 200900:00
coresecurity
CVE
CVE-2009-3850
6 Nov 200915:00
cve
Cvelist
CVE-2009-3850
6 Nov 200915:00
cvelist
Debian CVE
CVE-2009-3850
6 Nov 200915:00
debiancve
Exploit DB
Blender 2.34/2.35a/2.4/2.49b - '.blend' Command Injection
5 Nov 200900:00
exploitdb
EUVD
EUVD-2009-3821
7 Oct 202500:30
euvd
exploitpack
Blender 2.342.35a2.42.49b - .blend Command Injection
5 Nov 200900:00
exploitpack
Fedora
[SECURITY] Fedora 14 Update: blender-2.49b-14.fc14
12 Jul 201122:02
fedora
Rows per page
###############################################################################
# OpenVAS Vulnerability Test
# $Id: secpod_blender_cmd_exec_lin.nasl 5660 2017-03-21 11:29:28Z cfi $
#
# Blender .blend File Command Execution Vulnerability
#
# Authors:
# Maneesh KB <[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 allow attackers to execute arbitrary
commands by sending a specially crafted .blend file that contains Python
statements in the onLoad action of a ScriptLink SDNA.

Impact Level: Application";

tag_affected = "Blender 2.49b, 2.40, 2.35a, 2.34 and prior.";

tag_insight = "This flaw is generated because Blender allows .blend project
files to be modified to execute arbitrary commands without user intervention
by design.";

tag_solution = "No solution or patch was made available for at least one year
since disclosure of this vulnerability. Likely none will be provided anymore.
General solution options are to upgrade to a newer release, disable respective
features, remove the product or replace the product by another one.";

tag_summary = "This host is installed with blender and is prone to Remote
Command Execution Vulnerability.";

if(description)
{
  script_id(900252);
  script_version("$Revision: 5660 $");
  script_tag(name:"last_modification", value:"$Date: 2017-03-21 12:29:28 +0100 (Tue, 21 Mar 2017) $");
  script_tag(name:"creation_date", value:"2009-11-20 06:52:52 +0100 (Fri, 20 Nov 2009)");
  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_cve_id("CVE-2009-3850");
  script_bugtraq_id(36838);
  script_name("Blender .blend File Command Execution Vulnerability");
  script_xref(name : "URL" , value : "http://www.coresecurity.com/content/blender-scripting-injection");

  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2008 SecPod");
  script_family("General");
  script_dependencies("secpod_blender_detect_lin.nasl");
  script_require_keys("Blender/Lin/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:"solution_type", value:"WillNotFix");
  script_tag(name:"qod_type", value:"executable_version");
  exit(0);
}


include("version_func.inc");

blendVer = get_kb_item("Blender/Lin/Ver");
if(!blendVer){
  exit(0);
}

#Check if version is equal to 2.49b(2.49.2), 2.40, 2.35a(2.35.1), 2.34 or prior
if(version_is_equal(version:blendVer, test_version:"2.49.2")||
   version_is_equal(version:blendVer, test_version:"2.40")  ||
   version_is_equal(version:blendVer, test_version:"2.35.1")||
   version_is_less_equal(version:blendVer, test_version:"2.34")){
  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