icon

We found results for “

CVE-2025-27098

Good to know:

icon

Date: February 20, 2025

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 directory provided as "staticFiles". Users have two options to fix vulnerability; 1. Update "@graphql-mesh/cli" to a version higher than "0.82.21", and if you use "@graphql-mesh/http", update it to a version higher than "0.3.18" 2. Remove "staticFiles" option from the configuration, and use other solutions to serve static files.

Severity Score

Severity Score

Weakness Type (CWE)

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

CWE-22

Top Fix

icon

Upgrade Version

Upgrade to version @graphql-mesh/cli - 0.82.22;@graphql-mesh/http - 0.3.19

Learn More

CVSS v3.1

Base Score:
Attack Vector (AV): NETWORK
Attack Complexity (AC): HIGH
Privileges Required (PR): NONE
User Interaction (UI): REQUIRED
Scope (S): CHANGED
Confidentiality (C): LOW
Integrity (I): LOW
Availability (A): LOW

Do you need more information?

Contact Us