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

Remote Code Execution Risk through Client-Side Controlled Data #208

Open
Qhaoduoyu opened this issue Dec 20, 2023 · 0 comments
Open

Remote Code Execution Risk through Client-Side Controlled Data #208

Qhaoduoyu opened this issue Dec 20, 2023 · 0 comments

Comments

@Qhaoduoyu
Copy link

Hello, I seem to have discovered a vulnerability in this project. The code corresponding to the vulnerability is located at delta = pickle.loads(request.data).(https://github.com/maxpumperla/elephas/blob/master/elephas/parameter/server.py#L118) The data value in the request request is directly deserialized, and data is all the content in the post. , which is controllable content on the client side. By transmitting malicious serialization code, arbitrary code can be remotely executed, so there is a deserialization vulnerability.

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

1 participant