CVE-2025-66026

Source
https://nvd.nist.gov/vuln/detail/CVE-2025-66026
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-66026.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2025-66026
Aliases
Published
2025-11-26T02:01:44.814Z
Modified
2025-11-28T03:32:28.379525Z
Severity
  • 6.1 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N CVSS Calculator
Summary
REDAXO is Vulnerable to Reflected XSS in Mediapool Info Banner via args[types]
Details

REDAXO is a PHP-based CMS. Prior to version 5.20.1, a reflected Cross-Site Scripting (XSS) vulnerability exists in the Mediapool view where the request parameter args[types] is rendered into an info banner without HTML-escaping. This allows arbitrary JavaScript execution in the backend context when an authenticated user visits a crafted link while logged in. This issue has been patched in version 5.20.1.

Database specific
{
    "cna_assigner": "GitHub_M",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/66xxx/CVE-2025-66026.json",
    "cwe_ids": [
        "CWE-79"
    ]
}
References

Affected packages

Git / github.com/redaxo/redaxo

Affected ranges

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