Description
The JS Compute Runtime for Fastly's Compute@Edge platform provides the environment JavaScript is executed in when using the Compute@Edge JavaScript SDK. In versions prior to 0.5.3, the `Math.random` and `crypto.getRandomValues` methods fail to use sufficiently random values. The initial value to seed the PRNG (pseudorandom number generator) is baked-in to the final WebAssembly module, making the sequence of random values for that specific WebAssembly module predictable. An attacker can use the fixed seed to predict random numbers generated by these functions and bypass cryptographic security controls, for example to disclose sensitive data encrypted by functions that use these generators. The problem has been patched in version 0.5.3. No known workarounds exist.
Remediation
References
https://github.com/fastly/js-compute-runtime/security/advisories/GHSA-cmr8-5w4c-44v8
Related Vulnerabilities
CVE-2017-15694 Vulnerability in maven package org.apache.geode:geode-core
CVE-2021-41182 Vulnerability in npm package jquery-ui
CVE-2022-34169 Vulnerability in maven package xalan:xalan
CVE-2020-7746 Vulnerability in maven package org.webjars.bowergithub.chartjs:chart.js
CVE-2018-8014 Vulnerability in maven package org.apache.tomcat:tomcat-catalina