CVE-2021-47203
Last modified
CVE-2021-47203 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix list_add() corruption in lpfc_drain_txq() When parsing the txq list in lpfc_drain_txq(), the driver attempts to pass the requests to the adapter. If such an attempt fails, a local "fail_msg" string is set and a log message output. EPSS estimates a 0.24% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix list_add() corruption in lpfc_drain_txq() When parsing the txq list in lpfc_drain_txq(), the driver attempts to pass the requests to the adapter. If such an attempt fails, a local "fail_msg" string is set and a log message output. The job is then added to a completions list for cancellation. Processing of any further jobs from the txq list continues, but since "fail_msg" remains set, jobs are added to the completions list regardless of whether a wqe was passed to the adapter. If successfully added to txcmplq, jobs are added to both lists resulting in list corruption. Fix by clearing the fail_msg string after adding a job to the completions list. This stops the subsequent jobs from being added to the completions list unless they had an appropriate failure.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | < 4.4.293 |
| Linux | Linux Kernel | >= 4.5, < 4.9.291 |
| Linux | Linux Kernel | >= 4.10, < 4.14.256 |
| Linux | Linux Kernel | >= 4.15, < 4.19.218 |
| Linux | Linux Kernel | >= 4.20, < 5.4.162 |
| Linux | Linux Kernel | >= 5.5, < 5.10.82 |
| Linux | Linux Kernel | >= 5.11, < 5.15.5 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2021-47203?
How severe is CVE-2021-47203?
How do I fix CVE-2021-47203?
Are you affected by CVE-2021-47203?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
