Total
101 CVE
| CVE | Vendors | Products | Updated | CVSS v2 | CVSS v3 |
|---|---|---|---|---|---|
| CVE-2022-0588 | 1 Librenms | 1 Librenms | 2026-02-24 | 4.0 MEDIUM | 7.1 HIGH |
|
Missing Authorization in Packagist librenms/librenms prior to 22.2.0.
|
|||||
| CVE-2022-0580 | 1 Librenms | 1 Librenms | 2026-02-24 | 6.5 MEDIUM | 7.1 HIGH |
|
Incorrect Authorization in Packagist librenms/librenms prior to 22.2.0.
|
|||||
| CVE-2026-26987 | 1 Librenms | 1 Librenms | 2026-02-20 | N/A | 6.1 MEDIUM |
|
LibreNMS is an auto-discovering PHP/MySQL/SNMP based network monitoring tool. Versions 25.12.0 and below are vulnerable to Reflected XSS attacks via email field. This issue has been fixed in version 26.2.0.
|
|||||
| CVE-2026-26988 | 1 Librenms | 1 Librenms | 2026-02-20 | N/A | 9.1 CRITICAL |
|
LibreNMS is an auto-discovering PHP/MySQL/SNMP based network monitoring tool. Versions 25.12.0 and below contain an SQL Injection vulnerability in the ajax_table.php endpoint. The application fails to properly sanitize or parameterize user input when processing IPv6 address searches. Specifically, the address parameter is split into an address and a prefix, and the prefix portion is directly concatenated into the SQL query string without validation. This allows an attacker to inject arbitrary SQ ...
Show More |
|||||
| CVE-2026-26989 | 1 Librenms | 1 Librenms | 2026-02-20 | N/A | 4.3 MEDIUM |
|
LibreNMS is an auto-discovering PHP/MySQL/SNMP based network monitoring tool. Versions 25.12.0 and below are affected by a Stored Cross-Site Scripting (XSS) vulnerability in the Alert Rules workflow. An attacker with administrative privileges can inject malicious scripts that execute in the browser context of any user who accesses the Alert Rules page. This issue has been fixed in version 26.2.0.
|
|||||
| CVE-2026-26990 | 1 Librenms | 1 Librenms | 2026-02-20 | N/A | 8.8 HIGH |
|
LibreNMS is an auto-discovering PHP/MySQL/SNMP based network monitoring tool. Versions 25.12.0 and below have a Time-Based Blind SQL Injection vulnerability in address-search.inc.php via the address parameter. When a crafted subnet prefix is supplied, the prefix value is concatenated directly into an SQL query without proper parameter binding, allowing an attacker to manipulate query logic and infer database information through time-based conditional responses. This vulnerability requires authen ...
Show More |
|||||
| CVE-2026-27016 | 1 Librenms | 1 Librenms | 2026-02-20 | N/A | 5.4 MEDIUM |
|
LibreNMS is an auto-discovering PHP/MySQL/SNMP based network monitoring tool. Versions 24.10.0 through 26.1.1 are vulnerable to Stored XSS via the unit parameter in Custom OID. The Custom OID functionality lacks strip_tags() sanitization while other fields (name, oid, datatype) are sanitized. The unsanitized value is stored in the database and rendered without HTML escaping. This issue is fixed in version 26.2.0.
|
|||||
| CVE-2026-26991 | 1 Librenms | 1 Librenms | 2026-02-20 | N/A | 4.8 MEDIUM |
|
LibreNMS is an auto-discovering PHP/MySQL/SNMP based network monitoring tool. In versions 26.1.1 and below, the device group name is not sanitized, allowing attackers with admin privileges to perform Stored Cross-Site Scripting (XSS) attacks. When a user adds a device group, an HTTP POST request is sent to the Request-URI "/device-groups". The name of the newly created device group is stored in the value of the name parameter. After the device group is created, the entry is displayed along with ...
Show More |
|||||
| CVE-2026-26992 | 1 Librenms | 1 Librenms | 2026-02-20 | N/A | 4.8 MEDIUM |
|
LibreNMS is an auto-discovering PHP/MySQL/SNMP based network monitoring tool. In versions 26.1.1 and below, the port group name is not sanitized, allowing attackers with admin privileges to perform Stored Cross-Site Scripting (XSS) attacks. When a user adds a port group, an HTTP POST request is sent to the Request-URI "/port-groups". The name of the newly created port group is stored in the value of the name parameter. After the port group is created, the entry is displayed along with relevant b ...
Show More |
|||||
| CVE-2020-36947 | 1 Librenms | 1 Librenms | 2026-02-02 | N/A | 7.1 HIGH |
|
LibreNMS 1.46 contains an authenticated SQL injection vulnerability in the MAC accounting graph endpoint that allows remote attackers to extract database information. Attackers can exploit the vulnerability by manipulating the 'sort' parameter with crafted SQL injection techniques to retrieve sensitive database contents through time-based blind SQL injection.
|
|||||
| CVE-2025-68614 | 1 Librenms | 1 Librenms | 2026-01-02 | N/A | 4.3 MEDIUM |
|
LibreNMS is an auto-discovering PHP/MySQL/SNMP based network monitoring tool. Prior to version 25.12.0, the Alert Rule API is vulnerable to stored cross-site scripting. Alert rules can be created or updated via LibreNMS API. The alert rule name is not properly sanitized, and can be used to inject HTML code. This issue has been patched in version 25.12.0.
|
|||||
| CVE-2025-65093 | 1 Librenms | 1 Librenms | 2025-11-20 | N/A | 5.5 MEDIUM |
|
LibreNMS is an auto-discovering PHP/MySQL/SNMP based network monitoring tool. Prior to version 25.11.0, a boolean-based blind SQL injection vulnerability was identified in the LibreNMS application at the /ajax_output.php endpoint. The hostname parameter is interpolated directly into an SQL query without proper sanitization or parameter binding, allowing an attacker to manipulate the query logic and infer data from the database through conditional responses. This issue has been patched in version ...
Show More |
|||||
| CVE-2025-65014 | 1 Librenms | 1 Librenms | 2025-11-20 | N/A | 3.7 LOW |
|
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.
|
|||||
| CVE-2025-65013 | 1 Librenms | 1 Librenms | 2025-11-20 | N/A | 6.2 MEDIUM |
|
LibreNMS is an auto-discovering PHP/MySQL/SNMP based network monitoring tool. Prior to version 25.11.0, a reflected cross-site scripting (XSS) vulnerability was identified in the LibreNMS application at the /maps/nodeimage endpoint. The Image Name parameter is reflected in the HTTP response without proper output encoding or sanitization, allowing an attacker to craft a URL that, when visited by a victim, causes arbitrary JavaScript execution in the victim’s browser. This issue has been patched i ...
Show More |
|||||
| CVE-2025-62412 | 1 Librenms | 1 Librenms | 2025-10-23 | N/A | 3.8 LOW |
|
LibreNMS is a community-based GPL-licensed network monitoring system. The alert rule name in the Alerts > Alert Rules page is not properly sanitized, and can be used to inject HTML code. This vulnerability is fixed in 25.10.0.
|
|||||
| CVE-2025-62411 | 1 Librenms | 1 Librenms | 2025-10-23 | N/A | 5.5 MEDIUM |
|
LibreNMS is a community-based GPL-licensed network monitoring system. LibreNMS <= 25.8.0 contains a Stored Cross-Site Scripting (XSS) vulnerability in the Alert Transports management functionality. When an administrator creates a new Alert Transport, the value of the Transport name field is stored and later rendered in the Transports column of the Alert Rules page without proper input validation or output encoding. This leads to arbitrary JavaScript execution in the admin’s browser. This vulner ...
Show More |
|||||
| CVE-2025-62365 | 1 Librenms | 1 Librenms | 2025-10-20 | N/A | 6.1 MEDIUM |
|
LibreNMS is an open-source, PHP/MySQL/SNMP-based network monitoring system. Prior to 25.7.0, there is a reflected-XSS in `report_this` function in `librenms/includes/functions.php`. The `report_this` function had improper filtering (`htmlentities` function was incorrectly use in a href environment), which caused the `project_issues` parameter to trigger an XSS vulnerability. This vulnerability is fixed in 25.7.0.
|
|||||
| CVE-2025-55296 | 1 Librenms | 1 Librenms | 2025-09-10 | N/A | 5.5 MEDIUM |
|
librenms is a community-based GPL-licensed network monitoring system. A stored Cross-Site Scripting (XSS) vulnerability exists in LibreNMS (<= 25.6.0) in the Alert Template creation feature. This allows a user with the admin role to inject malicious JavaScript, which will be executed when the template is rendered, potentially compromising other admin accounts. This vulnerability is fixed in 25.8.0.
|
|||||
| CVE-2025-54138 | 1 Librenms | 1 Librenms | 2025-08-05 | N/A | 7.5 HIGH |
|
LibreNMS is an auto-discovering PHP/MySQL/SNMP based network monitoring which includes support for a wide range of network hardware and operating systems. LibreNMS versions 25.6.0 and below contain an architectural vulnerability in the ajax_form.php endpoint that permits Remote File Inclusion based on user-controlled POST input. The application directly uses the type parameter to dynamically include .inc.php files from the trusted path includes/html/forms/, without validation or allowlisting. Th ...
Show More |
|||||
| CVE-2025-47931 | 1 Librenms | 1 Librenms | 2025-05-28 | N/A | 6.1 MEDIUM |
|
LibreNMS is PHP/MySQL/SNMP based network monitoring software. LibreNMS v25.4.0 and prior suffers from a Stored Cross-Site Scripting (XSS) Vulnerability in the `group name` parameter of the `http://localhost/poller/groups` form. This vulnerability allows attackers to inject malicious scripts into web pages viewed by other users. LibreNMS v25.5.0 contains a patch for the issue.
|
|||||
| CVE-2022-3561 | 1 Librenms | 1 Librenms | 2025-04-29 | N/A | 6.1 MEDIUM |
|
Cross-site Scripting (XSS) - Generic in GitHub repository librenms/librenms prior to 22.10.0.
|
|||||
| CVE-2024-56144 | 1 Librenms | 1 Librenms | 2025-04-28 | N/A | 4.6 MEDIUM |
|
librenms is a community-based GPL-licensed network monitoring system. Affected versions are subject to a stored XSS on the parameters (Replace $DEVICE_ID with your specific $DEVICE_ID value):`/device/$DEVICE_ID/edit` -> param: display. Librenms versions up to 24.11.0 allow remote attackers to inject malicious scripts. When a user views or interacts with the page displaying the data, the malicious script executes immediately, leading to potential unauthorized actions or data exposure. This issue ...
Show More |
|||||
| CVE-2025-23198 | 1 Librenms | 1 Librenms | 2025-04-28 | N/A | 4.6 MEDIUM |
|
librenms is a community-based GPL-licensed network monitoring system. Affected versions are subject to a stored XSS on the parameters (Replace $DEVICE_ID with your specific $DEVICE_ID value):`/device/$DEVICE_ID/edit` -> param: display. Librenms versions up to 24.10.1 allow remote attackers to inject malicious scripts. When a user views or interacts with the page displaying the data, the malicious script executes immediately, leading to potential unauthorized actions or data exposure. This issue ...
Show More |
|||||
| CVE-2017-16759 | 1 Librenms | 1 Librenms | 2025-04-20 | 4.3 MEDIUM | 5.9 MEDIUM |
|
The installation process in LibreNMS before 2017-08-18 allows remote attackers to read arbitrary files, related to html/install.php.
|
|||||
| CVE-2024-53457 | 1 Librenms | 1 Librenms | 2025-04-07 | N/A | 5.4 MEDIUM |
|
A stored cross-site scripting (XSS) vulnerability in the Device Settings section of LibreNMS v24.9.0 to v24.10.0 allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Display Name parameter.
|
|||||
| CVE-2025-23199 | 1 Librenms | 1 Librenms | 2025-03-25 | N/A | 4.6 MEDIUM |
|
librenms is a community-based GPL-licensed network monitoring system. Affected versions are subject to a stored XSS on the parameter: `/ajax_form.php` -> param: descr. Librenms version up to 24.10.1 allow remote attackers to inject malicious scripts. When a user views or interacts with the page displaying the data, the malicious script executes immediately, leading to potential unauthorized actions or data exposure. This issue has been addressed in release version 24.11.0. Users are advised to u ...
Show More |
|||||
| CVE-2025-23200 | 1 Librenms | 1 Librenms | 2025-03-25 | N/A | 4.6 MEDIUM |
|
librenms is a community-based GPL-licensed network monitoring system. Affected versions are subject to a stored XSS on the parameter: `ajax_form.php` -> param: state. Librenms versions up to 24.10.1 allow remote attackers to inject malicious scripts. When a user views or interacts with the page displaying the data, the malicious script executes immediately, leading to potential unauthorized actions or data exposure. This issue has been addressed in release version 24.11.0. Users are advised to u ...
Show More |
|||||
| CVE-2025-23201 | 1 Librenms | 1 Librenms | 2025-03-25 | N/A | 5.4 MEDIUM |
|
librenms is a community-based GPL-licensed network monitoring system. Affected versions are subject to Cross-site Scripting (XSS) on the parameters:`/addhost` -> param: community. Librenms versions up to 24.10.1 allow remote attackers to inject malicious scripts. When a user views or interacts with the page displaying the data, the malicious script executes immediately, leading to potential unauthorized actions or data exposure. This issue has been addressed in release version 24.11.0. Users are ...
Show More |
|||||
| CVE-2024-32480 | 1 Librenms | 1 Librenms | 2025-01-02 | N/A | 7.2 HIGH |
|
LibreNMS is an open-source, PHP/MySQL/SNMP-based network monitoring system. Versions prior to 24.4.0 are vulnerable to SQL injection. The `order` parameter is obtained from `$request`. After performing a string check, the value is directly incorporated into an SQL statement and concatenated, resulting in a SQL injection vulnerability. An attacker may extract a whole database this way. Version 24.4.0 fixes the issue.
|
|||||
| CVE-2024-32479 | 1 Librenms | 1 Librenms | 2025-01-02 | N/A | 7.1 HIGH |
|
LibreNMS is an open-source, PHP/MySQL/SNMP-based network monitoring system. Prior to version 24.4.0, there is improper sanitization on the `Service` template name, which can lead to stored Cross-site Scripting. Version 24.4.0 fixes this vulnerability.
|
|||||
| CVE-2024-32461 | 1 Librenms | 1 Librenms | 2025-01-02 | N/A | 7.1 HIGH |
|
LibreNMS is an open-source, PHP/MySQL/SNMP-based network monitoring system. A SQL injection vulnerability in POST /search/search=packages in LibreNMS prior to version 24.4.0 allows a user with global read privileges to execute SQL commands via the package parameter. With this vulnerability, an attacker can exploit a SQL injection time based vulnerability to extract all data from the database, such as administrator credentials. Version 24.4.0 contains a patch for the vulnerability.
|
|||||
| CVE-2024-47528 | 1 Librenms | 1 Librenms | 2024-12-19 | N/A | 4.8 MEDIUM |
|
LibreNMS is an open-source, PHP/MySQL/SNMP-based network monitoring system. Stored Cross-Site Scripting (XSS) can be achieved by uploading a new Background for a Custom Map. Users with "admin" role can set background for a custom map, this allow the upload of SVG file that can contain XSS payload which will trigger on load. This led to Stored Cross-Site Scripting (XSS). The vulnerability is fixed in 24.9.0.
|
|||||
| CVE-2024-47526 | 1 Librenms | 1 Librenms | 2024-12-19 | N/A | 3.5 LOW |
|
LibreNMS is an open-source, PHP/MySQL/SNMP-based network monitoring system. A Self Cross-Site Scripting (Self-XSS) vulnerability in the "Alert Templates" feature allows users to inject arbitrary JavaScript into the alert template's name. This script executes immediately upon submission but does not persist after a page refresh.
|
|||||
| CVE-2024-47524 | 1 Librenms | 1 Librenms | 2024-12-19 | N/A | 7.2 HIGH |
|
LibreNMS is an open-source, PHP/MySQL/SNMP-based network monitoring system. User with Admin role can create a Device Groups, the application did not properly sanitize the user input in the Device Groups name, when user see the detail of the Device Group, if java script code is inside the name of the Device Groups, its will be trigger. This vulnerability is fixed in 24.9.0.
|
|||||
| CVE-2024-50351 | 1 Librenms | 1 Librenms | 2024-11-21 | N/A | 4.8 MEDIUM |
|
LibreNMS is an open-source, PHP/MySQL/SNMP-based network monitoring system. A Reflected Cross-Site Scripting (XSS) vulnerability in the "section" parameter of the "logs" tab of a device allows attackers to inject arbitrary JavaScript. This vulnerability results in the execution of malicious code when a user accesses the page with a malicious "section" parameter, potentially compromising their session and enabling unauthorized actions. The issue arises from a lack of sanitization in the "report_t ...
Show More |
|||||
| CVE-2024-51496 | 1 Librenms | 1 Librenms | 2024-11-21 | N/A | 4.8 MEDIUM |
|
LibreNMS is an open-source, PHP/MySQL/SNMP-based network monitoring system. A Reflected Cross-Site Scripting (XSS) vulnerability in the "metric" parameter of the "/wireless" and "/health" endpoints allows attackers to inject arbitrary JavaScript. This vulnerability results in the execution of malicious code when a user accesses the page with a malicious "metric" parameter, potentially compromising their session and allowing unauthorized actions. This vulnerability is fixed in 24.10.0.
|
|||||
| CVE-2023-5591 | 1 Librenms | 1 Librenms | 2024-11-21 | N/A | 6.5 MEDIUM |
|
SQL Injection in GitHub repository librenms/librenms prior to 23.10.0.
|
|||||
| CVE-2023-5060 | 1 Librenms | 1 Librenms | 2024-11-21 | N/A | 6.1 MEDIUM |
|
Cross-site Scripting (XSS) - DOM in GitHub repository librenms/librenms prior to 23.9.1.
|
|||||
| CVE-2023-4982 | 1 Librenms | 1 Librenms | 2024-11-21 | N/A | 5.4 MEDIUM |
|
Cross-site Scripting (XSS) - Stored in GitHub repository librenms/librenms prior to 23.9.0.
|
|||||
| CVE-2023-4981 | 1 Librenms | 1 Librenms | 2024-11-21 | N/A | 5.4 MEDIUM |
|
Cross-site Scripting (XSS) - DOM in GitHub repository librenms/librenms prior to 23.9.0.
|
|||||