Skip to content

Commit fe8e101

Browse files
committed
M #-: Add security advisory
1 parent d4c402d commit fe8e101

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

source/intro_release_notes/release_notes_enterprise/resolved_issues_6104.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,16 @@ The following issues has been solved in 6.10.4:
3030

3131
The following issues have been solved in the Sunstone Web UI:
3232

33+
Security Advisory: VLAN Trunking Exposure via VLAN_TAGGED_ID
34+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
35+
A security issue has been identified when using OpenvSwitch with VLAN Trunking enabled. The ``VLAN_TAGGED_ID`` attribute allows users to specify a range of VLANs accessible from their virtual ``NIC``. If not properly restricted, non-privileged users can exploit this attribute (e.g., by setting ``VLAN_TAGGED_ID = 1-4096``) to gain access to all VLANs available on the OpenvSwitch bridge, potentially exposing critical network segments. To mitigate this risk, it is strongly recommended to restrict this attribute by adding the following line to the ``oned.conf`` configuration file:
36+
37+
.. code::
38+
39+
VM_RESTRICTED_ATTR = "NIC/VLAN_TAGGED_ID"
40+
41+
This will prevent unauthorized use and enforce proper privilege separation within the cloud environment.
42+
3343
Changes in Configuration Files
3444
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3545

0 commit comments

Comments
 (0)