Screen Caching
Screen Caching is another of those vulnerabilities nobody is paying attention to, and this one is quite important. As an example, …
$ ls -la /var/log/vault/posts/
// 21 entries on application security, vulnerabilities and research
Screen Caching is another of those vulnerabilities nobody is paying attention to, and this one is quite important. As an example, …
CORS which stands for Cross-Origin Resource Sharing is a system designed to help ‘bypass’ some of the restrictions …
Getting right to the point: storing a token in LocalStorage is insecure. It’s getting more and more common to use token …
Javascript (and typescript) is now one of the most used languages in new projects. It has an awesome performance, and Promises …
As discussed previously in Heap Inspection post keeping passwords and other sensitive data in memory may be insecure as they can …
Reverse Tabnabbing or also known as Unsafe Target Blank is one of the most underrated vulnerability, and this is the one I like …
Insecure deserialization got in OWASP top 10 in 2017 as most of web applications written in Java and .net where found vulnerable …
A lot of developers don’t know that regular Random is a weak random implementation. In fact its quite predictable. A lot of …
XML and JSON are two formats ruling the web right now. Although JSON’s adoption is increasing significantly specially with …