nagios CVE Vulnerabilities & Metrics

Focus on nagios vulnerabilities and metrics.

Last updated: 26 Nov 2025, 23:25 UTC

About nagios Security Exposure

This page consolidates all known Common Vulnerabilities and Exposures (CVEs) associated with nagios. We track both calendar-based metrics (using fixed periods) and rolling metrics (using gliding windows) to give you a comprehensive view of security trends and risk evolution. Use these insights to assess risk and plan your patching strategy.

For a broader perspective on cybersecurity threats, explore the comprehensive list of CVEs by vendor and product. Stay updated on critical vulnerabilities affecting major software and hardware providers.

Global CVE Overview

Total nagios CVEs: 264
Earliest CVE date: 31 Dec 2002, 05:00 UTC
Latest CVE date: 17 Nov 2025, 18:15 UTC

Latest CVE reference: CVE-2025-34323

Rolling Stats

30-day Count (Rolling): 104
365-day Count (Rolling): 121

Calendar-based Variation

Calendar-based Variation compares a fixed calendar period (e.g., this month versus the same month last year), while Rolling Growth Rate uses a continuous window (e.g., last 30 days versus the previous 30 days) to capture trends independent of calendar boundaries.

Variations & Growth

Month Variation (Calendar): 2500.0%
Year Variation (Calendar): 1244.44%

Month Growth Rate (30-day Rolling): 2500.0%
Year Growth Rate (365-day Rolling): 1244.44%

Monthly CVE Trends (current vs previous Year)

Annual CVE Trends (Last 20 Years)

Critical nagios CVEs (CVSS ≥ 9) Over 20 Years

CVSS Stats

Average CVSS: 3.11

Max CVSS: 10.0

Critical CVEs (≥9): 22

CVSS Range vs. Count

Range Count
0.0-3.9 164
4.0-6.9 72
7.0-8.9 34
9.0-10.0 22

CVSS Distribution Chart

Top 5 Highest CVSS nagios CVEs

These are the five CVEs with the highest CVSS scores for nagios, sorted by severity first and recency.

All CVEs for nagios

CVE-2025-34323 nagios vulnerability CVSS: 0 17 Nov 2025, 18:15 UTC

Nagios Log Server versions prior to 2026R1.0.1 are vulnerable to local privilege escalation due to a combination of sudo misconfiguration and group-writable application directories. The 'www-data' user is a member of the 'nagios' group, which has write access to '/usr/local/nagioslogserver/scripts', while several scripts in this directory are owned by root and may be executed via sudo without a password. A local attacker running as 'www-data' can move one of these root-owned scripts to a backup name and create a replacement script with attacker-controlled content at the original path, then invoke it with sudo. This allows arbitrary commands to be executed with root privileges, providing full compromise of the underlying operating system.

CVE-2025-34322 nagios vulnerability CVSS: 0 17 Nov 2025, 18:15 UTC

Nagios Log Server versions prior to 2026R1.0.1 contain an authenticated command injection vulnerability in the experimental 'Natural Language Queries' feature. When this feature is configured, certain user-controlled settings—including model selection and connection parameters—are read from the global configuration and concatenated into a shell command that is executed via shell_exec() without proper input handling or command-line argument sanitation. An authenticated user with access to the 'Global Settings' page can supply crafted values in these fields to inject additional shell commands, resulting in arbitrary command execution as the 'www-data' user and compromise of the Log Server host.

CVE-2024-13998 nagios vulnerability CVSS: 0 03 Nov 2025, 22:16 UTC

Nagios XI versions prior to 2024R1.1.3, under certain circumstances, disclose sensitive user account information (including API keys and hashed passwords) to authenticated users who should not have access to that data. Exposure of API keys or password hashes could lead to account compromise, abuse of API privileges, or offline cracking attempts. CVE-2024-13995 addresses a similar vulnerability with a potentially incomplete fix for the underlying problem in earlier versions.

CVE-2024-13997 nagios vulnerability CVSS: 0 03 Nov 2025, 22:16 UTC

Nagios XI versions prior to 2024R1.1.3 contain a privilege escalation vulnerability in which an authenticated administrator could leverage the Migrate Server feature to obtain root privileges on the underlying XI host. By abusing the migration workflow, an admin-level attacker could execute actions outside the intended security scope of the application, resulting in full control of the operating system.

CVE-2021-47698 nagios vulnerability CVSS: 0 03 Nov 2025, 22:15 UTC

Nagios XI versions prior to 5.8.7 using embedded Nagios Core are vulnerable to cross-site scripting (XSS) via the Core UI’s Views URL handling (escape_string()). Insufficient validation or escaping of user-supplied input may allow an attacker to inject and execute arbitrary script in the context of a victim's browser.

CVE-2016-15054 nagios vulnerability CVSS: 0 03 Nov 2025, 22:15 UTC

Nagios XI versions prior to 5.4.0 are vulnerable to cross-site scripting (XSS) via the jQuery Migrate library. Insufficient validation or escaping of user-supplied input may allow an attacker to inject and execute arbitrary script in the context of a victim's browser.

CVE-2024-13992 nagios vulnerability CVSS: 0 31 Oct 2025, 13:15 UTC

Nagios XI versions prior to < 2024R1.1 is vulnerable to a cross-site scripting (XSS) when a user visits the "missing page" (404) page after following a link from another website. The vulnerable component, page-missing.php, fails to properly validate or escape user-supplied input, allowing an attacker to craft a malicious link that, when visited by a victim, executes arbitrary JavaScript in the victim’s browser within the Nagios XI domain.

CVE-2025-34298 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios Log Server versions prior to 2024R1.3.2 contain a privilege escalation vulnerability in the account email-change workflow. A user could set their own email to an invalid value and, due to insufficient validation and authorization checks tied to email identity state, trigger inconsistent account state that granted elevated privileges or bypassed intended access controls.

CVE-2025-34287 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 2024R2 contain an improperly owned script, process_perfdata.pl, which is executed periodically as the nagios user but owned by www-data. Because the file was writable by www-data, an attacker with web server privileges could modify its contents, leading to arbitrary code execution as the nagios user when the script is next run. This improper ownership and permission configuration enables local privilege escalation.

CVE-2025-34286 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 2026R1 contain a remote code execution vulnerability in the Core Config Manager (CCM) Run Check command. Insufficient validation/escaping of parameters used to build backend command lines allows an authenticated administrator to inject shell metacharacters that are executed on the server. Successful exploitation results in arbitrary command execution with the privileges of the Nagios XI web application user and can be leveraged to gain control of the underlying host operating system.

CVE-2025-34284 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 2024R2 contain a command injection vulnerability in the WinRM plugin. Insufficient validation of user-supplied parameters allows an authenticated administrator to inject shell metacharacters that are incorporated into backend command invocations. Successful exploitation enables arbitrary command execution with the privileges of the Nagios XI web application user and can be leveraged to modify configuration, exfiltrate data, disrupt monitoring operations, or execute commands on the underlying host operating system.

CVE-2025-34283 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 2024R1.4.2 revealed API keys to users who were not authorized for API access when using Neptune themes. An authenticated user without API privileges could view another user's or their own API key value.

CVE-2025-34280 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios Network Analyzer versions prior to 2024R2.0.1 contain a vulnerability in the LDAP certificate management functionality whereby the certificate removal operation fails to apply adequate input sanitation. An authenticated administrator can trigger command execution on the underlying host in the context of the web application service, resulting in remote code execution with the service's privileges.

CVE-2025-34278 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios Network Analyzer versions prior to 2024R1 contain a stored cross-site scripting (XSS) vulnerability in the Source Groups page (percentile calculator menu). An attacker can supply a malicious payload which is stored by the application and later rendered in the context of other users. When a victim views the affected page the injected script executes in the victim's browser context.

CVE-2025-34277 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios Log Server versions prior to 2024R1.3.1 contain a code injection vulnerability where malformed dashboard ID values are not properly validated before being forwarded to an internal API. An attacker able to supply crafted dashboard ID values can cause the system to execute attacker-controlled data, leading to arbitrary code execution in the context of the Log Server process.

CVE-2025-34274 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios Log Server versions prior to 2024R2.0.3 contain an execution with unnecessary privileges vulnerability as it runs its embedded Logstash process as the root user. If an attacker is able to compromise the Logstash process - for example by exploiting an insecure plugin, pipeline configuration injection, or a vulnerability in input parsing - the attacker could execute code with root privileges, resulting in full system compromise. The Logstash service has been altered to run as the lower-privileged 'nagios' user to reduce this risk associated with a network-facing service that can accept untrusted input or load third-party components.

CVE-2025-34273 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios Log Server versions prior to 2024R2.0.3 contain an incorrect authorization vulnerability that allows non-administrator users to delete global dashboards. The application did not correctly enforce authorization checks for the global dashboard deletion workflow, enabling lower-privileged users to remove dashboards that affect other users or the overall monitoring UI.

CVE-2025-34272 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

In Nagios Log Server versions prior to 2024R2.0.3, when a user's configured default dashboard is deleted, the application does not reliably fall back to an empty, default dashboard. In some implementations this can result in an unexpected dashboard being presented as the user's default view. Depending on the product's dashboard sharing and access policies, this behavior may cause information exposure or unexpected privilege exposure.

CVE-2025-34271 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios Log Server versions prior to 2024R2.0.2 contain a vulnerability in the cluster manager component when requesting sensitive credentials from peer nodes over an unencrypted channel even when SSL/TLS is enabled in the product configuration. As a result, an attacker positioned on the network path can intercept credentials in transit. Captured credentials could allow the attacker to authenticate as a cluster node or service account, enabling further unauthorized access, lateral movement, or system compromise.

CVE-2025-34270 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios Log Server versions prior to 2024R2.0.2 contain a vulnerability in the AD/LDAP user import functionality as it fails to obfuscate the password field during import. As a result, the plaintext password supplied for imported accounts may be exposed in the user interface, logs, or other diagnostic output. This can leak sensitive credentials to administrators or anyone with access to import results.

CVE-2025-34269 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios Fusion versions prior to R2.1 contain a vulnerability due to the application not requiring re-authentication or session rotation when a user has enabled two-factor authentication (2FA). As a result, an adversary who has obtained a valid session could continue using the active session after the target user enabled 2FA, potentially preventing the legitimate user from locking the attacker out and enabling persistent account takeover.

CVE-2025-34249 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios Fusion versions prior to 2024R2.1 contain a brute-force bypass in the Two-Factor Authentication (2FA) implementation. The application did not properly enforce rate limiting or account lockout for repeated failed 2FA verification attempts, allowing a remote attacker to repeatedly try second-factor codes for a targeted account. By abusing the lack of enforcement, an attacker could eventually successfully authenticate to accounts protected by 2FA.

CVE-2025-34135 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 2024R1.4.2 configure some systemd unit files with permission sets that were too permissive. In particular, the nagios.service unit had executable permissions that were not required. Overly permissive permissions on service unit files can broaden local attack surface by enabling unintended execution behaviors or facilitating abuse of service operations when combined with other weaknesses.

CVE-2025-34134 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 2024R1.4.2 contain a remote code execution vulnerability in the Business Process Intelligence (BPI) component. Insufficient validation and sanitization of administrator-controlled BPI configuration parameters (notably bpi_logfile and bpi_configfile) allow an authenticated administrative user to cause the product to create or overwrite files within the webroot and subsequently edit them via the BPI configuration editor. When such files carry executable extensions and are served by the web application, arbitrary code may be executed in the context of the web application user. Successful exploitation results in arbitrary command execution with the privileges of the Nagios XI web application user and can be leveraged to gain further control of the underlying host operating system.

