Impact
A remote code execution vulnerability was discovered in Autolab's MOSS functionality, whereby an instructor with access to the feature might be able to execute code on the server hosting Autolab.
Patches
The vulnerability has been patched in v2.10.0.
Workarounds
Disable the MOSS feature if it is unneeded by replacing the body of run_moss
in app/controllers/courses_controller.rb
with render(plain: "Feature disabled", status: :bad_request) && return
.
References
For more information
If you have any questions or comments about this advisory:
Impact
A remote code execution vulnerability was discovered in Autolab's MOSS functionality, whereby an instructor with access to the feature might be able to execute code on the server hosting Autolab.
Patches
The vulnerability has been patched in v2.10.0.
Workarounds
Disable the MOSS feature if it is unneeded by replacing the body of
run_moss
inapp/controllers/courses_controller.rb
withrender(plain: "Feature disabled", status: :bad_request) && return
.References
For more information
If you have any questions or comments about this advisory: