CVE-2026-90498
Received Received - Intake

Default Credentials in Lenve VHR 1.0-SNAPSHOT

Vulnerability report for CVE-2026-90498, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-13

Last updated on: 2026-09-13

Assigner: VulDB

Description

A vulnerability was identified in lenve vhr 1.0-SNAPSHOT. Affected by this issue is some unknown functionality of the file vhr.sql. The manipulation leads to use of default credentials. Remote exploitation of the attack is possible. The exploit is publicly available and might be used. The vendor was contacted early about this disclosure but did not respond in any way.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-13
Last Modified
2026-09-13
Generated
2026-09-13
AI Q&A
2026-09-13
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-1392 The product uses default credentials (such as passwords or cryptographic keys) for potentially critical functionality.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is in lenve vhr 1.0-SNAPSHOT where default credentials are hardcoded in the vhr.sql file. The admin, libai, and hanyu accounts use the password '123' with BCrypt hashing. Attackers can exploit this by using the default login endpoint to gain administrative access without authentication.

Detection Guidance

Check if the vhr application version 1.0-SNAPSHOT is deployed by inspecting the vhr.sql file for default INSERT statements for admin, libai, or hanyu accounts with passwords set to '123'. Verify if BCrypt hashes match known default values. Test login attempts to the default endpoint using these credentials.

Commands: 1) grep -i "INSERT.*admin.*123" /path/to/vhr.sql 2) curl -X POST http://<target>/login -d '{"username":"admin","password":"123"}' 3) Check application logs for successful admin logins without prior password setup.

Impact Analysis

An attacker could gain full administrative access to the vhr application, allowing them to read, modify, or delete sensitive data. Since the exploit is publicly available, the risk of unauthorized access is high, especially if the application is deployed with default settings.

Compliance Impact

This vulnerability could lead to unauthorized access to personal or sensitive data, violating GDPR and HIPAA requirements for data protection and access control. Non-compliance may result in legal penalties, data breach notifications, and reputational damage.

Mitigation Strategies

Remove or modify the vhr.sql file to randomize default passwords and enforce a password change on first login. Update all default accounts (admin, libai, hanyu) to strong, unique passwords. Restrict access to the login endpoint until remediation is complete.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-90498. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart