First published: Tue Dec 14 2021(Updated: )
Opencast is an Open Source Lecture Capture & Video Management for Education. Opencast versions prior to 9.10 allow HTTP method spoofing, allowing to change the assumed HTTP method via URL parameter. This allows attackers to turn HTTP GET requests into PUT requests or an HTTP form to send DELETE requests. This bypasses restrictions otherwise put on these types of requests and aids in cross-site request forgery (CSRF) attacks, which would otherwise not be possible. The vulnerability allows attackers to craft links or forms which may change the server state. This issue is fixed in Opencast 9.10 and 10.0. You can mitigate the problem by setting the `SameSite=Strict` attribute for your cookies. If this is a viable option for you depends on your integrations. We strongly recommend updating in any case.
Credit: security-advisories@github.com
Affected Software | Affected Version | How to fix |
---|---|---|
Apereo Opencast | <9.10 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2021-43807 is a vulnerability in the Open Source Lecture Capture & Video Management software Opencast versions prior to 9.10 that allows HTTP method spoofing.
HTTP method spoofing is when an attacker can change the assumed HTTP method via URL parameter, allowing them to manipulate GET requests into PUT requests or send DELETE requests.
CVE-2021-43807 affects Opencast versions prior to 9.10, allowing HTTP method spoofing.
The severity of CVE-2021-43807 is high, with a severity score of 6.5.
To fix CVE-2021-43807, update Opencast to version 9.10 or newer.