CVE-2023-34238
ŚrednieCVSS 4.3Prawdopodobieństwo exploitacji (EPSS)
Podwyższone ryzykoPercentyl 55 - wyżej niż 55% wszystkich znanych CVE
Streszczenie
Framework Gatsby przed wersjami 4.25.7 i 5.9.1 zawiera podatność typu Local File Inclusion w ścieżkach `__file-code-frame` i `__original-stack-frame`, co może prowadzić do ujawnienia plików podczas uruchamiania serwera deweloperskiego.
Ocena ryzyka
Organizacje mogą być narażone na ujawnienie wrażliwych plików, jeśli serwer deweloperski zostanie nieumyślnie wystawiony na inne interfejsy niż localhost.
Rekomendacja
Zaleca się aktualizację do wersji 4.25.7 lub 5.9.1, aby załatać tę podatność. Użytkownicy, którzy nie mogą zaktualizować, powinni unikać wystawiania serwera deweloperskiego na internet.
Oryginalny opis (angielski, źródło NVD)
Gatsby is a free and open source framework based on React. The Gatsby framework prior to versions 4.25.7 and 5.9.1 contain a Local File Inclusion vulnerability in the `__file-code-frame` and `__original-stack-frame` paths, exposed when running the Gatsby develop server (`gatsby develop`). Any file in scope of the development server could potentially be exposed. It should be noted that by default `gatsby develop` is only accessible via the localhost `127.0.0.1`, and one would need to intentionally expose the server to other interfaces to exploit this vulnerability by using server options such as `--host 0.0.0.0`, `-H 0.0.0.0`, or the `GATSBY_HOST=0.0.0.0` environment variable. A patch has been introduced in `[email protected]` and `[email protected]` which mitigates the issue. Users are advised to upgrade. Users unable to upgrade should avoid exposing their development server to the internet.

