CVE-2026-13766

CRITICAL

DBIx::QuickORM versions before 0.000026 for Perl allow SQL injection via unquoted SQL identifiers

Title source: cna
STIX 2.1

Exploitation Summary

EIP tracks 1 public exploit for CVE-2026-13766. PoCs published by HermesNA-1.

AI-analyzed exploit summary This repository contains an auto-generated stub module for CVE-2026-13766, a SQL injection vulnerability in DBIx::QuickORM (Perl) versions before 0.000026. The module includes placeholder code for probing targets but lacks actual exploit implementation, referencing external patches and advisories for details.

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.

Exploits (1)

github STUB 1 stars
by HermesNA-1 · pythonpoc
https://github.com/HermesNA-1/SnakeSploit/tree/main/data/modules_generated/cve-2026-13766_dbixquickorm_versions_before.py

This repository contains an auto-generated stub module for CVE-2026-13766, a SQL injection vulnerability in DBIx::QuickORM (Perl) versions before 0.000026. The module includes placeholder code for probing targets but lacks actual exploit implementation, referencing external patches and advisories for details.

Classification
Stub 99%
Attack Type
Sqli
Complexity
Moderate
Reliability
Theoretical
Target: DBIx::QuickORM versions before 0.000026 (Perl)
No auth needed
Prerequisites: Network access to a vulnerable DBIx::QuickORM instance · Knowledge of the target's database schema or table structure
mistral-large-3 · analyzed Jul 09, 2026 Full analysis →

Scores

CVSS v3 9.8
EPSS 0.0035
EPSS Percentile 27.6%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

CISA SSVC

Vulnrichment
Exploitation none
Automatable yes
Technical Impact total

Details

CWE
CWE-89
Status published
Products (1)
EXODIST/DBIx::QuickORM < 0.000026
Published Jun 30, 2026
Tracked Since Jun 30, 2026