CVE-2026-31801 HIGH

CVE-2026-31801: zot create-only policy allows overwrite attempts of existing latest tag (update permission not required)

Vendor Project-Zot
Product zot
Weakness CWE-863 · Incorrect authorization
Published March 10, 2026
Last update March 11, 2026

CVSS base score

7.7/10
Attack vector Network
Attack complexity Low
Privileges required Low
User interaction None
Confidentiality None
Integrity High

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:H/A:N

What the vulnerability does

01Description

zot is ancontainer image/artifact registry based on the Open Container Initiative Distribution Specification. From 1.3.0 to 2.1.14, zot’s dist-spec authorization middleware infers the required action for PUT /v2/{name}/manifests/{reference} as create by default, and only switches to update when the tag already exists and reference != "latest". As a result, when latest already exists, a user who is allowed to create (but not allowed to update) can still pass the authorization check for an overwrite attempt of latest. This vulnerability is fixed in 2.1.15.

Key dates

02Disclosure timeline

March 10, 2026 CVE published
March 11, 2026 Record updated