4 results (0.016 seconds)

CVSS: 9.8EPSS: 0%CPEs: 1EXPL: 0

TorchServe is a flexible and easy-to-use tool for serving and scaling PyTorch models in production. 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. This issue in TorchServe has been fixed by validating the URL without characters such as ".." before downloading see PR #3082. • https://github.com/pytorch/serve/pull/3082 https://github.com/pytorch/serve/releases/tag/v0.11.0 https://github.com/pytorch/serve/security/advisories/GHSA-wxcx-gg9c-fwp2 • CWE-706: Use of Incorrectly-Resolved Name or Reference •

CVSS: 8.2EPSS: 0%CPEs: 1EXPL: 0

TorchServe is a flexible and easy-to-use tool for serving and scaling PyTorch models in production. In affected versions the two gRPC ports 7070 and 7071, are not bound to [localhost](http://localhost/) by default, so when TorchServe is launched, these two interfaces are bound to all interfaces. Customers using PyTorch inference Deep Learning Containers (DLC) through Amazon SageMaker and EKS are not affected. This issue in TorchServe has been fixed in PR #3083. TorchServe release 0.11.0 includes the fix to address this vulnerability. • https://github.com/pytorch/serve/pull/3083 https://github.com/pytorch/serve/releases/tag/v0.11.0 https://github.com/pytorch/serve/security/advisories/GHSA-hhpg-v63p-wp7w • CWE-668: Exposure of Resource to Wrong Sphere •

CVSS: 5.3EPSS: 0%CPEs: 1EXPL: 2

serve node module suffers from Improper Handling of URL Encoding by permitting access to ignored files if a filename is URL encoded. El módulo de node serve sufre de una gestión incorrecta del cifrado de una URL al permitir el acceso a archivos ignorados si un nombre de archivo está codificado como una URL. • https://github.com/ossf-cve-benchmark/CVE-2018-3718 https://hackerone.com/reports/308721 • CWE-177: Improper Handling of URL Encoding (Hex Encoding) •

CVSS: 6.5EPSS: 0%CPEs: 1EXPL: 2

serve node module before 6.4.9 suffers from a Path Traversal vulnerability due to not handling %2e (.) and %2f (/) and allowing them in paths, which allows a malicious user to view the contents of any directory with known path. El módulo de node serve en versiones anteriores a la 6.4.9 sufre de una vulnerabilidad de salto de directorio debido a que no gestiona %2e (.) y %2f (/), lo que permite que un usuario malicioso vea contenido de cualquier archivo con una ruta conocida. • https://github.com/ossf-cve-benchmark/CVE-2018-3712 https://github.com/zeit/serve/pull/316 https://hackerone.com/reports/307666 • CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') •