Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Security Vulnerabilities - 2.9.8 #2231

Closed
paragjpatel1985 opened this issue Jan 23, 2019 · 3 comments
Closed

Security Vulnerabilities - 2.9.8 #2231

paragjpatel1985 opened this issue Jan 23, 2019 · 3 comments

Comments

@paragjpatel1985
Copy link

jackson-databind is vulnerable to Remote Code Execution (RCE). The createBeanDeserializer() function in the BeanDeserializerFactory class allows untrusted Java objects to be deserialized. A remote attacker can exploit this by uploading a malicious serialized object that will result in RCE if the application attempts to deserialize it.

https://adamcaudill.com/2017/10/04/exploiting-jackson-rce-cve-2017-7525/

@cowtowncoder
Copy link
Member

@paragjpatel1985

Article seems to describe a well-known vulnerability that has been blocked (issue #1599).
But if you think there is another one, I would need a reproduction here (or sent to info at fasterxml dot com).

@paragjpatel1985
Copy link
Author

The solution in 1599 is a blacklist approach. This wouldn't cover all scenarios and therefore is vulnerable.

@cowtowncoder
Copy link
Member

@paragjpatel1985 The question of alternative handling (ability to whitelist) is tackled via #2195.
In future please explain clearly what you are reporting or requesting; or for general discussion use google groups (https://groups.google.com/forum/#!forum/jackson-user).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants