Home / Vulnerability Database / PHP : Session strict mode disabled
PHP
PHP : Session strict mode disabled
Classification
OWASP Top 10 2013
OWASP Top 10 2017
OWASP Top 10 2021
PCI DSS 4.0
HIPAA
CWE
Overview
Option session.use_strict_mode is disabled.
Enabled session.use_strict_mode does not allow the session module to use uninitialized session IDs.
Because of cookie spec, an attacker can set undeletable session ID cookies by using JavaScript injections or through the local database of the cookies. session.use_strict_mode can prevent attacker initialized session ID being used.
MEDIUM
DerScanner Severity Score
Do you want to fix PHP : Session strict mode disabled in your application?
See also
PHP
PHP : Null salt
PHP
PHP : Empty password
PHP
