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

exploitDog

rocky логотип

RLSA-2026:38513

Опубликовано: 14 июл. 2026
Источник: rocky
Оценка: Important

Описание

Important: perl-DBI security update

DBI is a database access Application Programming Interface (API) for the Perl Language. The DBI API Specification defines a set of functions, variables and conventions that provide a consistent database interface independent of the actual database being used.

Security Fix(es):

  • DBI: DBI: Buffer overflow in error handling can lead to arbitrary code execution (CVE-2026-9698)

For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.

Затронутые продукты

  • Rocky Linux 10

Связанные CVE

Связанные уязвимости

suse-cvrf
около 1 месяца назад

Security update for perl-DBI

suse-cvrf
28 дней назад

Security update for perl-DBI

rocky
16 дней назад

Important: perl-DBI:1.641 security update

rocky
17 дней назад

Important: perl-DBI security update

CVSS3: 9.8
ubuntu
около 2 месяцев назад

DBI versions before 1.648 for Perl have a heap overflow when preparsing SQL statements with more than 9 binders. The preparse method expands SQL placeholder characters to numbered binders of the form :pN, but only allocates three characters per binder in the buffer. Placeholders 10-99 require four characters, 100-999 require five characters, et cetera.