-
Notifications
You must be signed in to change notification settings - Fork 35
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] run.mone:excel has dangerously outdated poi and xmlbeans dependencies #554
Comments
If you look at XiaoMi/mone#1075, there are a number of poi and xmlbeans dependencies that seem unnecessary. Some of these jars are large and have CVEs. |
This looks like a simple task. |
Thank you very much for your suggestion, which is very valuable to us. We will solve this problem as soon as possible. I am sorry that we ignored this problem before releasing the version. I am not sure whether this will affect our release of the current version. Can we reflect the fix of this problem in the next version? |
That's a good suggestion, we'll improve it right away. |
I have raised no issues that block the current RC from being released. |
Thanks to pj, your help and suggestions have given me better ideas and methods to solve the problem. |
https://mvnrepository.com/artifact/run.mone/excel/1.6.1-jdk21
POI and XMLBeans have CVEs. Excel is a very exploitable attack vector for malicious actors.
Please ditch run.mone/excel if they can't produce versions that use secure dependencies.
There only appears to be 1 class in this jar and it should be easy to copy the code into Ozhera instead of using the jar and to then update the code to use the latest POI and XMLBeans releases.
The text was updated successfully, but these errors were encountered: