CVE-2026-43106
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
06/05/2026
Last modified:
11/05/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
cachefiles: fix incorrect dentry refcount in cachefiles_cull()<br />
<br />
The patch mentioned below changed cachefiles_bury_object() to expect 2<br />
references to the &#39;rep&#39; dentry. Three of the callers were changed to<br />
use start_removing_dentry() which takes an extra reference so in those<br />
cases the call gets the expected references.<br />
<br />
However there is another call to cachefiles_bury_object() in<br />
cachefiles_cull() which did not need to be changed to use<br />
start_removing_dentry() and so was not properly considered.<br />
It still passed the dentry with just one reference so the net result is<br />
that a reference is lost.<br />
<br />
To meet the expectations of cachefiles_bury_object(), cachefiles_cull()<br />
must take an extra reference before the call. It will be dropped by<br />
cachefiles_bury_object().
Impact
Base Score 3.x
7.80
Severity 3.x
HIGH
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (including) | 6.19.14 (excluding) |
| cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc4:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc5:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc6:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc7:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



