Hi,
Scanalert found the following two vulnerabilities with my CRM installation:
1. Missing Secure Attribute in an Encrypted Session (SSL) Cookie
Description
The application sets a cookie over a secure channel without using the "secure" attribute. RFC states that if the cookie does not have the secure attribute assigned to it, then the cookie can be passed to the server by the client over non-secure channels (http). Using this attack, an attacker may be able to intercept this cookie, over the non-secure channel, and use it for a session hijacking attack.
General Solution
It is best business practice that any cookies that are sent (set-cookie) over an SSL connection to explicitly state secure on them.
2. Potentially Sensitive Information Missing Secure Attribute in an Encrypted Session (SSL) Cookie.
Description
The application sets a cookie over a secure channel without using the "secure" attribute. RFC states that if the cookie does not have the secure attribute assigned to it, then the cookie can be passed to the server by the client over non-secure channels (http). Using this attack, an attacker may be able to intercept this cookie, over the non-secure channel, and use it for a session hijacking attack. The information that was sent was flagged as being potentially sensitive. Potentially sensitive information could be session tokens, user id's, or passwords.
General Solution
It is best business practice that any cookies that are sent (set-cookie) over an SSL connection to explicitly state secure on them. Speak with your web developer to have them enable the secure attribute on cookies sent over secure connections.
Can someone help me set SSL for the cookies ?
Thank you!


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks