Open In App

Emerging Attack Vectors in Cyber Security

In this article, we will discuss some emerging attack vectors with their potentially high impact on the security of web application. We will cover Introduction to attack vector, Insecure Direct Object Reference, Relative Path Overwrite, Directory Brute Forcing. Let’s discuss it one by one.

Attack Vectors :



Insecure Direct Object Reference :

Relative Path Overwrite :



Relative Path -
<link href="database/xyz.css" rel="stylesheet" type="text/css"/>
Absolute Path -
<link href="https://example.com /database/xyz.css" rel="stylesheet" type="text/css"/>

Directory Brute Forcing :

Article Tags :