PatchSiren cyber security CVE debrief
CVE-2026-85725 HKUDS CVE debrief
A timing oracle vulnerability exists in LightRAG's password verification process prior to version 1.5.5. This issue allows a network attacker with low-latency access to recover plaintext-configured password character by character by repeatedly querying the /login endpoint. The vulnerability is due to the use of Python's == operator for comparing plaintext password values, which can return after the first mismatching byte, creating response-time differences based on password length and matching prefixes. Deployments using bcrypt-prefixed password values are not affected.
- Vendor
- HKUDS
- Product
- LightRAG
- CVSS
- MEDIUM 5.9
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-22
- Original CVE updated
- 2026-09-26
- Advisory published
- 2026-09-22
- Advisory updated
- 2026-09-26
Who should care
Defenders responsible for LightRAG deployments, particularly those using plaintext-configured passwords, should assess exposure and take immediate action to mitigate this vulnerability.
Why it matters
CVE-2026-85725 is a timing oracle vulnerability in LightRAG's password verification process. Defenders should prioritize verifying their deployments and upgrading to version 1.5.5 or later to mitigate this vulnerability. Those using plaintext-configured passwords are at risk of password recovery by attackers. The vulnerability allows for character-by-character password recovery through repeated /login endpoint queries. Deployments using bcrypt-prefixed password values are not affected.
- Password recovery by attackers through timing oracle exploitation
- Potential for lateral movement and unauthorized access
- Need for verification of LightRAG deployment versions and configurations
- Priority for upgrading to version 1.5.5 or later
Technical summary
The vulnerability exists in the verify_password function in lightrag/api/passwords.py, where plaintext AUTH_ACCOUNTS password values are compared using Python's == operator. This comparison can return after the first mismatching byte, creating response-time differences based on password length and matching prefixes. An attacker with sufficiently low-latency access can exploit this to recover a plaintext-configured password character by character by repeatedly querying the /login endpoint.
Defensive priority
Defenders should prioritize verifying their LightRAG deployments and upgrading to version 1.5.5 or later to mitigate this vulnerability. Specifically, those using plaintext-configured passwords should assess exposure and take immediate action.
Recommended defensive actions
- Verify LightRAG deployment version and assess exposure to plaintext-configured passwords
- Upgrade to version 1.5.5 or later
- Review and adjust password configuration and authentication mechanisms
- Perform an inventory of assets using LightRAG to identify potential exposure
- Monitor for suspicious login attempts or anomalies in authentication logs
- Implement compensating controls for exposed systems while remediation is scheduled and verified
- Track exceptions and retest remediated assets to ensure thorough mitigation
Evidence notes
The CVE record and NVD vulnerability detail page provide information on the vulnerability, its impact, and the fixed version. Additional details are available in the source references, including GitHub commits, pull requests, and security advisories.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-85725 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-85725
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-85725 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-85725
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/HKUDS/LightRAG/commit/89849c3ed0e0380345a6b5bade027cfb9a5bf32c
-
Source reference
Unverified legacy reference
URL: https://github.com/HKUDS/LightRAG/pull/3423
-
Source reference
Unverified legacy reference
URL: https://github.com/HKUDS/LightRAG/releases/tag/v1.5.5
-
Source reference
Unverified legacy reference
URL: https://github.com/HKUDS/LightRAG/security/advisories/GHSA-c759-cx9p-mrwq
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.