All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-53609
CRITICALpublished 2026-06-12 22:16 UTC · 12 days ago · modified 2026-06-15 20:54 UTC
9.1
CVSS / 10
// description
ApostropheCMS is an open-source Node.js content management system. In versions up to and including 4.30.0, `apos.util.set()` traverses dot-notation paths without sanitizing `__proto__`, allowing an authenticated editor to write arbitrary values to `Object.prototype` via the `$pullAll` patch operator. A confirmed gadget in `publicApiCheck()` causes this to bypass authorization on all piece-type REST API endpoints for every subsequent unauthenticated request, for the lifetime of the Node.js process. As of time of publication, no known patched versions are available.
// cvss 3.1 vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:L
// weaknesses (CWE)
- CWE-1321