You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@vxquery.apache.org by "Md Mahir Asef Kabir (Jira)" <ji...@apache.org> on 2021/02/05 18:49:01 UTC

[jira] [Created] (VXQUERY-247) Usage of broken hash algorithm detected

Md Mahir Asef Kabir created VXQUERY-247:
-------------------------------------------

             Summary: Usage of broken hash algorithm detected
                 Key: VXQUERY-247
                 URL: https://issues.apache.org/jira/browse/VXQUERY-247
             Project: VXQuery
          Issue Type: Improvement
            Reporter: Md Mahir Asef Kabir


In file [https://github.com/apache/vxquery/blob/5d1175d2cb04a54ba751295f2ac67daec38bf723/vxquery-core/src/main/java/org/apache/vxquery/runtime/functions/index/update/MetaFileUtil.java] (at Line 155) "md5" algorithm has been used.

*Security Impact*:

The MD5 Message-Digest Algorithm is not collision-resistant, which makes it easier for context-dependent attackers to conduct spoofing attacks

*Useful Resources*:

https://www.cvedetails.com/cve/CVE-2004-2761/

*Solution we suggest*:

Use Sha >= 256 algorithms instead

*Please share with us your opinions/comments if there is any*:

Is the bug report helpful?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)