SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-58200

HIGH · CVSS 7.1 EPSS 0.18% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-15 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

The Payload Plugins for Payload CMS versions 0.3.0 to 0.4.0 are vulnerable due to improper handling of user input in the cloudinary-generate-signature endpoint, allowing authenticated users to generate unauthorized Cloudinary HMAC-SHA1 signatures. This flaw can lead to asset replacement, unauthorized uploads, and exposure of sensitive data through callbacks to attacker-controlled URLs. Organizations using affected versions should prioritize patching to version 0.4.0 to mitigate the risk of unauthorized access and data manipulation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-58200
Severity
HIGH
CVSS
7.1
EPSS
0.18%

Original NVD Description

Payload Plugins is a collection of plugins designed to enhance Payload CMS. From 0.3.0 until 0.4.0, @jhb.software/payload-cloudinary-plugin deployments with clientUploads enabled expose POST /api/cloudinary-generate-signature, whose handler in cloudinary/src/getGenerateSignature.ts passes attacker-controlled body.paramsToSign directly to cloudinary.utils.api_sign_request without a key allowlist, collection policy, timestamp freshness check, or configured-folder enforcement. Any authenticated Payload user can obtain a valid Cloudinary HMAC-SHA1 signature for unauthorized parameters such as overwrite, type, notification_url, invalidate, folder, and public_id. The signature can authorize asset replacement, upload visibility changes, callbacks to attacker-selected URLs, cache invalidation, and uploads outside the intended folder. The client-visible Cloudinary API key is expected by the upload design, but the unrestricted server-side signature supplies the authorization value needed to complete these operations. This vulnerability is fixed in 0.4.0.