CVE Potential/Antiquated Info Patch#161
Open
tartaruslovesnoodles wants to merge 2 commits into
Open
Conversation
On the creator's repository, I noticed the firewalls section contained only NIST guidance from 2009 and a third party documentation of the iptables service. I added 3 sources regarding firewalls and 3 regarding DoS specifically within the topic of firewalls. I also removed the 2009 NIST article but kept the iptables documentation as it is extensive and not yet antiquated.
Fixed minor typo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CRITICAL: CVE and Security Sensitive Outdated Guidance
Hello,
I've come to inform you of an urgent matter regarding your repo awesome-security-hardening: you have very limited material regarding firewalls, a critical part of security hardening. You reference a book from 2009 and a repo that documents Iptables.
Overall, the book is outdated, the firewall and security model is mostly static and doesn't hold up to the 2026 modern standard. In addition, there is very little mention about DoS protection at a broad scale, a large part of firewalls as well.
In this pull request I aimed to provide a set of articles that convey the critical information that is currently missing. Here are the sources I added to your firewall section in my PR.
These cover DoS attacks
MS-ISAC & CISA: Understanding and Responding to Distributed Denial-of-Service Attacks
https://www.cisa.gov/sites/default/files/publications/understanding-and-responding-to-ddos-attacks_508c.pdf
MS-ISAC Guide to DDoS Attacks
https://learn.cisecurity.org/ms-isac-guide-to-ddos-attacks
NIST: BGP Security and Resilience IPD Jan 2025
https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-189r1.ipd.pdf
These cover firewalls as a whole
NIST SP 800-207 / 800-207A
https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-207A.pdf
CIS Critical Security Controls Version 8.1
https://etir.unb.br/wp-content/uploads/2024/10/CIS_Controls__v8.1_Guide__2024_06.pdf
NIST SP 800-53 Revision 5
https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-53r5.pdf
Sidenote
In addition, you may want to include some sources that have less depth and are concise, so readers can at least 'get their feet in the water' soon (as you've done with some other sections). I didn't take this step, but you may consider adding my repo on Unmanned Server Security, specifically an excerpt regarding DDoS protection.