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

exploitDog

rocky логотип

RLSA-2026:38901

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

Описание

Important: perl-DBI:1.641 security update

The perl-DBI package provides the standard database interface module for the Perl programming language. It implements a database-independent interface, meaning it defines a consistent set of methods, variables, and conventions for database operations.

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 8

НаименованиеАрхитектураРелизRPM
perl-DBIx86_645.module+el8.10.0+40245+1df7f06bperl-DBI-1.641-5.module+el8.10.0+40245+1df7f06b.x86_64.rpm
perl-DBIx86_645.module+el8.10.0+40245+6310859fperl-DBI-1.641-5.module+el8.10.0+40245+6310859f.x86_64.rpm
perl-DBIx86_645.module+el8.10.0+40245+e0d97b2aperl-DBI-1.641-5.module+el8.10.0+40245+e0d97b2a.x86_64.rpm
perl-DBIx86_645.module+el8.10.0+40245+743bde0eperl-DBI-1.641-5.module+el8.10.0+40245+743bde0e.x86_64.rpm

Показывать по

Связанные CVE

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

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

Security update for perl-DBI

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

Security update for perl-DBI

rocky
17 дней назад

Important: perl-DBI 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.