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

RAFT Fix arbitrary code execution vulnerability in checkpoint feature #415

Merged
merged 2 commits into from
May 8, 2024

Conversation

cedricvidal
Copy link
Contributor

Replaced eval() by int() when loading the checkpoint file to remove the possibility of executing arbitrary code.

cedricvidal and others added 2 commits May 7, 2024 20:46
Replaced `eval()` by `int()` to remove the possibility of executing arbitrary code.
Copy link
Owner

@ShishirPatil ShishirPatil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching the bug.

@ShishirPatil ShishirPatil merged commit 0eb02bb into ShishirPatil:main May 8, 2024
devanshamin pushed a commit to devanshamin/gorilla that referenced this pull request Jul 9, 2024
…ShishirPatil#415)

Replaced `eval()` by `int()` when loading the checkpoint file to remove
the possibility of executing arbitrary code.

Co-authored-by: Shishir Patil <[email protected]>
aw632 pushed a commit to vinaybagade/gorilla that referenced this pull request Aug 22, 2024
…ShishirPatil#415)

Replaced `eval()` by `int()` when loading the checkpoint file to remove
the possibility of executing arbitrary code.

Co-authored-by: Shishir Patil <[email protected]>
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

Successfully merging this pull request may close these issues.

2 participants