←back to thread

174 points andy99 | 3 comments | | HN request time: 0s | source
Show context
ustad ◴[] No.43603319[source]
Does anyone know if pandas is affected? I serialize/deserialize dataframes which pandas uses parquet under the hood.
replies(2): >>43603399 #>>43603494 #
natebc ◴[] No.43603399[source]
https://www.endorlabs.com/learn/critical-rce-vulnerability-i...

> Any application or service using Apache Parquet Java library versions 1.15.0 or earlier is believed to be vulnerable (our own data indicates that this was introduced in version 1.8.0; however, current guidance is to review all historical versions). This includes systems that read or import Parquet files using popular big-data frameworks (e.g. Hadoop, Spark, Flink) or custom applications that incorporate the Parquet Java code. If you are unsure whether your software stack uses Parquet, check with your vendors or developers – many data analytics and storage solutions include this library.

Seems safe to assume yes, pandas is probably affected by using this library.

replies(3): >>43603443 #>>43603446 #>>43604839 #
1. 3eb7988a1663 ◴[] No.43603446[source]
That does not follow for me. Pandas does not utilize Java/JVM.
replies(2): >>43604833 #>>43605403 #
2. ◴[] No.43604833[source]
3. natebc ◴[] No.43605403[source]
I'm sorry. I made a mistake.