GHSA-c62g-j346-39v5LowCVSS 6.1

absinthe_plug Has a Cross-site Scripting vulnerability

Published
May 8, 2026
Last Modified
June 8, 2026

🔗 CVE IDs covered (1)

📋 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.

🎯 Affected products1

  • erlang/absinthe_plug:>= 1.2.0, <= 1.5.9

🔗 References (6)