AUGUST 25, 2026
Live Feed
Back to database
Case File

CVE-2026-14380

HIGH · CVSS 8.8 EPSS 0.48% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-07 · Last synced 2026-08-06

CyberRota Analysis

AI-Generated

DBI versions prior to 1.650 for Perl are susceptible to code injection vulnerabilities via the Profile attribute, allowing attackers to execute arbitrary Perl code, including system commands. This risk arises from the lack of validation when interpolating package names from caller-influenced inputs, such as environment variables and direct attribute assignments. Organizations using affected DBI versions, especially those exposing DBI::Gofer or DBI::ProxyServer to the network, should prioritize patching to mitigate potential exploitation.

Public Exploit Signal

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

Detected Signals
code execution

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

CVE
CVE-2026-14380
Severity
HIGH
CVSS
8.8
EPSS
0.48%

Original NVD Description

DBI versions before 1.650 for Perl are vulnerable to code injection via caller-influenced Profile. When a string is assigned to a DBI handle's Profile attribute, DBI splits it into path, package and arguments, and interpolates the package part in a string eval with no validation of the package name. Any caller-influenced value that reaches the Profile attribute is therefore arbitrary Perl code execution, including calls to run system commands. The Profile attribute can be set from three different sources that can carry untrusted data: the DBI_PROFILE environment variable, a direct attribute assignment, and a DSN driver-attribute clause dbi:Driver(Profile=>SPEC):db. An attacker controlling any of those inputs runs arbitrary Perl in the host process. The strongest remote position is a network-exposed DBI::Gofer / DBI::ProxyServer whose per-request DSN reaches the Profile attribute, letting a client execute code on the broker host.

Related CVEs

Other vulnerabilities affecting the same vendor(s)