VYPR
High severity8.2NVD Advisory· Published Aug 7, 2026· Updated Aug 17, 2026

CVE-2026-66838

CVE-2026-66838

Description

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in elixir-ecto postgrex allows SQL Injection via the :comment option of Postgrex.stream/4. An attacker who can influence that value can close the comment delimiter with */ and extend the streamed statement with their own clauses, which execute under the connection's role. Ecto exposes the same option through Ecto.Repo.stream/2.

Postgrex appends the comment by concatenating it into the statement text sent in the Parse message, without escaping or rejecting */. The option is validated by comment_not_present!/1 at every other execution point; stream/4 never calls it. Because Parse accepts a single command, the injection is confined to the streamed statement and further statements cannot be chained.

This issue affects postgrex: from 0.19.3 before 0.22.4.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Affected products

3
  • Ecto/Postgrexllm-create2 versions
    >=0.19.3 <0.22.4+ 1 more
    • (no CPE)range: >=0.19.3 <0.22.4
    • cpe:2.3:a:elixir-ecto:postgrex:*:*:*:*:*:*:*:*range: >=0.19.3,<0.22.4
  • Ecto/Ectollm-create
    Range: >=0.19.3 <0.22.4

Patches

Vulnerability mechanics

References

5

News mentions

0

No linked articles in our index yet.