diff --git a/advisories/github-reviewed/2024/10/GHSA-rjfv-pjvx-mjgv/GHSA-rjfv-pjvx-mjgv.json b/advisories/github-reviewed/2024/10/GHSA-rjfv-pjvx-mjgv/GHSA-rjfv-pjvx-mjgv.json new file mode 100644 index 00000000000..e6b4c861fd8 --- /dev/null +++ b/advisories/github-reviewed/2024/10/GHSA-rjfv-pjvx-mjgv/GHSA-rjfv-pjvx-mjgv.json @@ -0,0 +1,70 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-rjfv-pjvx-mjgv", + "modified": "2024-10-24T19:04:45Z", + "published": "2024-10-24T19:04:45Z", + "aliases": [ + + ], + "summary": "AWS Load Balancer Controller automatically detaches externally associated web ACL from Application Load Balancers", + "details": "### Summary \n\nThe AWS Load Balancer Controller includes an optional, default-enabled feature that manages WAF WebACLs on Application Load Balancers (ALBs) on your behalf. In versions 2.8.1 and earlier, if the WebACL annotation [1] [alb.ingress.kubernetes.io/wafv2-acl-arn](http://alb.ingress.kubernetes.io/wafv2-acl-arn) or [alb.ingress.kubernetes.io/waf-acl-id](http://alb.ingress.kubernetes.io/waf-acl-id) was absent on Ingresses, the controller would automatically disassociate any existing WebACL from the ALBs, including those associated by AWS Firewall Manager (FMS). Customers on impacted versions should upgrade to prevent this issue from occurring. \n\n### Impact \n\nWebACLs attached to ALBs managed by the AWS Load Balancer Controller through methods other than Ingress annotations may be automatically removed, leaving the ALBs unprotected by WebACL. \n\nImpacted versions: [>=2.0.0;<2.8.2] \n\n### Patches \n\nWe addressed this issue in version 2.8.2 [2] and recommend customers upgrade. Now, if the WebACL annotation is absent on Ingress objects, any existing WebACL on the ALB will remain intact instead of being removed. \n\n### Workarounds \n\nIf the previous behavior affected you, you can mitigate it by disabling the WebACL management feature using the --enable-waf and --enable-wafv2 command-line flags [3] \n\n### References \n\nIf you have any questions or comments about this advisory, we ask that you contact AWS/Amazon Security via our vulnerability reporting page [4] or directly via email to [aws-security@amazon.com](mailto:aws-security@amazon.com). Please do not create a public GitHub issue. \n\n[1] https://kubernetes-sigs.github.io/aws-load-balancer-controller/latest/guide/ingress/annotations/#addons \n\n[2] https://github.com/kubernetes-sigs/aws-load-balancer-controller/releases/tag/v2.8.2 \n\n[3] https://kubernetes-sigs.github.io/aws-load-balancer-controller/latest/deploy/configurations/#waf-addons \n\n[4] Vulnerability reporting page: https://aws.amazon.com/security/vulnerability-reporting", + "severity": [ + + ], + "affected": [ + { + "package": { + "ecosystem": "Go", + "name": "sigs.k8s.io/aws-load-balancer-controller" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.0.0" + }, + { + "fixed": "2.8.2" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/kubernetes-sigs/aws-load-balancer-controller/security/advisories/GHSA-rjfv-pjvx-mjgv" + }, + { + "type": "WEB", + "url": "https://aws.amazon.com/security/vulnerability-reporting" + }, + { + "type": "PACKAGE", + "url": "https://github.com/kubernetes-sigs/aws-load-balancer-controller" + }, + { + "type": "WEB", + "url": "https://github.com/kubernetes-sigs/aws-load-balancer-controller/releases/tag/v2.8.2%C2%A0" + }, + { + "type": "WEB", + "url": "https://kubernetes-sigs.github.io/aws-load-balancer-controller/latest/deploy/configurations/#waf-addons" + }, + { + "type": "WEB", + "url": "https://kubernetes-sigs.github.io/aws-load-balancer-controller/latest/guide/ingress/annotations/#addons" + } + ], + "database_specific": { + "cwe_ids": [ + + ], + "severity": "LOW", + "github_reviewed": true, + "github_reviewed_at": "2024-10-24T19:04:45Z", + "nvd_published_at": null + } +} \ No newline at end of file