CVE-2022-49086

Source
https://cve.org/CVERecord?id=CVE-2022-49086
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2022-49086.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2022-49086
Downstream
Related
Published
2025-02-26T01:54:44.072Z
Modified
2026-03-12T03:24:33.329826Z
Summary
net: openvswitch: fix leak of nested actions
Details

In the Linux kernel, the following vulnerability has been resolved:

net: openvswitch: fix leak of nested actions

While parsing user-provided actions, openvswitch module may dynamically allocate memory and store pointers in the internal copy of the actions. So this memory has to be freed while destroying the actions.

Currently there are only two such actions: ct() and set(). However, there are many actions that can hold nested lists of actions and ovsnlafreeflowactions() just jumps over them leaking the memory.

For example, removal of the flow with the following actions will lead to a leak of the memory allocated by nfcttmpl_alloc():

actions:clone(ct(commit),0)

Non-freed set() action may also leak the 'dst' structure for the tunnel info including device references.

Under certain conditions with a high rate of flow rotation that may cause significant memory leak problem (2MB per second in reporter's case). The problem is also hard to mitigate, because the user doesn't have direct control over the datapath flows generated by OVS.

Fix that by iterating over all the nested actions and freeing everything that needs to be freed recursively.

New build time assertion should protect us from this problem if new actions will be added in the future.

Unfortunately, openvswitch module doesn't use NLAFNESTED, so all attributes has to be explicitly checked. sample() and clone() actions are mixing extra attributes into the user-provided action list. That prevents some code generalization too.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2022/49xxx/CVE-2022-49086.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
34ae932a40369be6bd6ea97d66b6686361b4370d
Fixed
7438dc55c0709819b813f4778aec2c48b782990b
Fixed
ef6f9ce0a79aa23b10fc5f3b3cab3814a25aac40
Fixed
5ae05b5eb58773cfec307ff88aff4cfd843c4cff
Fixed
837b96d8103938e35e7d92cd9db96af914ca4fff
Fixed
3554c214b83ec9a839ed574263a34218f372990c
Fixed
53bce9d19b0a9d245b25cd050b81652ed974a509
Fixed
1f30fb9166d4f15a1aa19449b9da871fe0ed4796

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2022-49086.json"