Security readout for executives and security teams
Plain-English summary
CVE-2014-10402 affects Perl's DBI module through 1.643. In some DBD::File driver use cases, file access restrictions based on the f_dir DSN attribute can be bypassed, allowing files outside the intended folder to be opened. The sources do not provide CVSS, CWE, or confirmed exploitation evidence.
Executive priority
Prioritize systems where Perl DBI file-backed drivers process untrusted input or protect sensitive local files. With no CVSS or exploitation evidence in the sources, urgency should be driven by actual application exposure and data sensitivity.
Technical view
DBD::File drivers in DBI through 1.643 can open files outside folders explicitly supplied via f_dir in the DSN. The CVE states this resulted from an incomplete fix for CVE-2014-10401. Impact depends on whether applications use affected file-backed DBI drivers and whether attacker-controlled input can influence file or table selection.
Likely exposure
Exposure is most likely in Perl applications or scripts using DBI DBD::File-style drivers with f_dir as a security boundary. Systems relying only on database engines unrelated to DBD::File are not shown as affected by the provided sources.
Exploitation context
The source bundle does not cite active exploitation, and KEV status is false. Practical risk depends on local application design, file permissions, and whether untrusted users can influence DBI file-backed data sources.
Researcher notes
This CVE is tied to an incomplete fix for CVE-2014-10401. The public record in the provided bundle is sparse: no CVSS vector, CWE, exploit status, or universal fixed version is supplied. Validate exposure through code and package review rather than product-name assumptions.
Mitigation direction
- Inventory Perl DBI installations and identify versions through 1.643.
- Apply the Debian libdbi-perl security update where relevant.
- For non-Debian systems, check CPAN or vendor guidance for fixed DBI releases.
- Do not rely on f_dir alone as a security boundary.
- Restrict filesystem permissions for application users running affected Perl code.
Validation and detection
- Confirm whether applications use DBI with DBD::File-backed drivers.
- Check installed DBI package versions against the affected range.
- Review DSN construction for f_dir usage and user-controlled inputs.
- Verify OS-level permissions limit access to sensitive files.
- Confirm applicable vendor or distro security updates are installed.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CVE-2014-10402 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Unknown
- CVSS
- Not scored
- Known Exploited
- No
- Published
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS and timeline data
No CVSS vectors or timeline events were available in the normalized CVE source material.
Source materials
- CVE List V5 sourceCVE List V5
- https://rt.cpan.org/Public/Bug/Display.html?id=99508#txn-1911590CVE reference · x_refsource_MISC
- [debian-lts-announce] 20220530 [SECURITY] [DLA 3035-1] libdbi-perl security updateCVE reference · mailing-list, x_refsource_MLIST
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
