Bug 1967738 (CVE-2021-3586) - CVE-2021-3586 servicemesh-operator: NetworkPolicy resources incorrectly specify ports for ingress resources
Summary: CVE-2021-3586 servicemesh-operator: NetworkPolicy resources incorrectly speci...
Keywords:
Status: CLOSED ERRATA
Alias: CVE-2021-3586
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Red Hat Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: 1967739 1968734
TreeView+ depends on / blocked
 
Reported: 2021-06-03 18:20 UTC by Anten Skrabec
Modified: 2023-09-01 00:30 UTC (History)
5 users (show)

Fixed In Version: servicemesh-operator-2.0.5-3.el8
Clone Of:
Environment:
Last Closed: 2021-06-10 21:03:57 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2021:2380 0 None None None 2021-06-10 16:33:01 UTC

Description Anten Skrabec 2021-06-03 18:20:37 UTC
The NetworkPolicy resources installed for Maistra do not properly specify which ports may be accessed. This allows access to all ports on these resources from any pod.

For example, the ports for istiod are currently specified as:

spec: 
  ingress: 
  - ports: 
    port: webhook

and should be specified as:

spec: 
  ingress: 
    ports: 
    - port: webhook
 

Network policies applied to the following resources are affected:
- istiod
- grafana
- kiali
- prometheus
- jaeger
- galley
- sidecar injector


Jira Issue: https://issues.redhat.com/browse/MAISTRA-2401

Comment 4 errata-xmlrpc 2021-06-10 16:32:59 UTC
This issue has been addressed in the following products:

  OpenShift Service Mesh 2.0

Via RHSA-2021:2380 https://access.redhat.com/errata/RHSA-2021:2380

Comment 5 Product Security DevOps Team 2021-06-10 21:03:57 UTC
This bug is now closed. Further updates for individual products will be reflected on the CVE page(s):

https://access.redhat.com/security/cve/cve-2021-3586

Comment 7 Nick Tait 2023-01-18 17:23:13 UTC
(actually needinfo-ing anten this time instead of the whole team)


Note You need to log in before you can comment on or make changes to this bug.