| Reporter | Title | Published | Views | Family All 7 |
|---|---|---|---|---|
| CVE-2011-3690 | 27 Sep 201119:00 | – | cve | |
| CVE-2011-3690 | 27 Sep 201119:00 | – | cvelist | |
| EUVD-2011-3649 | 7 Oct 202500:30 | – | euvd | |
| CVE-2011-3690 | 27 Sep 201119:55 | – | nvd | |
| PlotSoft PDFill PDF Editor Untrusted Search Path Vulnerability | 14 Oct 201100:00 | – | openvas | |
| Design/Logic Flaw | 27 Sep 201119:55 | – | prion | |
| CVE-2011-3690 | 22 May 202500:36 | – | redhatcve |
| Source | Link |
|---|---|
| security-database | www.security-database.com/detail.php |
| olex | www.olex.openlogic.com/wazi/2011/pdfill-pdf-editor-8-0-medium/ |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_plotsoft_pdfill_pdf_editor_untrusted_search_path_vuln.nasl 7006 2017-08-25 11:51:20Z teissa $
#
# PlotSoft PDFill PDF Editor Untrusted Search Path Vulnerability
#
# Authors:
# Madhuri D <[email protected]>
#
# Copyright:
# Copyright (c) 2011 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 local users to gain privileges
via a Trojan horse mfc70enu.dll or mfc80loc.dll in the current working directory.
Impact Level: Application";
tag_affected = "PlotSoft PDFill PDF Editor version 8.0";
tag_insight = "The flaw is due to untrusted search path vulnerability, which
allows local users to gain privileges.";
tag_solution = "Upgrade to version 9.0 or later,
For updates refer to http://www.pdfill.com/download.html";
tag_summary = "This host is installed with PlotSoft PDFill PDF Editor and is
prone to untrusted search path vulnerability.";
if(description)
{
script_id(802177);
script_version("$Revision: 7006 $");
script_tag(name:"last_modification", value:"$Date: 2017-08-25 13:51:20 +0200 (Fri, 25 Aug 2017) $");
script_tag(name:"creation_date", value:"2011-10-14 14:22:41 +0200 (Fri, 14 Oct 2011)");
script_cve_id("CVE-2011-3690");
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_name("PlotSoft PDFill PDF Editor Untrusted Search Path Vulnerability");
script_xref(name : "URL" , value : "http://www.security-database.com/detail.php?alert=CVE-2011-3690");
script_xref(name : "URL" , value : "http://olex.openlogic.com/wazi/2011/pdfill-pdf-editor-8-0-medium/");
script_tag(name:"qod_type", value:"registry");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (c) 2011 Greenbone Networks GmbH");
script_family("General");
script_dependencies("gb_plotsoft_pdfill_pdf_editor_detect.nasl");
script_require_keys("PlotSoft/PDFill/PDF/Editor/Ver");
script_tag(name : "insight" , value : tag_insight);
script_tag(name : "solution" , value : tag_solution);
script_tag(name : "summary" , value : tag_summary);
script_tag(name : "impact" , value : tag_impact);
script_tag(name : "affected" , value : tag_affected);
exit(0);
}
include("version_func.inc");
## Get the version from KB
pdfVer = get_kb_item("PlotSoft/PDFill/PDF/Editor/Ver");
if(!pdfVer){
exit(0);
}
## Check for PlotSoft PDFill PDF Editor version
if(version_is_equal(version:pdfVer, test_version:"8.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