Security readout for executives and security teams
Plain-English summary
This Linux kernel issue is a memory leak in the Open vSwitch datapath creation path. If datapath creation fails, a small allocated array may not be freed. The sources do not show active exploitation, CVSS scoring, or a vendor advisory beyond kernel fix references.
Executive priority
Handle as targeted kernel maintenance, not an emergency based on the supplied evidence. Raise priority for infrastructure that relies on Open vSwitch in production because resource leaks can affect availability if repeatedly triggered.
Technical view
ovs_dp_cmd_new() calls ovs_dp_change(), which can allocate dp->upcall_portids through ovs_dp_set_upcall_portids(). If new_vport() later fails, dp->upcall_portids was not freed. The referenced fix adds the missing kfree path.
Likely exposure
Exposure appears limited to Linux systems running affected kernel versions with Open vSwitch datapath creation reachable. The bundle lists Linux kernel 5.15, 5.15.66, 5.19.8, and 6.0 as affected, but package-level distribution mapping is not provided.
Exploitation context
The source bundle does not cite public exploitation, CISA KEV inclusion, exploit code, or real-world attacks. The practical impact is most likely resource leakage during failed datapath creation, but attack prerequisites and repeatability are not established in the supplied evidence.
Researcher notes
The record provides a narrow kernel memory-management bug and three upstream stable references. It lacks CVSS, CWE, distro package status, exploitability analysis, and clear privilege requirements. Validate against actual downstream kernels before declaring exposure.
Mitigation direction
Check your Linux vendor advisory for a kernel build containing the referenced stable fixes.
Prioritize hosts using Open vSwitch or network virtualization features for kernel update review.
Apply tested vendor kernel updates through normal change control.
Monitor kernel memory behavior on exposed Open vSwitch hosts until patched.
Validation and detection
Inventory kernel versions on systems using Open vSwitch.
Confirm whether vendor kernel changelogs include the referenced upstream fix commits.
Review Open vSwitch usage on virtualization, container networking, and SDN hosts.
Check operational monitoring for unexplained kernel memory growth on relevant systems.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2022-49959 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
0CVSS vectors
3Timeline events
0ADP providers
4Source links
Vulnerability timeline
Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.
CVE reservedCVE Program
The CVE ID was reserved by the assigning CNA.
CVE publishedCVE Program
The CVE record was published.
Jun 18, 2025, 11:00 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.