EEF-CVE-2026-66838

Source
https://cna.erlef.org/osv/EEF-CVE-2026-66838.html
Import Source
https://cna.erlef.org/osv/EEF-CVE-2026-66838.json
JSON Data
https://api.test.osv.dev/v1/vulns/EEF-CVE-2026-66838
Aliases
Published
2026-08-07T12:20:02.376Z
Modified
2026-08-07T12:41:13.278550007Z
Severity
  • 5.9 (Medium) CVSS_V4 - CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N CVSS Calculator
Summary
SQL injection via the :comment option in Postgrex.stream/4
Details

Summary

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.

Workaround

Reject any :comment value containing */ or a null byte before passing it to Postgrex.stream/4 or Ecto.Repo.stream/2. Alternatively, build comments only from trusted values.

Configuration

The application must pass a :comment derived from untrusted input to Postgrex.stream/4 or Ecto.Repo.stream/2. Applications that omit the option or pass only static values are unaffected.

Database specific
{
    "cwe_ids": [
        "CWE-89"
    ],
    "capec_ids": [
        "CAPEC-66"
    ],
    "cpe_ids": [
        "cpe:2.3:a:elixir-ecto:postgrex:*:*:*:*:*:*:*:*"
    ]
}
References
Credits
    • Snehil Shah - FINDER
    • José Valim - REMEDIATION_DEVELOPER
    • Jonatan Männchen / EEF - ANALYST

Affected packages

Hex / postgrex

Package

Name
postgrex
Purl
pkg:hex/postgrex

Affected ranges

Type
SEMVER
Events
Introduced
0.19.3
Fixed
0.22.4

Affected versions

0.*
0.19.3
0.20.0
0.21.0
0.21.1
0.22.0
0.22.1
0.22.2
0.22.3

Database specific

source
"https://cna.erlef.org/osv/EEF-CVE-2026-66838.json"

Git / github.com/elixir-ecto/postgrex

Affected ranges

Type
GIT
Repo
https://github.com/elixir-ecto/postgrex
Events

Affected versions

v0.*
v0.19.3
v0.20.0
v0.21.0
v0.21.1
v0.22.1
v0.22.2

Database specific

source
"https://cna.erlef.org/osv/EEF-CVE-2026-66838.json"