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

[advanced_calculator]: Security problem #48

Closed
Airero opened this issue Jul 18, 2022 · 1 comment · Fixed by #49
Closed

[advanced_calculator]: Security problem #48

Airero opened this issue Jul 18, 2022 · 1 comment · Fixed by #49
Labels
bug Something isn't working

Comments

@Airero
Copy link

Airero commented Jul 18, 2022

Describe

Using eval() is unsafe.

Details

The plugin uses the eval() function to evaluate expressions,but the eval() function has security holes.It allows players to execute remote commands through shell.

Example

We can upload the files to the remote server.
tt

@Airero
Copy link
Author

Airero commented Jul 18, 2022

add character whitelist to avoid it (((

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants