| Summary: | iptables -L starts the firewall with a blank configuration after the firewall is stopped | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Simon Mijolovic <smijolovic> |
| Component: | iptables | Assignee: | Thomas Woerner <twoerner> |
| Status: | CLOSED NOTABUG | QA Contact: | qe-baseos-daemons |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.7 | CC: | eh, iptables-maint-list, smijolovic |
| Target Milestone: | rc | Flags: | twoerner:
needinfo?
(smijolovic) |
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-11-08 11:35:58 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Simon Mijolovic
2016-01-09 01:10:50 UTC
This should be a possible candidate for a CVE. Why is this a "a security vulnerability"? Not having rules is the same as default policy ACCEPT. If you do not want to load the base netfilter modules, then you could use the iptables-save command. The iptables -L command is loading netfilter modules if they are not loaded, yet. The iptables init script is offering a way to list the rules only if the base netfilter modules are loaded: "service iptables status" Also iptables-save can be used. Closing this bug as not a bug. |