Back to overview

CVE-2026-15392

Description
DBD::File versions before 1.651 for Perl do not ensure the table file is not a symlink to an untrusted location. The complete_table_name method builds the absolute table file path without checking whether the file is a symbolic link. A link inside the data directory can point to a table file at any path outside of the configured f_dir and f_dir_search directories. Callers of file-based drivers can read or write files outside of the data directory.

Metadata

CVE ID
CVE-2026-15392
State
PUBLISHED
Assigner
CPANSec
Reserved
2026-07-10 12:52 UTC
Published
2026-07-14 15:34 UTC
Last updated
2026-07-14 18:23 UTC
Primary CWE
CWE-22
CWE-22 Improper Limitation of a Pathname to a Restricted Dir…
Vendor / Product
HMBRAND / DBD::File
Sources
cve.org  ·  NVD

Severity & Metrics

No CVSS data available.

Affected products (1)
VendorProductPlatformVersions
HMBRAND DBD::File 0 < 1.651
Weakness (CWE)
CWESourceDescription
CWE-22 cna CWE-22 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
CWE-59 cna CWE-59 Improper Link Resolution Before File Access ('Link Following')
Back to overview