PCI compliance and cookie security
-
I’m running security scans across my site as required for PCI compliance checks and am getting a fail, details below.
Has anyone else come across this and been able to overcome it, or is it an inherent weakness?
Error: Insecure configuration of Cookie attributes
Solution: It is important to set Secure and HTTPOnly flags for all the cookies on the application. The Secure flag prevents cookies from being transmitted over clear text. An HTTPOnly flag would limit cookie access in cases of Cross-Site Scripting issues.
Proper Caching headers should be set for responses carrying the cookie.
Cookies set on the client side should also contain Secure and HTTPOnly tags.
Ensure that any web applications running on this host is configured following industry security best practices.”DetectionDetails: Cookie Vulnerabilities Found
woocommerce_cart_hash = <hash code>
Path = /
Host = <host>
Cookie does not have secure attribue in HTTPS
Cookie does not have an HTTPOnly Attribute
Cookie Change Observed on CLIENTside
You must be logged in to reply to this topic.