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

High Severity Vulnerability in xstream-1.4.16.jar #1396

Closed
gdut-yy opened this issue May 21, 2021 · 2 comments
Closed

High Severity Vulnerability in xstream-1.4.16.jar #1396

gdut-yy opened this issue May 21, 2021 · 2 comments

Comments

@gdut-yy
Copy link
Contributor

gdut-yy commented May 21, 2021

compile 'com.thoughtworks.xstream:xstream:1.4.16'

CVE-2021-29505: The processed stream at unmarshalling time contains type information to recreate the formerly written objects. XStream creates therefore new instances based on these type information. An attacker can manipulate the processed input stream and replace or inject objects, that result in execution of a local command on the server.

The proposed solution is to upgrade xstream to version 1.4.17

@ming1ing
Copy link

CVE-2021-29505 POC: http://x-stream.github.io/CVE-2021-29505.html

Credits: V3geB1rd, white hat hacker from Tencent Security Response Center found and reported the issue to XStream and provided the required information to reproduce it.

@troshko111
Copy link
Contributor

Thanks for the report and for the fix, appreciate it.

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

3 participants