AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2019-10666

HIGH · CVSS 8.1 EPSS 1.22% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2019-09-09 · Last synced 2026-08-04

CyberRota Analysis

AI analysis pending.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2019-10666
Severity
HIGH
CVSS
8.1
EPSS
1.22%

Original NVD Description

An issue was discovered in LibreNMS through 1.47. Several of the scripts perform dynamic script inclusion via the include() function on user supplied input without sanitizing the values by calling basename() or a similar function. An attacker can leverage this to execute PHP code from the included file. Exploitation of these scripts is made difficult by additional text being appended (typically .inc.php), which means an attacker would need to be able to control both a filename and its content on the server. However, exploitation can be achieved as demonstrated by the csv.php?report=../ substring.