Severity by source
AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:L
Network-reachable editor endpoint (AV:N, PR:L, UI:N); pollution subverts a separate auth component (S:C); resulting anonymous API access yields high confidentiality but only low integrity/availability impact.
Primary rating from Vendor (GitHub_M).
CVSS VectorVendor: GitHub_M
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:L
Lifecycle Timeline
1DescriptionCVE.org
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.
Articles & Coverage 1
AnalysisAI
Prototype pollution in ApostropheCMS versions up to and including 4.30.0 allows an authenticated editor to poison Object.prototype via the $pullAll patch operator, ultimately bypassing authorization on all piece-type REST API endpoints for unauthenticated requests until the Node.js process restarts. The flaw stems from apos.util.set() failing to sanitize __proto__ in dot-notation paths, and no public exploit identified at time of analysis but the advisory describes a confirmed exploitation gadget in publicApiCheck(). No vendor-released patch identified at time of analysis, making this an open-window risk for any internet-exposed editor account.
Technical ContextAI
ApostropheCMS is a Node.js-based open-source content management system whose editing API exposes a generic patch mechanism for piece-type documents. The vulnerable apos.util.set() helper walks user-supplied dot-notation property paths to assign values without filtering reserved JavaScript property names such as __proto__, constructor, or prototype - the canonical CWE-1321 (Improperly Controlled Modification of Object Prototype Attributes / 'Prototype Pollution') pattern. When the $pullAll patch operator is used against an editor-accessible endpoint, the attacker-controlled keys reach this sink and mutate Object.prototype itself. The advisory identifies a specific gadget in publicApiCheck() - the function that decides whether a REST request requires authentication - meaning a polluted property on Object.prototype is read as if it were a configured value on the check object, flipping the authorization decision for the lifetime of the process (cpe:2.3:a:apostrophecms:apostrophe:*).
RemediationAI
No vendor-released patch identified at time of analysis - the advisory explicitly states no patched versions are available, so monitor https://github.com/apostrophecms/apostrophe/security/advisories/GHSA-6h5j-32cf-4253 and apply the fix immediately once published. Compensating controls until then: tightly restrict who holds the editor role and disable open registration for editor-level accounts (trade-off: blocks legitimate contributor onboarding); place the admin and piece-type REST API endpoints behind an authenticated reverse proxy or IP allowlist so that even a polluted publicApiCheck() cannot serve anonymous traffic (trade-off: breaks intentionally public APIs); filter $pullAll patch bodies at a WAF or middleware to drop any path token containing __proto__, constructor, or prototype (trade-off: bypassable via unicode or unusual encodings and may break legitimate keys); and schedule frequent Node.js process restarts so any successful pollution is short-lived (trade-off: brief downtime and does not prevent re-exploitation).
More in Prototype Pollution
View allPrototype pollution in Adobe Acrobat Reader versions 24.001.30356, 26.001.21367 and earlier enables arbitrary code execu
Prototype pollution in the farinspace Partners WordPress plugin (versions up to and including 0.2.0) enables remote unau
Prototype pollution vulnerability in 'deephas' versions 1.0.0 through 1.0.5 allows attacker to cause a denial of service
A Prototype Pollution issue in Cronvel Tree-kit v.0.7.4 and before allows a remote attacker to execute arbitrary code vi
A Prototype Pollution issue in Aliconnect /sdk v.0.0.6 allows an attacker to execute arbitrary code via the aim function
All versions of the package safe-eval are vulnerable to Prototype Pollution via the safeEval function, due to improper s
This affects the package vm2 before 3.9.4 via a Prototype Pollution attack vector, which can lead to execution of arbitr
Prototype Pollution in chargeover redoc v2.0.9-rc.69 allows attackers to execute arbitrary code or cause a Denial of Ser
alizeait unflatto <= 1.0.2 was discovered to contain a prototype pollution via the method exports.unflatto at /dist/inde
A vulnerability exists in the 'dagre-d3-es' Node.js package version 7.0.9, specifically within the 'bk' module's addConf
A Prototype Pollution vulnerability in the util-deps.addFileDepend function of magix-combine-ex versions thru 1.2.10 all
Chartist 1.x through 1.3.0 allows Prototype Pollution via the extend function. Rated critical severity (CVSS 9.8), this
Same technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-36590
GHSA-6h5j-32cf-4253