CVE 2.3 LOW

Reflected XSS via backslash bypass in GraphiQL js_escape in absinthe_plug_CVE-2026-42794

2.3 / 10
LOW
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N

Description

Improper Neutralization of Input During Web Page Generation (XSS) vulnerability in absinthe-graphql absinthe_plug allows reflected cross-site scripting via the GraphiQL interface.

'Elixir.Absinthe.Plug.GraphiQL':js_escape/1 in lib/absinthe/plug/graphiql.ex escapes single quotes and newlines in the query GET parameter before embedding it in an inline JavaScript string, but does not escape backslashes. An attacker can bypass the escaping by prefixing a quote with a backslash (e.g. \'), breaking out of the string context and executing arbitrary JavaScript in the victim's browser.

This issue affects absinthe_plug: from 1.2.0.

Basic Information

ID CVE-2026-42794
Source EEF
Published May 8, 2026 at 15:42
Modified May 8, 2026 at 16:08

Affected Product

Vendor absinthe-graphql
Product absinthe_plug
Version 1.2.0
Affected Versions absinthe-graphql absinthe_plug 1.2.0
absinthe-graphql absinthe_plug 26241817cb4b9be4de3f5972c5fba3d36de3d713

CWE Classification

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.