Mayhem Case Studies

Expert insights and tips on application security, API security, and other DevSecOps topics.

View All
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
What Is A Reachable Assertion Error?

What Is A Reachable Assertion Error?

In computer science, reachability is the ability to find a path from one node in a graph to another. A reachable assertion is an assertion that specifies a condition that must be satisfied for a particular path to be considered reachable.
What Is An Improper Input Validation Error?

What Is An Improper Input Validation Error?

CWE-20 - Improper Imput Validation in a web application can allow an attacker to supply malicious user input that is then executed by the vulnerable web application. Improper input validation can be used to bypass security mechanisms, such as authentication and authorization controls.
What Is A Null Pointer Dereference Error?

What Is A Null Pointer Dereference Error?

A null pointer dereference is a programming error that can occur when a program attempts to deference a null pointer. This can happen when the programmer mistakenly assumes that a pointer pointing to NULL is actually pointing to a valid object.
What Is An Uncontrolled Resource Consumption Error?

What Is An Uncontrolled Resource Consumption Error?

CWE-400 Uncontrolled Resource Consumption occurs when an application does not properly control the number and/or size of resources that it allocates. When this happens, it can consume too many resources. This can lead to performance degradation, denial-of-service conditions, and resource leaks.
What Is An Out-of-Bounds Read and Out-of-Bounds Write Error?

What Is An Out-of-Bounds Read and Out-of-Bounds Write Error?

Out-of-bounds reads occur when a program attempts to read data from memory that is outside of the bounds of what it is allowed to access. This can happen when a programmer makes a mistake in their code, or if malicious code is injected into a program.
What Is An Improper Control of Dynamically Managed Services Error?

What Is An Improper Control of Dynamically Managed Services Error?

Dynamically managed services are a great way to reduce the administrative burden of keeping track of which servers are running which services. However, if these services are not properly controlled, it can lead to security vulnerabilities.
What Is An Uncaught Exception Error?

What Is An Uncaught Exception Error?

CWE 248-Uncaught Exception occurs when an exception is not caught by a programming construct or by the programmer. In Java, for example, this would be an unhandled exception that would terminate the program.
What Is A Divide By Zero Error?

What Is A Divide By Zero Error?

A divide by zero error is typically caused when a program attempts to divide a number by zero. This can happen in mathematical calculations, or when trying to parse data that contains invalid characters.
The Hacker Mind Podcast: Ethical Hacking

The Hacker Mind Podcast: Ethical Hacking

Is hacking a crime? The US Justice Dept says it will no longer prosecute good-faith security researchers, but what constitutes good-faith security research? Bryan McAninch (Aph3x) talks about his organization, Hacking Is Not A Crime, and the ethical line it draws on various hacking activities.

Fancy some inbox Mayhem?

Subscribe to our monthly newsletter for expert insights and news on DevSecOps topics, plus Mayhem tips and tutorials.

By subscribing, you're agreeing to our website terms and privacy policy.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.