Security Advisory

CVE-2024-22207

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-01-15 15:40:35
Last updated 2025-06-17 14:34:45
Assigner GitHub_M
State PUBLISHED

Description

fastify-swagger-ui is a Fastify plugin for serving Swagger UI. Prior to 2.1.0, the default configuration of `@fastify/swagger-ui` without `baseDir` set will lead to all files in the modules directory being exposed via http routes served by the module. The vulnerability is fixed in v2.1.0. Setting the `baseDir` option can also work around this vulnerability.