VYPR

libdbi-perl

by Debian

CVEs (3)

  • CVE-2026-14740Jul 8, 2026
    risk 0.00cvss epss

    DBI versions before 1.650 for Perl read one byte out-of-bounds in preparse when deleting an initial SQL comment. The preparse method normalises SQL and removes comments. When the SQL starts with a comment line, the deletion of that line during normalisation led to an…

  • CVE-2026-14739Jul 8, 2026
    risk 0.00cvss epss

    DBI versions before 1.650 for Perl have a heap overflow when preparsing SQL statements with an extreme number of placeholders. The fix for CVE-2026-10879 did not allocate enough memory to handle approximately 1.2-million placeholders. DBI version 1.650 sets a hard limit of…

  • CVE-2026-14380Jul 8, 2026
    risk 0.00cvss epss

    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…