Is this test enough to proof that the web application is vulnerable to Login CSRF?

SCENARIO:
web application which I think is affected by:

a self-xss in the profile section of a user.
logout CSRF
login CSRF

Below I described the test I did to check for the last 2 vulnerabilities, I’d appreciate an opinion about their c… Continue reading Is this test enough to proof that the web application is vulnerable to Login CSRF?

An intranet web app for decrypting values : a bad idea, and if so, why?

We have to protect a database connection string for a .NET desktop application that has an application-level database user. One option is to encrypt a section of the app.config using asp_regiis. But then every user of the application needs… Continue reading An intranet web app for decrypting values : a bad idea, and if so, why?