PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-83805 nautobot CVE debrief

A vulnerability in Nautobot's ApprovalWorkflowStageResponse create endpoint allows unauthorized users to submit approved responses, potentially activating gated ScheduledJobs without legitimate approval. This issue affects Nautobot versions from 3.0.0 to 3.1.8 and is fixed in version 3.1.8. The vulnerability permits users with only extras.add_approvalworkflowstageresponse permission to submit approved responses directly, which can satisfy min_approvers, approve the workflow, and activate its gated ScheduledJob without a legitimate approver.

Vendor
nautobot
Product
Unknown
CVSS
MEDIUM 6.4
CISA KEV
Not listed in stored evidence
Original CVE published
2026-09-22
Original CVE updated
2026-09-26
Advisory published
2026-09-22
Advisory updated
2026-09-26

Who should care

Nautobot administrators and users with ApprovalWorkflowStageResponse permissions should assess exposure and verify remediation. Operators of Nautobot installations, security teams, and vulnerability management teams should review the vulnerability and implement necessary mitigations.

Why it matters

CVE-2026-83805 allows unauthorized users to submit approved responses in Nautobot, potentially activating ScheduledJobs without proper approval. Nautobot administrators should verify their installations and restrict access to the ApprovalWorkflowStageResponse create endpoint. The issue is fixed in version 3.1.8.

  • Potential unauthorized activation of ScheduledJobs
  • Bypass of legitimate approval processes
  • Possible attribution of responses to arbitrary users
  • Verification of user permissions and response restrictions is required

Technical summary

The generic ApprovalWorkflowStageResponse create endpoint in Nautobot versions 3.0.0 to 3.1.8 does not enforce approver-group membership, change permission on the object under review, or the one-response-per-user restriction. This allows users with only extras.add_approvalworkflowstageresponse permission to submit approved responses directly, which can satisfy min_approvers, approve the workflow, and activate its gated ScheduledJob without a legitimate approver.

Defensive priority

Medium

Recommended defensive actions

  • Review and update Nautobot installations to version 3.1.8 or later
  • Restrict access to the ApprovalWorkflowStageResponse create endpoint
  • Monitor for suspicious activity related to ScheduledJobs
  • Verify user permissions and response restrictions
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented

Evidence notes

The CVE record and NVD entry provide details on the vulnerability in Nautobot versions from 3.0.0 to 3.1.8. The issue is fixed in version 3.1.8. Evidence is limited to public CVE and NVD records, which indicate that the vulnerability allows unauthorized users to submit approved responses. Defenders should verify Nautobot installations and restrict access to the ApprovalWorkflowStageResponse create endpoint.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-83805 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-83805

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-83805 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-83805

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.