Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

suse-cvrf логотип

openSUSE-SU-2026:21412-1

Опубликовано: 22 июл. 2026
Источник: suse-cvrf

Описание

Security update for perl-DBI

This update for perl-DBI fixes the following issues:

  • CVE-2026-15392: failure to validate symbolic links during table path resolution could allow unauthorized file reads and writes outside the configured data director (bsc#1271629).
  • CVE-2026-15043: DBI:SQL:Nano has incorrect predicate evaluation, which allows for bypass of file-backed filters (bsc#1271399).
  • CVE-2026-60081: DBI:ProfileData does not limit the path index in profile parser, which enables small-file memory-amplification DoS (bsc#1271458).
  • CVE-2026-60082: out-of-bounds access in _set_fbav when a statement handle has zero fields but a non-empty row, which allows for a process crash (bsc#1271459).

Список пакетов

openSUSE Leap 16.0
perl-DBI-1.647.0-160000.5.1

Описание

DBI::SQL::Nano versions from 1.42 before 1.651 for Perl have inverted <= and >= SQL operators on text. DBI::SQL::Nano, DBI's built-in mini-SQL engine, evaluated WHERE predicates incorrectly in some cases. In the non-numeric string branch of the is_matched method, <= was evaluated using Perl's ge operator, and >= was evaluated using Perl's le operator. SQL::Nano is the fallback query engine for DBI's file-backed drivers (DBD::File, DBD::DBM, CSV-style drivers) whenever SQL::Statement is not installed, and is forced whenever DBI_SQL_NANO=1. Queries over such tables use these predicates directly. The impact depends on the context. Where an application relies on a WHERE clause to filter file-backed data for policy or authorization, an inverted <=/>= comparison silently returns the wrong rows.


Затронутые продукты
openSUSE Leap 16.0:perl-DBI-1.647.0-160000.5.1

Ссылки

Описание

DBD::File versions before 1.651 for Perl do not ensure the table file is not a symlink to an untrusted location. The complete_table_name method builds the absolute table file path without checking whether the file is a symbolic link. A link inside the data directory can point to a table file at any path outside of the configured f_dir and f_dir_search directories. Callers of file-based drivers can read or write files outside of the data directory.


Затронутые продукты
openSUSE Leap 16.0:perl-DBI-1.647.0-160000.5.1

Ссылки

Описание

DBI::ProfileData versions before 1.651 for Perl do not limit the path index. The path index column of profile dump files is used to allocate an array of data for the parser. An unbounded value allows an attacker to specify a large index and consume available memory.


Затронутые продукты
openSUSE Leap 16.0:perl-DBI-1.647.0-160000.5.1

Ссылки

Описание

DBI versions before 1.651 for Perl do not enforce statement handle consistency with the row. When the statement handle had no fields but the source row was non-empty, the internal row-buffer helper would read from a negative array index. This could be triggered by a caller supplying inconsistent metadata and rows to the prepare method.


Затронутые продукты
openSUSE Leap 16.0:perl-DBI-1.647.0-160000.5.1

Ссылки
Уязвимость openSUSE-SU-2026:21412-1