rajesh-chandrashekar opened a new issue, #3552: URL: https://github.com/apache/parquet-java/issues/3552
### Describe the bug, including details regarding any error messages, version, and platform. ## Vulnerability in `io.airlift:aircompressor` Dependency Used by `parquet-hadoop` ### Summary A published vulnerability (`CVE-2025-67721`) affects all versions of `io.airlift:aircompressor` except version `3.4`. CVE Reference: https://www.cve.org/CVERecord?id=CVE-2025-67721 Currently, `parquet-hadoop:1.15.2` depends on: ```xml io.airlift:aircompressor:2.0.2 ``` which is the latest release available under the original `aircompressor` artifact: https://mvnrepository.com/artifact/io.airlift/aircompressor However, newer releases have moved to a new artifact: ```xml io.airlift:aircompressor-v3 ``` Repository: https://mvnrepository.com/artifact/io.airlift/aircompressor-v3 ### Request Please update `parquet-hadoop` to use the newer `aircompressor-v3` dependency so downstream consumers can remediate `CVE-2025-67721`. ### Impact Projects consuming `parquet-hadoop` inherit the vulnerable `aircompressor` dependency and are unable to mitigate the CVE without dependency overrides or exclusions. ### Component(s) _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
