Revive Adserver Multiple Vulnerabilities
🗓️ 02 Feb 2017 00:00:00Reported by Copyright (C) 2017 Greenbone AGType
openvas🔗 plugins.openvas.org👁 31 Views
| Reporter | Title | Published | Views | Family All 6 |
|---|---|---|---|---|
| Revive Adserver REVIVE-SA-2017-001 generic RCE attack vulnerability | 10 Feb 201700:00 | – | cnvd | |
| CVE-2017-5830 | 3 Mar 201715:00 | – | cve | |
| CVE-2017-5830 | 3 Mar 201715:00 | – | cvelist | |
| EUVD-2017-14907 | 7 Oct 202500:30 | – | euvd | |
| CVE-2017-5830 | 3 Mar 201715:59 | – | nvd | |
| Design/Logic Flaw | 3 Mar 201715:59 | – | prion |
| Source | Link |
|---|---|
| revive-adserver | www.revive-adserver.com/security/revive-sa-2017-001/ |
# SPDX-FileCopyrightText: 2017 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:revive:adserver";
if (description)
{
script_oid("1.3.6.1.4.1.25623.1.0.106559");
script_version("2025-09-05T15:40:40+0000");
script_tag(name:"last_modification", value:"2025-09-05 15:40:40 +0000 (Fri, 05 Sep 2025)");
script_tag(name:"creation_date", value:"2017-02-02 13:44:37 +0700 (Thu, 02 Feb 2017)");
script_tag(name:"cvss_base", value:"7.5");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
script_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2019-10-03 00:03:00 +0000 (Thu, 03 Oct 2019)");
script_cve_id("CVE-2017-5830", "CVE-2017-5831", "CVE-2017-5832", "CVE-2017-5833");
script_tag(name:"qod_type", value:"remote_banner");
script_tag(name:"solution_type", value:"VendorFix");
script_name("Revive Adserver Multiple Vulnerabilities");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2017 Greenbone AG");
script_family("Web application abuses");
script_dependencies("gb_revive_adserver_detect.nasl");
script_mandatory_keys("ReviveAdserver/Installed");
script_tag(name:"summary", value:"Revive Adserver is prone to multiple vulnerabilities.");
script_tag(name:"insight", value:"Revive Adserver is prone to multiple vulnerabilities:
- Revive Adserver does unserializing untrusted data submitted via cookies in the delivery scripts. An attacker
could use such vector to either perform generic RCE attacks (e.g. when a vulnerable PHP version is being used) or,
potentially, application-specific attacks.
- Revive Adserver isn't properly invalidating the current session when setting a new password via the forgot
password mechanism. This could allow attackers having access to the session ID to keep the authenticated session
alive.
- Revive Adserver is vulnerable to a persistent XSS attack: an authenticated user could set their own email
address to a specifically crafted string which is then displayed without proper escaping in the context of other
users (e.g. the administrator user), giving them an opportunity to steal a session with elevated privileges.
- Revive Adserver is vulnerable to a reflected XSS attack: several of the parameters used in the invocation code
generation for interstitial zones aren't properly escaped when displayed.");
script_tag(name:"impact", value:"A remote attacker may gain complete control.");
script_tag(name:"affected", value:"Revive Adserver version 4.0.0 and prior.");
script_tag(name:"solution", value:"Upgrade to version 4.0.1 or later");
script_xref(name:"URL", value:"https://www.revive-adserver.com/security/revive-sa-2017-001/");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
exit(0);
}
include("host_details.inc");
include("version_func.inc");
if (!port = get_app_port(cpe: CPE))
exit(0);
if (!version = get_app_version(cpe: CPE, port: port))
exit(0);
if (version_is_less(version: version, test_version: "4.0.1")) {
report = report_fixed_ver(installed_version: version, fixed_version: "4.0.1");
security_message(port: port, data: report);
exit(0);
}
exit(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
05 Sep 2025 00:00Current
6.9Medium risk
Vulners AI Score6.9
CVSS 27.5
CVSS 39.8
EPSS0.03296