Description
An issue was discovered in Nagios XI before 5.9.3. The is_insecure_login_authenticated function uses a insecure timing comparison that leads to an attacker being able to bruteforce the admin password, by measuring timing differences in the comparison.
Published: 2026-09-14
Score: 3.5 Low
EPSS: < 1% Very Low
KEV: No
Impact: Authentication bypass via timing side‑channel
Action: Apply Update
AI Analysis

Impact

The Nagios XI function is_insecure_login_authenticated uses an insecure timing comparison, allowing an attacker to measure response times during authentication attempts. This side‑channel information enables a brute‑force attack that can guess the admin password by exploiting timing differences in an otherwise correct password check.

Affected Systems

All Nagios XI installations version 5.9.2 and earlier are affected. Nagios XI must be updated to 5.9.3 or later to contain the fixed comparison routine.

Risk and Exploitability

The CVSS score of 3.5 indicates a low severity for the vulnerability; however, the lack of an EPSS score and its absence from the CISA KEV catalog do not negate the feasibility of exploitation. Attackers can perform remote brute‑force attempts from outside the internal network by repeatedly invoking the login function and measuring response latency to infer correct password characters. No local privileges or advanced techniques are required beyond network connectivity and timing analysis.

Generated by OpenCVE AI on September 14, 2026 at 11:16 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Nagios XI to version 5.9.3 or later so that the authentication comparison uses a constant‑time algorithm.
  • Restart Nagios XI services to ensure the new code is in use.
  • Implement network‑level login throttling or IP blocking to limit brute‑force attempts while the patch is applied.

Generated by OpenCVE AI on September 14, 2026 at 11:16 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 14 Sep 2026 09:00:00 +0000

Type Values Removed Values Added
First Time appeared Nagios xi
Vendors & Products Nagios xi

Mon, 14 Sep 2026 04:00:00 +0000

Type Values Removed Values Added
Description An issue was discovered in Nagios XI before 5.9.3. The is_insecure_login_authenticated function uses a insecure timing comparison that leads to an attacker being able to bruteforce the admin password, by measuring timing differences in the comparison.
First Time appeared Nagios
Nagios nagios Xi
Weaknesses CWE-208
CPEs cpe:2.3:a:nagios:nagios_xi:*:*:*:*:*:*:*:*
Vendors & Products Nagios
Nagios nagios Xi
References
Metrics cvssV3_1

{'score': 3.5, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:N/A:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-09-14T03:48:53.027Z

Reserved: 2023-01-21T00:00:00.000Z

Link: CVE-2023-24035

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-14T04:16:35.293

Modified: 2026-09-14T04:16:35.293

Link: CVE-2023-24035

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-14T11:30:08Z

Weaknesses
  • CWE-208

    Observable Timing Discrepancy