Logo
vulnerabilityCVE-2026-14380
Name
CVE-2026-14380
Source
NVD ( link)Debian ( link)
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.
Published Date
Updated Date
Workaround
-

Analysis#


Affected Component
Analysis
libdbi-perl
Patched

Vulnerability Ratings#


8.8
CVSSv31
NaN
other

Others affected components#


Name
Project
Project Version
Version
Status
yocto
kirkstone
1.643
Not Affected
yocto
master
1.651
Not Affected

Resolved with patches#


libdbi-perl (yocto:scarthgap)

#
Title
Author
Resolve
1
Improve CVE-2026-14380 tests for Profile
Robert Rothenberg <perl@rhizomnic.com>
CVE-2026-14380
2
Load profile packages using Module::Load [CVE-2026-14380]
Robert Rothenberg <perl@rhizomnic.com>
CVE-2026-14380
3
t/40profile.t increase number of tests in the plan
Robert Rothenberg <perl@rhizomnic.com>
CVE-2026-14380
4
Add tests for CVE-2026-14380
Robert Rothenberg <perl@rhizomnic.com>
CVE-2026-14380