Vulnerability Database

309,237

Total vulnerabilities in the database

CVE-2022-50107

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

cifs: Fix memory leak when using fscache

If we hit the 'index == next_cached' case, we leak a refcount on the struct page. Fix this by using readahead_folio() which takes care of the refcount for you.

  • Published: Jun 18, 2025
  • Updated: Nov 18, 2025
  • CVE: CVE-2022-50107
  • Severity: Medium
  • Exploit:

CVSS v3:

  • Severity: Medium
  • Score: 5.5
  • AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

CWEs: