---
id: CVE-2026-71307
title: Lemur manages TLS certificate creation
summary: >-
  Lemur manages TLS certificate creation. Prior to 1.9.3, GET
  /api/1/destinations and GET /api/1/destinations/ relied only on authentication
  while sibling write handlers required admin_permission.
  DestinationOutputSchema returned raw optio…
severity: high
cvss: 7.7
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N'
cwe:
  - CWE-862
vendor: lemur
product: lemur
affected:
  - lemur < 1.9.3
patched:
  - lemur 1.9.3
published: '2026-08-18'
updated: '2026-09-08'
sourceUpdated: '2026-09-08T21:02:26.047'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-71307'
references:
  - url: >-
      https://github.com/Netflix/lemur/commit/751c970ec42a53d00ecc9c6a96e0e51b6737ae53
    label: security-advisories@github.com
  - url: 'https://github.com/Netflix/lemur/releases/tag/v1.9.3'
    label: security-advisories@github.com
  - url: 'https://github.com/Netflix/lemur/security/advisories/GHSA-6c8m-q6g9-vrw3'
    label: security-advisories@github.com
  - url: 'https://github.com/Netflix/lemur/security/advisories/GHSA-6c8m-q6g9-vrw3'
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
  - url: 'https://github.com/advisories/GHSA-6c8m-q6g9-vrw3'
tags:
  - nvd
  - ghsa
  - pip
epss: 0.00314
epssPercentile: 0.21636
aliases:
  - GHSA-6c8m-q6g9-vrw3
ecosystem: pip
ingestedAt: '2026-08-18T21:22:59.725Z'
---

## Overview

Lemur manages TLS certificate creation. Prior to 1.9.3, GET /api/1/destinations and GET /api/1/destinations/ relied only on authentication while sibling write handlers required admin_permission. DestinationOutputSchema returned raw options and copied them into pluginOptions without redacting sensitive values. The sftp-destination plugin stored password and privateKeyPass values in plaintext, allowing even a read-only user to retrieve credentials for remote certificate-deployment hosts. The exposed credentials could permit direct access to SFTP systems and TLS material outside the Lemur security boundary. The fix requires administrator permission for destination reads and redacts options marked sensitive. This issue is fixed in version 1.9.3.

## Remediation

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

## Package advisory (CVE-2026-71307)

Affected packages:

- `lemur < 1.9.3`

Patched in:

- `lemur 1.9.3`

Source: https://github.com/advisories/GHSA-6c8m-q6g9-vrw3
