CVE-2024-35239

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-35239
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-35239.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2024-35239
Aliases
Published
2024-05-28T20:15:28Z
Modified
2025-10-21T02:35:00Z
Severity
  • 2.7 (Low) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N CVSS Calculator
Summary
Stored Cross-site Scripting on Components of Umbraco Forms
Details

Umbraco Commerce is an open source dotnet web forms solution. In affected versions an authenticated user that has access to edit Forms may inject unsafe code into Forms components. This issue can be mitigated by configuring TitleAndDescription:AllowUnsafeHtmlRendering after upgrading to one of the patched versions (13.0.1, 12.2.2, 10.5.3, 8.13.13).

References

Affected packages

Git /

Affected ranges

Database specific

unresolved_versions

[
    {
        "events": [
            {
                "introduced": "13.0.0"
            },
            {
                "fixed": "13.0.1"
            }
        ],
        "type": ""
    },
    {
        "events": [
            {
                "introduced": "12.0.0"
            },
            {
                "fixed": "12.2.2"
            }
        ],
        "type": ""
    },
    {
        "events": [
            {
                "introduced": "10.0.0"
            },
            {
                "fixed": "10.5.3"
            }
        ],
        "type": ""
    },
    {
        "events": [
            {
                "introduced": "0"
            },
            {
                "fixed": "8.13.13"
            }
        ],
        "type": ""
    }
]