.. / CVE-2017-12149

Exploit for Jboss Application Server - Remote Code Execution (CVE-2017-12149)

Description:

Jboss Application Server as shipped with Red Hat Enterprise Application Platform 5.2 is susceptible to a remote code execution vulnerability because the doFilter method in the ReadOnlyAccessFilter of the HTTP Invoker does not restrict classes for which it performs deserialization, thus allowing an attacker to execute arbitrary code via crafted serialized data.

Nuclei Template

View the template here CVE-2017-12149.yaml

Validate with Nuclei

echo "$URL" | nuclei -t ~/nuclei-templates/http/cves/2017/CVE-2017-12149.yaml
Copy

References:

https://chowdera.com/2020/12/20201229190934023w.html
https://nvd.nist.gov/vuln/detail/CVE-2017-12149
https://access.redhat.com/errata/RHSA-2018:1607
https://bugzilla.redhat.com/show_bug.cgi?id=1486220
https://github.com/vulhub/vulhub/tree/master/jboss/CVE-2017-12149