CVE-2026-83805
6.4Nautobot · Nautobot
Nautobot fails to enforce authorization checks on the ApprovalWorkflowStageResponse endpoint, allowing authenticated users to forge approval responses and trigger unauthorized gated jobs.
Executive summary
An authorization bypass vulnerability in Nautobot allows authenticated users to forge workflow approvals and execute unauthorized tasks, posing a significant risk to network automation integrity.
Vulnerability
This is an improper authorization flaw (CWE-285) within the ApprovalWorkflowStageResponse create endpoint, which fails to validate user permissions or group membership requirements. An authenticated user can manipulate the response fields to impersonate authorized approvers, bypass workflow restrictions, and activate gated ScheduledJobs.
Business impact
The ability to bypass workflow approvals directly compromises the security and integrity of the Network Source of Truth. An attacker could force the execution of unauthorized automation tasks, potentially leading to unintended network configuration changes or unauthorized infrastructure modifications. Given the CVSS score of 6.4, this vulnerability represents a significant risk to operational stability and internal control compliance.
Remediation
Immediate Action: Upgrade the Nautobot platform to version 3.1.8 or later to incorporate the necessary authorization enforcement logic.
Proactive Monitoring: Review access logs for the ApprovalWorkflowStageResponse endpoint to identify unusual submission patterns or unauthorized attempts by low-privileged users.
Compensating Controls: Restrict access to the API endpoints associated with workflow approvals to only those users explicitly required to perform these functions until the patch is applied.
Exploitation status
Public Exploit Available: Unknown.
Analyst recommendation
Organizations utilizing Nautobot for automated network management must prioritize this update, as the flaw allows for the subversion of internal security processes. Administrators should perform the upgrade to version 3.1.8 immediately to prevent malicious actors from manipulating gated workflows and executing unauthorized automated jobs.
History
- Analyst report written