LibreNMS < 26.2.0 - SQL Injection via IPv6 Address Search in ajax_table.php
Title source: llmExploitation Summary
EIP tracks 3 public exploits for CVE-2026-26988. PoCs published by XiaomingX, exploitintel, mbanyamer.
AI-analyzed exploit summary This repository contains a functional SQL injection exploit for WordPress Quiz Maker (CVE-2025-10042), demonstrating time-based blind SQLi via crafted HTTP headers. The exploit includes data extraction capabilities for admin credentials and password hashes.
Description
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 SQL commands, potentially leading to unauthorized data access or database manipulation. This issue has been fixed in version 26.2.0.
Exploits (3)
This repository contains a functional SQL injection exploit for WordPress Quiz Maker (CVE-2025-10042), demonstrating time-based blind SQLi via crafted HTTP headers. The exploit includes data extraction capabilities for admin credentials and password hashes.
This repository contains a functional exploit PoC for CVE-2026-26988, a critical SQL injection vulnerability in LibreNMS versions ≤ 25.12.0. The exploit targets the `ajax_table.php` endpoint, leveraging improper sanitization of the CIDR prefix in IPv4/IPv6 address search requests to inject arbitrary SQL queries.
This repository contains a functional Python-based proof-of-concept exploit for CVE-2026-26988, an unauthenticated SQL injection vulnerability in LibreNMS. The exploit targets the `ajax_table.php` endpoint via the `ipv6_prefixlen` parameter, which is directly concatenated into an SQL query without proper escaping.
References (3)
Related Analysis
Scores
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N