-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
Cybersecurity Section Addition #155
base: v3
Are you sure you want to change the base?
Conversation
|
||
### UFW Basics | ||
|
||
A basic firewall setup on linux for a Minecraft server running Pterodactyl would look like this: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be good to note here that docker by default bypasses ufw
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added!
<li>CVE-2021-44228 - Log4Shell (Log4J)</li> | ||
<li>CVE-2021-38003 - Google Chrome Vulnerability</li> | ||
<li>CVE-2022-21658 - RCE in Minecraft: Java Edition</li> | ||
<li>CVE-2023-29347 - Steam Client Vulnerability</li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- CVE-2022-21658 isn't a Minecraft RCE
- CVE-2023-29347 isn't a steam client vulnerability
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct. I've removed them. Thank you.
Not sure where I got that info from, I think NVD.
Updated CVEs
Updated DDoS mitigation.
|
||
**Note** - Docker (Used with Pterodactyl and other popular panels) bypasses UFW rules. Docker rules MUST be set in IPTables. | ||
|
||
You can find many tutorials online about the use of UFW. If you wanted a more advanced approach with more control, you can look into using IPTables. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
iirc UFW sometimes does not automatically start after reboot, make sure the service is enabled on startup
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sudo systemctl status ufw
sudo systemctl enable ufw
Description
This adds a basic cybersecurity section that will be built upon over time depending on world events or user feedback.
Resolved issues
Answers questions about Server Security and best practices.