NVD Vulnerability Detail
Search Exploit, PoC
CVE-2022-48933
Summary

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

netfilter: nf_tables: fix memory leak during stateful obj update

stateful objects can be updated from the control plane.
The transaction logic allocates a temporary object for this purpose.

The ->init function was called for this object, so plain kfree() leaks
resources. We must call ->destroy function of the object.

nft_obj_destroy does this, but it also decrements the module refcount,
but the update path doesn't increment it.

To avoid special-casing the update object release, do module_get for
the update case too and release it via nft_obj_destroy().

Publication Date Aug. 22, 2024, 1:15 p.m.
Registration Date Aug. 26, 2024, 4:57 p.m.
Last Update Aug. 23, 2024, 10:50 a.m.
CVSS3.1 : MEDIUM
スコア 5.5
Vector CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
攻撃元区分(AV) ローカル
攻撃条件の複雑さ(AC)
攻撃に必要な特権レベル(PR)
利用者の関与(UI) 不要
影響の想定範囲(S) 変更なし
機密性への影響(C) なし
完全性への影響(I) なし
可用性への影響(A)
Affected software configurations
Configuration1 or higher or less more than less than
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 5.16 5.16.12
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 5.11 5.15.26
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 5.5 5.10.103
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 5.4 5.4.182
Related information, measures and tools
Common Vulnerabilities List

JVN Vulnerability Information
Linux の Linux Kernel における有効期限後のメモリの解放の欠如に関する脆弱性
Title Linux の Linux Kernel における有効期限後のメモリの解放の欠如に関する脆弱性
Summary

Linux の Linux Kernel には、有効期限後のメモリの解放の欠如に関する脆弱性が存在します。

Possible impacts サービス運用妨害 (DoS) 状態にされる可能性があります。 
Solution

ベンダより正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。

Publication Date Feb. 22, 2022, midnight
Registration Date Aug. 26, 2024, 4:35 p.m.
Last Update Aug. 26, 2024, 4:35 p.m.
Affected System
Linux
Linux Kernel 5.11 以上 5.15.26 未満
Linux Kernel 5.16 以上 5.16.12 未満
Linux Kernel 5.4 以上 5.4.182 未満
Linux Kernel 5.5 以上 5.10.103 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
Change Log
No Changed Details Date of change
1 [2024年08月26日]   掲載 Aug. 26, 2024, 1:47 p.m.