A database access API for perl
Go to file
RHEL Packaging Agent e9af262305 Fix CVE-2026-9698: possible stack overflow in DBI.xs
Backport upstream fix for CVE-2026-9698, a stack buffer overflow
in DBI.xs. The patch replaces a fixed-size 200-byte stack buffer
used with sprintf() by a dynamically allocated SV via
sv_2mortal(newSVpvf(...)), eliminating the overflow vulnerability.

CVE: CVE-2026-9698
Upstream patches:
 - bfe5d73c16.patch
Resolves: RHEL-184982

This commit was backported by Ymir, a Red Hat Enterprise Linux software maintenance AI agent.

Assisted-by: Ymir
2026-07-30 10:08:20 +00:00
.fmf Package tests 2023-09-19 17:26:06 +02:00
plans Package tests 2023-09-19 17:26:06 +02:00
tests Update tests and gating.yaml 2024-07-09 12:18:47 +02:00
.gitignore 1.643 bump 2020-02-05 14:55:28 +01:00
DBI-1.643-Catch-warning.patch Fix CVE-2014-10401 and CVE-2014-10402 2023-09-27 15:11:30 +02:00
DBI-1.643-Document-the-new-behavior-for-f_dir.patch Fix CVE-2014-10401 and CVE-2014-10402 2023-09-27 15:11:30 +02:00
DBI-1.643-Fix-CVE-2026-9698.patch Fix CVE-2026-9698: possible stack overflow in DBI.xs 2026-07-30 10:08:20 +00:00
DBI-1.643-Fix-for-CVE-2014-10401.patch Fix CVE-2014-10401 and CVE-2014-10402 2023-09-27 15:11:30 +02:00
DBI-1.643-Fix-for-empty-attributes-in-DSN.patch Fix CVE-2014-10401 and CVE-2014-10402 2023-09-27 15:11:30 +02:00
gating.yaml Update tests and gating.yaml 2024-07-09 12:18:47 +02:00
perl-DBI.rpmlintrc Build-require blib for tests 2020-02-10 10:26:20 +01:00
perl-DBI.spec Fix CVE-2026-9698: possible stack overflow in DBI.xs 2026-07-30 10:08:20 +00:00
sources 1.643 bump 2020-02-05 14:55:28 +01:00