| Reporter | Title | Published | Views | Family All 9 |
|---|---|---|---|---|
| CVE-2024-45510 | 20 Nov 202420:05 | – | circl | |
| Zimbra Collaboration Suite 安全漏洞 | 20 Nov 202400:00 | – | cnnvd | |
| CVE-2024-45510 | 20 Nov 202400:00 | – | cve | |
| CVE-2024-45510 | 20 Nov 202400:00 | – | cvelist | |
| Vulnerabilities fixed in Zimbra | 10 Oct 202412:50 | – | ncsc | |
| CVE-2024-45510 | 20 Nov 202420:15 | – | nvd | |
| PT-2024-31671 · Zimbra · Zimbra Collaboration +2 | 23 Sep 202400:00 | – | ptsecurity | |
| CVE-2024-45510 | 23 May 202508:08 | – | redhatcve | |
| CVE-2024-45510 | 20 Nov 202400:00 | – | vulnrichment |
#%NASL_MIN_LEVEL 80900
##
# (C) Tenable, Inc.
##
include('compat.inc');
if (description)
{
script_id(211698);
script_version("1.4");
script_set_attribute(attribute:"plugin_modification_date", value:"2025/06/12");
script_cve_id("CVE-2024-45510");
script_xref(name:"IAVA", value:"2024-A-0764-S");
script_name(english:"Zimbra Collaboration Server 9.0.0 < 9.0.0 Patch 41, 10.0 < 10.0.9, 10.1.0 < 10.1.1 XSS");
script_set_attribute(attribute:"synopsis", value:
"The remote web server contains a web application that is affected by a cross-site scripting.");
script_set_attribute(attribute:"description", value:
"An issue was discovered in Zimbra Collaboration (ZCS) through 10.0. Zimbra Webmail (Modern UI) is vulnerable to a
stored Cross-Site Scripting (XSS) attack due to improper sanitization of user input. This allows an attacker to inject
malicious code into specific fields of an e-mail message. When the victim adds the attacker to their contacts, the
malicious code is stored and executed when viewing the contact list. This can lead to unauthorized actions such as
arbitrary mail sending, mailbox exfiltration, profile picture alteration, and other malicious actions. Proper
sanitization and escaping of input fields are necessary to mitigate this vulnerability.
Note that Nessus has not tested for this issue but has instead relied only on the application's self-reported version
number.");
script_set_attribute(attribute:"see_also", value:"https://wiki.zimbra.com/wiki/Zimbra_Releases/9.0.0/P41");
script_set_attribute(attribute:"see_also", value:"https://wiki.zimbra.com/wiki/Zimbra_Releases/10.0.9");
script_set_attribute(attribute:"see_also", value:"https://wiki.zimbra.com/wiki/Zimbra_Releases/10.1.1");
script_set_attribute(attribute:"see_also", value:"https://wiki.zimbra.com/wiki/Security_Center");
script_set_attribute(attribute:"see_also", value:"https://wiki.zimbra.com/wiki/Zimbra_Security_Advisories");
script_set_attribute(attribute:"solution", value:
"Upgrade to version 9.0.0 Patch 41, 10.0.9, 10.1.1 or later.");
script_set_attribute(attribute:"agent", value:"unix");
script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:N");
script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N");
script_set_cvss3_temporal_vector("CVSS:3.0/E:U/RL:O/RC:C");
script_set_attribute(attribute:"cvss_score_source", value:"CVE-2024-45510");
script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
script_set_attribute(attribute:"exploit_available", value:"false");
script_set_attribute(attribute:"vuln_publication_date", value:"2024/11/20");
script_set_attribute(attribute:"patch_publication_date", value:"2024/09/04");
script_set_attribute(attribute:"plugin_publication_date", value:"2024/11/21");
script_set_attribute(attribute:"plugin_type", value:"combined");
script_set_attribute(attribute:"cpe", value:"cpe:/a:zimbra:collaboration_suite");
script_set_attribute(attribute:"stig_severity", value:"I");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"CGI abuses");
script_copyright(english:"This script is Copyright (C) 2024-2025 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_dependencies("zimbra_web_detect.nbin", "zimbra_nix_installed.nbin");
script_require_keys("installed_sw/zimbra_zcs");
exit(0);
}
include('vcf.inc');
include('vcf_extras.inc');
var app_info = vcf::zimbra::combined_get_app_info();
var constraints = [
{'min_version':'9.0', 'max_version':'9.0.0', 'fixed_display':'9.0.0 Patch 41', 'Patch':'41'},
{'min_version':'10.0', 'fixed_version':'10.0.9',},
{'min_version':'10.1', 'fixed_version':'10.1.1'}
];
vcf::zimbra::check_version_and_report(
app_info:app_info,
constraints:constraints,
severity:SECURITY_WARNING,
flags:{'xss':TRUE}
);
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