CVE-2024-58273 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios Log Server versions prior to 2024R1.0.2 contain a local privilege escalation vulnerability that allows an attacker who could execute commands as the Apache web user (or the backend shell user) to escalate to root on the host.

CVE-2024-58272 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios Log Server versions prior to 2024R1 contain a stored cross-site scripting (XSS) vulnerability where an attacker-supplied username containing JavaScript is stored and later rendered without proper encoding/escaping in admin or user-facing pages. When an authenticated victim loads the affected page, the browser executes the injected script in the victim's context.

CVE-2024-14009 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 2024R1.0.1 contain a privilege escalation vulnerability in the System Profile component. The System Profile feature is an administrative diagnostic/configuration capability. Due to improper access controls and unsafe handling of exported/imported profile data and operations, an authenticated administrator could exploit this vulnerability to execute actions on the underlying XI host outside the application's security scope. Successful exploitation may allow an administrator to obtain root privileges on the XI server.

CVE-2024-14008 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 2024R1.3.2 contain a remote command execution vulnerability in the WinRM Configuration Wizard. Insufficient validation of user-supplied input allows an authenticated administrator to inject shell metacharacters that are incorporated into backend command invocations. Successful exploitation enables arbitrary command execution with the privileges of the Nagios XI web application user.

CVE-2024-14006 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 2024R1.2.2 contain a host header injection vulnerability. The application trusts the user-supplied HTTP Host header when constructing absolute URLs without sufficient validation. An unauthenticated, remote attacker can supply a crafted Host header to poison generated links or responses, which may facilitate phishing of credentials, account recovery link hijacking, and web cache poisoning.

CVE-2024-14005 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 2024R1.2 contain a command injection vulnerability in the Docker Wizard. Insufficient validation of user-supplied input in the wizard allows an authenticated administrator to inject shell metacharacters that are incorporated into backend command invocations. Successful exploitation enables arbitrary command execution with the privileges of the Nagios XI web application user.

CVE-2024-14004 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 2024R1.2 contain a privilege escalation vulnerability related to NagVis configuration handling (nagvis.conf). An authenticated user could manipulate NagVis configuration data or leverage insufficiently validated configuration settings to obtain elevated privileges on the Nagios XI system.

CVE-2024-14003 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 2024R1.2 are vulnerable to remote code execution (RCE) through its NRDP (Nagios Remote Data Processor) server plugins. Insufficient validation of inbound NRDP request parameters allows crafted input to reach command execution paths, enabling attackers to execute arbitrary commands on the underlying host in the context of the web/Nagios service.

CVE-2024-14002 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 2024R1.1.4 contain a local file inclusion (LFI) vulnerability via its NagVis integration. An authenticated user can supply crafted path values that cause the server to include local files, potentially exposing sensitive information from the underlying host.

CVE-2024-14001 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 2024R1.1.3 are vulnerable to cross-site scripting (XSS) via the Executive Summary Report component. Insufficient validation or escaping of user-supplied input may allow an attacker to inject and execute arbitrary script in the context of a victim's browser.

CVE-2024-14000 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 2024R1.1.3 are vulnerable to cross-site scripting (XSS) via the Capacity Planning Report component. Insufficient validation or escaping of user-supplied input may allow an attacker to inject and execute arbitrary script in the context of a victim's browser.

CVE-2024-13999 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 2024R1.1.3, under certain circumstances, disclose the server's Active Directory (AD) or LDAP authentication token to an authenticated user. Exposure of the server’s AD/LDAP token could allow domain-wide authentication misuse, escalation of privileges, or further compromise of network-integrated systems.

CVE-2024-13996 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 2024R1.1.3 did not invalidate all other active sessions for a user when that user's password was changed. As a result, any pre-existing sessions (including those potentially controlled by an attacker) remained valid after a credential update. This insufficient session expiration could allow continued unauthorized access to user data and actions even after a password change.

CVE-2024-13995 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 2024R1.1.2 may (confirmed in 2024R1.1 and 2024R1.1.1) disclose sensitive user account information (including API keys and hashed passwords) to authenticated users who should not have access to that data. Exposure of API keys or password hashes could lead to account compromise, abuse of API privileges, or offline cracking attempts.

CVE-2024-13994 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 2024R1.1.2 contain a missing authorization control when the 'Allow Insecure Logins' option is enabled. Under this configuration, any user can create valid login credentials for other users without proper authorization. This can lead to unauthorized account creation, privilege escalation, or full compromise of the Nagios XI web interface depending on the target account.

CVE-2024-13993 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to < 2024R1.1.2 are vulnerable to a reflected cross-site scripting (XSS) via the login page when accessed with older web browsers. Insufficient validation or escaping of user-supplied input reflected by the login page can allow an attacker to craft a malicious link that, when visited by a victim, executes arbitrary JavaScript in the victim’s browser within the Nagios XI origin. The issue is observable under legacy browser behaviors; modern browsers may mitigate some vectors.

CVE-2023-7323 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios Log Server versions prior to 2024R1 are vulnerable to cross-site scripting (XSS) via the Create User function. Insufficient validation or escaping of user-supplied input may allow an attacker to inject and execute arbitrary script in the context of a victim's browser.

CVE-2023-7322 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios Log Server versions prior to 2024R1 contain an incorrect authorization vulnerability. Users who lacked the required API permission were nevertheless able to invoke API endpoints, resulting in unintended access to data and actions exposed via the API. This incorrect authorization check could allow authenticated but non-privileged users to read or modify resources beyond their intended rights.

CVE-2023-7321 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios Log Server versions prior to 2.1.14 are vulnerable to cross-site scripting (XSS) via the Snapshots Page. Untrusted log content was not safely encoded for the output context, allowing attacker-controlled data present in logs to execute script in the victim’s browser within the application origin.

CVE-2023-7319 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios Network Analyzer versions prior to 2024R1 are vulnerable to cross-site scripting (XSS) via the Percentile Calculator menu. Insufficient validation or escaping of user-supplied input may allow an attacker to inject and execute arbitrary script in the context of a victim's browser.

CVE-2023-7318 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to < 2024R1.0.2 are vulnerable to cross-site scripting (XSS) via the Nagios Core Command Expansion page. Insufficient validation or escaping of user-supplied input may allow an attacker to inject and execute arbitrary script in the context of a victim's browser.

CVE-2023-7317 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 2024R1 contain a missing access control vulnerability via the Web SSH Terminal. A remote, low-privileged attacker could access or interact with the terminal interface without sufficient authorization, potentially allowing unauthorized command execution or disclosure of sensitive information.

CVE-2023-7316 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 2024R1 are vulnerable to cross-site scripting (XSS) via the Graph Explorer component. Insufficient validation or escaping of user-supplied input may allow an attacker to inject and execute arbitrary script in the context of a victim's browser.

CVE-2023-7315 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 5.11.3 are vulnerable to cross-site scripting (XSS) via the Graph Explorer component. Insufficient validation or escaping of user-supplied input may allow an attacker to inject and execute arbitrary script in the context of a victim's browser.

CVE-2023-7314 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 5.11.3 are vulnerable to cross-site scripting (XSS) via the Bandwidth Report component. Insufficient validation or escaping of user-supplied input may allow an attacker to inject and execute arbitrary script in the context of a victim's browser.

CVE-2023-7313 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 5.11.3 are vulnerable to cross-site scripting (XSS) via the Bulk Modifications tool. Insufficient validation or escaping of user-supplied input may allow an attacker to inject and execute arbitrary script in the context of a victim's browser.

CVE-2023-7312 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios Fusion versions prior to 4.2.0 contain a stored cross-site scripting (XSS) vulnerability when adding or configuring Email Settings. Unsanitized user input can be stored and later rendered in the administrative UI, causing JavaScript to execute in the browser of any user who views the affected page. An attacker who can add or modify SMTP/email settings or manipulate the sendmail configuration fields could persist a malicious payload that executes in the context of other users' browsers.

CVE-2023-53690 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios Fusion versions prior to 4.2.0 contain a stored cross-site scripting (XSS) vulnerability in the LDAP/AD authentication-server configuration. Unsanitized user input can be stored and later rendered in the administrative UI, causing JavaScript to execute in the browser of any user who views the affected page. An attacker who can add authentication servers via LDAP/AD integration could persist a malicious payload that executes in the context of other users' browsers.

CVE-2023-53689 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios Fusion versions prior to 4.2.0 contain a reflected cross-site scripting (XSS) vulnerability in the license key configuration flow that can result in execution of attacker-controlled script in the browser of a user who follows a crafted URL. While the application server itself is not directly corrupted by the reflected XSS, the resulting browser compromise can lead to credential/session theft and unauthorized administrative actions.

CVE-2023-53688 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 5.11.3 are vulnerable to cross-site scripting (XSS) and cross-site request forgery (CSRF) via the Hypermap Replay component. An attacker can submit crafted input that is not properly validated or escaped, allowing injection of malicious script that executes in the context of a victim's browser (XSS). Additionally, the component does not enforce sufficient anti-CSRF protections on state-changing operations, enabling an attacker to induce authenticated users to perform unwanted actions.

CVE-2022-50588 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 5.8.9 are vulnerable to cross-site scripting (XSS) in the update checking feature. Insufficient validation or escaping of user-supplied input may allow an attacker to inject and execute arbitrary script in the context of a victim's browser.

CVE-2022-50587 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 5.8.9 are vulnerable to cross-site scripting (XSS) via the Apply Configuration error text. Insufficient validation or escaping of user-supplied input may allow an attacker to inject and execute arbitrary script in the context of a victim's browser.

CVE-2022-50586 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 5.8.9 are vulnerable to cross-site scripting (XSS) in the BPI component via the info URL field. Insufficient validation or escaping of user-supplied input may allow an attacker to inject and execute arbitrary script in the context of a victim's browser.

CVE-2022-50585 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

The Core Config Manager (CCM) in Nagios XI versions prior to CCM 3.1.7 / Nagios XI 5.8.9 contains a cross-site scripting (XSS) vulnerability via the Audit Log page search input. Insufficient validation or escaping of user-supplied input may allow an attacker to inject and execute arbitrary script in the context of a victim's browser.

CVE-2022-50584 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

The Core Config Manager (CCM) in Nagios XI versions prior to CCM 3.1.6 / Nagios XI 5.8.8 contains a cross-site scripting (XSS) vulnerability via the search and deletion interfaces. Insufficient validation or escaping of user-supplied input may allow an attacker to inject and execute arbitrary script in the context of a victim's browser.

CVE-2021-47700 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 5.8.7 used a temporary directory for Highcharts exports with overly permissive ownership/permissions under the Apache user. Local or co-hosted processes could read/overwrite export artifacts or manipulate paths, risking disclosure or tampering and potential code execution depending on deployment.

CVE-2021-47699 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 5.8.7 are vulnerable to cross-site scripting (XSS) via the Audit Log page’s Send to NLS form. Insufficient validation or escaping of user-supplied input may allow an attacker to inject and execute arbitrary script in the context of a victim's browser.

CVE-2021-47697 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 5.8.0 are vulnerable to cross-site scripting (XSS) via the Views feature URL handling. Insufficient validation or escaping of user-supplied input may allow an attacker to inject and execute arbitrary script in the context of a victim's browser.

CVE-2021-47696 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 5.8.0 are vulnerable to cross-site scripting (XSS) via BPI config ID handling. Insufficient validation or escaping of user-supplied input may allow an attacker to inject and execute arbitrary script in the context of a victim's browser.

CVE-2021-47695 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 5.8.0 are vulnerable to stored cross-site scripting (XSS) via the My Tools page. Insufficient validation or escaping of user-supplied input may allow an attacker to inject and execute arbitrary script in the context of a victim's browser.

