Home / Vulnerability Database / Rust : Cookie: not http_only
Rust

Rust : Cookie: not http_only

Overview

The application uses cookies without the property http_only set to true. http_only ensures that cookies are only transferred over HTTP. It protects them from being stolen via JavaScript-code (XSS).

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: not http_only in your application?

See also

Rust

Rust : Buffer overflow

Rust

Rust : Empty salt

Rust

Rust : Hardcoded salt