Lookup for vulnerable packages by Package URL.

Purlpkg:nuget/TinyMCE@6.0.0
Typenuget
Namespace
NameTinyMCE
Version6.0.0
Qualifiers
Subpath
Is_vulnerabletrue
Next_non_vulnerable_version5.9.0
Latest_non_vulnerable_version7.0.0
Affected_by_vulnerabilities
0
url VCID-ag8v-6k48-dkba
vulnerability_id VCID-ag8v-6k48-dkba
summary
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
TinyMCE is an open source rich text editor. A mutation cross-site scripting (mXSS) vulnerability was discovered in TinyMCE’s core undo and redo functionality. When a carefully-crafted HTML snippet passes the XSS sanitisation layer, it is manipulated as a string by internal trimming functions before being stored in the undo stack. If the HTML snippet is restored from the undo stack, the combination of the string manipulation and reparative parsing by either the browser's native [DOMParser API](https://developer.mozilla.org/en-US/docs/Web/API/DOMParser) (TinyMCE 6) or the SaxParser API (TinyMCE 5) mutates the HTML maliciously, allowing an XSS payload to be executed. This vulnerability has been patched in TinyMCE 5.10.8 and TinyMCE 6.7.1 by ensuring HTML is trimmed using node-level manipulation instead of string manipulation. Users are advised to upgrade. There are no known workarounds for this vulnerability.
references
0
reference_url https://tiny.cloud/docs/release-notes/release-notes5108/#securityfixes
reference_id
reference_type
scores
url https://tiny.cloud/docs/release-notes/release-notes5108/#securityfixes
1
reference_url https://tiny.cloud/docs/tinymce/6/6.7.1-release-notes/#security-fixes
reference_id
reference_type
scores
url https://tiny.cloud/docs/tinymce/6/6.7.1-release-notes/#security-fixes
2
reference_url https://github.com/advisories/GHSA-v65r-p3vv-jjfv
reference_id GHSA-v65r-p3vv-jjfv
reference_type
scores
url https://github.com/advisories/GHSA-v65r-p3vv-jjfv
3
reference_url https://github.com/tinymce/tinymce/security/advisories/GHSA-v65r-p3vv-jjfv
reference_id GHSA-v65r-p3vv-jjfv
reference_type
scores
url https://github.com/tinymce/tinymce/security/advisories/GHSA-v65r-p3vv-jjfv
fixed_packages
0
url pkg:nuget/TinyMCE@6.7.1
purl pkg:nuget/TinyMCE@6.7.1
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:nuget/TinyMCE@6.7.1
aliases CVE-2023-45818, GHSA-v65r-p3vv-jjfv
risk_score null
exploitability null
weighted_severity null
resource_url http://public2.vulnerablecode.io/vulnerabilities/VCID-ag8v-6k48-dkba
1
url VCID-fzy8-4m2x-tbe3
vulnerability_id VCID-fzy8-4m2x-tbe3
summary
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
TinyMCE is an open source rich text editor. A mutation cross-site scripting (mXSS) vulnerability was discovered in TinyMCE’s core undo/redo functionality and other APIs and plugins. Text nodes within specific parents are not escaped upon serialization according to the HTML standard. If such text nodes contain a special character reserved as an internal marker, they can be combined with other HTML patterns to form malicious snippets. These snippets pass the initial sanitisation layer when the content is parsed into the editor body, but can trigger XSS when the special internal marker is removed from the content and re-parsed. his vulnerability has been patched in TinyMCE versions 6.7.3 and 5.10.9. Users are advised to upgrade. There are no known workarounds for this vulnerability.
references
0
reference_url https://github.com/tinymce/tinymce/releases/tag/5.10.9
reference_id
reference_type
scores
url https://github.com/tinymce/tinymce/releases/tag/5.10.9
1
reference_url https://github.com/tinymce/tinymce/releases/tag/6.7.3
reference_id
reference_type
scores
url https://github.com/tinymce/tinymce/releases/tag/6.7.3
2
reference_url https://tiny.cloud/docs/release-notes/release-notes5109/
reference_id
reference_type
scores
url https://tiny.cloud/docs/release-notes/release-notes5109/
3
reference_url https://tiny.cloud/docs/tinymce/6/6.7.3-release-notes/
reference_id
reference_type
scores
url https://tiny.cloud/docs/tinymce/6/6.7.3-release-notes/
4
reference_url https://nvd.nist.gov/vuln/detail/CVE-2023-48219
reference_id CVE-2023-48219
reference_type
scores
url https://nvd.nist.gov/vuln/detail/CVE-2023-48219
5
reference_url https://github.com/advisories/GHSA-v626-r774-j7f8
reference_id GHSA-v626-r774-j7f8
reference_type
scores
url https://github.com/advisories/GHSA-v626-r774-j7f8
6
reference_url https://github.com/tinymce/tinymce/security/advisories/GHSA-v626-r774-j7f8
reference_id GHSA-v626-r774-j7f8
reference_type
scores
url https://github.com/tinymce/tinymce/security/advisories/GHSA-v626-r774-j7f8
fixed_packages
0
url pkg:nuget/TinyMCE@6.7.3
purl pkg:nuget/TinyMCE@6.7.3
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:nuget/TinyMCE@6.7.3
aliases CVE-2023-48219, GHSA-v626-r774-j7f8
risk_score null
exploitability null
weighted_severity null
resource_url http://public2.vulnerablecode.io/vulnerabilities/VCID-fzy8-4m2x-tbe3
2
url VCID-haxk-yp7j-bub1
vulnerability_id VCID-haxk-yp7j-bub1
summary
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
TinyMCE is an open source rich text editor. A cross-site scripting (XSS) vulnerability was discovered in TinyMCE’s Notification Manager API. The vulnerability exploits TinyMCE's unfiltered notification system, which is used in error handling. The conditions for this exploit requires carefully crafted malicious content to have been inserted into the editor and a notification to have been triggered. When a notification was opened, the HTML within the text argument was displayed unfiltered in the notification. The vulnerability allowed arbitrary JavaScript execution when an notification presented in the TinyMCE UI for the current user. This issue could also be exploited by any integration which uses a TinyMCE notification to display unfiltered HTML content. This vulnerability has been patched in TinyMCE 5.10.8 and TinyMCE 6.7.1 by ensuring that the HTML displayed in the notification is sanitized, preventing the exploit. Users are advised to upgrade. There are no known workarounds for this vulnerability.
references
0
reference_url https://tiny.cloud/docs/release-notes/release-notes5108/#securityfixes
reference_id
reference_type
scores
url https://tiny.cloud/docs/release-notes/release-notes5108/#securityfixes
1
reference_url https://tiny.cloud/docs/tinymce/6/6.7.1-release-notes/#security-fixes
reference_id
reference_type
scores
url https://tiny.cloud/docs/tinymce/6/6.7.1-release-notes/#security-fixes
2
reference_url https://github.com/advisories/GHSA-hgqx-r2hp-jr38
reference_id GHSA-hgqx-r2hp-jr38
reference_type
scores
url https://github.com/advisories/GHSA-hgqx-r2hp-jr38
3
reference_url https://github.com/tinymce/tinymce/security/advisories/GHSA-hgqx-r2hp-jr38
reference_id GHSA-hgqx-r2hp-jr38
reference_type
scores
url https://github.com/tinymce/tinymce/security/advisories/GHSA-hgqx-r2hp-jr38
fixed_packages
0
url pkg:nuget/TinyMCE@6.7.1
purl pkg:nuget/TinyMCE@6.7.1
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:nuget/TinyMCE@6.7.1
aliases CVE-2023-45819, GHSA-hgqx-r2hp-jr38
risk_score null
exploitability null
weighted_severity null
resource_url http://public2.vulnerablecode.io/vulnerabilities/VCID-haxk-yp7j-bub1
Fixing_vulnerabilities
Risk_scorenull
Resource_urlhttp://public2.vulnerablecode.io/packages/pkg:nuget/TinyMCE@6.0.0