CVE-2021-47694 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

The Core Config Manager (CCM) in Nagios XI versions prior to CCM 3.1.4 / Nagios XI 5.8.6 contains a reflected cross-site scripting (XSS) vulnerability via the Test Command functionality. Insufficient validation or escaping of user-supplied input may allow an attacker to inject and execute arbitrary script in the context of a victim's browser.

CVE-2021-47693 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

The Core Config Manager (CCM) in Nagios XI versions prior to CCM 3.1.3 / Nagios XI 5.8.5 contains a SQL injection vulnerability in the search text handling. Unsanitized user-supplied input was incorporated into SQL queries used by configuration object editors, allowing authenticated users to inject SQL fragments. Successful exploitation could lead to unauthorized disclosure or modification of configuration and application data, and in some environments could allow further compromise of the application or backend database.

CVE-2021-47691 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

The Core Config Manager (CCM) in Nagios XI versions prior to CCM 3.1.1 / Nagios XI 5.8.2 contains multiple cross-site scripting (XSS) vulnerabilities via the Services page affecting the config_name and service_description fields. Insufficient validation or escaping of user-supplied input may allow an attacker to inject and execute arbitrary script in the context of a victim's browser.

CVE-2021-47690 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

The Core Config Manager (CCM) in Nagios XI versions prior to CCM 3.1.1 / Nagios XI 5.8.2 contains multiple cross-site scripting (XSS) vulnerabilities in Overlay modals. Insufficient validation or escaping of user-supplied input may allow an attacker to inject and execute arbitrary script in the context of a victim's browser.

CVE-2021-47689 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

The Core Config Manager (CCM) in Nagios XI versions prior to CCM 3.1.0 / Nagios XI 5.8.0 contais a cross-site scripting (XSS) vulnerability in the Templates pages, specifically in the UI logic that renders and handles the Active/Actions buttons. Insufficient validation or escaping of user-supplied input may allow an attacker to inject and execute arbitrary script in the context of a victim's browser.

CVE-2020-36869 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 5.7.5 contain a SQL injection vulnerability in the SNMP Trap Interface edit page. Exploitation requires an account with administrative privileges to access the affected interface. A user with administrative access could supply crafted input that is not properly sanitized, allowing SQL injection that may lead to unauthorized disclosure or modification of application data or execution of arbitrary SQL commands against the backend database.

CVE-2020-36868 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 5.7.3 contain a privilege escalation vulnerability in the getprofile.sh helper script. The script performed profile retrieval and initialization routines using insecure file/command handling and insufficient validation of attacker-controlled inputs, and in some deployments executed with elevated privileges. A local attacker with low-level access could exploit these weaknesses to cause the script to execute arbitrary commands or modify privileged files, resulting in privilege escalation.

CVE-2020-36867 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 5.7.3 contain a command injection vulnerability in the report PDF download/export functionality. User-supplied values used in the PDF generation pipeline or the wrapper that invokes offline/pdf helper utilities were insufficiently validated or improperly escaped, allowing an authenticated attacker who can trigger PDF exports to inject shell metacharacters or arguments.

CVE-2020-36866 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 5.7.3 are vulnerable to cross-site scripting (XSS) via the Manage Users page of the Admin interface. Insufficient validation or escaping of user-supplied input may allow an attacker to inject and execute arbitrary script in the context of a victim's browser.

CVE-2020-36865 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 5.7.2 are vulnerable to cross-site scripting (XSS) via the BPI (Business Process Intelligence) component’s Config Management and Edit Config page. Insufficient validation or escaping of user-supplied input may allow an attacker to inject and execute arbitrary script in the context of a victim's browser.

CVE-2020-36864 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 5.7.2 are vulnerable to cross-site scripting (XSS) via the background color settings in Dashboards. Insufficient validation or escaping of user-supplied input may allow an attacker to inject and execute arbitrary script in the context of a victim's browser.

CVE-2020-36863 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 5.7.2 allow PHP files to be uploaded to the Audio Import directory and executed from that location. The upload handler did not properly restrict file types or enforce storage outside of the webroot, and the web server permitted execution within the upload directory. An authenticated attacker with access to the audio import feature could upload a crafted PHP file and then request it to achieve remote code execution with the privileges of the application service.

CVE-2020-36862 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 5.6.11 contain unauthenticated vulnerabilities in the Highcharts local exporting tool. Crafted export requests could (1) inject script into exported/returned content due to insufficient output encoding (XSS), and (2) cause the server to fetch attacker-specified URLs (SSRF), potentially accessing internal network resources. An unauthenticated remote attacker can leverage these issues to execute script in a user's browser when the exported content is viewed and to disclose sensitive information reachable from the export server via SSRF.

CVE-2020-36861 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

The Core Config Manager (CCM) in Nagios XI versions prior to CCM 3.0.8 / Nagios XI 5.7.5 contains multiple cross-site scripting (XSS) vulnerabilities in the overlay UI elements and the Notification/Check Period pages. Insufficient validation or escaping of user-supplied input may allow an attacker to inject and execute arbitrary script in the context of a victim's browser.

CVE-2020-36860 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

The Core Config Manager (CCM) in Nagios XI versions prior to CCM 3.0.7 / Nagios XI 5.7.4 contains multiple cross-site scripting (XSS) vulnerabilities in the object edit pages. Insufficient validation or escaping of user-supplied input may allow an attacker to inject and execute arbitrary script in the context of a victim's browser.

CVE-2020-36859 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

The Core Config Manager (CCM) in Nagios XI versions prior to CCM 3.0.7 / Nagios XI 5.7.4 contains multiple SQL injection vulnerabilities in the object edit pages. Unsanitized user-supplied input was incorporated into SQL queries used by configuration object editors, allowing authenticated users to inject SQL fragments. Successful exploitation could lead to unauthorized disclosure or modification of configuration and application data, and in some environments could allow further compromise of the application or backend database.

CVE-2020-36858 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios Log Server versions prior to 2.1.6 contain cross-site scripting (XSS) vulnerabilities via the web interface on the Create User, Edit User, and Manage Host Lists pages. Insufficient validation or escaping of user-supplied input may allow an attacker to inject and execute arbitrary script in the context of a victim's browser.

CVE-2020-36857 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 5.6.14 contain a post-authentication SQL injection vulnerability in the SNMP Trap Interface page. Exploitation requires an account with administrative privileges to access the affected interface. A user with administrative access could supply crafted input that is not properly sanitized, allowing SQL injection that may lead to unauthorized disclosure or modification of application data or execution of arbitrary SQL commands against the backend database.

CVE-2020-36856 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 5.6.14 contain an authenticated remote command execution vulnerability in the CCM command_test.php script. Insufficient validation of the `address` parameter allows an authenticated user with access to the Core Config Manager to inject shell metacharacters that are incorporated into backend command invocations. Successful exploitation enables arbitrary command execution with the privileges of the Nagios XI web application user and may be leveraged to execute commands on the underlying XI host, modify system configuration, or fully compromise the host.

CVE-2018-25123 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 5.5.7 contain a privilege escalation vulnerability in the MRTG graphing component. MRTG-related processes/scripts executed with excessive privileges, allowing a local attacker with limited system access to abuse file/command execution paths or writable resources to gain elevated privileges.

CVE-2018-25122 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 5.4.13 contain a remote code execution vulnerability in the Component Download page. The download/import handler used unsafe command construction with attacker-controlled input and lacked sufficient validation and output encoding, allowing an authenticated user to inject commands or otherwise execute arbitrary code with the privileges of the application service.

CVE-2018-25121 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 5.4.13 are vulnerable to cross-site scripting (XSS) via the Views page of the web interface. Insufficient validation or escaping of user-supplied input may allow an attacker to inject and execute arbitrary script in the context of a victim's browser.

CVE-2018-25119 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios Fusion versions prior to 4.1.5 are vulnerable to cross-site scripting (XSS) via the "fusionwindow" parameter. Insufficient validation or escaping of user-supplied input may allow an attacker to inject and execute arbitrary script in the context of a victim's browser.

CVE-2017-20209 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios Fusion versions prior to 4.0.1 are vulnerable to cross-site scripting (XSS) via the Users and Servers pages. Insufficient validation or escaping of user-supplied input may allow an attacker to inject and execute arbitrary script in the context of a victim's browser.

CVE-2016-15053 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 5.2.4 are vulnerable to cross-site scripting (XSS) via the “My Reports” listing of the web interface. Insufficient validation or escaping of user-supplied input may allow an attacker to inject and execute arbitrary script in the context of a victim's browser.

CVE-2016-15052 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 5.2.4 are vulnerable to cross-site scripting (XSS) via the Menu System of the web interface. Insufficient validation or escaping of user-supplied input may allow an attacker to inject and execute arbitrary script in the context of a victim's browser.

CVE-2016-15051 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 5.2.4 are vulnerable to cross-site scripting (XSS) via the Reports interface through values from the startdate and enddate fields. Insufficient validation or escaping of user-supplied input may allow an attacker to inject and execute arbitrary script in the context of a victim's browser.

CVE-2016-15050 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 5.2.4 contain a SQL injection vulnerability in the notification search functionality. User-supplied search parameters were incorporated into SQL statements without adequate parameterization or sanitation, allowing an authenticated user to manipulate database queries. Successful exploitation could disclose or modify notification data and, in some cases, impact the application database more broadly.

CVE-2016-15049 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios Log Server versions prior to 1.4.2 are vulnerable to cross-site scripting (XSS) in the Dashboards section when rendering log entries in the Logs table. Untrusted log content was not safely encoded for the output context, allowing attacker-controlled data present in logs to execute script in the victim’s browser within the application origin.

CVE-2013-10074 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 2012R2.6 are vulnerable to cross-site scripting (XSS) via the Tools Menu of the web interface. Insufficient validation or escaping of user-supplied input may allow an attacker to inject and execute arbitrary script in the context of a victim's browser.

CVE-2013-10073 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 2012R1.6 contain a shell command injection vulnerability in the Auto-Discovery tool. User-controlled input is passed to a shell without adequate sanitation or argument quoting, allowing an authenticated user with access to discovery functionality to execute arbitrary commands with the privileges of the application service.

CVE-2013-10072 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 2012R1.6 contain an authorization flaw in the Auto-Discovery functionality. Users with read-only roles could directly reach Auto-Discovery endpoints and pages that should require elevated permissions, exposing discovery results and allowing unintended access to discovery operations.

CVE-2013-10071 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 2012R1.6 contain a reflected cross-site scripting (XSS) vulnerability in the dashboard dashlet AJAX load functionality. Insufficient validation or escaping of user-supplied input may allow an attacker to inject and execute arbitrary script in the context of a victim's browser.

CVE-2012-10063 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 2012R1.3 contain a SQL injection vulnerability in the legacy Core Configuration Manager (CCM) interface. Authenticated users could manipulate SQL queries by supplying crafted input to specific CCM parameters, potentially allowing access to configuration data stored in the application database. Successful exploitation could disclose or modify notification data and, in some cases, impact the application database more broadly.

CVE-2011-10040 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 2011R1.9 are vulnerable to cross-site scripting (XSS) via the link-handling functions used by status and report pages. Insufficient validation or escaping of user-supplied input may allow an attacker to inject and execute arbitrary script in the context of a victim's browser.

CVE-2011-10039 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 2011R1.9 are vulnerable to cross-site scripting (XSS) via the Alert Heatmap report and the “My Reports” listing of the web interface. Insufficient validation or escaping of user-supplied input may allow an attacker to inject and execute arbitrary script in the context of a victim's browser.

