[jira] [Commented] (CLOUDSTACK-5241) ROT13 usage

2014-12-03 Thread Rohit Yadav (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-5241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14233936#comment-14233936
 ] 

Rohit Yadav commented on CLOUDSTACK-5241:
-

[~yasker] will backport the fix to 4.3 and 4.4 break anything?

> ROT13 usage
> ---
>
> Key: CLOUDSTACK-5241
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-5241
> Project: CloudStack
>  Issue Type: Bug
>Affects Versions: 4.2.0
>Reporter: John Kinsella
>Assignee: Sheng Yang
>  Labels: security
> Fix For: 4.5.0
>
>
> The server/src/com/cloud/network/element/CloudZonesNetworkElement.java and 
> server/src/com/cloud/network/router/VirtualNetworkApplianceManagerImpl.java 
> files use the PasswordGenerator.rot13() method. This method is using a cipher 
> which provides no effective encryption or obfuscation.
> Mitigation:
> Remove the PasswordGenerator.rot13() method so that it is never used in the 
> future. Change the usages to use AES-based encryption (possibly with 
> DBEncryptionUtil.encrypt()).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-5241) ROT13 usage

2014-12-03 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-5241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14233890#comment-14233890
 ] 

ASF subversion and git services commented on CLOUDSTACK-5241:
-

Commit 3c9e14e85a124105e8c1d790a9c46fff7844f7ab in cloudstack's branch 
refs/heads/master from [~yasker]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=3c9e14e ]

CLOUDSTACK-5241: Remove Rot13 usage


> ROT13 usage
> ---
>
> Key: CLOUDSTACK-5241
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-5241
> Project: CloudStack
>  Issue Type: Bug
>Affects Versions: 4.2.0
>Reporter: John Kinsella
>Assignee: Sheng Yang
>  Labels: security
> Fix For: 4.5.0, 4.4.3, 4.3.2
>
>
> The server/src/com/cloud/network/element/CloudZonesNetworkElement.java and 
> server/src/com/cloud/network/router/VirtualNetworkApplianceManagerImpl.java 
> files use the PasswordGenerator.rot13() method. This method is using a cipher 
> which provides no effective encryption or obfuscation.
> Mitigation:
> Remove the PasswordGenerator.rot13() method so that it is never used in the 
> future. Change the usages to use AES-based encryption (possibly with 
> DBEncryptionUtil.encrypt()).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-5241) ROT13 usage

2014-12-03 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-5241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14233879#comment-14233879
 ] 

ASF subversion and git services commented on CLOUDSTACK-5241:
-

Commit feeafa76a406280c08d2ae5e59919d02a2e8f135 in cloudstack's branch 
refs/heads/4.5 from [~yasker]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=feeafa7 ]

CLOUDSTACK-5241: Remove Rot13 cipher


> ROT13 usage
> ---
>
> Key: CLOUDSTACK-5241
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-5241
> Project: CloudStack
>  Issue Type: Bug
>Affects Versions: 4.2.0
>Reporter: John Kinsella
>Assignee: Sheng Yang
>  Labels: security
> Fix For: 4.5.0, 4.4.3, 4.3.2
>
>
> The server/src/com/cloud/network/element/CloudZonesNetworkElement.java and 
> server/src/com/cloud/network/router/VirtualNetworkApplianceManagerImpl.java 
> files use the PasswordGenerator.rot13() method. This method is using a cipher 
> which provides no effective encryption or obfuscation.
> Mitigation:
> Remove the PasswordGenerator.rot13() method so that it is never used in the 
> future. Change the usages to use AES-based encryption (possibly with 
> DBEncryptionUtil.encrypt()).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)