Skip to main content
Tag

vulnerability

All blogs tagged with vulnerability

9
Articles
15,456
Total Views

Showing 9 of 9 articles

24
Mar
2026
Understanding CWE-94: Code Injection and Its Impact on Remote and Local Code Execution Vulnerabilities
120 views

This article delves into CWE-94, focusing on both remote and local code execution vulnerabilities caused by code injection. Understanding these vulnerabilities is crucial for securing applications against malicious exploits. Readers should have a foundational knowledge of programming and web security concepts to fully grasp the discussions presented.

20
Mar
2026
CWE-915: Mass Assignment Vulnerability - Securing Object Binding in Web APIs
90 views

This post explores CWE-915, a critical mass assignment vulnerability that can expose web APIs to unauthorized data manipulation. Understanding this vulnerability is essential for developers aiming to secure their applications against potential attacks. Readers should have a basic understanding of web APIs and object-oriented programming concepts.

23
Oct
2023
How to fix CWE-23 Path Traversal vulnerability (Snyk)
9,256 views

Hello guys, in this article we will see how to fix CWE-23 Path Traversal vulnerability Unsanitized input from an HTTP parameter flows into global::System.IO.Directory.CreateDirectory, where it is used as a path. This may result in a Path Traversal vulnerability and allow an attacker to create arbitrary directories when we scan our code with snyk.

Translate Page