Spree Improper Input Validation vulnerability
Moderate severity
GitHub Reviewed
Published
Oct 24, 2017
to the GitHub Advisory Database
•
Updated Nov 5, 2023
Description
Published by the National Vulnerability Database
Mar 8, 2013
Published to the GitHub Advisory Database
Oct 24, 2017
Reviewed
Jun 16, 2020
Last updated
Nov 5, 2023
Spree Commerce 1.0.x before 2.0.0.rc1 allows remote authenticated administrators to instantiate arbitrary Ruby objects and execute arbitrary commands via the (1)
payment_method
parameter tocore/app/controllers/spree/admin/payment_methods_controller.rb
; and the (2)promotion_action parameter
topromotion_actions_controller.rb
, (3)promotion_rule parameter
topromotion_rules_controller.rb
, and (4)calculator_type
parameter topromotions_controller.rb
inpromo/app/controllers/spree/admin/
, related to unsafe use of the constantize function.References