CVE Catalog

CVE-2026-13766

CriticalCVSS 9.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.35%

27th percentile — higher than 27% of all known CVEs

Summary

DBIx::QuickORM before version 0.000026 for Perl is vulnerable to SQL injection via unquoted SQL identifiers. The default SQL builder does not set quote_char, causing identifiers to be emitted verbatim into SQL queries.

Risk Assessment

An attacker can manipulate row ordering, disclose data from other columns, or modify data by injecting malicious SQL code in parameters such as order_by, where, field, or join aliases.

Recommendation

Upgrade DBIx::QuickORM to version 0.000026 or later immediately. If upgrade is not possible, avoid passing untrusted input to SQL identifier positions.

Original NVD description (English source)

DBIx::QuickORM versions before 0.000026 for Perl allow SQL injection via unquoted SQL identifiers. The default SQL builder, a SQL::Abstract subclass, sets bindtype in its constructor but never quote_char, so SQL::Abstract emits identifiers verbatim. Caller-supplied identifiers (order_by, where-clause column keys, field and returning lists, upsert columns, and join aliases) reach the SQL string raw, while values are placeholder-bound and unaffected. A caller that forwards untrusted input to an affected identifier position, such as a user-controlled order_by value, enables SQL injection: the row order can be made to depend on a sub-select over columns the query never selected, and the where and update identifier positions permit further data disclosure and tampering.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS