You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[vulnerability][demo][acl][Web Worker] Global ACLs are not applied in web workers
Root Cause
self global object, which is a property of WorkerGlobalScope.prototype === self.__proto__.__proto__, is not properly registered in _globalObjects for ACL
Mitigation
Restrict access to Worker() and SharedWorker() constructors in the window context
The text was updated successfully, but these errors were encountered:
[vulnerability][demo][acl][Web Worker] Global ACLs are not applied in web workers
Root Cause
self
global object, which is a property ofWorkerGlobalScope.prototype
===self.__proto__.__proto__
, is not properly registered in_globalObjects
for ACLMitigation
Restrict access to
Worker()
andSharedWorker()
constructors in the window contextThe text was updated successfully, but these errors were encountered: