---
id: CVE-2023-48700
aliases:
  - GHSA-qf3c-rw9f-jh7v
  - PYSEC-2023-288
title: Clear Text Credentials Exposed via Onboarding Task
summary: Clear Text Credentials Exposed via Onboarding Task
severity: medium
cvss: 5.7
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N'
vendor: nautobot-device-onboarding
product: nautobot-device-onboarding
ecosystem: pip
affected:
  - 'nautobot-device-onboarding >= 2.0.0, < 3.0.0'
patched:
  - nautobot-device-onboarding 3.0.0
published: '2023-11-21'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T03:49:59.306571672Z'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-qf3c-rw9f-jh7v'
references:
  - url: >-
      https://github.com/nautobot/nautobot-plugin-device-onboarding/security/advisories/GHSA-qf3c-rw9f-jh7v
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2023-48700'
  - url: 'https://github.com/nautobot/nautobot-plugin-device-onboarding'
  - url: >-
      https://github.com/pypa/advisory-database/tree/main/vulns/nautobot-device-onboarding/PYSEC-2023-288.yaml
tags:
  - osv
  - pip
epss: 0.00414
epssPercentile: 0.35389
ingestedAt: '2026-09-12T03:13:01.721Z'
---

## Overview

### Impact
When credentials are provided while creating an OnboardingTask they may be visible via the Job Results view under the Additional Data tab as args for the Celery Task execution. This only applies to OnboardingTasks that are created with credentials specified while on v2.0.0-2.0.2 of Nautobot Device Onboarding. This advisory does not apply earlier version or when using NAPALM_USERNAME & NAPALM_PASSWORD from nautobot_config.py

### Patches
v3.0.0

### Workarounds
None

### Recommendations
* Delete all Job Results for any onboarding task to remove clear text credentials from database entries that were run while on v2.0.X
* Upgrade to v3.0.0
* Rotate any exposed credential


## Affected packages

- `nautobot-device-onboarding >= 2.0.0, < 3.0.0`

## Remediation

Upgrade to a patched release:

- `nautobot-device-onboarding 3.0.0`
