Advisory Database
  • Advisories
  • Dependency Scanning
  1. pypi
  2. ›
  3. nautobot
  4. ›
  5. CVE-2026-44794

CVE-2026-44794: Nautobot: REST API permits creation of GenericForeignKey references to objects that the user should not be able to reference

May 13, 2026 (updated June 9, 2026)

In the case of inter-object references via GenericForeignKey (a pattern allowing an object to reference another object that may belong to one of several different “content types” or database tables), when creating or updating an object containing a GenericForeignKey, Nautobot’s REST API failed to enforce user “view” permissions when determining whether a given reference to another object would be valid.

As a concrete example, a user:

  • who has permission to create or update ImageAttachment records
  • but who lacks permission to view (some or all) Device records
  • but who knows (via some other mechanism) the UUID of a specific Device that they do not otherwise have access to

could create via the REST API an ImageAttachment linked to that specific Device.

Other models that use GenericForeignKey and may be writable via the REST API, and hence have a similar vulnerability to ImageAttachment, may include:

  • ApprovalWorkflow
  • Cable
  • ConfigContext
  • ContactAssociation
  • DataCompliance
  • Device
  • ExportTemplate
  • GraphQLQuery
  • Note
  • ObjectMetadata
  • RelationshipAssociation
  • StaticGroupAssociation
  • VirtualMachine

Additionally, any Nautobot Apps that provide models with a REST API and use GenericForeignKey may have a similar vulnerability for their models.

References

  • github.com/advisories/GHSA-wpxj-44w3-2j6x
  • github.com/nautobot/nautobot/commit/36cde7148a207234de6212ec074f321dbc9d1b5b
  • github.com/nautobot/nautobot/commit/9918bdb9bcf1eb42cda72c344f420a64ef7665f1
  • github.com/nautobot/nautobot/releases/tag/v2.4.33
  • github.com/nautobot/nautobot/releases/tag/v3.1.2
  • github.com/nautobot/nautobot/security/advisories/GHSA-wpxj-44w3-2j6x
  • nvd.nist.gov/vuln/detail/CVE-2026-44794

Code Behaviors & Features

Detect and mitigate CVE-2026-44794 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 2.4.33, all versions starting from 3.0.0-a.2 before 3.1.2

Fixed versions

  • 2.4.33
  • 3.1.2

Solution

Upgrade to versions 2.4.33, 3.1.2 or above.

Impact 5.4 MEDIUM

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N

Learn more about CVSS

Weakness

  • CWE-862: Missing Authorization

Source file

pypi/nautobot/CVE-2026-44794.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Tue, 23 Jun 2026 12:23:33 +0000.