CVE-2021-47203
published 2024-04-10CVE-2021-47203: 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…
PriorityP420medium5.5CVSS 3.1
AVLACLPRLUINSUCNINAH
EPSS
0.34%
27.0th percentile
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.
Affected
21 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| debian | linux | < linux 5.15.5-1 (bookworm) | linux 5.15.5-1 (bookworm) |
| linux | linux | — | — |
| linux | linux | >= 2a9bf3d011303d8da64cd5e0e7fdd95f0c143984 < ad4776b5eb2e58af1226847fcd3b4f6d051674dd | ad4776b5eb2e58af1226847fcd3b4f6d051674dd |
| linux | linux | >= 2a9bf3d011303d8da64cd5e0e7fdd95f0c143984 < ec70d80a8642900086447ba0cdc79e3f44d42e8f | ec70d80a8642900086447ba0cdc79e3f44d42e8f |
| linux | linux | >= 2a9bf3d011303d8da64cd5e0e7fdd95f0c143984 < f05a0191b90156e539cccc189b9d87ca2a4d9305 | f05a0191b90156e539cccc189b9d87ca2a4d9305 |
| linux | linux | >= 2a9bf3d011303d8da64cd5e0e7fdd95f0c143984 < b291d147d0268e93ad866f8bc820ea14497abc9b | b291d147d0268e93ad866f8bc820ea14497abc9b |
| linux | linux | >= 2a9bf3d011303d8da64cd5e0e7fdd95f0c143984 < 16bcbfb56d759c25665f786e33ec633b9508a08f | 16bcbfb56d759c25665f786e33ec633b9508a08f |
| linux | linux | >= 2a9bf3d011303d8da64cd5e0e7fdd95f0c143984 < c097bd5a59162156d9c2077a2f58732ffbaa9fca | c097bd5a59162156d9c2077a2f58732ffbaa9fca |
| linux | linux | >= 2a9bf3d011303d8da64cd5e0e7fdd95f0c143984 < 814d3610c4ce86e8cf285b2cdac0057a42e82de5 | 814d3610c4ce86e8cf285b2cdac0057a42e82de5 |
| linux | linux | >= 2a9bf3d011303d8da64cd5e0e7fdd95f0c143984 < 99154581b05c8fb22607afb7c3d66c1bace6aa5d | 99154581b05c8fb22607afb7c3d66c1bace6aa5d |
| linux | linux_kernel | < 4.4.293 | 4.4.293 |
| linux | linux_kernel | >= 0 < 5.10.84-1 | 5.10.84-1 |
| linux | linux_kernel | >= 0 < 5.15.5-1 | 5.15.5-1 |
| linux | linux_kernel | >= 0 < 5.15.5-1 | 5.15.5-1 |
| linux | linux_kernel | >= 0 < 5.15.5-1 | 5.15.5-1 |
| linux | linux_kernel | >= 4.10 < 4.14.256 | 4.14.256 |
| linux | linux_kernel | >= 4.15 < 4.19.218 | 4.19.218 |
| linux | linux_kernel | >= 4.20 < 5.4.162 | 5.4.162 |
| linux | linux_kernel | >= 4.5 < 4.9.291 | 4.9.291 |
| linux | linux_kernel | >= 5.11 < 5.15.5 | 5.15.5 |
| linux | linux_kernel | >= 5.5 < 5.10.82 | 5.10.82 |
CVSS provenance
nvdv3.15.5MEDIUMCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
osv5.5MEDIUM
vendor_debian5.5MEDIUM
vendor_redhat5.5MEDIUM
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
Red Hat
kernel: scsi: lpfc: Fix list_add() corruption in lpfc_drain_txq()
vendor_redhat·2024-04-10·CVSS 5.5
CVE-2021-47203 [MEDIUM] CWE-20 kernel: scsi: lpfc: Fix list_add() corruption in lpfc_drain_txq()
kernel: scsi: lpfc: Fix list_add() corruption in lpfc_drain_txq()
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
l
Debian
CVE-2021-47203: linux - In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc:...
vendor_debian·2021·CVSS 5.5
CVE-2021-47203 [MEDIUM] CVE-2021-47203: linux - In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc:...
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 complet
GHSA
GHSA-84g6-j698-p58m: In the Linux kernel, the following vulnerability has been resolved:
scsi: lpfc: Fix list_add() corruption in lpfc_drain_txq()
When parsing the txq l
ghsa_unreviewed·2024-04-10
CVE-2021-47203 [MEDIUM] CWE-787 GHSA-84g6-j698-p58m: In the Linux kernel, the following vulnerability has been resolved:
scsi: lpfc: Fix list_add() corruption in lpfc_drain_txq()
When parsing the txq l
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 com
OSV
CVE-2021-47203: In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix list_add() corruption in lpfc_drain_txq() When parsing the txq lis
osv·2024-04-10·CVSS 5.5
CVE-2021-47203 [MEDIUM] CVE-2021-47203: In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix list_add() corruption in lpfc_drain_txq() When parsing the txq lis
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 complet
No detection rules found.
No public exploits indexed.
https://git.kernel.org/stable/c/16bcbfb56d759c25665f786e33ec633b9508a08fhttps://git.kernel.org/stable/c/814d3610c4ce86e8cf285b2cdac0057a42e82de5https://git.kernel.org/stable/c/99154581b05c8fb22607afb7c3d66c1bace6aa5dhttps://git.kernel.org/stable/c/ad4776b5eb2e58af1226847fcd3b4f6d051674ddhttps://git.kernel.org/stable/c/b291d147d0268e93ad866f8bc820ea14497abc9bhttps://git.kernel.org/stable/c/c097bd5a59162156d9c2077a2f58732ffbaa9fcahttps://git.kernel.org/stable/c/ec70d80a8642900086447ba0cdc79e3f44d42e8fhttps://git.kernel.org/stable/c/f05a0191b90156e539cccc189b9d87ca2a4d9305https://git.kernel.org/stable/c/16bcbfb56d759c25665f786e33ec633b9508a08fhttps://git.kernel.org/stable/c/814d3610c4ce86e8cf285b2cdac0057a42e82de5https://git.kernel.org/stable/c/99154581b05c8fb22607afb7c3d66c1bace6aa5dhttps://git.kernel.org/stable/c/ad4776b5eb2e58af1226847fcd3b4f6d051674ddhttps://git.kernel.org/stable/c/b291d147d0268e93ad866f8bc820ea14497abc9bhttps://git.kernel.org/stable/c/c097bd5a59162156d9c2077a2f58732ffbaa9fcahttps://git.kernel.org/stable/c/ec70d80a8642900086447ba0cdc79e3f44d42e8fhttps://git.kernel.org/stable/c/f05a0191b90156e539cccc189b9d87ca2a4d9305
2024-04-10
Published