logo
DATABASE RESOURCES PRICING ABOUT US

CVE-2016-9606

Description

It was discovered that under certain conditions RESTEasy could be forced to parse a request with YamlProvider, resulting in unmarshalling of potentially untrusted data. An attacker could possibly use this flaw execute arbitrary code with the permissions of the application using RESTEasy. #### Mitigation Add authentication and authorization to any Resteasy endpoint which doesn't define a mime type, or defines a multipart mime type.


Related