[ https://issues.apache.org/jira/browse/PHOENIX-6368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Md Mahir Asef Kabir updated PHOENIX-6368: ----------------------------------------- Description: In file [https://github.com/apache/synapse/blob/3bc7f0c6322d0a59121577c7af027a336f3257c7/modules/core/src/main/java/org/apache/synapse/util/UUIDGenerator.java] (at Line 96) "SHA-1" algorithm has been used. *Security Impact*: SHA-1 algorithm can be broken in an hour. And because digital fingerprints generated with it can be forged. *Useful Resources*: https://cwe.mitre.org/data/definitions/327.html *Solution we suggest*: Use Sha >= 256 algorithms instead *Please share with us your opinions/comments if there is any*: Is the bug report helpful? was: In file [https://github.com/apache/synapse/blob/3bc7f0c6322d0a59121577c7af027a336f3257c7/modules/core/src/main/java/org/apache/synapse/util/UUIDGenerator.java] (at Line 96) "md5" algorithm has been used. *Security Impact*: SHA-1 algorithm can be broken in an hour. And because digital fingerprints generated with it can be forged. *Useful Resources*: https://cwe.mitre.org/data/definitions/327.html *Solution we suggest*: Use Sha >= 256 algorithms instead *Please share with us your opinions/comments if there is any*: Is the bug report helpful? > Usage of broken hash algorithm detected > --------------------------------------- > > Key: PHOENIX-6368 > URL: https://issues.apache.org/jira/browse/PHOENIX-6368 > Project: Phoenix > Issue Type: Improvement > Reporter: Md Mahir Asef Kabir > Priority: Major > > In file > [https://github.com/apache/synapse/blob/3bc7f0c6322d0a59121577c7af027a336f3257c7/modules/core/src/main/java/org/apache/synapse/util/UUIDGenerator.java] > (at Line 96) "SHA-1" algorithm has been used. > *Security Impact*: > SHA-1 algorithm can be broken in an hour. And because digital fingerprints > generated with it can be forged. > *Useful Resources*: > https://cwe.mitre.org/data/definitions/327.html > *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)