Home / Companies / Detectify / Blog / August 2016

August 2016 Summaries

2 posts from Detectify

Filter
Month: Year:
Post Summaries Back to Blog
Unvalidated redirects and forwards, known as Open Redirect, are vulnerabilities where attackers redirect users from trusted websites to untrusted ones, posing a risk primarily for phishing attacks rather than severe threats. Although this vulnerability is uncommon, it is easy to exploit, which increases its potential for abuse, especially in social engineering attacks. Organizations like OWASP highlight its significance, but views differ, with Google not classifying it as a vulnerability, while Facebook does and even offers bug bounties for its discovery. Detectify, a web security scanner, helps identify such vulnerabilities by conducting automated tests on websites against over 700 security issues, including the OWASP Top 10. Remediation strategies include avoiding redirects, not trusting user input for destination URLs, mapping inputs to server-stored values, implementing URL whitelists, or forcing user confirmation before leaving trusted sites.
Aug 15, 2016 824 words in the original blog post.
Utilizing components with known vulnerabilities is a prevalent issue identified by the OWASP Top 10, as it exposes web services to significant security risks due to outdated or insecure plugins, libraries, or systems. This vulnerability is challenging to detect because it involves various elements from operating systems to plugins, which often go unnoticed by developers focused on their own code. The consequences of such vulnerabilities can vary significantly, from minor issues to full system compromises, and the ease of exploitation is often facilitated by publicly available payloads and documentation. An example includes the hacking of Reuters' Twitter account, likely due to an outdated WordPress version. To mitigate these risks, regularly updating all components, minimizing system complexity, and conducting frequent security scans are crucial practices. Tools like Detectify offer automated testing for vulnerabilities, including those identified in the OWASP Top 10, to enhance web application security.
Aug 04, 2016 1,010 words in the original blog post.