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

CVE-2026-71307: Lemur: Authenticated low-privilege users can read plaintext destination credentials (SFTP password / private-key passphrase) via the destinations API

August 18, 2026

Lemur’s destination read endpoints – GET /api/1/destinations and GET /api/1/destinations/<id> – return the full set of stored plugin option values to any authenticated user, with no authorization check and no redaction of secret-bearing options. The sibling write endpoints (POST/PUT/DELETE) are gated with @admin_permission.require(http_exception=403), but the two read handlers are protected only by login_required (inherited from AuthenticatedResource). They do not even exclude read-only users.

The built-in SFTP destination plugin (sftp-destination) stores its password and privateKeyPass options in cleartext in the destinations.options column (the plugin’s own docstring states “Passwords are not encrypted and stored as a plain text.”). Because DestinationOutputSchema serializes every option value verbatim, any authenticated principal – including a read-only user – can retrieve these credentials and use them to authenticate to the remote SFTP server to which Lemur deploys certificates.

References

  • github.com/Netflix/lemur/commit/751c970ec42a53d00ecc9c6a96e0e51b6737ae53
  • github.com/Netflix/lemur/releases/tag/v1.9.3
  • github.com/Netflix/lemur/security/advisories/GHSA-6c8m-q6g9-vrw3
  • github.com/advisories/GHSA-6c8m-q6g9-vrw3
  • nvd.nist.gov/vuln/detail/CVE-2026-71307

Code Behaviors & Features

Detect and mitigate CVE-2026-71307 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 1.9.3

Fixed versions

  • 1.9.3

Solution

Upgrade to version 1.9.3 or above.

Impact 7.7 HIGH

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

Learn more about CVSS

Weakness

  • CWE-862: Missing Authorization

Source file

pypi/lemur/CVE-2026-71307.yml

Spotted a mistake? Edit the file on GitLab.

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

Page generated Tue, 22 Sep 2026 12:21:30 +0000.