Atmail Multiple Unspecified Security Vulnerabilities.
🗓️ 14 Jan 2014 00:00:00Reported by Copyright (C) 2014 Greenbone AGType
openvas🔗 plugins.openvas.org👁 21 Views
| Reporter | Title | Published | Views | Family All 21 |
|---|---|---|---|---|
| Atmail Webmail 6.x < 6.6.4 / 7.x < 7.1.2 Multiple Vulnerabilities | 18 Apr 201400:00 | – | nessus | |
| CVE-2013-5031 | 12 Jan 201415:00 | – | cve | |
| CVE-2013-5032 | 12 Jan 201415:00 | – | cve | |
| CVE-2013-5033 | 12 Jan 201415:00 | – | cve | |
| CVE-2013-5034 | 12 Jan 201415:00 | – | cve | |
| CVE-2013-5031 | 12 Jan 201415:00 | – | cvelist | |
| CVE-2013-5032 | 12 Jan 201415:00 | – | cvelist | |
| CVE-2013-5033 | 12 Jan 201415:00 | – | cvelist | |
| CVE-2013-5034 | 12 Jan 201415:00 | – | cvelist | |
| EUVD-2013-4873 | 7 Oct 202500:30 | – | euvd |
10
| Source | Link |
|---|---|
| securityfocus | www.securityfocus.com/bid/64797 |
| securityfocus | www.securityfocus.com/bid/64789 |
| securityfocus | www.securityfocus.com/bid/64798 |
| securityfocus | www.securityfocus.com/bid/64796 |
| blog | www.blog.atmail.com/2013/atmail-7-1-2-security-hotfix/ |
# SPDX-FileCopyrightText: 2014 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:atmail:atmail";
if (description)
{
script_oid("1.3.6.1.4.1.25623.1.0.103881");
script_cve_id("CVE-2013-5034", "CVE-2013-5033", "CVE-2013-5032", "CVE-2013-5031");
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_version("2024-03-04T14:37:58+0000");
script_name("Atmail Multiple Unspecified Security Vulnerabilities.");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/64798");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/64797");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/64796");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/64789");
script_xref(name:"URL", value:"http://blog.atmail.com/2013/atmail-7-1-2-security-hotfix/");
script_tag(name:"last_modification", value:"2024-03-04 14:37:58 +0000 (Mon, 04 Mar 2024)");
script_tag(name:"creation_date", value:"2014-01-14 12:23:14 +0100 (Tue, 14 Jan 2014)");
script_category(ACT_GATHER_INFO);
script_tag(name:"qod_type", value:"remote_banner");
script_family("Web application abuses");
script_copyright("Copyright (C) 2014 Greenbone AG");
script_dependencies("atmail_detect.nasl");
script_mandatory_keys("Atmail/installed");
script_tag(name:"impact", value:"Impact and attack vectors are unknown.");
script_tag(name:"vuldetect", value:"Check the installed version.");
script_tag(name:"insight", value:"Atmail is prone to multiple unspecified security vulnerabilities.");
script_tag(name:"solution", value:"Updates are available.");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"summary", value:"Atmail is prone to multiple security vulnerabilities.");
script_tag(name:"affected", value:"Versions prior to Atmail 6.6.4 and 7.1.2 are vulnerable.");
exit(0);
}
include("host_details.inc");
include("version_func.inc");
if(!port = get_app_port(cpe:CPE))
exit(0);
if(!vers = get_app_version(cpe:CPE, port:port))
exit(0);
if(vers =~ "^6\.")
check_version = "6.6.4";
if(vers =~ "^7\.")
check_version = "7.1.2";
if(check_version) {
if(version_is_less(version: vers, test_version: check_version)) {
report = report_fixed_ver(installed_version:vers, fixed_version:check_version);
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
04 Mar 2024 00:00Current
6.5Medium risk
Vulners AI Score6.5
CVSS 210
EPSS0.01669