Cyber Resilience

CVE-2025-60425

Nagios Fusion 2024

Published
27 October 2025
Modified
05 November 2025
Patch / advisory
CVSS Score v3.1 8.6
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:L
EPSS Score 0.0092 57th percentile
Risk Priority 68 floored blend · peak EPSS

Summary

CVE-2025-60425 is a high-severity Object Hijack (CWE-491) vulnerability in Nagios Fusion. Its CVSS base score is 8.6 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked in the top 43% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SA-11 (Developer Testing and Evaluation) and SA-15 (Development Process, Standards, and Tools) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2025-60425 affects Nagios Fusion versions v2024R1.2 and v2024R2, where the software fails to invalidate existing session tokens upon enabling the two-factor authentication (2FA) mechanism. This flaw, classified under CWE-491 (Masking of a Critical Element), enables session hijacking attacks and carries a CVSS v3.1 base score of 8.6 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:L), indicating high severity due to its network accessibility, low attack complexity, and lack of prerequisites like privileges or user interaction.

Unauthenticated attackers can exploit this vulnerability remotely by obtaining a valid session token prior to 2FA enablement—such as through phishing, malware, or prior unauthorized access—and reusing it post-2FA activation to hijack the victim's session. Successful exploitation grants attackers high integrity impact (I:H), allowing unauthorized actions like configuration changes or data manipulation under the victim's privileges, alongside low confidentiality (C:L) and availability (A:L) impacts.

Advisories and mitigation details are available in the provided references, including the Nagios changelog at https://www.nagios.com/changelog/#fusion for patch information and GitHub repositories https://github.com/aakashtyal/Session-Persistence-After-Enabling-2FA and https://github.com/aakashtyal/Session-Persistence-After-Enabling-2FA-CVE-2025-60425 for technical analysis and proof-of-concept. Security practitioners should review these for upgrade guidance and apply patches promptly.

EU & UK References

Vulnerability Data

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.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2025-60424Same product: Nagios Fusion
CVE-2023-7312Same product: Nagios Fusion
CVE-2023-53689Same product: Nagios Fusion
CVE-2023-53690Same product: Nagios Fusion
CVE-2025-34274Same product class: network monitoring / SIEM
CVE-2024-13994Same product class: network monitoring / SIEM
CVE-2023-7317Same product class: network monitoring / SIEM
CVE-2025-34277Same product class: network monitoring / SIEM
CVE-2023-48085Same product class: network monitoring / SIEM
CVE-2024-14004Same product class: network monitoring / SIEM

Affected Assets

nagios
fusion
2024

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Developer testing and code analysis can locate public non-final clone methods before deployment.

Documented development standards can mandate secure cloning patterns and final declarations.

Engineering principles can require encapsulation and final methods to block unauthorized object creation paths.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly enforce final clone methods and constructor invariants to block object hijacking.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

prevents

Secure coding standards directly require final clone or defensive-copy patterns to block object hijacking.

finds

Security testing can detect clone-related state corruption during acceptance testing.

prevents

Secure development lifecycle includes design and code reviews that can catch non-final clone methods.

prevents

Application security requirements can mandate defensive coding rules that prevent unsafe cloning.

prevents

Secure architecture principles discourage mutable state exposure via cloneable objects.

References