VYPR
High severityNVD Advisory· Published Dec 14, 2021· Updated Aug 4, 2024

HTTP Method Spoofing in Opencast

CVE-2021-43807

Description

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.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
org.opencastproject:opencast-commonMaven
< 9.109.10

Affected products

1

Patches

2
8f8271e1085f

Update CXF

https://github.com/opencast/opencastLars KiesowMay 20, 2021via ghsa
2 files changed · +2 2
  • modules/security-aai/pom.xml+1 1 modified
    @@ -106,7 +106,7 @@
                   <failOnWarning>true</failOnWarning>
                   <ignoredUsedUndeclaredDependencies>
                     <ignoredUsedUndeclaredDependency>junit:junit</ignoredUsedUndeclaredDependency>
    -                <ignoredUsedUndeclaredDependency>javax.annotation:javax.annotation-api</ignoredUsedUndeclaredDependency>
    +                <ignoredUsedUndeclaredDependency>jakarta.annotation:jakarta.annotation-api</ignoredUsedUndeclaredDependency>
                     <ignoredUsedUndeclaredDependency>org.springframework:spring-expression</ignoredUsedUndeclaredDependency>
                     <ignoredUsedUndeclaredDependency>org.springframework:spring-core</ignoredUsedUndeclaredDependency>
                     <ignoredUsedUndeclaredDependency>org.springframework.security:spring-security-core</ignoredUsedUndeclaredDependency>
    
  • pom.xml+1 1 modified
    @@ -25,7 +25,7 @@
         <commons-io.version>2.8.0</commons-io.version>
         <commons-lang3.version>3.11</commons-lang3.version>
         <commons-text.version>1.9</commons-text.version>
    -    <cxf.version>3.3.3</cxf.version>
    +    <cxf.version>3.4.3</cxf.version>
         <eclipselink.version>2.7.5</eclipselink.version>
         <failureaccess.version>1.0.1</failureaccess.version>
         <freemarker.version>2.3.30</freemarker.version>
    
59cb67310672

Update CXF

https://github.com/opencast/opencastLars KiesowMay 20, 2021via ghsa
2 files changed · +2 2
  • modules/security-aai/pom.xml+1 1 modified
    @@ -100,7 +100,7 @@
                   <failOnWarning>true</failOnWarning>
                   <ignoredUsedUndeclaredDependencies>
                     <ignoredUsedUndeclaredDependency>junit:junit</ignoredUsedUndeclaredDependency>
    -                <ignoredUsedUndeclaredDependency>javax.annotation:javax.annotation-api</ignoredUsedUndeclaredDependency>
    +                <ignoredUsedUndeclaredDependency>jakarta.annotation:jakarta.annotation-api</ignoredUsedUndeclaredDependency>
                     <ignoredUsedUndeclaredDependency>org.springframework:spring-expression</ignoredUsedUndeclaredDependency>
                     <ignoredUsedUndeclaredDependency>org.springframework:spring-core</ignoredUsedUndeclaredDependency>
                     <ignoredUsedUndeclaredDependency>org.springframework.security:spring-security-core</ignoredUsedUndeclaredDependency>
    
  • pom.xml+1 1 modified
    @@ -25,7 +25,7 @@
         <commons-io.version>2.8.0</commons-io.version>
         <commons-lang3.version>3.11</commons-lang3.version>
         <commons-text.version>1.9</commons-text.version>
    -    <cxf.version>3.3.3</cxf.version>
    +    <cxf.version>3.4.3</cxf.version>
         <eclipselink.version>2.7.5</eclipselink.version>
         <failureaccess.version>1.0.1</failureaccess.version>
         <freemarker.version>2.3.30</freemarker.version>
    

Vulnerability mechanics

Generated by null/stub on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.

References

5

News mentions

0

No linked articles in our index yet.