[ovs-discuss] A use-after-free defect was discovered at line 1251 of the file /ovs/ovsdb/transaction.c.

2024-03-11 Thread 尹麓鸣 via discuss
Dear OpenvSwitch Developers, I hope this email finds you well. I am writing to report a potential vulnerability found in the /ovs/ovsdb/transaction.c file. Upon investigation, it has been discovered that there exists a use-after-free defect at line 1251 of the mentioned file. For detailed infor

Re: [ovs-discuss] A use-after-free defect was discovered at line 1251 of the file /ovs/ovsdb/transaction.c.

2024-03-11 Thread Ilya Maximets via discuss
On 3/11/24 03:58, 尹麓鸣 via discuss wrote: > Dear OpenvSwitch Developers, > > I hope this email finds you well. I am writing to report a potential > vulnerability found in the /ovs/ovsdb/transaction.c file. > > Upon investigation, it has been discovered that there exists a use-after-free > defect

[ovs-discuss] Duplicated mirror packets are captured during recirclation

2024-03-11 Thread Zhangweiwei via discuss
Hi, I send an ICMP echo request packet from port tapVm71( IP: 1.1.70.1) to tapVm72( IP: 1.1.70.2) with CT, and there are two ICMP reply packets which are captured on tapVm72. We can see the ICMP reply packet sent by tapVm72 is mirrored twice within recirc_id(0) and recirc_id(0xe). This issue is

Re: [ovs-discuss] Duplicated mirror packets are captured during recirclation

2024-03-11 Thread Eelco Chaudron via discuss
On 12 Mar 2024, at 4:16, Zhangweiwei via discuss wrote: > Hi, > I send an ICMP echo request packet from port tapVm71( IP: 1.1.70.1) to > tapVm72( IP: 1.1.70.2) with CT, and there are two ICMP reply packets which > are captured on tapVm72. We can see the ICMP reply packet sent by tapVm72 is >