exasol / azure-data-lake-storage-gen2-document-files-virtual-schema

Virtual Schema for document files on Azure Data Lake Storage Gen2
MIT License
0 stars 1 forks source link

🔐 CVE-2024-25638: dnsjava:dnsjava:jar:3.4.0:compile #63

Closed github-actions[bot] closed 1 month ago

github-actions[bot] commented 1 month ago

Summary

dnsjava is an implementation of DNS in Java. Records in DNS replies are not checked for their relevance to the query, allowing an attacker to respond with RRs from different zones. This vulnerability is fixed in 3.6.0.

CVE: CVE-2024-25638 CWE: CWE-345

References

ckunki commented 1 month ago

Requires update of com.exasol:parquet-io-java and then com.exasol:virtual-schema-common-document-files.

com.exasol:azure-data-lake-storage-gen2-document-files-virtual-schema:jar:2.1.0
\- com.exasol:virtual-schema-common-document-files:jar:8.1.0:compile
   \- com.exasol:parquet-io-java:jar:2.0.9:compile
      \- org.apache.hadoop:hadoop-client:jar:3.4.0:compile
         \- org.apache.hadoop:hadoop-common:jar:3.4.0:compile
            \- dnsjava:dnsjava:jar:3.4.0:compile

dnsjava version 3.6.0 is already available without any security issues reported, yet.