Home / Vulnerability Database / TypeScript : Cross-site request forgery (CSRF)
TypeScript

TypeScript : Cross-site request forgery (CSRF)

Overview

Cross Site Request Forgery (CSRF) is possible. HTTP-request must contain a unique user secret parameter.

For example, if the application uses session cookies and does not require explicit user confirmation of a request that does not change the status of the application, an attacker can execute illegitimate requests on behalf of the victim.

LOW

DerScanner Severity Score

Do you want to fix TypeScript : Cross-site request forgery (CSRF) in your application?

See also

TypeScript

TypeScript : Unsafe Azure access control

TypeScript

TypeScript : Debug code

TypeScript

TypeScript : XSS protection is disabled