Integer overflow and underflow vulnerabilities

Post Reply
Shane1145
Posts: 1624
Joined: Wed Sep 25, 2024 2:31 pm

Integer overflow and underflow vulnerabilities

Post by Shane1145 »

Integer overflow and underflow vulnerabilities are considered the eighth most dangerous vulnerability in the Common Weakness Enumeration (CWE) Top 25 List of 2019. These types of vulnerabilities are created by misuse of variable types and can be exploited to bypass protections against other types of vulnerabilities as buffer overflows.


https://www.infosecinstitute.com/resour ... abilities/
Post Reply