CVE-2026-78030
Last modified
CVE-2026-78030 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. DBI versions before 1.653 for Perl load arbitrary modules via unvalidated dbm_type and dbm_mldbm attributes in DBD::DBM. DBD::DBM passes the dbm_type and dbm_mldbm connect attributes to require without checking that the value names a module. require treats a path-shaped string as a literal filename and does not consult @INC, so the attribute chooses the file that Perl loads and runs. The MLDBM::Serializer:: prefix that DBD::DBM prepends to dbm_mldbm is not a boundary: only the :: separators are rewritten to /, so a value containing / traverses out of the serializer directory. EPSS estimates a 0.73% chance of exploitation in the next 30 days.
Description
DBI versions before 1.653 for Perl load arbitrary modules via unvalidated dbm_type and dbm_mldbm attributes in DBD::DBM. DBD::DBM passes the dbm_type and dbm_mldbm connect attributes to require without checking that the value names a module. require treats a path-shaped string as a literal filename and does not consult @INC, so the attribute chooses the file that Perl loads and runs. The MLDBM::Serializer:: prefix that DBD::DBM prepends to dbm_mldbm is not a boundary: only the :: separators are rewritten to /, so a value containing / traverses out of the serializer directory. The value is also assigned to $MLDBM::Serializer, which MLDBM requires the same way when it ties the table. A caller that lets an untrusted party influence either attribute, for example through a DSN fragment or a parameter that selects a storage backend, runs the file-scope code of whatever module the value names. For example, my $dsn = "dbi:DBM:f_dir=/var/db;dbm_type=../../Untrusted.pm" my $dbh = DBI->connect( $dsn ); Note that DBD::Gofer forwards connect attributes to the server side, and DBI::ProxyServer checks only that a DSN starts with a driver prefix.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| — | — | < 1.653 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-78030?
How severe is CVE-2026-78030?
How do I fix CVE-2026-78030?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-78009An out-of-bounds read vulnerability in the WatchGuard Firewa…8.7
- CVE-2026-78010A stack-based buffer overflow vulnerability in the WatchGuar…8.7
- CVE-2026-78011An integer underflow vulnerability in the WatchGuard Firewar…8.7
- CVE-2026-78012An issue in the NetStaX EtherNet/IP Stack prior to v5.6.1 co…9.8
- CVE-2026-7802The Frontend Admin by DynamiApps plugin for WordPress is vul…8.8
- CVE-2026-7803IBM Langflow OSS 1.0.0 through 1.10.0 could allow arbitrary …9.8
- CVE-2026-78032SOY CMS contains an issue with deserialization of untrusted…9.3
- CVE-2026-78037Xiiaozet LK100W is vulnerable to OS command injection throug…8.8
- CVE-2026-78038Improperly Controlled Modification of Dynamically-Determined…5.9
- CVE-2026-7804The Product Filter for WooCommerce by WBW plugin for WordPre…6.1
- CVE-2026-78043The Windows Interactive Service in OpenVPN 2.7_alpha1 throug…5.6
- CVE-2026-78047A stored cross-site scripting (XSS) vulnerability in WatchGu…5.1
Are you affected by CVE-2026-78030?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
