CPANSA-DBIx-QuickORM-2026-13766: DBIx-QuickORM vulnerability
| Publisher | giterlizzi | Document category | csaf_security_advisory |
|---|---|---|---|
| Initial release date | 2026-06-30T00:00:00 | Engine | CSAF Perl Toolkit 0.26 |
| Current release date | 2026-06-30T00:00:00 | Build Date | |
| Current version | 1 | Status | final |
| CVSS v3.1 Base Score | 9.8 | Severity | |
| Original language | Language | en | |
| Also referred to | |||
Vulnerability Description
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.
Vulnerabilities
CVE-2026-13766
Vulnerability DescriptionDBIx::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.
| Weakness | CWE-89 : Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') |
|---|
Product status
Known affected
| Product | Score | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| DBIx-QuickORM less than 0.000026 |
|
Fixed
- DBIx-QuickORM greater than or equal 0.000026
giterlizzi
Namespace: https://github.com/giterlizzi/
gdt@cpan.org
References
- CPANSA-DBIx-QuickORM-2026-13766 JSON self
https://raw.githubusercontent.com/giterlizzi/perl-CPANSA-CSAF/develop/csaf/white/2026/cpansa-dbix-quickorm-2026-13766.json - https://github.com/exodist/DBIx-QuickORM/commit/43d7684682050780f056f25e1879191fb0a3265e.patch external
https://github.com/exodist/DBIx-QuickORM/commit/43d7684682050780f056f25e1879191fb0a3265e.patch - https://metacpan.org/release/EXODIST/DBIx-QuickORM-0.000026/changes external
https://metacpan.org/release/EXODIST/DBIx-QuickORM-0.000026/changes - http://www.openwall.com/lists/oss-security/2026/06/30/4 external
http://www.openwall.com/lists/oss-security/2026/06/30/4 - CVE-2026-13766 (NVD) external
https://nvd.nist.gov/vuln/detail/CVE-2026-13766
Revision history
| Version | Date of the revision | Summary of the revision |
|---|---|---|
| 1 | Tue Jun 30 00:00:00 2026 | First release |
Sharing rules
TLP:WHITE
For the TLP version see: https://www.first.org/tlp/