banner logoJoin us at RSAC™ 2026 Conference, March 23–March 26 | North Expo, Booth N-5863Join us at RSAC™ 2026, March 23–March 26Learn More
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI Security Portfolio
      Leading the Way in AI-Powered Security Solutions
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2020-36947

CVE-2020-36947: LibreNMS SQL Injection Vulnerability

CVE-2020-36947 is an authenticated SQL injection flaw in LibreNMS 1.46 that enables attackers to extract database information through the MAC accounting graph endpoint. This article covers technical details, impact, and mitigation.

Published: January 30, 2026

CVE-2020-36947 Overview

CVE-2020-36947 is an authenticated SQL injection vulnerability affecting LibreNMS version 1.46. The vulnerability exists in the MAC accounting graph endpoint, allowing remote attackers with valid credentials to extract sensitive database information. By manipulating the sort parameter with crafted SQL injection payloads, attackers can perform time-based blind SQL injection attacks to retrieve database contents, potentially exposing credentials, configuration data, and other sensitive information stored within the LibreNMS database.

Critical Impact

Authenticated attackers can exploit SQL injection in the MAC accounting graph endpoint to extract sensitive database information, potentially compromising the entire network monitoring infrastructure and exposing credentials for monitored devices.

Affected Products

  • LibreNMS 1.46

Discovery Timeline

  • 2026-01-27 - CVE CVE-2020-36947 published to NVD
  • 2026-01-29 - Last updated in NVD database

Technical Details for CVE-2020-36947

Vulnerability Analysis

This SQL injection vulnerability (CWE-89) exists in the MAC accounting graph functionality of LibreNMS 1.46. The application fails to properly sanitize user-supplied input in the sort parameter before incorporating it into SQL queries. This allows authenticated users to inject arbitrary SQL commands that are executed against the backend database.

The time-based blind SQL injection technique is particularly effective here, as attackers can infer database contents by observing response time differences when injected conditional statements cause deliberate delays. While authentication is required to exploit this vulnerability, any user with access to the MAC accounting graph endpoint can potentially leverage it to access data beyond their authorization level.

Root Cause

The root cause of this vulnerability is improper input validation and lack of parameterized queries in the MAC accounting graph endpoint. The sort parameter is directly concatenated into SQL queries without proper sanitization or escaping, enabling SQL injection attacks. This represents a failure to implement secure coding practices for database interactions.

Attack Vector

The attack is network-based and requires authentication to the LibreNMS web interface. Once authenticated, an attacker can craft malicious HTTP requests to the MAC accounting graph endpoint with a modified sort parameter containing SQL injection payloads. Using time-based blind SQL injection techniques, the attacker can systematically extract database contents including usernames, password hashes, API tokens, and device credentials stored by LibreNMS.

The vulnerability can be exploited by sending crafted requests to the vulnerable endpoint with SQL injection payloads that cause conditional database delays, allowing attackers to infer data one character at a time based on response timing.

Detection Methods for CVE-2020-36947

Indicators of Compromise

  • Unusual or malformed HTTP requests to the MAC accounting graph endpoint containing SQL syntax characters such as single quotes, UNION, SELECT, SLEEP, or BENCHMARK
  • Abnormally long response times from the LibreNMS application that may indicate time-based SQL injection attempts
  • Database error messages in application logs indicating SQL syntax errors
  • Multiple sequential requests to the same endpoint with slight parameter variations characteristic of blind SQL injection enumeration

Detection Strategies

  • Implement web application firewall (WAF) rules to detect SQL injection patterns in the sort parameter and other user inputs
  • Monitor LibreNMS access logs for suspicious request patterns targeting the MAC accounting graph endpoint
  • Enable database query logging to identify anomalous or malicious SQL statements
  • Deploy intrusion detection systems (IDS) with signatures for SQL injection attack patterns

Monitoring Recommendations

  • Configure alerting for HTTP requests containing SQL injection keywords targeting LibreNMS endpoints
  • Monitor database server performance for unusual query execution times that may indicate time-based SQL injection
  • Review authentication logs for compromised accounts being used to launch SQL injection attacks
  • Implement baseline monitoring for LibreNMS application behavior to detect anomalies

How to Mitigate CVE-2020-36947

Immediate Actions Required

  • Upgrade LibreNMS to a patched version that addresses this SQL injection vulnerability
  • Restrict network access to the LibreNMS web interface to trusted IP addresses only
  • Review and audit user accounts with access to LibreNMS, removing unnecessary privileges
  • Enable detailed logging and monitoring for the LibreNMS application to detect exploitation attempts

Patch Information

Organizations should update to a patched version of LibreNMS that addresses this SQL injection vulnerability. Consult the GitHub LibreNMS Repository and LibreNMS Official Site for the latest security updates and release information. Additional technical details about this vulnerability are available in the VulnCheck Advisory on LibreNMS SQL Injection and Exploit-DB #49246.

Workarounds

  • Implement a web application firewall (WAF) in front of LibreNMS to filter SQL injection attempts
  • Restrict access to the MAC accounting graph endpoint through network segmentation or access control lists
  • Use a reverse proxy to sanitize incoming requests before they reach the LibreNMS application
  • Consider temporarily disabling the MAC accounting feature if not critical to operations until a patch can be applied
bash
# Example: Restrict access to LibreNMS using iptables
# Allow only trusted management network to access LibreNMS web interface
iptables -A INPUT -p tcp --dport 443 -s 10.0.0.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j DROP

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechLibrenms

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.00%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-89
  • Technical References
  • LibreNMS Community Forum

  • GitHub LibreNMS Repository

  • Exploit-DB #49246

  • LibreNMS Official Site

  • VulnCheck Advisory on LibreNMS SQL Injection
  • Related CVEs
  • CVE-2026-26988: LibreNMS SQL Injection Vulnerability

  • CVE-2026-26990: LibreNMS Time-Based Blind SQLi Vulnerability

  • CVE-2026-26987: LibreNMS Reflected XSS Vulnerability

  • CVE-2026-26989: LibreNMS Stored XSS Vulnerability
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • English
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use