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

branch[tenablecs_qn1cdykazz]: Auto Generated Pull Request from Tenable.cs #9

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

garynation
Copy link
Owner

@@ -10,7 +10,7 @@ resource "aws_security_group" "aws-demo-security-group" {
to_port = 0
from_port = 0
protocol = "-1"
cidr_blocks = ["0.0.0.0/0"]
cidr_blocks = ["<cidr>"]
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tenable.cs remediation

[HIGH]: Ensure no security groups allow ingress from 0.0.0.0/0 to ALL ports and protocols

Vulnerability
It is recommended that no security group allows unrestricted ingress access. Exposed ports may allow attackers to access the application listening on that port.

Remediation
In AWS Console -

  1. Sign in the AWS Console and go to the Amazon VPC console.
  2. In the navigation pane, select Security Groups.
  3. For each security group, perform the following actions:
    a) Select the security group.
    b) Select the Inbound Rules.
    c) Identify the rules to be removed.
    d) Remove the required rules.
  4. Click Save.

source: tenablecs-

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.

2 participants