Vulnerability in Linux
CVE-2022-49366
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix reference count leak in smb_check_perm_dacl() The issue happens in a specific path in smb_check_perm_dacl(). When "id" and "uid" have the same value, the function simply jumps out of the loop without decrementing the reference count of the object "posix_acls", which is increased by get_acl() earlier. This may result in memory leaks. Fix it by decreasing the reference count of "posix_acls" before jumping to label "check_access_bits".
EPSS: 0.003 (17.2th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 5.5 (Medium). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H.
Affected products
- Linux — versions 777cad1604d68ed4379ec899d1f7d2f6a29f01f0, 5.15, 0
- Linux Linux_kernel
References
Frequently asked questions
- What is CVE-2022-49366?
- CVE-2022-49366 is a medium-severity vulnerability in Linux. CVSS score: 5.5/10. Published 2025-02-26.
- How severe is CVE-2022-49366?
- Medium severity. CVSS v3 base score is 5.5 out of 10.