CVE-2025-65014: LibreNMS has Weak Password Policy
Summary
A Weak Password Policy vulnerability was identified in the user management functionality of the LibreNMS application. This vulnerability allows administrators to create accounts with extremely weak and predictable passwords, such as 12345678. This exposes the platform to brute-force and credential stuffing attacks.
---
Details
Vulnerable Component: User creation / password definition
The application fails to enforce a strong password policy when creating new users. As a result, administrators can define trivial and well-known weak passwords, compromising the authentication security of the system.
---
PoC
1. Log in to the application using an Administrator account. 2. Navigate to the user management section: 3. Create a new user account using the password 12345678.
<img width="1103" height="852" alt="image" src="https://github.com/user-attachments/assets/a20d4226-9f86-46ee-a4e6-45be91bb6b7b" />
4. The application accepts the weak password without restrictions and creates the account successfully. <img width="1359" height="487" alt="image" src="https://github.com/user-attachments/assets/9bec15bf-b38f-448b-8f98-acca5724e143" />
---
Impact
Weak password policy vulnerabilities can have severe consequences, including:
- Increased risk of brute-force and credential stuffing attacks - Unauthorized access to user or administrative accounts - Privilege escalation through compromised credentials - Degradation of the overall security posture of the platform
---
Mitigation
- Enforce a strong password policy (e.g., minimum of 12 characters with uppercase, lowercase, digits, and special characters). - Block the use of commonly known weak passwords (e.g., 12345678, password, admin, qwerty).
Other sources
LibreNMS is an auto-discovering PHP/MySQL/SNMP based network monitoring tool. Prior to version 25.11.0, a weak password policy vulnerability was identified in the user management functionality of the LibreNMS application. This vulnerability allows administrators to create accounts with extremely weak and predictable passwords, such as 12345678. This exposes the platform to brute-force and credential stuffing attacks. This issue has been patched in version 25.11.0.
— MITRE
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2025-65014?
CVE-2025-65014 is considered a high severity vulnerability due to its potential for exploitation through weak password policies.
How do I fix CVE-2025-65014?
To fix CVE-2025-65014, enforce a strong password policy by restricting the use of weak passwords and updating the configuration of your LibreNMS application.
What software versions are affected by CVE-2025-65014?
CVE-2025-65014 affects all versions of LibreNMS up to and including version 25.11.0.
Can CVE-2025-65014 lead to account compromise?
Yes, CVE-2025-65014 can lead to account compromise due to administrators being able to create accounts with weak passwords.
Is there a remediation available for CVE-2025-65014?
Yes, remediation for CVE-2025-65014 includes applying updates that enforce a robust password policy.