Home » Database

AVID-2026-R1280

Description

TorchServe Server-Side Request Forgery (CVE-2023-43654)

Details

TorchServe is a tool for serving and scaling PyTorch models in production. TorchServe default configuration lacks proper input validation, enabling third parties to invoke remote HTTP download requests and write files to the disk. This issue could be taken advantage of to compromise the integrity of the system and sensitive data. This issue is present in versions 0.1.0 to 0.8.1. A user is able to load the model of their choice from any URL that they would like to use. The user of TorchServe is responsible for configuring both the allowed_urls and specifying the model URL to be used. A pull request to warn the user when the default value for allowed_urls is used has been merged in PR #2534. TorchServe release 0.8.2 includes this change. Users are advised to upgrade. There are no known workarounds for this issue.

Reason for inclusion in AVID: CVE-2023-43654 describes a server-side request forgery vulnerability in TorchServe, a model-serving runtime used to deploy PyTorch AI models. It affects the AI deployment stack (model-serving components), enabling remote exploitation that can download arbitrary resources and write files, compromising integrity and confidentiality. This is a software supply-chain-relevant issue tied to a component frequently used to build, deploy, and run general-purpose AI systems. Evidence includes the NVD entry, GitHub advisories, and the related PR/releases showing remediation in 0.8.2.

References

Affected or Relevant Artifacts

  • Developer: pytorch
  • Deployer: pytorch
  • Artifact Details:
TypeName
Systemserve

Impact

AVID Taxonomy Categorization

  • Risk domains: Security
  • SEP subcategories: S0100: Software Vulnerability
  • Lifecycle stages: L06: Deployment

CVSS

Version3.1
Vector StringCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
Base Score10.0
Base Severity🔴 Critical
Attack VectorNETWORK
Attack Complexity🟢 Low
Privileges RequiredNONE
User InteractionNONE
ScopeCHANGED
Confidentiality Impact🔴 High
Integrity Impact🔴 High
Availability Impact🔴 High

CWE

IDDescription
CWE-918CWE-918: Server-Side Request Forgery (SSRF)

Other information

  • Report Type: Advisory
  • Credits:
  • Date Reported: 2023-09-28
  • Version: 0.3.3
  • AVID Entry