TorchServe vulnerable to bypass of allowed_urls configuration
Critical9.8CVE-2024-35198 · Published Jul 18, 2024 · updated Sep 10, 2026
Affected versions
| Package | Affected | Fixed in |
|---|---|---|
| torchserve PyPI | < 0.11.0 | 0.11.0 |
Details and references
### Impact TorchServe's check on allowed_urls configuration can be by-passed if the URL contains characters such as ".." but it does not prevent the model from being downloaded into the model store. Once a file is downloaded, it can be referenced without providing a URL the second time, which effectively bypasses the allowed_urls security check. Customers using PyTorch inference Deep Learning Containers (DLC) through Amazon SageMaker and EKS are not affected. ### Patches This issue in TorchServe has been fixed by validating the URL without characters such as ".." before downloading: [#3082](https://github.com/pytorch/serve/pull/3082). TorchServe release 0.11.0 includes the fix to address this vulnerability. ### References * [#3082](https://github.com/pytorch/serve/pull/3082) * [TorchServe release v0.11.0](https://github.com/pytorch/serve/releases/tag/v0.11.0) Thank Kroll Cyber Risk for for responsibly disclosing this issue. If you have any questions or comments about this advisory, we ask that you contact AWS Security via our [vulnerability reporting page](https://aws.amazon.com/security/vulnerability-reporting) or directly via email to [aws-security@amazon.com](mailto:aws-security@amazon.com). Please do not create a public GitHub issue.
More TorchServe advisories
All TorchServe| Date | Advisory | Severity | Fixed in |
|---|---|---|---|
| Jul 182024 | TorchServe gRPC Port Exposure CVE-2024-35199High8.2fixed in 0.11.0 | High8.2 | 0.11.0 |
| Nov 212023 | TorchServe ZipSlip CVE-2023-48299Medium5.3fixed in 0.9.0 | Medium5.3 | 0.9.0 |
| Mar 202025 | TorchServe script references S3 bucket without ensuring ownership or confirming accessibility CVE-2024-6577Medium6.3no fix yet | Medium6.3 | No fix yet |
| Oct 22023 | TorchServe Server-Side Request Forgery vulnerability CVE-2023-43654Critical9.8fixed in 0.8.2 | Critical9.8 | 0.8.2 |
| Oct 22023 | TorchServe Pre-Auth Remote Code Execution GHSA-4mqg-h5jf-j9m7Critical9.9fixed in 0.8.2 | Critical9.9 | 0.8.2 |