CVE-2026-27905

HIGH EPSS 16.9%
Published Mar 3, 20263mo ago · Modified Jun 17, 20261w ago
8.6 CVSS 4.0
High
Find Similar
Published Mar 3, 2026 3mo ago
Last Modified Jun 17, 2026 1w ago

Description

BentoML is a Python library for building online serving systems optimized for AI apps and model inference. Prior to 1.4.36, the safe_extract_tarfile() function validates that each tar member's path is within the destination directory, but for symlink members it only validates the symlink's own path, not the symlink's target. An attacker can create a malicious bento/model tar file containing a symlink pointing outside the extraction directory, followed by a regular file that writes through the symlink, achieving arbitrary file write on the host filesystem. This vulnerability is fixed in 1.4.36.

CVSS Details

Base Score
8.6
Exploitability
Impact
Vector string
CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Attack Vector Local
Attack Complexity Low
Privileges Required None
User Interaction None
Scope X

Threat Intelligence

EPSS Exploit Probability
16.9% percentile
Exploit & Patch Status
Public Exploit Known
Patch Available

Weaknesses 1

CWE-59

Affected Products 1

VendorProductVersionRange
bentomlbentoml* <1.4.36

References 2

  • github.com https://github.com/bentoml/BentoML/commit/4e0eb007765ac04c7924220d643f264715cc9670
    Patch
  • github.com https://github.com/bentoml/BentoML/security/advisories/GHSA-m6w7-qv66-g3mf
    ExploitMitigationVendor Advisory

Remediation

  • github.com https://github.com/bentoml/BentoML/commit/4e0eb007765ac04c7924220d643f264715cc9670
    Patch