CVE-2025-68785
BaseFortify
Publication date: 2026-01-13
Last updated on: 2026-01-19
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| openvswitch | openvswitch | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is in the Linux kernel's openvswitch component, specifically in the push_nsh() action. The issue is that the middle attribute in a nested attribute structure is not properly validated. While the outermost and innermost attributes are checked, the middle attribute is not verified to be the expected type or size. This lack of validation can lead to unsafe memory access, potentially causing out-of-bounds reads and kernel memory corruption during action execution.
How can this vulnerability impact me? :
The vulnerability can cause invalid memory access in the kernel, leading to potential crashes or instability of the system running openvswitch. This could be exploited to cause denial of service or potentially other unintended behavior due to memory corruption.