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

Analysis#


Affected Component
Analysis
libdbi-perl
Patched

Vulnerability Ratings#


9.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
Replacing `?` with `:p#` in `preparse ()` with more than 9
"H.Merijn Brand - Tux" <linux@tux.freedom.nl>
CVE-2026-10879