I've been getting security alerts about PCI compliance failure from McAfee. It seems to be because cPanel's session_locale cookie does not force HTTPONLY.
Vulnerability: Sensitive Cookie Missing 'HTTPONLY' Attribute
Port: 2083/tcp
Protocol: https
Read Timeout: 10000
Method: GET
Path: /
Query: locale=en
Headers: Host=mydomain.com%3A2083
Referer=https%3A%2F%2Fmydomain.com%3A2083%2F
HttpOnly attribute is not used: session_locale=en; expires=Fri, 18-Jul-2014 10:07:32 GMT; path=/; port=2083; secure
In my WHM, session.cookie_httponly is set to 1.
Not sure where else to force the session_locale cookie to HttpOnly. Any ideas?
Vulnerability: Sensitive Cookie Missing 'HTTPONLY' Attribute
Port: 2083/tcp
Protocol: https
Read Timeout: 10000
Method: GET
Path: /
Query: locale=en
Headers: Host=mydomain.com%3A2083
Referer=https%3A%2F%2Fmydomain.com%3A2083%2F
HttpOnly attribute is not used: session_locale=en; expires=Fri, 18-Jul-2014 10:07:32 GMT; path=/; port=2083; secure
In my WHM, session.cookie_httponly is set to 1.
Not sure where else to force the session_locale cookie to HttpOnly. Any ideas?