|
|
|
|
|
by jtchang
439 days ago
|
|
It's so dumb to assign it a CVSS score of 10. Unless you are blindly accepting parquet formatted files this really doesn't seem that bad. A vulnerability in parsing images, xml, json, html, css would be way more detrimental. I can't think of many services that accept parquet files directly. And of those usually you are calling it directly via a backend service. |
|
As a library, this is a huge problem. If you're a user of the library, you'll have to decide if your usage of it is problematic or not.
Either way, the safe solution is to just update the library. Or, based on the link shared elsewhere (https://github.com/apache/parquet-java/compare/apache-parque...) maybe avoid this library if you can, because the Java-specific code paths seem sketchy as hell to me.