Impact
Prototype pollution vulnerability in merge(). If application code calls rollbar.configure() with untrusted input, prototype pollution is possible.
Patches
Fixed in 2.26.5 and 3.0.0-beta5.
Workarounds
Ensure that values passed to rollbar.configure() do not contain untrusted input.
References
Fixed in #1394 (2.26.x) and #1390 (3.x)
Impact
Prototype pollution vulnerability in merge(). If application code calls
rollbar.configure()with untrusted input, prototype pollution is possible.Patches
Fixed in 2.26.5 and 3.0.0-beta5.
Workarounds
Ensure that values passed to
rollbar.configure()do not contain untrusted input.References
Fixed in #1394 (2.26.x) and #1390 (3.x)