© 2023 Hashnode
#vulnerability
Important! This proof of concept serves as a reminder of the significance of implementing proper authentication for all internet-exposed services. It is intended for educational purposes exclusively. …
Introduction Solidity is one of the most popular high-level programming languages used to write smart contracts to EVM(Ethereum Virtual Machine) compatible blockchains such as Ethereum. Smart contract…
Introduction - In the realm of web application security, protecting APIs against potential vulnerabilities is crucial. One such vulnerability is HTTP verb tunnelling, where attackers exploit the trust…
As technology advances, so do the methods used by cybercriminals to exploit vulnerabilities in web applications. This is where pen testing a website comes into play. Penetration testing, or pen testin…
What is SOP or Same Origin Policy? According to MDN Web docs, The same-origin policy is a critical security mechanism that restricts how a document or script loaded by one origin can interact with a r…
Reconnaissance: It's a method for gathering or collecting information about a system. In the context of cybersecurity reconnaissance, it's the method of gathering and collecting the information of the…
What is docker scout? docker scout is the replacement of the legacy docker scan. Docker Scout analyzes image contents and generates a detailed report of packages and vulnerabilities that it detects. D…
Authorization Bypass Basically, the name is very accurate. Say we have a webpage in our Spring Boot application that should only be accessible for users that are configured to have the admin role. An …
Overview Authentication Bypass Vulnerabilities are common flaws in web applications today, but they are not always easy to find. With the continuous development of technology and the integration of va…
Unbounded Loop Vulnerability: An unbounded loop vulnerability is a kind of security flaw that may arise in smart contracts when a loop lacks a defined maximum iteration limit. This implies that the lo…