CVE-2011-10038 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 2011R1.9 are vulnerable to cross-site scripting (XSS) via the recurring downtime script of the web interface. Insufficient validation or escaping of user-supplied input may allow an attacker to inject and execute arbitrary script in the context of a victim's browser.

CVE-2011-10037 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 2011R1.9 are vulnerable to cross-site scripting (XSS) via the handling of xiwindow variables used to build permalinks in the web interface. Insufficient validation or escaping of user-supplied input may allow an attacker to inject and execute arbitrary script in the context of a victim's browser.

CVE-2011-10036 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 2011R1.9 are vulnerable to cross-site scripting (XSS) via the handling of the "backend_url" JavaScript link. Insufficient validation or escaping of user-supplied input may allow an attacker to inject and execute arbitrary script in the context of a victim's browser.

CVE-2011-10035 nagios vulnerability CVSS: 0 30 Oct 2025, 22:15 UTC

Nagios XI versions prior to 2011R1.9 contain privilege escalation vulnerabilities in the scripts that install or update system crontab entries. Due to time-of-check/time-of-use race conditions and missing synchronization or final-path validation, a local low-privileged user could manipulate filesystem state during crontab installation to influence the files or commands executed with elevated privileges, resulting in execution with higher privileges.

CVE-2025-60425 nagios vulnerability CVSS: 0 27 Oct 2025, 16:15 UTC

Nagios Fusion v2024R1.2 and v2024R2 does not invalidate already existing session tokens when the two-factor authentication mechanism is enabled, allowing attackers to perform a session hijacking attack.

CVE-2025-60424 nagios vulnerability CVSS: 0 27 Oct 2025, 16:15 UTC

A lack of rate limiting in the OTP verification component of Nagios Fusion v2024R1.2 and v2024R2 allows attackers to bypass authentication via a bruteforce attack.

CVE-2025-44824 nagios vulnerability CVSS: 0 07 Oct 2025, 20:15 UTC

Nagios Log Server before 2024R1.3.2 allows authenticated users (with read-only API access) to stop the Elasticsearch service via a /nagioslogserver/index.php/api/system/stop?subsystem=elasticsearch call. The service stops even though "message": "Could not stop elasticsearch" is in the API response. This is GL:NLS#474.

CVE-2025-44823 nagios vulnerability CVSS: 0 07 Oct 2025, 20:15 UTC

Nagios Log Server before 2024R1.3.2 allows authenticated users to retrieve cleartext administrative API keys via a /nagioslogserver/index.php/api/system/get_users call. This is GL:NLS#475.

CVE-2025-34227 nagios vulnerability CVSS: 0 25 Sep 2025, 17:15 UTC

Nagios XI < 2026R1 is vulnerable to an authenticated command injection vulnerability within the MongoDB Database, MySQL Query, MySQL Server, Postgres Server, and Postgres Query wizards. It is possible to inject shell characters into arguments provided to the service and execute arbitrary system commands on the underlying host as the `nagios` user.

CVE-2024-13986 nagios vulnerability CVSS: 0 28 Aug 2025, 16:15 UTC

Nagios XI < 2024R1.3.2 contains a remote code execution vulnerability by chaining two flaws: an arbitrary file upload and a path traversal in the Core Config Snapshots interface. The issue arises from insufficient validation of file paths and extensions during MIB upload and snapshot rename operations. Exploitation results in the placement of attacker-controlled PHP files in a web-accessible directory, executed as the www-data user.

CVE-2025-56432 nagios vulnerability CVSS: 0 26 Aug 2025, 16:15 UTC

A cross-site scripting (XSS) vulnerability exists in Nagios XI 2024R2. The vulnerability allows remote attackers to execute arbitrary JavaScript in the context of a logged-in user's session via a specially crafted URL. The issue resides in a web component responsible for rendering performance-related data.

CVE-2025-28059 nagios vulnerability CVSS: 0 18 Apr 2025, 17:15 UTC

An access control vulnerability in Nagios Network Analyzer 2024R1.0.3 allows deleted users to retain access to system resources due to improper session invalidation and stale token handling. When an administrator deletes a user account, the backend fails to terminate active sessions and revoke associated API tokens, enabling unauthorized access to restricted functions.

CVE-2025-29471 nagios vulnerability CVSS: 0 15 Apr 2025, 22:15 UTC

Cross Site Scripting vulnerability in Nagios Log Server v.2024R1.3.1 allows a remote attacker to execute arbitrary code via a payload into the Email field.

CVE-2025-28132 nagios vulnerability CVSS: 0 01 Apr 2025, 17:15 UTC

A session management flaw in Nagios Network Analyzer 2024R1.0.3 allows an attacker to reuse session tokens even after a user logs out, leading to unauthorized access and account takeover. This occurs due to insufficient session expiration, where session tokens remain valid beyond logout, allowing an attacker to impersonate users and perform actions on their behalf.

CVE-2025-28131 nagios vulnerability CVSS: 0 01 Apr 2025, 17:15 UTC

A Broken Access Control vulnerability in Nagios Network Analyzer 2024R1.0.3 allows low-privilege users with "Read-Only" access to perform administrative actions, including stopping system services and deleting critical resources. This flaw arises due to improper authorization enforcement, enabling unauthorized modifications that compromise system integrity and availability.

CVE-2024-54957 nagios vulnerability CVSS: 0 27 Feb 2025, 20:16 UTC

Nagios XI 2024R1.2.2 is vulnerable to an open redirect flaw on the Tools page, exploitable by users with read-only permissions. This vulnerability allows an attacker to craft a malicious link that redirects users to an arbitrary external URL without their consent.

CVE-2024-54961 nagios vulnerability CVSS: 0 20 Feb 2025, 18:15 UTC

Nagios XI 2024R1.2.2 has an Information Disclosure vulnerability, which allows unauthenticated users to access multiple pages displaying the usernames and email addresses of all current users.

CVE-2024-54960 nagios vulnerability CVSS: 0 20 Feb 2025, 18:15 UTC

A SQL Injection vulnerability in Nagios XI 2024R1.2.2 allows a remote attacker to execute SQL injection via a crafted payload in the History Tab component.

CVE-2024-54959 nagios vulnerability CVSS: 0 20 Feb 2025, 18:15 UTC

Nagios XI 2024R1.2.2 is vulnerable to a Cross-Site Request Forgery (CSRF) attack through the Favorites component, enabling POST-based Cross-Site Scripting (XSS).

CVE-2024-54958 nagios vulnerability CVSS: 0 20 Feb 2025, 18:15 UTC

Nagios XI 2024R1.2.2 is susceptible to a stored Cross-Site Scripting (XSS) vulnerability in the Tools page. This flaw allows an attacker to inject malicious scripts into the Tools interface, which are then stored and executed in the context of other users accessing the page.

CVE-2024-42898 nagios vulnerability CVSS: 0 09 Jan 2025, 20:15 UTC

A cross-site scripting (XSS) vulnerability in Nagios XI 2024R1.1.4 allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Name parameter in the Account Settings page.

CVE-2023-48082 nagios vulnerability CVSS: 0 14 Oct 2024, 19:15 UTC

Nagios XI before 2024R1 was discovered to improperly handle API keys generation (randomly-generated), allowing attackers to possibly generate the same set of API keys for all users and utilize them to authenticate.

CVE-2024-43199 nagios vulnerability CVSS: 0 07 Aug 2024, 14:15 UTC

Nagios NDOUtils before 2.1.4 allows privilege escalation from nagios to root because certain executable files are owned by the nagios user.

CVE-2024-33775 nagios vulnerability CVSS: 0 01 May 2024, 13:15 UTC

An issue with the Autodiscover component in Nagios XI 2024R1.01 allows a remote attacker to escalate privileges via a crafted Dashlet.

CVE-2024-24402 nagios vulnerability CVSS: 0 26 Feb 2024, 17:15 UTC

An issue in Nagios XI 2024R1.01 allows a remote attacker to escalate privileges via a crafted script to the /usr/local/nagios/bin/npcd component.

CVE-2024-24401 nagios vulnerability CVSS: 0 26 Feb 2024, 17:15 UTC

SQL Injection vulnerability in Nagios XI 2024R1.01 allows a remote attacker to execute arbitrary code via a crafted payload to the monitoringwizard.php component.

CVE-2023-51072 nagios vulnerability CVSS: 0 02 Feb 2024, 10:15 UTC

A stored cross-site scripting (XSS) vulnerability in the NOC component of Nagios XI version up to and including 2024R1 allows low-privileged users to execute malicious HTML or JavaScript code via the audio file upload functionality from the Operation Center section. This allows any authenticated user to execute arbitrary JavaScript code on behalf of other users, including the administrators.

CVE-2021-43584 nagios vulnerability CVSS: 0 24 Jan 2024, 20:15 UTC

