製品・ソフトウェアに関する情報
The Perl FoundationのDBIにおける境界外書き込みに関する脆弱性
Title The Perl FoundationのDBIにおける境界外書き込みに関する脆弱性
Summary

PerlのDBIバージョン1.648以前には、9つを超えるバインダーを持つSQLステートメントを事前解析する際にヒープオーバーフローが発生します。preparseメソッドはSQLのプレースホルダ文字を:pN形式の番号付きバインダーに展開しますが、バッファにはバインダーごとに3文字分しか割り当てられていません。プレースホルダの番号が10から99の場合は4文字、100から999の場合は5文字が必要です。

Possible impacts ・当該ソフトウェアが扱う全ての情報が外部に漏れる可能性があります。 ・当該ソフトウェアが扱う全ての情報が書き換えられる可能性があります。 ・当該ソフトウェアが完全に停止する可能性があります。 
Solution

ベンダ情報を参照して適切な対策を実施してください。

Publication Date June 5, 2026, midnight
Registration Date June 11, 2026, 4:14 p.m.
Last Update June 11, 2026, 4:14 p.m.
CVSS3.0 : 緊急
Score 9.8
Vector CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Affected System
The Perl Foundation
DBI 1.648 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
その他
Change Log
No Changed Details Date of change
1 [2026年06月11日]
  掲載
June 11, 2026, 4:14 p.m.

NVD Vulnerability Information
CVE-2026-10879
Summary

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.

Publication Date June 6, 2026, 12:16 a.m.
Registration Date June 6, 2026, 4:17 a.m.
Last Update June 11, 2026, 12:02 a.m.
Affected software configurations
Configuration1 or higher or less more than less than
cpe:2.3:a:perl:dbi:*:*:*:*:*:*:*:* 1.648
Related information, measures and tools
Common Vulnerabilities List