In the Linux kernel, the following vulnerability has been resolved: openvswitch: Fix unsafe attribute parsing in outputuserspace() This patch replaces the manual Netlink attribute iteration in outputuserspace() with nlaforeach_nested(), which ensures that only well-formed attributes are processed.