DOM-based Cross Site Scripting (XSS vulnerability in 'Tail Event Logs' functionality in Nagios Nagios Cross-Platform Agent (NCPA) before 2.4.0 allows attackers to run arbitrary code via the name element when filtering for a log.

CVE-2023-48085 nagios vulnerability CVSS: 0 14 Dec 2023, 07:15 UTC

Nagios XI before version 5.11.3 was discovered to contain a remote code execution (RCE) vulnerability via the component command_test.php.

CVE-2023-48084 nagios vulnerability CVSS: 0 14 Dec 2023, 07:15 UTC

Nagios XI before version 5.11.3 was discovered to contain a SQL injection vulnerability via the bulk modification tool.

CVE-2023-40934 nagios vulnerability CVSS: 0 19 Sep 2023, 23:15 UTC

A SQL injection vulnerability in Nagios XI 5.11.1 and below allows authenticated attackers with privileges to manage host escalations in the Core Configuration Manager to execute arbitrary SQL commands via the host escalation notification settings.

CVE-2023-40933 nagios vulnerability CVSS: 0 19 Sep 2023, 23:15 UTC

A SQL injection vulnerability in Nagios XI v5.11.1 and below allows authenticated attackers with announcement banner configuration privileges to execute arbitrary SQL commands via the ID parameter sent to the update_banner_message() function.

CVE-2023-40932 nagios vulnerability CVSS: 0 19 Sep 2023, 23:15 UTC

A Cross-site scripting (XSS) vulnerability in Nagios XI version 5.11.1 and below allows authenticated attackers with access to the custom logo component to inject arbitrary javascript or HTML via the alt-text field. This affects all pages containing the navbar including the login page which means the attacker is able to to steal plaintext credentials.

CVE-2020-23992 nagios vulnerability CVSS: 0 22 Aug 2023, 19:16 UTC

Cross Site Scripting (XSS) in Nagios XI 5.7.1 allows remote attackers to run arbitrary code via returnUrl parameter in a crafted GET request.

CVE-2021-4285 nagios vulnerability CVSS: 0 27 Dec 2022, 11:15 UTC

A vulnerability classified as problematic was found in Nagios NCPA. This vulnerability affects unknown code of the file agent/listener/templates/tail.html. The manipulation of the argument name leads to cross site scripting. The attack can be initiated remotely. Upgrading to version 2.4.0 is able to address this issue. The name of the patch is 5abbcd7aa26e0fc815e6b2b0ffe1c15ef3e8fab5. It is recommended to upgrade the affected component. VDB-216874 is the identifier assigned to this vulnerability.

CVE-2022-38254 nagios vulnerability CVSS: 0 07 Sep 2022, 22:15 UTC

Nagios XI before v5.8.7 was discovered to contain a cross-site scripting (XSS) vulnerability via the ajax.php script in CCM 3.1.5.

CVE-2022-38251 nagios vulnerability CVSS: 0 07 Sep 2022, 22:15 UTC

Nagios XI v5.8.6 was discovered to contain a cross-site scripting (XSS) vulnerability via the System Performance Settings page under the Admin panel.

CVE-2022-38250 nagios vulnerability CVSS: 0 07 Sep 2022, 22:15 UTC

Nagios XI v5.8.6 was discovered to contain a SQL injection vulnerability via the mib_name parameter at the Manage MIBs page.

CVE-2022-38249 nagios vulnerability CVSS: 0 07 Sep 2022, 22:15 UTC

Nagios XI v5.8.6 was discovered to contain a cross-site scripting (XSS) vulnerability via the MTR component in version 1.0.4.

CVE-2022-38248 nagios vulnerability CVSS: 0 07 Sep 2022, 22:15 UTC

Nagios XI before v5.8.7 was discovered to contain multiple cross-site scripting (XSS) vulnerabilities at auditlog.php.

CVE-2022-38247 nagios vulnerability CVSS: 0 07 Sep 2022, 22:15 UTC

Nagios XI v5.8.6 was discovered to contain a cross-site scripting (XSS) vulnerability via the System Settings page under the Admin panel.

CVE-2022-29272 nagios vulnerability CVSS: 5.8 29 Jun 2022, 01:15 UTC

In Nagios XI through 5.8.5, an open redirect vulnerability exists in the login function that could lead to spoofing.

CVE-2022-29271 nagios vulnerability CVSS: 4.0 29 Jun 2022, 01:15 UTC

In Nagios XI through 5.8.5, a read-only Nagios user (due to an incorrect permission check) is able to schedule downtime for any host/services. This allows an attacker to permanently disable all monitoring checks.

CVE-2022-29270 nagios vulnerability CVSS: 4.0 29 Jun 2022, 01:15 UTC

In Nagios XI through 5.8.5, it is possible for a user without password verification to change his e-mail address.

CVE-2022-29269 nagios vulnerability CVSS: 4.0 29 Jun 2022, 01:15 UTC

In Nagios XI through 5.8.5, in the schedule report function, an authenticated attacker is able to inject HTML tags that lead to the reformatting/editing of emails from an official email address.

CVE-2021-40345 nagios vulnerability CVSS: 9.0 26 Oct 2021, 11:15 UTC

An issue was discovered in Nagios XI 5.8.5. In the Manage Dashlets section of the Admin panel, an administrator can upload ZIP files. A command injection (within the name of the first file in the archive) allows an attacker to execute system commands.

CVE-2021-40344 nagios vulnerability CVSS: 6.5 26 Oct 2021, 11:15 UTC

An issue was discovered in Nagios XI 5.8.5. In the Custom Includes section of the Admin panel, an administrator can upload files with arbitrary extensions as long as the MIME type corresponds to an image. Therefore it is possible to upload a crafted PHP script to achieve remote command execution.

CVE-2021-40343 nagios vulnerability CVSS: 7.2 26 Oct 2021, 11:15 UTC

An issue was discovered in Nagios XI 5.8.5. Insecure file permissions on the nagios_unbundler.py file allow the nagios user to elevate their privileges to the root user.

CVE-2021-33179 nagios vulnerability CVSS: 4.3 14 Oct 2021, 15:15 UTC

The general user interface in Nagios XI versions prior to 5.8.4 is vulnerable to authenticated reflected cross-site scripting. An authenticated victim, who accesses a specially crafted malicious URL, would unknowingly execute the attached payload.

CVE-2021-33177 nagios vulnerability CVSS: 6.5 14 Oct 2021, 15:15 UTC

The Bulk Modifications functionality in Nagios XI versions prior to 5.8.5 is vulnerable to SQL injection. Exploitation requires the malicious actor to be authenticated to the vulnerable system, but once authenticated they would be able to execute arbitrary sql queries.

CVE-2021-37223 nagios vulnerability CVSS: 4.0 05 Oct 2021, 12:15 UTC

Nagios Enterprises NagiosXI <= 5.8.4 contains a Server-Side Request Forgery (SSRF) vulnerability in schedulereport.php. Any authenticated user can create scheduled reports containing PDF screenshots of any view in the NagiosXI application. Due to lack of input sanitisation, the target page can be replaced with an SSRF payload to access internal resources or disclose local system files.

CVE-2021-36366 nagios vulnerability CVSS: 7.5 28 Sep 2021, 17:15 UTC

Nagios XI before 5.8.5 incorrectly allows manage_services.sh wildcards.

CVE-2021-36365 nagios vulnerability CVSS: 7.5 28 Sep 2021, 17:15 UTC

Nagios XI before 5.8.5 has Incorrect Permission Assignment for repairmysql.sh.

CVE-2021-36364 nagios vulnerability CVSS: 7.5 28 Sep 2021, 17:15 UTC

Nagios XI before 5.8.5 incorrectly allows backup_xi.sh wildcards.

CVE-2021-36363 nagios vulnerability CVSS: 7.5 28 Sep 2021, 17:15 UTC

Nagios XI before 5.8.5 has Incorrect Permission Assignment for migrate.php.

CVE-2021-38156 nagios vulnerability CVSS: 3.5 15 Sep 2021, 14:15 UTC

In Nagios XI before 5.8.6, XSS exists in the dashboard page (/dashboards/#) when administrative users attempt to edit a dashboard.

CVE-2021-37352 nagios vulnerability CVSS: 5.8 13 Aug 2021, 12:15 UTC

An open redirect vulnerability exists in Nagios XI before version 5.8.5 that could lead to spoofing. To exploit the vulnerability, an attacker could send a link that has a specially crafted URL and convince the user to click the link.

CVE-2021-37351 nagios vulnerability CVSS: 5.0 13 Aug 2021, 12:15 UTC

Nagios XI before version 5.8.5 is vulnerable to insecure permissions and allows unauthenticated users to access guarded pages through a crafted HTTP request to the server.

CVE-2021-37350 nagios vulnerability CVSS: 7.5 13 Aug 2021, 12:15 UTC

Nagios XI before version 5.8.5 is vulnerable to SQL injection vulnerability in Bulk Modifications Tool due to improper input sanitisation.

CVE-2021-37349 nagios vulnerability CVSS: 4.6 13 Aug 2021, 12:15 UTC

Nagios XI before version 5.8.5 is vulnerable to local privilege escalation because cleaner.php does not sanitise input read from the database.

CVE-2021-37348 nagios vulnerability CVSS: 5.0 13 Aug 2021, 12:15 UTC

Nagios XI before version 5.8.5 is vulnerable to local file inclusion through improper limitation of a pathname in index.php.

CVE-2021-37347 nagios vulnerability CVSS: 4.6 13 Aug 2021, 12:15 UTC

Nagios XI before version 5.8.5 is vulnerable to local privilege escalation because getprofile.sh does not validate the directory name it receives as an argument.

CVE-2021-37345 nagios vulnerability CVSS: 4.6 13 Aug 2021, 12:15 UTC

Nagios XI before version 5.8.5 is vulnerable to local privilege escalation because xi-sys.cfg is being imported from the var directory for some scripts with elevated permissions.

CVE-2021-37343 nagios vulnerability CVSS: 6.5 13 Aug 2021, 12:15 UTC

A path traversal vulnerability exists in Nagios XI below version 5.8.5 AutoDiscovery component and could lead to post authenticated RCE under security context of the user running Nagios.

CVE-2021-35479 nagios vulnerability CVSS: 3.5 30 Jul 2021, 14:15 UTC

Nagios Log Server before 2.1.9 contains Stored XSS in the custom column view for the alert history and audit log function through the affected pp parameter. This affects users who open a crafted link or third-party web page.

CVE-2021-35478 nagios vulnerability CVSS: 3.5 30 Jul 2021, 14:15 UTC

Nagios Log Server before 2.1.9 contains Reflected XSS in the dropdown box for the alert history and audit log function. All parameters used for filtering are affected. This affects users who open a crafted link or third-party web page.

CVE-2021-3277 nagios vulnerability CVSS: 6.5 07 Jun 2021, 22:15 UTC

Nagios XI 5.7.5 and earlier allows authenticated admins to upload arbitrary files due to improper validation of the rename functionality in custom-includes component, which leads to remote code execution by uploading php files.

CVE-2020-28911 nagios vulnerability CVSS: 4.0 24 May 2021, 13:15 UTC

Incorrect Access Control in Nagios Fusion 4.1.8 and earlier allows low-privileged authenticated users to extract passwords used to manage fused servers via the test_server command in ajaxhelper.php.

CVE-2020-28910 nagios vulnerability CVSS: 10.0 24 May 2021, 13:15 UTC

Creation of a Temporary Directory with Insecure Permissions in Nagios XI 5.7.5 and earlier allows for Privilege Escalation via creation of symlinks, which are mishandled in getprofile.sh.

CVE-2020-28909 nagios vulnerability CVSS: 9.0 24 May 2021, 13:15 UTC

Incorrect File Permissions in Nagios Fusion 4.1.8 and earlier allows for Privilege Escalation to root via modification of scripts. Low-privileges users are able to modify files that can be executed by sudo.

CVE-2020-28908 nagios vulnerability CVSS: 7.5 24 May 2021, 13:15 UTC

Command Injection in Nagios Fusion 4.1.8 and earlier allows for Privilege Escalation to nagios.

CVE-2020-28907 nagios vulnerability CVSS: 10.0 24 May 2021, 13:15 UTC

Incorrect SSL certificate validation in Nagios Fusion 4.1.8 and earlier allows for Escalation of Privileges or Code Execution as root via vectors related to download of an untrusted update package in upgrade_to_latest.sh.

CVE-2020-28906 nagios vulnerability CVSS: 9.0 24 May 2021, 13:15 UTC

Incorrect File Permissions in Nagios XI 5.7.5 and earlier and Nagios Fusion 4.1.8 and earlier allows for Privilege Escalation to root. Low-privileged users are able to modify files that are included (aka sourced) by scripts executed by root.

CVE-2020-28905 nagios vulnerability CVSS: 6.5 24 May 2021, 13:15 UTC

Improper Input Validation in Nagios Fusion 4.1.8 and earlier allows an authenticated attacker to execute remote code via table pagination.

CVE-2020-28904 nagios vulnerability CVSS: 7.5 24 May 2021, 13:15 UTC

Execution with Unnecessary Privileges in Nagios Fusion 4.1.8 and earlier allows for Privilege Escalation as nagios via installation of a malicious component containing PHP code.

CVE-2020-28903 nagios vulnerability CVSS: 4.3 24 May 2021, 13:15 UTC

Improper input validation in Nagios Fusion 4.1.8 and earlier allows a remote attacker with control over a fused server to inject arbitrary HTML, aka XSS.

CVE-2020-28902 nagios vulnerability CVSS: 10.0 24 May 2021, 13:15 UTC

Command Injection in Nagios Fusion 4.1.8 and earlier allows Privilege Escalation from apache to root in cmd_subsys.php.

CVE-2020-28901 nagios vulnerability CVSS: 10.0 24 May 2021, 13:15 UTC

Command Injection in Nagios Fusion 4.1.8 and earlier allows for Privilege Escalation or Code Execution as root via vectors related to corrupt component installation in cmd_subsys.php.

CVE-2020-28900 nagios vulnerability CVSS: 10.0 24 May 2021, 13:15 UTC

Insufficient Verification of Data Authenticity in Nagios Fusion 4.1.8 and earlier and Nagios XI 5.7.5 and earlier allows for Escalation of Privileges or Code Execution as root via vectors related to an untrusted update package to upgrade_to_latest.sh.

CVE-2021-3273 nagios vulnerability CVSS: 9.0 25 Feb 2021, 14:15 UTC

Nagios XI below 5.7 is affected by code injection in the /nagiosxi/admin/graphtemplates.php component. To exploit this vulnerability, someone must have an admin user account in Nagios XI's web system.

CVE-2020-24899 nagios vulnerability CVSS: 6.5 15 Feb 2021, 18:15 UTC

Nagios XI 5.7.2 is affected by a remote code execution (RCE) vulnerability. An authenticated user can inject additional commands into normal webapp query.

CVE-2020-22427 nagios vulnerability CVSS: 6.5 15 Feb 2021, 18:15 UTC

NagiosXI 5.6.11 is affected by a remote code execution (RCE) vulnerability. An authenticated nagiosadmin user can inject additional commands into a request. NOTE: the vendor disputes whether the CVE and its references are actionable because all technical details are omitted, and the only option is to pay for a subscription service where technical details may be disclosed at an unspecified later time

CVE-2021-25299 nagios vulnerability CVSS: 4.3 15 Feb 2021, 13:15 UTC

Nagios XI version xi-5.7.5 is affected by cross-site scripting (XSS). The vulnerability exists in the file /usr/local/nagiosxi/html/admin/sshterm.php due to improper sanitization of user-controlled input. A maliciously crafted URL, when clicked by an admin user, can be used to steal his/her session cookies or it can be chained with the previous bugs to get one-click remote command execution (RCE) on the Nagios XI server.

CVE-2021-25298 nagios vulnerability CVSS: 9.0 15 Feb 2021, 13:15 UTC

Nagios XI version xi-5.7.5 is affected by OS command injection. The vulnerability exists in the file /usr/local/nagiosxi/html/includes/configwizards/cloud-vm/cloud-vm.inc.php due to improper sanitization of authenticated user-controlled input by a single HTTP request, which can lead to OS command injection on the Nagios XI server.

CVE-2021-25297 nagios vulnerability CVSS: 9.0 15 Feb 2021, 13:15 UTC

Nagios XI version xi-5.7.5 is affected by OS command injection. The vulnerability exists in the file /usr/local/nagiosxi/html/includes/configwizards/switch/switch.inc.php due to improper sanitization of authenticated user-controlled input by a single HTTP request, which can lead to OS command injection on the Nagios XI server.

CVE-2021-25296 nagios vulnerability CVSS: 9.0 15 Feb 2021, 13:15 UTC

Nagios XI version xi-5.7.5 is affected by OS command injection. The vulnerability exists in the file /usr/local/nagiosxi/html/includes/configwizards/windowswmi/windowswmi.inc.php due to improper sanitization of authenticated user-controlled input by a single HTTP request, which can lead to OS command injection on the Nagios XI server.

CVE-2021-26024 nagios vulnerability CVSS: 5.0 03 Feb 2021, 22:15 UTC

The Favorites component before 1.0.2 for Nagios XI 5.8.0 is vulnerable to Insecure Direct Object Reference: it is possible to create favorites for any other user account.

CVE-2021-26023 nagios vulnerability CVSS: 4.3 03 Feb 2021, 22:15 UTC

The Favorites component before 1.0.2 for Nagios XI 5.8.0 is vulnerable to XSS.

CVE-2021-3193 nagios vulnerability CVSS: 7.5 26 Jan 2021, 18:16 UTC

Improper access and command validation in the Nagios Docker Config Wizard before 1.1.2, as used in Nagios XI through 5.7, allows an unauthenticated attacker to execute remote code as the apache user.

CVE-2020-25385 nagios vulnerability CVSS: 4.3 20 Jan 2021, 01:15 UTC

Nagios Log Server 2.1.7 contains a cross-site scripting (XSS) vulnerability in /nagioslogserver/configure/create_snapshot through the snapshot_name parameter, which may impact users who open a maliciously crafted link or third-party web page.

CVE-2020-35578 nagios vulnerability CVSS: 9.0 13 Jan 2021, 21:15 UTC

An issue was discovered in the Manage Plugins page in Nagios XI before 5.8.0. Because the line-ending conversion feature is mishandled during a plugin upload, a remote, authenticated admin user can execute operating-system commands.

CVE-2020-35269 nagios vulnerability CVSS: 6.8 23 Dec 2020, 19:15 UTC

Nagios Core application version 4.2.4 is vulnerable to Site-Wide Cross-Site Request Forgery (CSRF) in many functions, like adding – deleting for hosts or servers.

CVE-2020-27991 nagios vulnerability CVSS: 3.5 16 Nov 2020, 17:15 UTC

Nagios XI before 5.7.5 is vulnerable to XSS in Account Information (Email field).

CVE-2020-27990 nagios vulnerability CVSS: 3.5 16 Nov 2020, 17:15 UTC

Nagios XI before 5.7.5 is vulnerable to XSS in the Deployment tool (add agent).

CVE-2020-27989 nagios vulnerability CVSS: 3.5 16 Nov 2020, 17:15 UTC

Nagios XI before 5.7.5 is vulnerable to XSS in Dashboard Tools (Edit Dashboard).

CVE-2020-27988 nagios vulnerability CVSS: 3.5 16 Nov 2020, 17:15 UTC

Nagios XI before 5.7.5 is vulnerable to XSS in Manage Users (Username field).

CVE-2020-28648 nagios vulnerability CVSS: 9.0 16 Nov 2020, 03:15 UTC

Improper input validation in the Auto-Discovery component of Nagios XI before 5.7.5 allows an authenticated attacker to execute remote code.

CVE-2020-5796 nagios vulnerability CVSS: 7.2 13 Nov 2020, 20:15 UTC

Improper preservation of permissions in Nagios XI 5.7.4 allows a local, low-privileged, authenticated user to weaken the permissions of files, resulting in low-privileged users being able to write to and execute arbitrary PHP code with root privileges.

CVE-2020-5792 nagios vulnerability CVSS: 6.5 20 Oct 2020, 22:15 UTC

Improper neutralization of argument delimiters in a command in Nagios XI 5.7.3 allows a remote, authenticated admin user to write to arbitrary files and ultimately execute code with the privileges of the apache user.

CVE-2020-5791 nagios vulnerability CVSS: 9.0 20 Oct 2020, 22:15 UTC

Improper neutralization of special elements used in an OS command in Nagios XI 5.7.3 allows a remote, authenticated admin user to execute operating system commands with the privileges of the apache user.

CVE-2020-5790 nagios vulnerability CVSS: 4.3 20 Oct 2020, 22:15 UTC

Cross-site request forgery in Nagios XI 5.7.3 allows a remote attacker to perform sensitive application actions by tricking legitimate users into clicking a crafted link.

CVE-2020-15903 nagios vulnerability CVSS: 10.0 09 Sep 2020, 21:15 UTC

An issue was found in Nagios XI before 5.7.3. There is a privilege escalation vulnerability in backend scripts that ran as root where some included files were editable by nagios user. This issue was fixed in version 5.7.3.

CVE-2020-16157 nagios vulnerability CVSS: 3.5 30 Jul 2020, 15:15 UTC

A Stored XSS vulnerability exists in Nagios Log Server before 2.1.7 via the Notification Methods -> Email Users menu.

CVE-2020-15902 nagios vulnerability CVSS: 4.3 22 Jul 2020, 22:15 UTC

Graph Explorer in Nagios XI before 5.7.2 allows XSS via the link url option.

CVE-2020-15901 nagios vulnerability CVSS: 7.5 22 Jul 2020, 22:15 UTC

In Nagios XI before 5.7.3, ajaxhelper.php allows remote authenticated attackers to execute arbitrary commands via cmdsubsys.

CVE-2020-13977 nagios vulnerability CVSS: 4.0 09 Jun 2020, 14:15 UTC

Nagios 4.4.5 allows an attacker, who already has administrative access to change the "URL for JSON CGIs" configuration setting, to modify the Alert Histogram and Trends code via crafted versions of the archivejson.cgi, objectjson.cgi, and statusjson.cgi files. NOTE: this vulnerability has been mistakenly associated with CVE-2020-1408.

CVE-2020-10821 nagios vulnerability CVSS: 3.5 22 Mar 2020, 20:15 UTC

Nagios XI 5.6.11 allows XSS via the account/main.php theme parameter.

CVE-2020-10820 nagios vulnerability CVSS: 3.5 22 Mar 2020, 20:15 UTC

Nagios XI 5.6.11 allows XSS via the includes/components/ldap_ad_integration/ password parameter.

CVE-2020-10819 nagios vulnerability CVSS: 3.5 22 Mar 2020, 20:15 UTC

Nagios XI 5.6.11 allows XSS via the includes/components/ldap_ad_integration/ username parameter.

CVE-2020-6582 nagios vulnerability CVSS: 5.0 16 Mar 2020, 18:15 UTC

Nagios NRPE 3.2.1 has a Heap-Based Buffer Overflow, as demonstrated by interpretation of a small negative number as a large positive number during a bzero call.

CVE-2020-6581 nagios vulnerability CVSS: 3.7 16 Mar 2020, 18:15 UTC

Nagios NRPE 3.2.1 has Insufficient Filtering because, for example, nasty_metachars interprets \n as the character \ and the character n (not as the \n newline sequence). This can cause command injection.

CVE-2020-6586 nagios vulnerability CVSS: 3.5 16 Mar 2020, 16:15 UTC

Nagios Log Server 2.1.3 allows XSS by visiting /profile and entering a crafted name field that is mishandled on the /admin/users page. Any malicious user with limited access can store an XSS payload in his Name. When any admin views this, the XSS is triggered.

CVE-2020-6585 nagios vulnerability CVSS: 6.8 16 Mar 2020, 16:15 UTC

Nagios Log Server 2.1.3 has CSRF.

CVE-2020-6584 nagios vulnerability CVSS: 4.0 16 Mar 2020, 16:15 UTC

Nagios Log Server 2.1.3 has Incorrect Access Control.

CVE-2019-3698 nagios vulnerability CVSS: 6.9 28 Feb 2020, 14:15 UTC

UNIX Symbolic Link (Symlink) Following vulnerability in the cronjob shipped with nagios of SUSE Linux Enterprise Server 12, SUSE Linux Enterprise Server 11; openSUSE Factory allows local attackers to cause cause DoS or potentially escalate privileges by winning a race. This issue affects: SUSE Linux Enterprise Server 12 nagios version 3.5.1-5.27 and prior versions. SUSE Linux Enterprise Server 11 nagios version 3.0.6-1.25.36.3.1 and prior versions. openSUSE Factory nagios version 4.4.5-2.1 and prior versions.

CVE-2019-20197 nagios vulnerability CVSS: 9.0 31 Dec 2019, 19:15 UTC

In Nagios XI 5.6.9, an authenticated user is able to execute arbitrary OS commands via shell metacharacters in the id parameter to schedulereport.php, in the context of the web-server user account.

CVE-2019-20139 nagios vulnerability CVSS: 3.5 30 Dec 2019, 15:15 UTC

In Nagios XI 5.6.9, XSS exists via the nocscreenapi.php host, hostgroup, or servicegroup parameter, or the schedulereport.php hour or frequency parameter. Any authenticated user can attack the admin user.

CVE-2019-15949 nagios vulnerability CVSS: 9.0 05 Sep 2019, 17:15 UTC

Nagios XI before 5.6.6 allows remote command execution as root. The exploit requires access to the server as the nagios user, or access as the admin user via the web interface. The getprofile.sh script, invoked by downloading a system profile (profile.php?cmd=download), is executed as root via a passwordless sudo entry; the script executes check_plugin, which is owned by the nagios user. A user logged into Nagios XI with permissions to modify plugins, or the nagios user on the server, can modify the check_plugin executable and insert malicious commands to execute as root.

CVE-2019-15898 nagios vulnerability CVSS: 4.3 03 Sep 2019, 22:15 UTC

Nagios Log Server before 2.0.8 allows Reflected XSS via the username on the Login page.

CVE-2018-17147 nagios vulnerability CVSS: 3.5 10 Jul 2019, 14:15 UTC

Nagios XI before 5.5.4 has XSS in the auto login admin management page.

CVE-2018-17148 nagios vulnerability CVSS: 5.0 19 Jun 2019, 18:15 UTC

An Insufficient Access Control vulnerability (leading to credential disclosure) in coreconfigsnapshot.php (aka configuration snapshot page) in Nagios XI before 5.5.4 allows remote attackers to gain access to configuration files containing confidential credentials.

CVE-2018-17146 nagios vulnerability CVSS: 3.5 19 Jun 2019, 18:15 UTC

A cross-site scripting vulnerability exists in Nagios XI before 5.5.4 via the 'name' parameter within the Account Information page. Exploitation of this vulnerability allows an attacker to execute arbitrary JavaScript code within the auto login admin management page.

CVE-2019-12279 nagios vulnerability CVSS: 7.5 22 May 2019, 16:29 UTC

Nagios XI 5.6.1 allows SQL injection via the username parameter to login.php?forgotpass (aka the reset password form). NOTE: The vendor disputes this issues as not being a vulnerability because the issue does not seem to be a legitimate SQL Injection. The POC does not show any valid injection that can be done with the variable provided, and while the username value being passed does get used in a SQL query, it is passed through SQL escaping functions when creating the call. The vendor tried re-creating the issue with no luck

CVE-2019-9167 nagios vulnerability CVSS: 4.3 28 Mar 2019, 20:29 UTC

Cross-site scripting (XSS) vulnerability in Nagios XI before 5.5.11 allows attackers to inject arbitrary web script or HTML via the xiwindow parameter.

CVE-2019-9166 nagios vulnerability CVSS: 7.2 28 Mar 2019, 20:29 UTC

Privilege escalation in Nagios XI before 5.5.11 allows local attackers to elevate privileges to root via write access to config.inc.php and import_xiconfig.php.

CVE-2019-9204 nagios vulnerability CVSS: 7.5 28 Mar 2019, 19:29 UTC

SQL injection vulnerability in Nagios IM (component of Nagios XI) before 2.2.7 allows attackers to execute arbitrary SQL commands.

CVE-2019-9203 nagios vulnerability CVSS: 7.5 28 Mar 2019, 19:29 UTC

Authorization bypass in Nagios IM (component of Nagios XI) before 2.2.7 allows closing incidents in IM via the API.

CVE-2019-9202 nagios vulnerability CVSS: 6.5 28 Mar 2019, 19:29 UTC

Nagios IM (component of Nagios XI) before 2.2.7 allows authenticated users to execute arbitrary code via API key issues.

CVE-2019-9165 nagios vulnerability CVSS: 7.5 28 Mar 2019, 19:29 UTC

SQL injection vulnerability in Nagios XI before 5.5.11 allows attackers to execute arbitrary SQL commands via the API when using fusekeys and malicious user id.

CVE-2019-9164 nagios vulnerability CVSS: 6.5 28 Mar 2019, 17:29 UTC

Command injection in Nagios XI before 5.5.11 allows an authenticated users to execute arbitrary remote commands via a new autodiscovery job.

CVE-2018-20172 nagios vulnerability CVSS: 4.3 17 Dec 2018, 15:29 UTC

An issue was discovered in Nagios XI before 5.5.8. The rss_url parameter of rss_dashlet/magpierss/scripts/magpie_slashbox.php is not filtered, resulting in an XSS vulnerability.

CVE-2018-20171 nagios vulnerability CVSS: 4.3 17 Dec 2018, 15:29 UTC

An issue was discovered in Nagios XI before 5.5.8. The url parameter of rss_dashlet/magpierss/scripts/magpie_simple.php is not filtered, resulting in an XSS vulnerability.

CVE-2018-18245 nagios vulnerability CVSS: 3.5 17 Dec 2018, 15:29 UTC

Nagios Core 4.4.2 has XSS via the alert summary reports of plugin results, as demonstrated by a SCRIPT element delivered by a modified check_load plugin to NRPE.

CVE-2018-15714 nagios vulnerability CVSS: 4.3 14 Nov 2018, 18:29 UTC

Nagios XI 5.5.6 allows reflected cross site scripting from remote unauthenticated attackers via the oname and oname2 parameters.

CVE-2018-15713 nagios vulnerability CVSS: 3.5 14 Nov 2018, 18:29 UTC

Nagios XI 5.5.6 allows persistent cross site scripting from remote authenticated attackers via the stored email address in admin/users.php.

CVE-2018-15712 nagios vulnerability CVSS: 4.3 14 Nov 2018, 18:29 UTC

Nagios XI 5.5.6 allows reflected cross site scripting from remote unauthenticated attackers via the host parameter in api_tool.php.

CVE-2018-15711 nagios vulnerability CVSS: 6.5 14 Nov 2018, 18:29 UTC

Nagios XI 5.5.6 allows remote authenticated attackers to reset and regenerate the API key of more privileged users. The attacker can then use the new API key to execute API calls at elevated privileges.

CVE-2018-15710 nagios vulnerability CVSS: 7.2 14 Nov 2018, 18:29 UTC

Nagios XI 5.5.6 allows local authenticated attackers to escalate privileges to root via Autodiscover_new.php.

CVE-2018-15709 nagios vulnerability CVSS: 6.5 14 Nov 2018, 18:29 UTC

Nagios XI 5.5.6 allows remote authenticated attackers to execute arbitrary commands via a crafted HTTP request.

CVE-2018-15708 nagios vulnerability CVSS: 7.5 14 Nov 2018, 18:29 UTC

Snoopy 1.0 in Nagios XI 5.5.6 allows remote unauthenticated attackers to execute arbitrary commands via a crafted HTTP request.

CVE-2016-8641 nagios vulnerability CVSS: 7.2 01 Aug 2018, 14:29 UTC

A privilege escalation vulnerability was found in nagios 4.2.x that occurs in daemon-init.in when creating necessary files and insecurely changing the ownership afterwards. It's possible for the local attacker to create symbolic links before the files are to be created and possibly escalating the privileges with the ownership change.

CVE-2018-13458 nagios vulnerability CVSS: 4.3 12 Jul 2018, 18:29 UTC

qh_core in Nagios Core 4.4.1 and earlier is prone to a NULL pointer dereference vulnerability, which allows attackers to cause a local denial-of-service condition by sending a crafted payload to the listening UNIX socket.

CVE-2018-13457 nagios vulnerability CVSS: 4.3 12 Jul 2018, 18:29 UTC

qh_echo in Nagios Core 4.4.1 and earlier is prone to a NULL pointer dereference vulnerability, which allows attackers to cause a local denial-of-service condition by sending a crafted payload to the listening UNIX socket.

CVE-2018-13441 nagios vulnerability CVSS: 2.1 12 Jul 2018, 18:29 UTC

qh_help in Nagios Core version 4.4.1 and earlier is prone to a NULL pointer dereference vulnerability, which allows attacker to cause a local denial-of-service condition by sending a crafted payload to the listening UNIX socket.

CVE-2018-12501 nagios vulnerability CVSS: 4.3 16 Jun 2018, 13:29 UTC

Nagios Fusion before 4.1.4 has XSS, aka TPS#13332-13335.

CVE-2018-10738 nagios vulnerability CVSS: 6.5 16 May 2018, 13:29 UTC

A SQL injection issue was discovered in Nagios XI before 5.4.13 via the admin/menuaccess.php chbKey1 parameter.

CVE-2018-10737 nagios vulnerability CVSS: 6.5 16 May 2018, 13:29 UTC

A SQL injection issue was discovered in Nagios XI before 5.4.13 via the admin/logbook.php txtSearch parameter.

CVE-2018-10736 nagios vulnerability CVSS: 6.5 16 May 2018, 13:29 UTC

A SQL injection issue was discovered in Nagios XI before 5.4.13 via the admin/info.php key1 parameter.

CVE-2018-10735 nagios vulnerability CVSS: 6.5 16 May 2018, 13:29 UTC

A SQL injection issue was discovered in Nagios XI before 5.4.13 via the admin/commandline.php cname parameter.

CVE-2018-10554 nagios vulnerability CVSS: 3.5 30 Apr 2018, 03:29 UTC

An issue was discovered in Nagios XI 5.4.13. There is XSS exploitable via CSRF in (1) the Schedule New Report screen via the hour, minute, or ampm parameter, related to components/scheduledreporting; (2) includes/components/xicore/downtime.php, related to the update_pages function; (3) the ajaxhelper.php opts or background parameter; (4) the i[] array parameter to ajax_handler.php; or (5) the deploynotification.php title parameter.

CVE-2018-10553 nagios vulnerability CVSS: 4.0 30 Apr 2018, 03:29 UTC

An issue was discovered in Nagios XI 5.4.13. A registered user is able to use directory traversal to read local files, as demonstrated by URIs beginning with index.php?xiwindow=./ and config/?xiwindow=../ substrings.

CVE-2018-8736 nagios vulnerability CVSS: 9.0 18 Apr 2018, 00:29 UTC

A privilege escalation vulnerability in Nagios XI 5.2.x through 5.4.x before 5.4.13 allows an attacker to leverage an RCE vulnerability escalating to root.

CVE-2018-8735 nagios vulnerability CVSS: 9.0 18 Apr 2018, 00:29 UTC

Remote command execution (RCE) vulnerability in Nagios XI 5.2.x through 5.4.x before 5.4.13 allows an attacker to execute arbitrary commands on the target system, aka OS command injection.

CVE-2018-8734 nagios vulnerability CVSS: 7.5 18 Apr 2018, 00:29 UTC

SQL injection vulnerability in the core config manager in Nagios XI 5.2.x through 5.4.x before 5.4.13 allows an attacker to execute arbitrary SQL commands via the selInfoKey1 parameter.

CVE-2018-8733 nagios vulnerability CVSS: 7.5 18 Apr 2018, 00:29 UTC

Authentication bypass vulnerability in the core config manager in Nagios XI 5.2.x through 5.4.x before 5.4.13 allows an unauthenticated attacker to make configuration changes and leverage an authenticated SQL injection vulnerability.

CVE-2017-14312 nagios vulnerability CVSS: 7.2 11 Sep 2017, 22:29 UTC

Nagios Core through 4.3.4 initially executes /usr/sbin/nagios as root but supports configuration options in which this file is owned by a non-root account (and similarly can have nagios.cfg owned by a non-root account), which allows local users to gain privileges by leveraging access to this non-root account.

CVE-2017-12847 nagios vulnerability CVSS: 6.3 23 Aug 2017, 21:29 UTC

Nagios Core before 4.3.3 creates a nagios.lock PID file after dropping privileges to a non-root account, which might allow local users to kill arbitrary processes by leveraging access to this non-root account for nagios.lock modification before a root script executes a "kill `cat /pathname/nagios.lock`" command.

CVE-2016-0726 nagios vulnerability CVSS: 7.5 06 Jun 2017, 18:29 UTC

The Fedora Nagios package uses "nagiosadmin" as the default password for the "nagiosadmin" administrator account, which makes it easier for remote attackers to obtain access by leveraging knowledge of the credentials.

CVE-2016-6209 nagios vulnerability CVSS: 4.3 31 Mar 2017, 16:59 UTC

Cross-site scripting (XSS) vulnerability in Nagios.

CVE-2014-5009 nagios vulnerability CVSS: 7.5 31 Mar 2017, 16:59 UTC

Snoopy allows remote attackers to execute arbitrary commands. NOTE: this vulnerability exists due to an incomplete fix for CVE-2014-5008.

CVE-2008-7313 nagios vulnerability CVSS: 7.5 31 Mar 2017, 16:59 UTC

The _httpsrequest function in Snoopy allows remote attackers to execute arbitrary commands. NOTE: this issue exists dues to an incomplete fix for CVE-2008-4796.

CVE-2016-10089 nagios vulnerability CVSS: 7.2 15 Feb 2017, 15:59 UTC

Nagios 4.3.2 and earlier allows local users to gain root privileges via a hard link attack on the Nagios init script file, related to CVE-2016-8641.

CVE-2016-9566 nagios vulnerability CVSS: 7.2 15 Dec 2016, 22:59 UTC

base/logging.c in Nagios Core before 4.2.4 allows local users with access to an account in the nagios group to gain root privileges via a symlink attack on the log file. NOTE: this can be leveraged by remote attackers using CVE-2016-9565.

CVE-2016-9565 nagios vulnerability CVSS: 7.5 15 Dec 2016, 22:59 UTC

MagpieRSS, as used in the front-end component in Nagios Core before 4.2.2 might allow remote attackers to read or write to arbitrary files by spoofing a crafted response from the Nagios RSS feed server. NOTE: this vulnerability exists because of an incomplete fix for CVE-2008-4796.

CVE-2014-4703 nagios vulnerability CVSS: 2.1 05 Dec 2014, 16:59 UTC

lib/parse_ini.c in Nagios Plugins 2.0.2 allows local users to obtain sensitive information via a symlink attack on the configuration file in the extra-opts flag. NOTE: this vulnerability exists because of an incomplete fix for CVE-2014-4701.

CVE-2014-4702 nagios vulnerability CVSS: 2.1 05 Dec 2014, 16:59 UTC

The check_icmp plugin in Nagios Plugins before 2.0.2 allows local users to obtain sensitive information from INI configuration files via the extra-opts flag, a different vulnerability than CVE-2014-4701.

CVE-2014-4701 nagios vulnerability CVSS: 2.1 05 Dec 2014, 16:59 UTC

The check_dhcp plugin in Nagios Plugins before 2.0.2 allows local users to obtain sensitive information from INI configuration files via the extra-opts flag, a different vulnerability than CVE-2014-4702.

CVE-2014-2913 nagios vulnerability CVSS: 7.5 07 May 2014, 10:55 UTC

Incomplete blacklist vulnerability in nrpe.c in Nagios Remote Plugin Executor (NRPE) 2.15 and earlier allows remote attackers to execute arbitrary commands via a newline character in the -a option to libexec/check_nrpe. NOTE: this issue is disputed by multiple parties. It has been reported that the vendor allows newlines as "expected behavior." Also, this issue can only occur when the administrator enables the "dont_blame_nrpe" option in nrpe.conf despite the "HIGH security risk" warning within the comments

CVE-2013-4215 nagios vulnerability CVSS: 4.4 05 May 2014, 17:06 UTC

The IPXPING_COMMAND in contrib/check_ipxping.c in Nagios Plugins 1.4.16 allows local users to gain privileges via a symlink attack on /tmp/ipxping/ipxping.

CVE-2014-1878 nagios vulnerability CVSS: 5.0 28 Feb 2014, 15:13 UTC

Stack-based buffer overflow in the cmd_submitf function in cgi/cmd.c in Nagios Core, possibly 4.0.3rc1 and earlier, and Icinga before 1.8.6, 1.9 before 1.9.5, and 1.10 before 1.10.3 allows remote attackers to cause a denial of service (segmentation fault) via a long message to cmd.cgi.

CVE-2013-2214 nagios vulnerability CVSS: 4.0 10 Feb 2014, 23:55 UTC

status.cgi in Nagios 4.0 before 4.0 beta4 and 3.x before 3.5.1 does not properly restrict access to certain users that are a contact for a service, which allows remote authenticated users to obtain sensitive information about hostnames via the servicegroup (1) overview, (2) summary, or (3) grid style in status.cgi. NOTE: this behavior is by design in most 3.x versions, but the upstream vendor "decided to change it for Nagios 4" and 3.5.1.

CVE-2013-7205 nagios vulnerability CVSS: 6.4 15 Jan 2014, 16:08 UTC

Off-by-one error in the process_cgivars function in contrib/daemonchk.c in Nagios Core 3.5.1, 4.0.2, and earlier allows remote authenticated users to obtain sensitive information from process memory or cause a denial of service (crash) via a long string in the last key value in the variable list, which triggers a heap-based buffer over-read.

CVE-2013-7108 nagios vulnerability CVSS: 5.5 15 Jan 2014, 16:08 UTC

Multiple off-by-one errors in Nagios Core 3.5.1, 4.0.2, and earlier, and Icinga before 1.8.5, 1.9 before 1.9.4, and 1.10 before 1.10.2 allow remote authenticated users to obtain sensitive information from process memory or cause a denial of service (crash) via a long string in the last key value in the variable list to the process_cgivars function in (1) avail.c, (2) cmd.c, (3) config.c, (4) extinfo.c, (5) histogram.c, (6) notifications.c, (7) outages.c, (8) status.c, (9) statusmap.c, (10) summary.c, and (11) trends.c in cgi/, which triggers a heap-based buffer over-read.

CVE-2013-6875 nagios vulnerability CVSS: 7.5 26 Nov 2013, 16:55 UTC

SQL injection vulnerability in functions/prepend_adm.php in Nagios Core Config Manager in Nagios XI before 2012R2.4 allows remote attackers to execute arbitrary SQL commands via the tfPassword parameter to nagiosql/index.php.

CVE-2013-4214 nagios vulnerability CVSS: 6.3 23 Nov 2013, 17:55 UTC

rss-newsfeed.php in Nagios Core 3.4.4, 3.5.1, and earlier, when MAGPIE_CACHE_ON is set to 1, allows local users to overwrite arbitrary files via a symlink attack on /tmp/magpie_cache.

CVE-2013-1362 nagios vulnerability CVSS: 7.5 09 Jul 2013, 17:55 UTC

Incomplete blacklist vulnerability in nrpc.c in Nagios Remote Plug-In Executor (NRPE) before 2.14 might allow remote attackers to execute arbitrary shell commands via "$()" shell metacharacters, which are processed by bash.

CVE-2012-6096 nagios vulnerability CVSS: 7.5 22 Jan 2013, 23:55 UTC

Multiple stack-based buffer overflows in the get_history function in history.cgi in Nagios Core before 3.4.4, and Icinga 1.6.x before 1.6.2, 1.7.x before 1.7.4, and 1.8.x before 1.8.4, might allow remote attackers to execute arbitrary code via a long (1) host_name variable (host parameter) or (2) svc_description variable.

CVE-2011-2179 nagios vulnerability CVSS: 4.3 14 Jun 2011, 17:55 UTC

Multiple cross-site scripting (XSS) vulnerabilities in config.c in config.cgi in (1) Nagios 3.2.3 and (2) Icinga before 1.4.1 allow remote attackers to inject arbitrary web script or HTML via the expand parameter, as demonstrated by an (a) command action or a (b) hosts action.

CVE-2011-1523 nagios vulnerability CVSS: 4.3 03 May 2011, 19:55 UTC

Cross-site scripting (XSS) vulnerability in statusmap.c in statusmap.cgi in Nagios 3.2.3 and earlier allows remote attackers to inject arbitrary web script or HTML via the layer parameter.

CVE-2009-2288 nagios vulnerability CVSS: 7.5 01 Jul 2009, 13:00 UTC

statuswml.cgi in Nagios before 3.1.1 allows remote attackers to execute arbitrary commands via shell metacharacters in the (1) ping or (2) Traceroute parameters.

CVE-2008-6373 nagios vulnerability CVSS: 5.0 02 Mar 2009, 19:30 UTC

Unspecified vulnerability in Nagios before 3.0.6 has unspecified impact and remote attack vectors related to CGI programs, "adaptive external commands," and "writing newlines and submitting service comments."

CVE-2008-5028 nagios vulnerability CVSS: 6.8 10 Nov 2008, 15:23 UTC

Cross-site request forgery (CSRF) vulnerability in cmd.cgi in (1) Nagios 3.0.5 and (2) op5 Monitor before 4.0.1 allows remote attackers to send commands to the Nagios process, and trigger execution of arbitrary programs by this process, via unspecified HTTP requests.

CVE-2008-5027 nagios vulnerability CVSS: 6.5 10 Nov 2008, 15:23 UTC

The Nagios process in (1) Nagios before 3.0.5 and (2) op5 Monitor before 4.0.1 allows remote authenticated users to bypass authorization checks, and trigger execution of arbitrary programs by this process, via an (a) custom form or a (b) browser addon.

CVE-2008-4796 nagios vulnerability CVSS: 10.0 30 Oct 2008, 20:56 UTC

The _httpsrequest function (Snoopy/Snoopy.class.php) in Snoopy 1.2.3 and earlier, as used in (1) ampache, (2) libphp-snoopy, (3) mahara, (4) mediamate, (5) opendb, (6) pixelpost, and possibly other products, allows remote attackers to execute arbitrary commands via shell metacharacters in https URLs.

CVE-2007-5803 nagios vulnerability CVSS: 4.3 13 May 2008, 23:20 UTC

Multiple cross-site scripting (XSS) vulnerabilities in CGI programs in Nagios before 2.12 might allow remote attackers to inject arbitrary web script or HTML via unspecified vectors, a different issue than CVE-2007-5624 and CVE-2008-1360.

CVE-2008-1360 nagios vulnerability CVSS: 4.3 17 Mar 2008, 17:44 UTC

Cross-site scripting (XSS) vulnerability in Nagios before 2.11 allows remote attackers to inject arbitrary web script or HTML via unknown vectors to unspecified CGI scripts, a different issue than CVE-2007-5624.

CVE-2007-5623 nagios vulnerability CVSS: 5.0 23 Oct 2007, 16:46 UTC

Buffer overflow in the check_snmp function in Nagios Plugins (nagios-plugins) 1.4.10 allows remote attackers to cause a denial of service (crash) via crafted snmpget replies.

CVE-2007-5624 nagios vulnerability CVSS: 4.3 23 Oct 2007, 16:46 UTC

Cross-site scripting (XSS) vulnerability in Nagios 2.x before 2.10 allows remote attackers to inject arbitrary web script or HTML via unknown vectors to unspecified CGI scripts.

CVE-2007-5198 nagios vulnerability CVSS: 6.8 04 Oct 2007, 17:17 UTC

Buffer overflow in the redir function in check_http.c in Nagios Plugins before 1.4.10, when running with the -f (follow) option, allows remote web servers to execute arbitrary code via Location header responses (redirects) with a large number of leading "L" characters.

CVE-2006-2489 nagios vulnerability CVSS: 7.5 19 May 2006, 23:02 UTC

Integer overflow in CGI scripts in Nagios 1.x before 1.4.1 and 2.x before 2.3.1 allows remote attackers to cause a denial of service (crash) and possibly execute arbitrary code via a content length (Content-Length) HTTP header. NOTE: this is a different vulnerability than CVE-2006-2162.

CVE-2006-2162 nagios vulnerability CVSS: 5.0 03 May 2006, 21:02 UTC

Buffer overflow in CGI scripts in Nagios 1.x before 1.4 and 2.x before 2.3 allows remote attackers to execute arbitrary code via a negative content length (Content-Length) HTTP header.

CVE-2002-1959 nagios vulnerability CVSS: 10.0 31 Dec 2002, 05:00 UTC

Nagios 1.0b1 through 1.0b3 allows remote attackers to execute arbitrary commands via shell metacharacters in plugin output.