CVE-2022-41955
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Summary
Autolab is a course management service, initially developed by a team of students at Carnegie Mellon University, that enables instructors to offer autograded programming assignments to their students over the Web. 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. This vulnerability has been patched in version 2.10.0. As a workaround, 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.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| autolab | Autolab | >= 2.0.1, <= 2.9.0 | affected |
Weaknesses
- CWE-78: CWE-78: Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
ADP Enrichment
CVE Program Container
Additional References
- https://github.com/autolab/Autolab/security/advisories/GHSA-x5r3-vf3p-3269
- https://securitylab.github.com/advisories/GHSL-2022-100_Autolab/
References
- https://github.com/autolab/Autolab/security/advisories/GHSA-x5r3-vf3p-3269
- https://securitylab.github.com/advisories/GHSL-2022-100_Autolab/
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.