rollbar vulnerable to Prototype Pollution in merge()
        
  Moderate severity
        
          GitHub Reviewed
      
        Published
          Oct 23, 2025 
          in
          
            rollbar/rollbar.js
          
          •
          Updated Oct 24, 2025 
      
  
Package
Affected versions
<= 2.26.4
      >= 3.0.0-alpha1, <= 3.0.0-beta4
  Patched versions
2.26.5
      3.0.0-beta5
  Description
        Published by the National Vulnerability Database
      Oct 23, 2025 
    
  
        Published to the GitHub Advisory Database
      Oct 23, 2025 
    
  
        Reviewed
      Oct 23, 2025 
    
  
        Last updated
      Oct 24, 2025 
    
  
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 rollbar/rollbar.js#1394 (2.26.x) and rollbar/rollbar.js#1390 (3.x)
References