| Reporter | Title | Published | Views | Family All 28 |
|---|---|---|---|---|
| Adobe Photoshop < CS5 / CS5.1 Multiple Arbitrary Code Execution Vulnerabilities (APSB12-11) | 17 May 201200:00 | – | nessus | |
| Adobe Photoshop CS6 Multiple Buffer Overflow Vulnerabilities (APSB12-20) | 4 Sep 201200:00 | – | nessus | |
| Adobe Photoshop CS6 for Mac Multiple RCE Vulnerabilities (APSB12-20) (Mac OS X) | 21 Sep 201200:00 | – | nessus | |
| CVE-2012-4170 | 1 Sep 201200:00 | – | circl | |
| Adobe Photoshop PNG Image Processing Buffer Overflow (APSB12-20; CVE-2012-4170) | 16 Dec 201200:00 | – | checkpoint_advisories | |
| Adobe Photoshop PNG Image Processing Buffer Overflow - Improved Performance (CVE-2012-4170) | 14 Apr 201300:00 | – | checkpoint_advisories | |
| Adobe Photoshop PNG Image Processing Buffer Overflow - Improved Performance (CVE-2012-4170) | 8 Apr 201300:00 | – | checkpoint_advisories | |
| CVE-2012-0275 | 4 Sep 201210:00 | – | cve | |
| CVE-2012-4170 | 31 Aug 201214:00 | – | cve | |
| CVE-2012-0275 | 4 Sep 201210:00 | – | cvelist |
| Source | Link |
|---|---|
| secunia | www.secunia.com/advisories/49141 |
| adobe | www.adobe.com/support/security/bulletins/apsb12-20.html |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_adobe_photoshop_png_image_file_bof_vuln_macosx.nasl 5931 2017-04-11 09:02:04Z teissa $
#
# Adobe Photoshop PNG Image Processing Buffer Overflow Vulnerabilities (Mac OS X)
#
# Authors:
# Rachana Shetty <[email protected]>
#
# Copyright:
# Copyright (c) 2012 Greenbone Networks GmbH, http://www.greenbone.net
#
# 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 code.
Impact Level: System/Application";
tag_affected = "Adobe Photoshop version prior to CS6 (13.0) on Mac OS X";
tag_insight = "- A boundary error in the 'Standard MultiPlugin.8BF' module fails to
process a Portable Network Graphics (PNG) image, which allows attacker to
cause a buffer overflow via a specially crafted 'tRNS' chunk size.
- Improper validation in Photoshop.exe when decompressing
SGI24LogLum-compressed TIFF images.";
tag_solution = "Upgrade to Adobe Photoshop version CS6 (13.0.1) or later,
For updates refer to http://www.adobe.com/downloads/";
tag_summary = "This host is installed with Adobe Photoshop and is prone to buffer
overflow vulnerabilities.";
if(description)
{
script_id(803026);
script_version("$Revision: 5931 $");
script_cve_id("CVE-2012-4170", "CVE-2012-0275");
script_bugtraq_id(55333, 55372);
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_tag(name:"last_modification", value:"$Date: 2017-04-11 11:02:04 +0200 (Tue, 11 Apr 2017) $");
script_tag(name:"creation_date", value:"2012-09-03 18:23:45 +0530 (Mon, 03 Sep 2012)");
script_name("Adobe Photoshop PNG Image Processing Buffer Overflow Vulnerabilities (Mac OS X)");
script_xref(name : "URL" , value : "http://secunia.com/advisories/49141");
script_xref(name : "URL" , value : "http://www.adobe.com/support/security/bulletins/apsb12-20.html");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2012 Greenbone Networks GmbH");
script_family("Buffer overflow");
script_dependencies("gb_adobe_photoshop_detect_macosx.nasl");
script_require_keys("Adobe/Photoshop/MacOSX/Version");
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:"package");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include("version_func.inc");
## Variable Initialization
photoVer = "";
photoVer = get_kb_item("Adobe/Photoshop/MacOSX/Version");
if(!photoVer){
exit(0);
}
photoVer = eregmatch(pattern:"([0-9.]+)", string:photoVer);
if(photoVer[0])
{
## Check for Adobe Photoshop versions with patch
## Adobe Photoshop CS6(13.0)
if(version_is_equal(version:photoVer[0], test_version:"13.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