๐Ÿ” CVE Alert

CVE-2026-55164

MEDIUM 4.9

Lemur: Plaintext password storage in Lemur user-update path

CVSS Score
4.9
EPSS Score
0.0%
EPSS Percentile
0th

Lemur manages TLS certificate creation. Prior to 1.9.2, lemur.users.service.update assigned a replacement password directly to users.password, while lemur/users/models.py registered User.hash_password only for the before_insert event. Because no before_update listener ran, administrator-initiated password changes through PUT /api/1/users/ were committed as plaintext. 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. This issue is fixed in version 1.9.2.

CWE CWE-256
Vendor netflix
Product lemur
Published Aug 18, 2026
Last Updated Aug 18, 2026
Stay Ahead of the Next One

Get instant alerts for netflix lemur

Be the first to know when new medium vulnerabilities affecting netflix lemur are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
High
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Affected Versions

Netflix / lemur
< 1.9.2

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/Netflix/lemur/security/advisories/GHSA-q437-g7fv-2jvv github.com: https://github.com/Netflix/lemur/commit/221c6d7275ac667bb8898ab48d2b96926a89c1c4 github.com: https://github.com/Netflix/lemur/releases/tag/v1.9.2