ID CVE-2006-0525 Type cve Reporter NVD Modified 2018-10-19T11:45:12
Description
Multiple Adobe products, including (1) Photoshop CS2, (2) Illustrator CS2, and (3) Adobe Help Center, install a large number of .EXE and .DLL files with write-access permission for the Everyone group, which allows local users to gain privileges via Trojan horse programs.
{"osvdb": [{"lastseen": "2017-04-28T13:20:19", "bulletinFamily": "software", "description": "## Vulnerability Description\nAdobe Photoshop, Adobe Illustrator, Adobe Creative Suite Standard and Adobe Creative Suite Premium contain a flaw that may allow a malicious user to access files with unauthorised privileges. The issue is present because the files are installed with insecure file permissions. This may result in a loss of confidentiality and/or integrity.\n## Solution Description\nCurrently, there are no known workarounds or upgrades to correct this issue. However, the vendor has released patches to address this vulnerability in the affected software.\n## Short Description\nAdobe Photoshop, Adobe Illustrator, Adobe Creative Suite Standard and Adobe Creative Suite Premium contain a flaw that may allow a malicious user to access files with unauthorised privileges. The issue is present because the files are installed with insecure file permissions. This may result in a loss of confidentiality and/or integrity.\n## References:\n[Vendor Specific Advisory URL](http://www.adobe.com/support/techdocs/332644.html)\nSecurity Tracker: 1015579\nSecurity Tracker: 1015577\nSecurity Tracker: 1015578\n[Secunia Advisory ID:18698](https://secuniaresearch.flexerasoftware.com/advisories/18698/)\nKeyword: APSB06-01\nFrSIRT Advisory: ADV-2006-0431\n[CVE-2006-0525](https://vulners.com/cve/CVE-2006-0525)\nBugtraq ID: 16451\n", "modified": "2006-02-03T03:48:26", "published": "2006-02-03T03:48:26", "href": "https://vulners.com/osvdb/OSVDB:22908", "id": "OSVDB:22908", "type": "osvdb", "title": "Adobe Multiple Product Permission Weakness Privilege Escalation", "cvss": {"score": 4.6, "vector": "AV:LOCAL/AC:LOW/Au:NONE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}}], "openvas": [{"lastseen": "2018-10-26T14:35:10", "bulletinFamily": "scanner", "description": "The host is installed with Adobe Illustrator\n and is prone to a privilege escalation vulnerability.", "modified": "2018-10-26T00:00:00", "published": "2018-07-12T00:00:00", "id": "OPENVAS:1361412562310813498", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310813498", "title": "Adobe Illustrator Privilege Escalation Vulnerability-Windows (332644)", "type": "openvas", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n# $Id: gb_adobe_illustrator_priv_esc_vuln_win.nasl 12116 2018-10-26 10:01:35Z mmartin $\n#\n# Adobe Illustrator Privilege Escalation Vulnerability-Windows (332644)\n#\n# Authors:\n# Shakeel <bshakeel@secpod.com>\n#\n# Copyright:\n# Copyright (C) 2018 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\nCPE = \"cpe:/a:adobe:illustrator\";\n\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.813498\");\n script_version(\"$Revision: 12116 $\");\n script_cve_id(\"CVE-2006-0525\");\n script_tag(name:\"cvss_base\", value:\"4.6\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:L/AC:L/Au:N/C:P/I:P/A:P\");\n script_tag(name:\"last_modification\", value:\"$Date: 2018-10-26 12:01:35 +0200 (Fri, 26 Oct 2018) $\");\n script_tag(name:\"creation_date\", value:\"2018-07-12 17:32:37 +0530 (Thu, 12 Jul 2018)\");\n script_tag(name:\"qod\", value:\"30\"); #solution is a patch\n script_name(\"Adobe Illustrator Privilege Escalation Vulnerability-Windows (332644)\");\n\n script_tag(name:\"summary\", value:\"The host is installed with Adobe Illustrator\n and is prone to a privilege escalation vulnerability.\");\n\n script_tag(name:\"vuldetect\", value:\"Checks if a vulnerable version is present on the target host.\");\n\n script_tag(name:\"insight\", value:\"The flaw exists due to error in application\n which installs a large number of '.EXE' and '.DLL' files with write-access\n permission for the Everyone group.\");\n\n script_tag(name:\"impact\", value:\"Successful exploitation will allow local\n users to gain elevated privilege.\");\n\n script_tag(name:\"affected\", value:\"Adobe Illustrator CS2 on Windows.\");\n\n script_tag(name:\"solution\", value:\"Apply patch from vendor. For updates\n refer to Reference links.\");\n\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n\n script_xref(name:\"URL\", value:\"http://www.adobe.com/support/downloads/detail.jsp?ftpID=3308\");\n script_xref(name:\"URL\", value:\"http://www.adobe.com/support/downloads/detail.jsp?ftpID=3307\");\n\n script_copyright(\"Copyright (C) 2018 Greenbone Networks GmbH\");\n script_category(ACT_GATHER_INFO);\n script_family(\"General\");\n script_dependencies(\"gb_adobe_illustrator_detect_win.nasl\");\n script_mandatory_keys(\"Adobe/Illustrator/Win/Ver\");\n exit(0);\n}\n\ninclude(\"host_details.inc\");\ninclude(\"version_func.inc\");\n\ninfos = get_app_version_and_location( cpe:CPE, exit_no_version:TRUE );\nadobeVer = infos['version'];\nadobePath = infos['location'];\n\nif(adobeVer =~ \"^12\\.\")\n{\n report = report_fixed_ver(installed_version:adobeVer, fixed_version:\"Apply Patch\", install_path:adobePath);\n security_message(data: report);\n exit(0);\n}\nexit(0);\n", "cvss": {"score": 4.6, "vector": "AV:LOCAL/AC:LOW/Au:NONE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}}, {"lastseen": "2018-10-26T14:35:14", "bulletinFamily": "scanner", "description": "The host is installed with Adobe Illustrator\n and is prone to a privilege escalation vulnerability.", "modified": "2018-10-26T00:00:00", "published": "2018-07-12T00:00:00", "id": "OPENVAS:1361412562310813499", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310813499", "title": "Adobe Illustrator Privilege Escalation Vulnerability-Mac OS X (332644)", "type": "openvas", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n# $Id: gb_adobe_illustrator_priv_esc_vuln_macosx.nasl 12116 2018-10-26 10:01:35Z mmartin $\n#\n# Adobe Illustrator Privilege Escalation Vulnerability-Mac OS X (332644)\n#\n# Authors:\n# Shakeel <bshakeel@secpod.com>\n#\n# Copyright:\n# Copyright (C) 2018 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\nCPE = \"cpe:/a:adobe:illustrator\";\n\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.813499\");\n script_version(\"$Revision: 12116 $\");\n script_cve_id(\"CVE-2006-0525\");\n script_tag(name:\"cvss_base\", value:\"4.6\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:L/AC:L/Au:N/C:P/I:P/A:P\");\n script_tag(name:\"last_modification\", value:\"$Date: 2018-10-26 12:01:35 +0200 (Fri, 26 Oct 2018) $\");\n script_tag(name:\"creation_date\", value:\"2018-07-12 17:09:24 +0530 (Thu, 12 Jul 2018)\");\n script_tag(name:\"qod\", value:\"30\"); #solution is a patch\n script_name(\"Adobe Illustrator Privilege Escalation Vulnerability-Mac OS X (332644)\");\n\n script_tag(name:\"summary\", value:\"The host is installed with Adobe Illustrator\n and is prone to a privilege escalation vulnerability.\");\n\n script_tag(name:\"vuldetect\", value:\"Checks if a vulnerable version is present on the target host.\");\n\n script_tag(name:\"insight\", value:\"The flaw exists due to error in application\n which installs a large number of '.EXE' and '.DLL' files with write-access\n permission for the Everyone group.\");\n\n script_tag(name:\"impact\", value:\"Successful exploitation will allow local\n users to gain elevated privilege.\");\n\n script_tag(name:\"affected\", value:\"Adobe Illustrator CS2 on Mac OS X.\");\n\n script_tag(name:\"solution\", value:\"Apply patch from vendor. For updates\n refer to Reference links.\");\n\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n\n script_xref(name:\"URL\", value:\"http://www.adobe.com/support/downloads/detail.jsp?ftpID=3308\");\n script_xref(name:\"URL\", value:\"http://www.adobe.com/support/downloads/detail.jsp?ftpID=3307\");\n\n script_copyright(\"Copyright (C) 2018 Greenbone Networks GmbH\");\n script_category(ACT_GATHER_INFO);\n script_family(\"General\");\n script_dependencies(\"gb_adobe_illustrator_detect_macosx.nasl\");\n script_mandatory_keys(\"Adobe/Illustrator/MacOSX/Version\");\n exit(0);\n}\n\ninclude(\"host_details.inc\");\ninclude(\"version_func.inc\");\n\ninfos = get_app_version_and_location( cpe:CPE, exit_no_version:TRUE );\nadobeVer = infos['version'];\nadobePath = infos['location'];\n\nif(adobeVer =~ \"^12\\.\")\n{\n report = report_fixed_ver(installed_version:adobeVer, fixed_version:\"Apply Patch\", install_path:adobePath);\n security_message(data: report);\n exit(0);\n}\nexit(0);\n", "cvss": {"score": 4.6, "vector": "AV:LOCAL/AC:LOW/Au:NONE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}}]}