Home / Vulnerability Database / Rust : Cookie: unlimited expiration time
Rust
Rust : Cookie: unlimited expiration time
Classification
OWASP Top 10 2013
OWASP Top 10 2017
OWASP Top 10 2021
PCI DSS 4.0
HIPAA
CWE
Overview
The application uses persistent cookies. Storing valuable data in persistent cookies may result in loss of its confidentiality.
In most cases, cookies are non-persistent by default. That means cookies are not stored on disk and are deleted when the browser is closed. The developer can define certain cookies to be persistent, in which case they are written to disk and stored between browser and computer restarts.
If valuable data is stored in persistent cookies, an attacker has more time to get access to it.
Sensitive Data Exposure vulnerabilities take the third place in the “OWASP Top 10 2017” web-application vulnerabilities ranking.
LOW
DerScanner Severity Score
Do you want to fix Rust : Cookie: unlimited expiration time in your application?
See also
Rust
Rust : Buffer overflow
Rust
Rust : Empty salt
Rust
