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

Don't compile dangerous commands in client #904

Merged
merged 1 commit into from
Mar 4, 2024

Conversation

osm
Copy link
Contributor

@osm osm commented Mar 3, 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 disabled in the client:

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

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 disabled in the client:

- chmod
- localcommand
- ls
- nslookup
- rm
- rmdir
- script
@qqshka qqshka merged commit f2473c5 into QW-Group:master Mar 4, 2024
3 of 4 checks passed
@osm osm deleted the ifdef-dangerous-commands branch March 4, 2024 10:35
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.

3 participants