Security Advisory

CVE-2021-23357

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2021-03-15 16:45:19
Last updated 2024-09-17 00:36:54
Assigner snyk
State PUBLISHED

Description

All versions of package github.com/tyktechnologies/tyk/gateway are vulnerable to Directory Traversal via the handleAddOrUpdateApi function. This function is able to delete arbitrary JSON files on the disk where Tyk is running via the management API. The APIID is provided by the user and this value is then used to create a file on disk. If there is a file found with the same name then it will be deleted and then re-created with the contents of the API creation request.