Security Advisory

CVE-2025-37998

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2025-05-29 13:15:56
Last updated 2026-07-30 05:50:36
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

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