---
id: CVE-2024-32979
aliases:
  - GHSA-jxgr-gcj5-cqqg
  - PYSEC-2026-1686
title: nautobot has reflected Cross-site Scripting potential in all object list views
summary: nautobot has reflected Cross-site Scripting potential in all object list views
severity: high
cvss: 7.5
cvssVector: 'CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:L/I:H/A:L'
vendor: nautobot
product: nautobot
ecosystem: pip
affected:
  - 'nautobot >= 1.5.0, < 1.6.20'
  - 'nautobot >= 2.0.0, < 2.2.3'
patched:
  - nautobot 1.6.20
  - nautobot 2.2.3
published: '2024-05-01'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T03:50:13.904050315Z'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-jxgr-gcj5-cqqg'
references:
  - url: >-
      https://github.com/nautobot/nautobot/security/advisories/GHSA-jxgr-gcj5-cqqg
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2024-32979'
  - url: 'https://github.com/nautobot/nautobot/pull/5646'
  - url: 'https://github.com/nautobot/nautobot/pull/5647'
  - url: >-
      https://github.com/nautobot/nautobot/commit/2ea5797ea43646d5d8b29433e4c707b5a9758146
  - url: >-
      https://github.com/nautobot/nautobot/commit/42440ebd9b381534ad89d62420ebea00d703d64e
  - url: 'https://github.com/nautobot/nautobot'
  - url: 'https://github.com/nautobot/nautobot/releases/tag/v1.6.20'
  - url: 'https://github.com/nautobot/nautobot/releases/tag/v2.2.3'
tags:
  - osv
  - pip
epss: 0.00491
epssPercentile: 0.39641
ingestedAt: '2026-07-08T18:25:50.907Z'
---

## Overview

### Impact

It was discovered that due to improper handling and escaping of user-provided query parameters, a maliciously crafted Nautobot URL could potentially be used to execute a Reflected Cross-Site Scripting (Reflected XSS) attack against users. All filterable object-list views in Nautobot are vulnerable, including:

- /dcim/location-types/
- /dcim/locations/
- /dcim/racks/
- /dcim/rack-groups/
- /dcim/rack-reservations/
- /dcim/rack-elevations/
- /tenancy/tenants/
- /tenancy/tenant-groups/
- /extras/tags/
- /extras/statuses/
- /extras/roles/
- /extras/dynamic-groups/
- /dcim/devices/
- /dcim/platforms/
- /dcim/virtual-chassis/
- /dcim/device-redundancy-groups/
- /dcim/interface-redundancy-groups/
- /dcim/device-types/
- /dcim/manufacturers/
- /dcim/cables/
- /dcim/console-connections/
- /dcim/power-connections/
- /dcim/interface-connections/
- /dcim/interfaces/
- /dcim/front-ports/
- /dcim/rear-ports/
- /dcim/console-ports/
- /dcim/console-server-ports/
- /dcim/power-ports/
- /dcim/power-outlets/
- /dcim/device-bays/
- /dcim/inventory-items/
- /ipam/ip-addresses/
- /ipam/prefixes
- /ipam/rirs/
- /ipam/namespaces/
- /ipam/vrfs/
- /ipam/route-targets/
- /ipam/vlans/
- /ipam/vlan-groups/
- /ipam/services/
- /virtualization/virtual-machines/
- /virtualization/interfaces/
- /virtualization/clusters/
- /virtualization/cluster-types/
- /virtualization/cluster-groups/
- /circuits/circuits/
- /circuits/circuit-types/
- /circuits/providers/
- /circuits/provider-networks/
- /dcim/power-feeds/
- /dcim/power-panels/
- /extras/secrets/
- /extras/secrets-groups/
- /extras/jobs/
- /extras/jobs/scheduled-jobs/approval-queue/
- /extras/jobs/scheduled-jobs/
- /extras/job-results/
- /extras/job-hooks/
- /extras/job-buttons/
- /extras/object-changes/
- /extras/git-repositories/
- /extras/graphql-queries/
- /extras/relationships/
- /extras/notes/
- /extras/config-contexts/
- /extras/config-context-schemas/
- /extras/export-templates/
- /extras/external-integrations/
- /extras/webhooks/
- /extras/computed-fields/
- /extras/custom-fields/
- /extras/custom-links/

as well as any similar object-list views provided by any Nautobot App.

### Patches

Fixed in Nautobot 1.6.20 and 2.2.3.

### Workarounds

No workaround has been identified

### References

- #5646 
- #5647

**Credit to [Michael Panorios](mailto:michael.panorios@pwc.com) for reporting this issue.**

## Affected packages

- `nautobot >= 1.5.0, < 1.6.20`
- `nautobot >= 2.0.0, < 2.2.3`

## Remediation

Upgrade to a patched release:

- `nautobot 1.6.20`
- `nautobot 2.2.3`
