PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-55164 Netflix CVE debrief

A vulnerability in Lemur's user password management allowed plaintext passwords to be stored in the database when administrators changed passwords via the API. This issue was fixed in version 1.9.2 by adding a before_update event listener to hash the new password. The vulnerability exposed immediately usable credentials without offline cracking in the event of a database, backup, replica, query-log, or administrative read compromise. The fix avoids rehashing values that already have a bcrypt prefix.

Vendor
Netflix
Product
lemur
CVSS
MEDIUM 4.9
CISA KEV
Not listed in stored evidence
Original CVE published
2026-08-18
Original CVE updated
2026-09-08
Advisory published
2026-08-18
Advisory updated
2026-09-08

Who should care

Defenders responsible for managing and securing Lemur installations should assess their exposure and take action to update their installations. They should also review user accounts for potential unauthorized access and monitor for suspicious activity to prevent lateral movement or unauthorized access if credentials are exposed.

Why it matters

This vulnerability allows administrators' password changes to be stored in plaintext, exposing credentials in the event of a database or administrative read compromise. Defenders should verify their Lemur installations are updated to version 1.9.2 or later.

  • Immediate exposure of usable credentials in the event of a database or administrative read compromise
  • Potential for lateral movement or unauthorized access if credentials are exposed

Technical summary

The Lemur application did not properly hash new passwords set by administrators through the API, allowing them to be stored in plaintext in the database. This issue was addressed in version 1.9.2 by adding a before_update event listener to hash the new password. The affected user could no longer authenticate normally because bcrypt verification received an unhashed value. A database, backup, replica, query-log, or administrative read compromise exposed immediately usable credentials without offline cracking. The fix registers hashing for before_update and avoids rehashing values that already have a bcrypt prefix.

Defensive priority

Defenders should prioritize verifying their Lemur installations are updated to version 1.9.2 or later, and review their user accounts for any potential unauthorized access.

Recommended defensive actions

  • Verify Lemur installation is updated to version 1.9.2 or later
  • Review user accounts for potential unauthorized access
  • Monitor for suspicious activity
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
  • Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed

Evidence notes

The CVE record and source references provide details on the vulnerability, including the affected version and fixed version. The vulnerability allows administrators' password changes to be stored in plaintext, exposing credentials in the event of a database or administrative read compromise. Defenders should verify their Lemur installations are updated to version 1.9.2 or later and review user accounts for potential unauthorized access.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-55164 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-55164

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-55164 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-55164

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.