---
id: CVE-2026-83801
title: Nautobot is a Network Source of Truth and Network Automation Platform
summary: >-
  Nautobot is a Network Source of Truth and Network Automation Platform. Prior
  to 2.4.37 and 3.1.8, a user with extras.add_relationship or
  extras.change_relationship permission can store HTML or JavaScript in a
  Relationship description, an…
severity: medium
cvss: 5.4
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N'
cwe:
  - CWE-79
vendor: nautobot
product: nautobot
affected:
  - nautobot < 2.4.37
  - 'nautobot >= 3.0.0, < 3.1.8'
patched:
  - nautobot 2.4.37
  - nautobot 3.1.8
published: '2026-09-22'
updated: '2026-09-23'
sourceUpdated: '2026-09-23T18:12:04.247'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-83801'
references:
  - url: >-
      https://github.com/nautobot/nautobot/commit/e6ff20d50e0759135c6d278e7b2ceec56ed9b3c8
    label: security-advisories@github.com
  - url: >-
      https://github.com/nautobot/nautobot/commit/f8a62466f3ebc42759a6373e7c79b0cad5751c2f
    label: security-advisories@github.com
  - url: 'https://github.com/nautobot/nautobot/releases/tag/v2.4.37'
    label: security-advisories@github.com
  - url: 'https://github.com/nautobot/nautobot/releases/tag/v3.1.8'
    label: security-advisories@github.com
  - url: >-
      https://github.com/nautobot/nautobot/security/advisories/GHSA-56v6-2fhr-wxgq
    label: security-advisories@github.com
  - url: 'https://github.com/advisories/GHSA-56v6-2fhr-wxgq'
  - url: 'https://github.com/nautobot/nautobot'
tags:
  - nvd
  - cve.org
  - ghsa
  - pip
  - osv
epss: 0.00219
epssPercentile: 0.10991
aliases:
  - GHSA-56v6-2fhr-wxgq
ecosystem: pip
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-23T15:08:52.010503Z'
ingestedAt: '2026-09-22T20:10:15.096Z'
---

## Overview

Nautobot is a Network Source of Truth and Network Automation Platform. Prior to 2.4.37 and 3.1.8, a user with extras.add_relationship or extras.change_relationship permission can store HTML or JavaScript in a Relationship description, and a user with dcim.add_modulefamily or dcim.change_modulefamily permission can store it in a Module Family name. Nautobot assigns these values to form field help_text rendered by render_field.html through Django's |safe filter without adequate neutralization. The stored content executes in the authenticated browser session of any user, including an administrator or superuser, who opens an affected create or edit form. This can enable actions as the victim, session or token theft, and further privilege escalation. This issue is fixed in versions 2.4.37 and 3.1.8.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Package advisory (CVE-2026-83801)

Affected packages:

- `nautobot < 2.4.37`
- `nautobot >= 3.0.0, < 3.1.8`

Patched in:

- `nautobot 2.4.37`
- `nautobot 3.1.8`

Source: https://github.com/advisories/GHSA-56v6-2fhr-wxgq
