-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CVE-2024-53382 security issue #3864
Comments
We have also encountered this issue and are looking forward to seeing it fixed. |
in https://github.com/PrismJS/prism/security#reporting-a-vulnerability it says not to create issues for Vulnerabilities. Was this reported to the maintainers as indicated in the Security Policy? |
I don't know about that but this report is 5 months ago: https://gist.github.com/jackfromeast/aeb128e44f05f95828a1a824708df660 |
While I am not the original reporter nor the author of PR #3863 that resolves this, I've sent the maintainers a brief email on the off chance that they haven't yet seen this thread or the open PR. I'll try to respond back here if they don't respond back publicly. |
Description Summary Can you help resolve this Vulnerability ? |
@DmitrySharabin can you escalate this? |
My teams compliance deadline for this is 2 months from today, we'll need to stop using prism then and would really rather not! |
The fix is merged and a new release is out |
Yeah, this can be closed now. |
Information:
Description
CVE-2024-53382
Prism (aka PrismJS) through 1.29.0 allows DOM Clobbering (with resultant XSS for untrusted input that contains HTML but does not directly contain JavaScript), because document.currentScript lookup can be shadowed by attacker-injected HTML elements.
The text was updated successfully, but these errors were encountered: