Vulnerabilities (CVE)

Filtered by vendor The-guild
Angry Yack Logo
Total 3 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2025-27098 1 The-guild 2 Graphql Mesh Cli, Graphql Mesh Http 2025-02-27 N/A 5.8 MEDIUM
GraphQL Mesh is a GraphQL Federation framework and gateway for both GraphQL Federation and non-GraphQL Federation subgraphs, non-GraphQL services, such as REST and gRPC, and also databases such as MongoDB, MySQL, and PostgreSQL. Missing check vulnerability in the static file handler allows any client to access the files in the server's file system. When `staticFiles` is set in the `serve` settings in the configuration file, the following handler doesn't check if `absolutePath` is still under the ...

Show More

CVE-2025-27097 1 The-guild 1 Graphql Mesh 2025-02-27 N/A 7.5 HIGH
GraphQL Mesh is a GraphQL Federation framework and gateway for both GraphQL Federation and non-GraphQL Federation subgraphs, non-GraphQL services, such as REST and gRPC, and also databases such as MongoDB, MySQL, and PostgreSQL. When a user transforms on the root level or single source with transforms, and the client sends the same query with different variables, the initial variables are used in all following requests until the cache evicts DocumentNode. If a token is sent via variables, the fo ...

Show More

CVE-2021-23326 1 The-guild 1 Graphql-tools 2024-11-21 7.5 HIGH 6.3 MEDIUM
This affects the package @graphql-tools/git-loader before 6.2.6. The use of exec and execSync in packages/loaders/git/src/load-git.ts allows arbitrary command injection.