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

Remove dangerous commands #903

Closed
wants to merge 1 commit into from

Conversation

osm
Copy link
Contributor

@osm osm commented Mar 2, 2024

A server can execute commands on the client via stufftext. Therefore, a malicious server can perform evil operations. To limit the attack vector, the following commands have been removed:

  • chmod
  • localcommand
  • ls
  • nslookup
  • rm
  • rmdir

This addresses issue #902

A server can execute commands on the client via stufftext. Therefore, a
malicious server can perform evil operations. To limit the attack
vector, the following commands have been removed:

- chmod
- localcommand
- ls
- nslookup
- rm
- rmdir

This addresses issue QW-Group#902
@osm osm closed this Mar 3, 2024
@osm osm deleted the remove-dangerous-commands branch March 3, 2024 13:49
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.

None yet

2 participants