Vulnerability Description
Payload Plugins is a collection of plugins designed to enhance Payload CMS. In 0.7.0, @jhb.software/payload-alt-text-plugin exposes POST /api/alt-text-plugin/generate and POST /api/alt-text-plugin/bulk with a default guard that accepts any authenticated user, while alt-text/src/endpoints/generateAltText.ts and alt-text/src/endpoints/bulkGenerateAltTexts.ts call req.payload.findByID and req.payload.update without overrideAccess: false. Payload therefore defaults overrideAccess to true and skips the target collection's read and update access functions. An authenticated low-privilege user can supply id, collection, locale, and update values to read arbitrary protected upload documents and overwrite their alt and keywords fields, even when the collection permits those operations only to administrators. A control Local API call with overrideAccess: false is denied, confirming that the plugin endpoint bypasses otherwise effective collection rules. This vulnerability is fixed in 0.8.0.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/jhb-software/payload-plugins/commit/e39634868ce13a414e2981e21
- https://github.com/jhb-software/payload-plugins/pull/159
- https://github.com/jhb-software/payload-plugins/releases/tag/[email protected]
- https://github.com/jhb-software/payload-plugins/security/advisories/GHSA-4qpv-39
- https://github.com/jhb-software/payload-plugins/security/advisories/GHSA-4qpv-39
FAQ
What is CVE-2026-59965?
CVE-2026-59965 is a vulnerability with a CVSS score of 7.1 (HIGH). Payload Plugins is a collection of plugins designed to enhance Payload CMS. In 0.7.0, @jhb.software/payload-alt-text-plugin exposes POST /api/alt-text-plugin/generate and POST /api/alt-text-plugin/bul...
How severe is CVE-2026-59965?
CVE-2026-59965 has been rated HIGH with a CVSS base score of 7.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-59965?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.