CVE-2026-44797
8.5Nautobot · Nautobot
Nautobot contains a Server-Side Request Forgery (SSRF) vulnerability that allows authenticated users to perform unauthorized requests.
Executive summary
A Server-Side Request Forgery vulnerability in Nautobot allows authenticated attackers to potentially access internal resources or perform unauthorized network requests.
Vulnerability
This is a Server-Side Request Forgery (CWE-918) vulnerability. An authenticated user with low privileges can leverage the application's functionality to force the server to make requests to arbitrary destinations, potentially bypassing network segmentation.
Business impact
Successful exploitation of this SSRF vulnerability could allow an attacker to interact with internal services that are otherwise unreachable from the public internet. This poses a significant risk to the confidentiality of internal network infrastructure and may provide a foothold for further lateral movement within the environment. While the CVSS score of 8.5 denotes high severity, the requirement for authenticated access slightly lowers the immediate risk compared to unauthenticated remote code execution.
Remediation
Immediate Action: Upgrade to Nautobot version 3.1.2 or 2.4.33 immediately to apply the vendor-provided patch.
Proactive Monitoring: Monitor egress traffic from the Nautobot server for unexpected connection attempts to internal IP addresses or sensitive management interfaces.
Compensating Controls: Implement strict egress filtering (allow-listing) at the network level to restrict the server's ability to reach unauthorized internal or external destinations.
Exploitation status
Public Exploit Available: Unknown.
Analyst recommendation
Given the potential for lateral movement and internal reconnaissance, administrators should prioritize the application of the patched versions. Review all user roles and permissions within Nautobot to ensure the principle of least privilege is strictly enforced while the update is being deployed.