CVE-2026-31693
Analyzed
Analyzed - Analysis Complete
Missing Initialization in Linux Kernel CIFS Replay Code
Publication date: 2026-04-30
Last updated on: 2026-05-07
Assigner: kernel.org
Description
Description
In the Linux kernel, the following vulnerability has been resolved:
cifs: some missing initializations on replay
In several places in the code, we have a label to signify
the start of the code where a request can be replayed if
necessary. However, some of these places were missing the
necessary reinitializations of certain local variables
before replay.
This change makes sure that these variables get initialized
after the label.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.8 |
| linux | linux_kernel | 6.8 |
| linux | linux_kernel | 6.8 |
| linux | linux_kernel | 6.8 |
| linux | linux_kernel | 6.8 |
| linux | linux_kernel | 6.8 |
| linux | linux_kernel | 6.8 |
| linux | linux_kernel | From 6.13 (inc) to 6.18.16 (exc) |
| linux | linux_kernel | From 6.19 (inc) to 6.19.6 (exc) |
| linux | linux_kernel | From 6.6.32 (inc) to 6.6.128 (exc) |
| linux | linux_kernel | From 6.8.1 (inc) to 6.12.75 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-908 | The product uses or accesses a resource that has not been initialized. |