CVE-2022-29237

Source
https://nvd.nist.gov/vuln/detail/CVE-2022-29237
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2022-29237.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2022-29237
Aliases
Published
2022-05-24T14:40:11Z
Modified
2025-11-14T03:35:45.212723Z
Severity
  • 5.4 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N CVSS Calculator
Summary
Limited Authentication Bypass for Media Files in Opencast
Details

Opencast is a free and open source solution for automated video capture and distribution at scale. Prior to Opencast 10.14 and 11.7, users could pass along URLs for files belonging to organizations other than the user's own, which Opencast would then import into the current organization, bypassing organizational barriers. Attackers must have full access to Opencast's ingest REST interface, and also know internal links to resources in another organization of the same Opencast cluster. Users who do not run a multi-tenant cluster are not affected by this issue. This issue is fixed in Opencast 10.14 and 11.7.

Database specific
{
    "cwe_ids": [
        "CWE-287"
    ]
}
References

Affected packages

Git / github.com/opencast/opencast

Affected ranges

Type
GIT
Repo
https://github.com/opencast/opencast
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
{
    "versions": [
        {
            "introduced": "0"
        },
        {
            "fixed": "10.14"
        }
    ]
}
Type
GIT
Repo
https://github.com/opencast/opencast
Events
Database specific
{
    "versions": [
        {
            "introduced": "11.0"
        },
        {
            "fixed": "11.7"
        }
    ]
}