Skip to content
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

Security Vulnerability: Quill ≤ 1.3.7 - Cross-site Scripting (XSS) #630

Open
piyushkrana1 opened this issue Mar 20, 2025 · 0 comments
Open

Comments

@piyushkrana1
Copy link

Version
@vueup/vue-quill version [e.g. 1.0.0-beta.5]

Describe the bug
The VueNP Quill editor is currently using Quill ≤ 1.3.7, which has a moderate security vulnerability (CVE-2021-41173) related to Cross-site Scripting (XSS).

  • This vulnerability may allow attackers to execute malicious scripts in users' browsers.
  • Since no official fix is available for Quill ≤ 1.3.7, it's crucial to explore alternative solutions.

To Reproduce
Steps to reproduce the behavior:

  1. Install VueNP Quill in a Vue project.
  2. Run npm audit or npm ls quill to check the Quill version.
  3. Observe that Quill ≤ 1.3.7 is installed, which contains the XSS vulnerability.

Expected behavior
VueNP Quill should be updated to use newer and securre Quill version 2.0.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant