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

CVE-2023-3153 ovn: service monitor MAC flow is not rate limited #198

Open
Duraisankarp opened this issue Jul 3, 2023 · 2 comments
Open

Comments

@Duraisankarp
Copy link

Duraisankarp commented Jul 3, 2023

Issue:

The service monitor MAC is exposed through the following flow:
ovn_lflow_add(lflows, od, S_SWITCH_IN_L2_LKUP, 110,
"eth.dst == $svc_monitor_mac",
"handle_svc_check(inport);");

This doesn't handle rate limit via CoPP. There is potential to
DoS ovn-controller even on deployments with CoPP enabled and configured
as all packets with this destination mac within the switch are sent directly to pinctrl thread in ovn-controller.

Reference :

https://bugzilla.redhat.com/show_bug.cgi?id=2213279

Fix required :

Unknown

Can we have a look at this issue to find out if there could be a possible DoS attack ?

@almusil
Copy link
Contributor

almusil commented Jul 4, 2023

Hi,

thank you for bringing this up here. At the moment we are planning a fix to mitigate the issue, however I can't share any details right now.

@almusil
Copy link
Contributor

almusil commented Aug 30, 2023

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

No branches or pull requests

2 participants