Hello everyone!
Our application is currently running on A12 2023.06ext11. We are operating it as recommended with a standalone Solr instance, version 9.8.1.
See GetA12
However, several critical CVEs are known for this version. More specifically:
- CVE-2025-66516 (org.apache.tika:tika-core)
- CVE-2025-54988 (org.apache.tika:tika-parsers)
- CVE-2025-12383 (org.glassfish.jersey.core:jersey-client)
- CVE-2024-4756 (org.apache.avro:avro)
The application migration to 2024.06ext10 is nearly complete. The switch to A12 2025.06, which will eliminate Solr in our infrastructure, is planned but will take some time.
Therefore, my question is:
- Is this issue with the CVEs known, and are there any recommendations for dealing with them? An investigation revealed that even switching to Solr 9.10 does not resolve the problems. The CVEs are only removed from Solr 10. But we reject a major update of a component, that will become obsolete in the near future.
- Is it possible to say whether the CVEs actually create vulnerabilities that make our A12 application susceptible to attack?