Dragonseer
Dragonseer

Reputation: 2874

What is a Memory Safety Vulnerability?

I'm looking at a competition that is looking for memory safety vulnerability mitigation techniques. I did a bit of research, but I wasn't able to come up with what exactly a memory safety vulnerability actually is.

Could someone please define this for me?

Upvotes: 0

Views: 247

Answers (1)

Oliver Charlesworth
Oliver Charlesworth

Reputation: 272832

It's the category of vulnerability that contains things like buffer-overflow vulnerabilities.

Upvotes: 2

Related Questions