CVE-2026-13766

Source
https://cve.org/CVERecord?id=CVE-2026-13766
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-13766.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-13766
Published
2026-06-30T11:20:35Z
Modified
2026-08-12T03:51:16Z
Severity
  • 9.8 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
DBIx::QuickORM versions before 0.000026 for Perl allow SQL injection via unquoted SQL identifiers
Details

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.

Database specific
{
    "cna_assigner": "CPANSec",
    "cwe_ids": [
        "CWE-89"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/13xxx/CVE-2026-13766.json"
}
References

Affected packages

Git / github.com/exodist/dbix-quickorm

Affected ranges

Type
GIT
Repo
https://github.com/exodist/dbix-quickorm
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Fixed
Database specific
Show details
{
    "extracted_events": [
        {
            "introduced": "0"
        },
        {
            "fixed": "0.000026"
        }
    ],
    "source": [
        "DESCRIPTION",
        "REFERENCES"
    ]
}

Affected versions

v0.*
v0.000001
v0.000002
v0.000003
v0.000004
v0.000011
v0.000012
v0.000013
v0.000014
v0.000015
v0.000016
v0.000017
v0.000018
v0.000019
v0.000020
v0.000021
v0.000022
v0.000023
v0.000024
v0.000025

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-13766.json"