Katalog CVE

CVE-2026-14380

WysokieCVSS 8.8
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.49%

Percentyl 39 - wyżej niż 39% wszystkich znanych CVE

Streszczenie

Podatność w bibliotece DBI dla języka Perl przed wersją 1.650 umożliwia wstrzyknięcie kodu poprzez atrybut Profile, który jest interpolowany w eval bez walidacji. Atakujący może kontrolować wartość Profile przez zmienną środowiskową DBI_PROFILE, bezpośrednie przypisanie lub klauzulę DSN, co prowadzi do wykonania dowolnego kodu Perl.

Ocena ryzyka

Ryzyko dla organizacji obejmuje zdalne wykonanie kodu na serwerze, szczególnie w przypadku DBI::Gofer lub DBI::ProxyServer, gdzie klient może przesłać złośliwy DSN i przejąć kontrolę nad hostem brokerskim.

Rekomendacja

Należy natychmiast zaktualizować bibliotekę DBI do wersji 1.650 lub nowszej. Ograniczyć dostęp do zmiennej środowiskowej DBI_PROFILE oraz nie używać niezaufanych danych w atrybucie Profile.

Inne podatności w DBI

Zobacz wszystkie
Oryginalny opis (angielski, źródło NVD)

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.

Dane podatności pochodzą z NVD (NIST) · CISA KEV · EPSS