A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

BackgroundContext should be isolated

Found in

EPiServer.CMS.Core 12.17.0

Fixed in

EPiServer.CMS.Core 12.17.1

(Or a related package)

Created

Aug 24, 2023

Updated

Sep 14, 2023

Area

CMS Core

State

Closed, Fixed and tested


Description

Fixed an issue that produced the wrong result (cachedValue was "inner") when you called IBackgroundContextFactory.Create() to get an isolated execution environment; changes there should not propagate to outside the context.