OP5 Monitor <= 7.1.9 RCE Vulnerability
🗓️ 07 Nov 2016 00:00:00Reported by Copyright (C) 2016 Greenbone AGType
openvas🔗 plugins.openvas.org👁 15 Views
| Reporter | Title | Published | Views | Family All 11 |
|---|---|---|---|---|
| CVE-2025-34115 | 15 Jul 202513:04 | – | attackerkb | |
| CVE-2025-34115 | 29 May 201815:50 | – | circl | |
| ITRS Group OP5 Monitor 安全漏洞 | 15 Jul 202500:00 | – | cnnvd | |
| CVE-2025-34115 | 15 Jul 202513:04 | – | cve | |
| CVE-2025-34115 OP5 Monitor <= 7.1.9 Authenticated Command Execution via command_test.php | 15 Jul 202513:04 | – | cvelist | |
| EUVD-2025-21432 | 3 Oct 202520:07 | – | euvd | |
| op5 v7.1.9 Configuration Command Execution | 8 Apr 201600:00 | – | metasploit | |
| CVE-2025-34115 | 15 Jul 202513:15 | – | nvd | |
| PT-2025-29556 | 15 Jul 202500:00 | – | ptsecurity | |
| CVE-2025-34115 | 17 Jul 202513:57 | – | redhatcve |
10
# SPDX-FileCopyrightText: 2016 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:op5:monitor";
if (description)
{
script_oid("1.3.6.1.4.1.25623.1.0.106380");
script_version("2025-07-22T05:43:35+0000");
script_tag(name:"last_modification", value:"2025-07-22 05:43:35 +0000 (Tue, 22 Jul 2025)");
script_tag(name:"creation_date", value:"2016-11-07 12:46:37 +0700 (Mon, 07 Nov 2016)");
script_tag(name:"cvss_base", value:"9.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:S/C:C/I:C/A:C");
script_cve_id("CVE-2025-34115");
script_tag(name:"qod_type", value:"remote_banner");
script_tag(name:"solution_type", value:"VendorFix");
script_name("OP5 Monitor <= 7.1.9 RCE Vulnerability");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2016 Greenbone AG");
script_family("Web application abuses");
script_dependencies("gb_op5_http_detect.nasl");
script_mandatory_keys("op5/detected");
script_tag(name:"summary", value:"OP5 Monitor is prone to a remote command execution (RCE)
vulnerability.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"insight", value:"OP5 Monitor has a CSRF entry point that can be used to execute
arbitrary remote commands on op5 system sent via HTTP GET requests, allowing attackers to
completely takeover the affected host, to be victimized a user must be authenticated and visit a
malicious webpage or click an infected link.");
script_tag(name:"impact", value:"An authenticated attacker execute arbitrary commands.");
script_tag(name:"affected", value:"OP5 Monitor versions 7.1.9 and prior.");
script_tag(name:"solution", value:"Update to version 7.2.0 or later.");
script_xref(name:"URL", value:"https://www.exploit-db.com/exploits/39676/");
script_xref(name:"URL", value:"https://www.op5.com/blog/news/op5-monitor-7-2-0-release-notes/");
script_xref(name:"URL", value:"https://www.vulncheck.com/advisories/op5-monitor-authenticated-command-execution");
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: "7.2.0")) {
report = report_fixed_ver(installed_version: version, fixed_version: "7.2.0");
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
22 Jul 2025 00:00Current
7.6High risk
Vulners AI Score7.6
CVSS 48.7
EPSS0.03321
SSVC