CVE-2024-47061

Source
https://cve.org/CVERecord?id=CVE-2024-47061
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-47061.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2024-47061
Aliases
Published
2024-09-20T19:04:01Z
Modified
2026-09-13T03:45:44Z
Severity
  • 8.3 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L CVSS Calculator
Summary
Arbitrary DOM attributes in element.attributes and leaf.attributes in Platejs
Details

Plate is a javascript toolkit that makes it easier for you to develop with Slate, a popular framework for building text editors. One longstanding feature of Plate is the ability to add custom DOM attributes to any element or leaf using the attributes property. These attributes are passed to the node component using the nodeProps prop. It has come to our attention that this feature can be used for malicious purposes, including cross-site scripting (XSS) and information exposure (specifically, users' IP addresses and whether or not they have opened a malicious document). Note that the risk of information exposure via attributes is only relevant to applications in which web requests to arbitrary URLs are not ordinarily allowed. Plate editors that allow users to embed images from arbitrary URLs, for example, already carry the risk of leaking users' IP addresses to third parties. All Plate editors using an affected version of @udecode/plate-core are vulnerable to these information exposure attacks via the style attribute and other attributes that can cause web requests to be sent. In addition, whether or not a Plate editor is vulnerable to cross-site scripting attacks using attributes depends on a number of factors. The most likely DOM attributes to be vulnerable are href and src on links and iframes respectively. Any component that spreads {...nodeProps} onto an or

Database specific
{
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
        "CWE-79"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2024/47xxx/CVE-2024-47061.json",
    "unresolved_ranges": [
        {
            "extracted_events": [
                {
                    "introduced": "22.0.0"
                },
                {
                    "fixed": "36.5.9"
                },
                {
                    "fixed": "21.5.1"
                }
            ],
            "source": "AFFECTED_FIELD"
        }
    ]
}
References

Affected packages

Git / github.com/udecode/plate

Affected ranges

Type
GIT
Repo
https://github.com/udecode/plate
Events
Database specific
Show details
{
    "extracted_events": [
        {
            "introduced": "37.0.0"
        },
        {
            "fixed": "38.0.6"
        }
    ],
    "source": "AFFECTED_FIELD"
}

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-47061.json"