CVE-2021-47077
Severity CVSS v4.0:
Pending analysis
Type:
CWE-476
NULL Pointer Dereference
Publication date:
01/03/2024
Last modified:
10/12/2024
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
scsi: qedf: Add pointer checks in qedf_update_link_speed()<br />
<br />
The following trace was observed:<br />
<br />
[ 14.042059] Call Trace:<br />
[ 14.042061] <br />
[ 14.042068] qedf_link_update+0x144/0x1f0 [qedf]<br />
[ 14.042117] qed_link_update+0x5c/0x80 [qed]<br />
[ 14.042135] qed_mcp_handle_link_change+0x2d2/0x410 [qed]<br />
[ 14.042155] ? qed_set_ptt+0x70/0x80 [qed]<br />
[ 14.042170] ? qed_set_ptt+0x70/0x80 [qed]<br />
[ 14.042186] ? qed_rd+0x13/0x40 [qed]<br />
[ 14.042205] qed_mcp_handle_events+0x437/0x690 [qed]<br />
[ 14.042221] ? qed_set_ptt+0x70/0x80 [qed]<br />
[ 14.042239] qed_int_sp_dpc+0x3a6/0x3e0 [qed]<br />
[ 14.042245] tasklet_action_common.isra.14+0x5a/0x100<br />
[ 14.042250] __do_softirq+0xe4/0x2f8<br />
[ 14.042253] irq_exit+0xf7/0x100<br />
[ 14.042255] do_IRQ+0x7f/0xd0<br />
[ 14.042257] common_interrupt+0xf/0xf<br />
[ 14.042259] <br />
<br />
API qedf_link_update() is getting called from QED but by that time<br />
shost_data is not initialised. This results in a NULL pointer dereference<br />
when we try to dereference shost_data while updating supported_speeds.<br />
<br />
Add a NULL pointer check before dereferencing shost_data.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 4.11 (including) | 5.10.40 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.11 (including) | 5.12.7 (excluding) |
| cpe:2.3:o:linux:linux_kernel:5.13:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:5.13:rc2:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page
References to Advisories, Solutions, and Tools
- https://git.kernel.org/stable/c/11014efcec378bb0050a6cf08eaf375e3693400a
- https://git.kernel.org/stable/c/73578af92a0fae6609b955fcc9113e50e413c80f
- https://git.kernel.org/stable/c/a6362a737572f66051deb7637f3f77ddf7a4402f
- https://git.kernel.org/stable/c/11014efcec378bb0050a6cf08eaf375e3693400a
- https://git.kernel.org/stable/c/73578af92a0fae6609b955fcc9113e50e413c80f
- https://git.kernel.org/stable/c/a6362a737572f66051deb7637f3f77ddf7a4402f



