Mayhem Blog

How We Make It Easy to Deploy Mayhem for Code on Your Premises

How We Make It Easy to Deploy Mayhem for Code on Your Premises

Mayhem can run on the cloud, but, when you're testing critical/sensitive/confidential code, you can make it more difficult for malicious actors to access Mayhem's findings by deploying it on-prem.
What Is A Missing Release Of Memory After Effective Lifetime Error?

What Is A Missing Release Of Memory After Effective Lifetime Error?

CWE 401- Missing Release Of Memory After Effective Lifetime can occur when a program does not release memory after it is finished using it.
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.

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.