graphql 2.0.23
1 security vulnerability
found in version
2.0.23
graphql allows remote code execution when loading a crafted GraphQL schema
high severity CVE-2025-27407
high severity
CVE-2025-27407
Patched versions:
~> 1.11.11
, ~> 1.12.25
, ~> 1.13.24
, ~> 2.0.32
, ~> 2.1.15
, ~> 2.2.17
, ~> 2.3.21
, >= 2.4.13
Unaffected versions:
< 1.11.5
Loading a malicious schema definition in
GraphQL::Schema.from_introspection
(or GraphQL::Schema::Loader.load
)
can result in remote code execution. Any system which loads a schema
by JSON from an untrusted source is vulnerable, including those that
use GraphQL::Client
to load external schemas via GraphQL introspection.
No officially reported memory leakage issues detected.
This gem version does not have any officially reported memory leaked issues.
No license issues detected.
This gem version has a license in the gemspec.
This gem version is available.
This gem version has not been yanked and is still available for usage.