Allocation of Resources Without Limits or Throttling Affecting apostrophe package, versions <4.32.1


Severity

Recommended
0.0
high
0
10

CVSS assessment by Snyk's Security Team. Learn more

Threat Intelligence

EPSS
0.31% (24th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications

Snyk Learn

Learn about Allocation of Resources Without Limits or Throttling vulnerabilities in an interactive lesson.

Start learning
  • Snyk IDSNYK-JS-APOSTROPHE-18913486
  • published18 Aug 2026
  • disclosed18 Aug 2026
  • creditUnknown

Introduced: 18 Aug 2026

NewCVE-2026-71553  (opens in a new tab)
CWE-1321  (opens in a new tab)

How to fix?

Upgrade apostrophe to version 4.32.1 or higher.

Overview

apostrophe is a content management system (CMS) for Node.js. It supports in-context editing, schema-driven content types, flexible widgets and a great deal more. This module contains everything necessary to build a website with ApostropheCMS.

Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling via the apos.util.get and apos.util.set path-traversal utilities, which previously only blocked a fixed set of unsafe final path segments (__proto__, constructor, prototype) but did not restrict traversal through inherited properties. An authenticated attacker with low privileges can send a PATCH request containing a dot-path such as toString.call to walk from a document object onto Object.prototype.toString and overwrite its call property. This corrupts shared runtime state (lodash, Node internals, and Apostrophe itself) until the process is restarted, causing a denial of service, and allows limited integrity impact through the property write. The fix introduces an ownProperty guard that confines all path traversal to properties the target object carries itself, preventing any walk onto the prototype chain.

CVSS Base Scores

version 4.0
version 3.1