CVE-2026-15392 Details
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.
A vulnerability exists in the DBD::File module for Perl, specifically in versions prior to 1.651. The issue arises because the module's complete_table_name method does not verify whether a table file is a symbolic link, allowing links to point to untrusted locations. This flaw enables file-based drivers to read from or write to files outside the designated data directory, potentially leading to unauthorized file access or modification.
Users should update to DBD::File version 1.651 or later, where this vulnerability has been fixed.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jul 14, 2026CISA-ADP
Assessed Jul 15, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/perl5-dbi/dbi/commit/96d62dfe4528bf56fe13f413ed323d4252531728.patch | CPANSec | Source CodeVendor |
| https://github.com/perl5-dbi/dbi/security/advisories/GHSA-mh3j-xwf4-jrqw | CPANSec | AdvisoryRemedyVendor |
| https://metacpan.org/release/HMBRAND/DBI-1.651/changes | CPANSec | Release NotesVendor |
| http://www.openwall.com/lists/oss-security/2026/07/14/15 | CVE |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-22 | Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') | CPANSec |
| CWE-59 | Improper Link Resolution Before File Access ('Link Following') | CPANSec |
Affected Products
| Product | Versions |
|---|---|
| DBD::File | <= 1.650 |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 15, 2026 | CVE Modified | CISA-ADP |
| Jul 14, 2026 | CVE Modified | CVE |
| Jul 14, 2026 | New CVE Received | CPANSec |
Volerion