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

Vulnerability for dependency xlsx (upgrade sheetjs dependency to address Prototype Pollution vulnerability (CVE-2023-30533)) #49

Open
goiaalexandru opened this issue Mar 20, 2024 · 4 comments

Comments

@goiaalexandru
Copy link

goiaalexandru commented Mar 20, 2024

Description:
The current version of the sheetjs dependency used in this package is vulnerable to a Prototype Pollution attack (CVE-2023-30533). This vulnerability can be exploited to potentially compromise the application's security.

Details:

@jesse-tong
Copy link

I found that the outdated version in npm is related to this: SheetJS/sheetjs#2667
Someone has actually made a replacement package there tho: https://www.npmjs.com/package/@e965/xlsx, which is build on the new git repo

@jesse-tong
Copy link

@cscan Please response to this since this is quite important tho (the original npm package has been abandoned and the xlsx maintainers did not even mention anything on npm)

ZENG-JING-YUAN added a commit to San-17150419/fp_fe that referenced this issue Jul 26, 2024
`xlsx` is removed due to the author is no longer publishing update to
the npm registry. The current version on npm is vulnerable to a
Prototype Pollution attack.
(read:cscan/vue3-excel-editor#49)
@cscan
Copy link
Owner

cscan commented Oct 31, 2024

I make npm install xlsx@latest, the version is still 0.18.5

@CageThrottleUs
Copy link

CageThrottleUs commented Dec 16, 2024

I make npm install xlsx@latest, the version is still 0.18.5

I think the issue that is being discussed here is, that there are no new updates on npm.
The developers of the original xlsx package don't update their package on npm anymore. A solution would be to replace it with an updated version of the same package (https://www.npmjs.com/package/@e965/xlsx)

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

4 participants