CVE-2022-49063

Source
https://nvd.nist.gov/vuln/detail/CVE-2022-49063
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2022-49063.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2022-49063
Downstream
Related
Published
2025-02-26T01:54:32Z
Modified
2025-10-08T08:00:29.863518Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
ice: arfs: fix use-after-free when freeing @rx_cpu_rmap
Details

In the Linux kernel, the following vulnerability has been resolved:

ice: arfs: fix use-after-free when freeing @rxcpurmap

The CI testing bots triggered the following splat:

[ 718.203054] BUG: KASAN: use-after-free in freeirqcpurmap+0x53/0x80 [ 718.206349] Read of size 4 at addr ffff8881bd127e00 by task sh/20834 [ 718.212852] CPU: 28 PID: 20834 Comm: sh Kdump: loaded Tainted: G S W IOE 5.17.0-rc8nextqueue-devqueue-02643-g23f3121aca93 #1 [ 718.219695] Hardware name: Intel Corporation S2600WFT/S2600WFT, BIOS SE5C620.86B.02.01.0012.070720200218 07/07/2020 [ 718.223418] Call Trace: [ 718.227139] [ 718.230783] dumpstacklvl+0x33/0x42 [ 718.234431] printaddressdescription.constprop.9+0x21/0x170 [ 718.238177] ? freeirqcpurmap+0x53/0x80 [ 718.241885] ? freeirqcpurmap+0x53/0x80 [ 718.245539] kasanreport.cold.18+0x7f/0x11b [ 718.249197] ? freeirqcpurmap+0x53/0x80 [ 718.252852] freeirqcpurmap+0x53/0x80 [ 718.256471] icefreecpurxrmap.part.11+0x37/0x50 [ice] [ 718.260174] iceremovearfs+0x5f/0x70 [ice] [ 718.263810] icerebuildarfs+0x3b/0x70 [ice] [ 718.267419] icerebuild+0x39c/0xb60 [ice] [ 718.270974] ? asmsysvecapictimerinterrupt+0x12/0x20 [ 718.274472] ? iceinitphyusercfg+0x360/0x360 [ice] [ 718.278033] ? delaytsc+0x4a/0xb0 [ 718.281513] ? preemptcountsub+0x14/0xc0 [ 718.284984] ? delaytsc+0x8f/0xb0 [ 718.288463] icedoreset+0x92/0xf0 [ice] [ 718.292014] icepcierrresume+0x91/0xf0 [ice] [ 718.295561] pcireset_function+0x53/0x80 <...> [ 718.393035] Allocated by task 690: [ 718.433497] Freed by task 20834: [ 718.495688] Last potentially related work creation: [ 718.568966] The buggy address belongs to the object at ffff8881bd127e00 which belongs to the cache kmalloc-96 of size 96 [ 718.574085] The buggy address is located 0 bytes inside of 96-byte region [ffff8881bd127e00, ffff8881bd127e60) [ 718.579265] The buggy address belongs to the page: [ 718.598905] Memory state around the buggy address: [ 718.601809] ffff8881bd127d00: fa fb fb fb fb fb fb fb fb fb fb fb fc fc fc fc [ 718.604796] ffff8881bd127d80: 00 00 00 00 00 00 00 00 00 00 fc fc fc fc fc fc [ 718.607794] >ffff8881bd127e00: fa fb fb fb fb fb fb fb fb fb fb fb fc fc fc fc [ 718.610811] ^ [ 718.613819] ffff8881bd127e80: 00 00 00 00 00 00 00 00 00 00 00 00 fc fc fc fc [ 718.617107] ffff8881bd127f00: fa fb fb fb fb fb fb fb fb fb fb fb fc fc fc fc

This is due to that freeirqcpurmap() is always being called *after* (devm)freeirq() and thus it tries to work with IRQ descs already freed. For example, on device reset the driver frees the rmap right before allocating a new one (the splat above). Make rmap creation and freeing function symmetrical with {request,free}irq() calls i.e. do that on ifup/ifdown instead of device probe/remove/resume. These operations can be performed independently from the actual device aRFS configuration. Also, make sure icevsifree_irq() clears IRQ affinity notifiers only when aRFS is disabled -- otherwise, CPU rmap sets and clears its own and they must not be touched manually.

References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
28bf26724fdb0e02267d19e280d6717ee810a10d
Fixed
ba2f6ec28733fb6b24ed086e676df3df4c138f3f
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
28bf26724fdb0e02267d19e280d6717ee810a10d
Fixed
618df75f2e30c7838a3e010ca32cd4893ec9fe33
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
28bf26724fdb0e02267d19e280d6717ee810a10d
Fixed
d08d2fb6d99d82da1c63aba5c0d1c6f237e150f3
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
28bf26724fdb0e02267d19e280d6717ee810a10d
Fixed
d7442f512b71fc63a99c8a801422dde4fbbf9f93

Affected versions

v5.*

v5.10
v5.10-rc1
v5.10-rc2
v5.10-rc3
v5.10-rc4
v5.10-rc5
v5.10-rc6
v5.10-rc7
v5.10.1
v5.10.10
v5.10.100
v5.10.101
v5.10.102
v5.10.103
v5.10.104
v5.10.105
v5.10.106
v5.10.107
v5.10.108
v5.10.109
v5.10.11
v5.10.110
v5.10.111
v5.10.112
v5.10.113
v5.10.114
v5.10.115
v5.10.116
v5.10.117
v5.10.118
v5.10.119
v5.10.12
v5.10.120
v5.10.121
v5.10.122
v5.10.123
v5.10.124
v5.10.125
v5.10.126
v5.10.127
v5.10.128
v5.10.129
v5.10.13
v5.10.130
v5.10.131
v5.10.132
v5.10.133
v5.10.134
v5.10.135
v5.10.136
v5.10.137
v5.10.138
v5.10.139
v5.10.14
v5.10.140
v5.10.141
v5.10.142
v5.10.143
v5.10.144
v5.10.145
v5.10.146
v5.10.147
v5.10.148
v5.10.149
v5.10.15
v5.10.150
v5.10.151
v5.10.152
v5.10.153
v5.10.154
v5.10.155
v5.10.156
v5.10.157
v5.10.158
v5.10.159
v5.10.16
v5.10.160
v5.10.161
v5.10.162
v5.10.163
v5.10.164
v5.10.165
v5.10.166
v5.10.167
v5.10.168
v5.10.169
v5.10.17
v5.10.170
v5.10.171
v5.10.172
v5.10.173
v5.10.174
v5.10.175
v5.10.176
v5.10.177
v5.10.178
v5.10.179
v5.10.18
v5.10.180
v5.10.181
v5.10.182
v5.10.183
v5.10.184
v5.10.185
v5.10.186
v5.10.187
v5.10.188
v5.10.189
v5.10.19
v5.10.190
v5.10.191
v5.10.192
v5.10.193
v5.10.194
v5.10.195
v5.10.196
v5.10.197
v5.10.198
v5.10.199
v5.10.2
v5.10.20
v5.10.200
v5.10.201
v5.10.202
v5.10.203
v5.10.204
v5.10.205
v5.10.206
v5.10.207
v5.10.208
v5.10.209
v5.10.21
v5.10.210
v5.10.211
v5.10.212
v5.10.213
v5.10.214
v5.10.215
v5.10.216
v5.10.217
v5.10.218
v5.10.219
v5.10.22
v5.10.220
v5.10.221
v5.10.222
v5.10.223
v5.10.224
v5.10.225
v5.10.226
v5.10.227
v5.10.228
v5.10.229
v5.10.23
v5.10.230
v5.10.231
v5.10.232
v5.10.233
v5.10.234
v5.10.235
v5.10.236
v5.10.237
v5.10.24
v5.10.25
v5.10.26
v5.10.27
v5.10.28
v5.10.29
v5.10.3
v5.10.30
v5.10.31
v5.10.32
v5.10.33
v5.10.34
v5.10.35
v5.10.36
v5.10.37
v5.10.38
v5.10.39
v5.10.4
v5.10.40
v5.10.41
v5.10.42
v5.10.43
v5.10.44
v5.10.45
v5.10.46
v5.10.47
v5.10.48
v5.10.49
v5.10.5
v5.10.50
v5.10.51
v5.10.52
v5.10.53
v5.10.54
v5.10.55
v5.10.56
v5.10.57
v5.10.58
v5.10.59
v5.10.6
v5.10.60
v5.10.61
v5.10.62
v5.10.63
v5.10.64
v5.10.65
v5.10.66
v5.10.67
v5.10.68
v5.10.69
v5.10.7
v5.10.70
v5.10.71
v5.10.72
v5.10.73
v5.10.74
v5.10.75
v5.10.76
v5.10.77
v5.10.78
v5.10.79
v5.10.8
v5.10.80
v5.10.81
v5.10.82
v5.10.83
v5.10.84
v5.10.85
v5.10.86
v5.10.87
v5.10.88
v5.10.89
v5.10.9
v5.10.90
v5.10.91
v5.10.92
v5.10.93
v5.10.94
v5.10.95
v5.10.96
v5.10.97
v5.10.98
v5.10.99
v5.11
v5.11-rc1
v5.11-rc2
v5.11-rc3
v5.11-rc4
v5.11-rc5
v5.11-rc6
v5.11-rc7
v5.12
v5.12-rc1
v5.12-rc1-dontuse
v5.12-rc2
v5.12-rc3
v5.12-rc4
v5.12-rc5
v5.12-rc6
v5.12-rc7
v5.12-rc8
v5.13
v5.13-rc1
v5.13-rc2
v5.13-rc3
v5.13-rc4
v5.13-rc5
v5.13-rc6
v5.13-rc7
v5.14
v5.14-rc1
v5.14-rc2
v5.14-rc3
v5.14-rc4
v5.14-rc5
v5.14-rc6
v5.14-rc7
v5.15
v5.15-rc1
v5.15-rc2
v5.15-rc3
v5.15-rc4
v5.15-rc5
v5.15-rc6
v5.15-rc7
v5.15.1
v5.15.10
v5.15.100
v5.15.101
v5.15.102
v5.15.103
v5.15.104
v5.15.105
v5.15.106
v5.15.107
v5.15.108
v5.15.109
v5.15.11
v5.15.110
v5.15.111
v5.15.112
v5.15.113
v5.15.114
v5.15.115
v5.15.116
v5.15.117
v5.15.118
v5.15.119
v5.15.12
v5.15.120
v5.15.121
v5.15.122
v5.15.123
v5.15.124
v5.15.125
v5.15.126
v5.15.127
v5.15.128
v5.15.129
v5.15.13
v5.15.130
v5.15.131
v5.15.132
v5.15.133
v5.15.134
v5.15.135
v5.15.136
v5.15.137
v5.15.138
v5.15.139
v5.15.14
v5.15.140
v5.15.141
v5.15.142
v5.15.143
v5.15.144
v5.15.145
v5.15.146
v5.15.147
v5.15.148
v5.15.149
v5.15.15
v5.15.150
v5.15.151
v5.15.152
v5.15.153
v5.15.154
v5.15.155
v5.15.156
v5.15.157
v5.15.158
v5.15.159
v5.15.16
v5.15.160
v5.15.161
v5.15.162
v5.15.163
v5.15.164
v5.15.165
v5.15.166
v5.15.167
v5.15.168
v5.15.169
v5.15.17
v5.15.170
v5.15.171
v5.15.172
v5.15.173
v5.15.174
v5.15.175
v5.15.176
v5.15.177
v5.15.178
v5.15.179
v5.15.18
v5.15.180
v5.15.181
v5.15.182
v5.15.183
v5.15.19
v5.15.2
v5.15.20
v5.15.21
v5.15.22
v5.15.23
v5.15.24
v5.15.25
v5.15.26
v5.15.27
v5.15.28
v5.15.29
v5.15.3
v5.15.30
v5.15.31
v5.15.32
v5.15.33
v5.15.34
v5.15.35
v5.15.36
v5.15.37
v5.15.38
v5.15.39
v5.15.4
v5.15.40
v5.15.41
v5.15.42
v5.15.43
v5.15.44
v5.15.45
v5.15.46
v5.15.47
v5.15.48
v5.15.49
v5.15.5
v5.15.50
v5.15.51
v5.15.52
v5.15.53
v5.15.54
v5.15.55
v5.15.56
v5.15.57
v5.15.58
v5.15.59
v5.15.6
v5.15.60
v5.15.61
v5.15.62
v5.15.63
v5.15.64
v5.15.65
v5.15.66
v5.15.67
v5.15.68
v5.15.69
v5.15.7
v5.15.70
v5.15.71
v5.15.72
v5.15.73
v5.15.74
v5.15.75
v5.15.76
v5.15.77
v5.15.78
v5.15.79
v5.15.8
v5.15.80
v5.15.81
v5.15.82
v5.15.83
v5.15.84
v5.15.85
v5.15.86
v5.15.87
v5.15.88
v5.15.89
v5.15.9
v5.15.90
v5.15.91
v5.15.92
v5.15.93
v5.15.94
v5.15.95
v5.15.96
v5.15.97
v5.15.98
v5.15.99
v5.16
v5.16-rc1
v5.16-rc2
v5.16-rc3
v5.16-rc4
v5.16-rc5
v5.16-rc6
v5.16-rc7
v5.16-rc8
v5.17
v5.17-rc1
v5.17-rc2
v5.17-rc3
v5.17-rc4
v5.17-rc5
v5.17-rc6
v5.17-rc7
v5.17-rc8
v5.17.1
v5.17.2
v5.17.3
v5.18-rc1
v5.7
v5.7-rc6
v5.7-rc7
v5.8
v5.8-rc1
v5.8-rc2
v5.8-rc3
v5.8-rc4
v5.8-rc5
v5.8-rc6
v5.8-rc7
v5.9
v5.9-rc1
v5.9-rc2
v5.9-rc3
v5.9-rc4
v5.9-rc5
v5.9-rc6
v5.9-rc7
v5.9-rc8

Database specific

{
    "vanir_signatures": [
        {
            "digest": {
                "function_hash": "150303562821327540125542430840043583670",
                "length": 902.0
            },
            "target": {
                "file": "drivers/net/ethernet/intel/ice/ice_main.c",
                "function": "ice_suspend"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ba2f6ec28733fb6b24ed086e676df3df4c138f3f",
            "signature_type": "Function",
            "id": "CVE-2022-49063-037d8425",
            "deprecated": false,
            "signature_version": "v1"
        },
        {
            "digest": {
                "line_hashes": [
                    "134228091339409557927306656902554662849",
                    "301918970521590851670039628538239635696",
                    "195735416530150533601113674371290739696",
                    "153640886939428981262082435081308483962",
                    "50246096699224182575612494045857309772",
                    "156790169682851776971453078044364178091",
                    "338985112699803876568944031704462306359",
                    "269932436617834065970029034758121841262",
                    "106742843383664423649700076938998653279",
                    "197845563068329128331362184681885245548",
                    "246228362402251512925125030283993140323",
                    "320907855097574209879033911796648255929",
                    "185873562125141285006308919579121052992",
                    "206384379192758685016741269328711111149",
                    "306381913260363693035519055670564476307",
                    "28916952720557631595402510961488650994",
                    "691020714549866957221297586459942042",
                    "295378402011664177668605470085913076532",
                    "339324503923084851139683588983656767771",
                    "97032774095994312753812696330130432159",
                    "35021853303103380336564785441795661135",
                    "211005767301289926465165681993143250122"
                ],
                "threshold": 0.9
            },
            "target": {
                "file": "drivers/net/ethernet/intel/ice/ice_main.c"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@d08d2fb6d99d82da1c63aba5c0d1c6f237e150f3",
            "signature_type": "Line",
            "id": "CVE-2022-49063-0d9374bf",
            "deprecated": false,
            "signature_version": "v1"
        },
        {
            "digest": {
                "line_hashes": [
                    "250239367775352590990005510785402468305",
                    "22303323412845220670327043736116246009",
                    "12991009611476227126267932620884801441",
                    "55765722580343393475686077840623565553",
                    "127351855912032116596042514439061248105",
                    "329773559869926410397863411557256597688",
                    "319626419057879118052146126625762486666",
                    "152683264049898740350133601391812432083",
                    "164995034280847316359723103134091640921",
                    "316744314240093135549541696962492113107",
                    "199248155859053986178995119359916546133",
                    "25273245446933713800270802960630657391",
                    "287372338996621142599233040168064025023",
                    "16469573868547185574260753288193624203",
                    "135361936062417960884256248081088632393",
                    "248359061044779326957418178883837390028",
                    "115273099595942147926167588302373969464",
                    "213336000611475465737176200010660929867"
                ],
                "threshold": 0.9
            },
            "target": {
                "file": "drivers/net/ethernet/intel/ice/ice_arfs.c"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@d7442f512b71fc63a99c8a801422dde4fbbf9f93",
            "signature_type": "Line",
            "id": "CVE-2022-49063-0e339fd5",
            "deprecated": false,
            "signature_version": "v1"
        },
        {
            "digest": {
                "function_hash": "2156206947898649931858568667350729024",
                "length": 1171.0
            },
            "target": {
                "file": "drivers/net/ethernet/intel/ice/ice_main.c",
                "function": "ice_setup_pf_sw"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@d7442f512b71fc63a99c8a801422dde4fbbf9f93",
            "signature_type": "Function",
            "id": "CVE-2022-49063-0e5334c9",
            "deprecated": false,
            "signature_version": "v1"
        },
        {
            "digest": {
                "function_hash": "338628533407799693818812820232871573597",
                "length": 1696.0
            },
            "target": {
                "file": "drivers/net/ethernet/intel/ice/ice_main.c",
                "function": "ice_vsi_req_irq_msix"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@d08d2fb6d99d82da1c63aba5c0d1c6f237e150f3",
            "signature_type": "Function",
            "id": "CVE-2022-49063-1db59900",
            "deprecated": false,
            "signature_version": "v1"
        },
        {
            "digest": {
                "function_hash": "73309437680387509098483405407024585150",
                "length": 917.0
            },
            "target": {
                "file": "drivers/net/ethernet/intel/ice/ice_main.c",
                "function": "ice_suspend"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@d7442f512b71fc63a99c8a801422dde4fbbf9f93",
            "signature_type": "Function",
            "id": "CVE-2022-49063-241e30f1",
            "deprecated": false,
            "signature_version": "v1"
        },
        {
            "digest": {
                "line_hashes": [
                    "47877151727713660351035889835850795741",
                    "218421572501346758957979226861499020121",
                    "25012768968217827093075428775086765783",
                    "127954643163566497220639287575985238156",
                    "247529684594451500448504889594348472074",
                    "287375710614333587025474478202400506016",
                    "202895485731516295733194730656380586240",
                    "73663481531947943174249490267115324797"
                ],
                "threshold": 0.9
            },
            "target": {
                "file": "drivers/net/ethernet/intel/ice/ice_lib.c"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@618df75f2e30c7838a3e010ca32cd4893ec9fe33",
            "signature_type": "Line",
            "id": "CVE-2022-49063-2c163157",
            "deprecated": false,
            "signature_version": "v1"
        },
        {
            "digest": {
                "function_hash": "119691804907557144157100616625553496879",
                "length": 783.0
            },
            "target": {
                "file": "drivers/net/ethernet/intel/ice/ice_arfs.c",
                "function": "ice_set_cpu_rx_rmap"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ba2f6ec28733fb6b24ed086e676df3df4c138f3f",
            "signature_type": "Function",
            "id": "CVE-2022-49063-2c7b5338",
            "deprecated": false,
            "signature_version": "v1"
        },
        {
            "digest": {
                "line_hashes": [
                    "134228091339409557927306656902554662849",
                    "301918970521590851670039628538239635696",
                    "195735416530150533601113674371290739696",
                    "200294134858624012124122791046417435348",
                    "50246096699224182575612494045857309772",
                    "295976745450094252989857062973995731784",
                    "40543651478200023317574096978909802811",
                    "120801662110313179994976216414082915175",
                    "267081805659190357304792680935538505794",
                    "164229487878626740128743008136104760397",
                    "276381805570871984323248678280142251668",
                    "246228362402251512925125030283993140323",
                    "320907855097574209879033911796648255929",
                    "203544577432781747191946735392793389485",
                    "306366314103409201444307770410376443452",
                    "88391093905535955322455794540001795213",
                    "66823145827710005339109166747474619031",
                    "97995055712890912363588407259719764922",
                    "30095990313420953671038641571453435772",
                    "339324503923084851139683588983656767771",
                    "97032774095994312753812696330130432159",
                    "35021853303103380336564785441795661135",
                    "211005767301289926465165681993143250122"
                ],
                "threshold": 0.9
            },
            "target": {
                "file": "drivers/net/ethernet/intel/ice/ice_main.c"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@618df75f2e30c7838a3e010ca32cd4893ec9fe33",
            "signature_type": "Line",
            "id": "CVE-2022-49063-387399f1",
            "deprecated": false,
            "signature_version": "v1"
        },
        {
            "digest": {
                "function_hash": "52576126426452794093141393853172307224",
                "length": 263.0
            },
            "target": {
                "file": "drivers/net/ethernet/intel/ice/ice_arfs.c",
                "function": "ice_free_cpu_rx_rmap"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@618df75f2e30c7838a3e010ca32cd4893ec9fe33",
            "signature_type": "Function",
            "id": "CVE-2022-49063-3e022793",
            "deprecated": false,
            "signature_version": "v1"
        },
        {
            "digest": {
                "line_hashes": [
                    "134228091339409557927306656902554662849",
                    "301918970521590851670039628538239635696",
                    "195735416530150533601113674371290739696",
                    "153640886939428981262082435081308483962",
                    "50246096699224182575612494045857309772",
                    "156790169682851776971453078044364178091",
                    "338985112699803876568944031704462306359",
                    "269932436617834065970029034758121841262",
                    "106742843383664423649700076938998653279",
                    "197845563068329128331362184681885245548",
                    "246228362402251512925125030283993140323",
                    "320907855097574209879033911796648255929",
                    "185873562125141285006308919579121052992",
                    "206384379192758685016741269328711111149",
                    "306381913260363693035519055670564476307",
                    "28916952720557631595402510961488650994",
                    "691020714549866957221297586459942042",
                    "295378402011664177668605470085913076532",
                    "339324503923084851139683588983656767771",
                    "97032774095994312753812696330130432159",
                    "35021853303103380336564785441795661135",
                    "211005767301289926465165681993143250122"
                ],
                "threshold": 0.9
            },
            "target": {
                "file": "drivers/net/ethernet/intel/ice/ice_main.c"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@d7442f512b71fc63a99c8a801422dde4fbbf9f93",
            "signature_type": "Line",
            "id": "CVE-2022-49063-451a97dc",
            "deprecated": false,
            "signature_version": "v1"
        },
        {
            "digest": {
                "line_hashes": [
                    "250239367775352590990005510785402468305",
                    "22303323412845220670327043736116246009",
                    "12991009611476227126267932620884801441",
                    "55765722580343393475686077840623565553",
                    "127351855912032116596042514439061248105",
                    "329773559869926410397863411557256597688",
                    "319626419057879118052146126625762486666",
                    "152683264049898740350133601391812432083",
                    "164995034280847316359723103134091640921",
                    "316744314240093135549541696962492113107",
                    "199248155859053986178995119359916546133",
                    "25273245446933713800270802960630657391",
                    "287372338996621142599233040168064025023",
                    "16469573868547185574260753288193624203",
                    "135361936062417960884256248081088632393",
                    "248359061044779326957418178883837390028",
                    "115273099595942147926167588302373969464",
                    "213336000611475465737176200010660929867"
                ],
                "threshold": 0.9
            },
            "target": {
                "file": "drivers/net/ethernet/intel/ice/ice_arfs.c"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@618df75f2e30c7838a3e010ca32cd4893ec9fe33",
            "signature_type": "Line",
            "id": "CVE-2022-49063-4b91753e",
            "deprecated": false,
            "signature_version": "v1"
        },
        {
            "digest": {
                "function_hash": "78886920420494220020291375749046042573",
                "length": 1518.0
            },
            "target": {
                "file": "drivers/net/ethernet/intel/ice/ice_main.c",
                "function": "ice_vsi_req_irq_msix"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ba2f6ec28733fb6b24ed086e676df3df4c138f3f",
            "signature_type": "Function",
            "id": "CVE-2022-49063-4f5db361",
            "deprecated": false,
            "signature_version": "v1"
        },
        {
            "digest": {
                "function_hash": "218047327019694951853355279485408989687",
                "length": 137.0
            },
            "target": {
                "file": "drivers/net/ethernet/intel/ice/ice_arfs.c",
                "function": "ice_remove_arfs"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@618df75f2e30c7838a3e010ca32cd4893ec9fe33",
            "signature_type": "Function",
            "id": "CVE-2022-49063-58c20207",
            "deprecated": false,
            "signature_version": "v1"
        },
        {
            "digest": {
                "function_hash": "229077208940075688679723714836418770101",
                "length": 304.0
            },
            "target": {
                "file": "drivers/net/ethernet/intel/ice/ice_arfs.c",
                "function": "ice_free_cpu_rx_rmap"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ba2f6ec28733fb6b24ed086e676df3df4c138f3f",
            "signature_type": "Function",
            "id": "CVE-2022-49063-5ee7f58a",
            "deprecated": false,
            "signature_version": "v1"
        },
        {
            "digest": {
                "function_hash": "298047991653279298739751240175986836860",
                "length": 671.0
            },
            "target": {
                "file": "drivers/net/ethernet/intel/ice/ice_lib.c",
                "function": "ice_vsi_free_irq"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@d08d2fb6d99d82da1c63aba5c0d1c6f237e150f3",
            "signature_type": "Function",
            "id": "CVE-2022-49063-62e91766",
            "deprecated": false,
            "signature_version": "v1"
        },
        {
            "digest": {
                "line_hashes": [
                    "47877151727713660351035889835850795741",
                    "218421572501346758957979226861499020121",
                    "25012768968217827093075428775086765783",
                    "127954643163566497220639287575985238156",
                    "247529684594451500448504889594348472074",
                    "287375710614333587025474478202400506016",
                    "202895485731516295733194730656380586240",
                    "73663481531947943174249490267115324797"
                ],
                "threshold": 0.9
            },
            "target": {
                "file": "drivers/net/ethernet/intel/ice/ice_lib.c"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@d08d2fb6d99d82da1c63aba5c0d1c6f237e150f3",
            "signature_type": "Line",
            "id": "CVE-2022-49063-640a88f5",
            "deprecated": false,
            "signature_version": "v1"
        },
        {
            "digest": {
                "function_hash": "52576126426452794093141393853172307224",
                "length": 263.0
            },
            "target": {
                "file": "drivers/net/ethernet/intel/ice/ice_arfs.c",
                "function": "ice_free_cpu_rx_rmap"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@d7442f512b71fc63a99c8a801422dde4fbbf9f93",
            "signature_type": "Function",
            "id": "CVE-2022-49063-66501639",
            "deprecated": false,
            "signature_version": "v1"
        },
        {
            "digest": {
                "function_hash": "218047327019694951853355279485408989687",
                "length": 137.0
            },
            "target": {
                "file": "drivers/net/ethernet/intel/ice/ice_arfs.c",
                "function": "ice_remove_arfs"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ba2f6ec28733fb6b24ed086e676df3df4c138f3f",
            "signature_type": "Function",
            "id": "CVE-2022-49063-76ffc0ab",
            "deprecated": false,
            "signature_version": "v1"
        },
        {
            "digest": {
                "function_hash": "180685092786909569550872807880661742993",
                "length": 874.0
            },
            "target": {
                "file": "drivers/net/ethernet/intel/ice/ice_main.c",
                "function": "ice_setup_pf_sw"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@618df75f2e30c7838a3e010ca32cd4893ec9fe33",
            "signature_type": "Function",
            "id": "CVE-2022-49063-785ac8f6",
            "deprecated": false,
            "signature_version": "v1"
        },
        {
            "digest": {
                "function_hash": "106619992937576413869918523701527499238",
                "length": 239.0
            },
            "target": {
                "file": "drivers/net/ethernet/intel/ice/ice_arfs.c",
                "function": "ice_rebuild_arfs"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@d7442f512b71fc63a99c8a801422dde4fbbf9f93",
            "signature_type": "Function",
            "id": "CVE-2022-49063-807ada7c",
            "deprecated": false,
            "signature_version": "v1"
        },
        {
            "digest": {
                "line_hashes": [
                    "47877151727713660351035889835850795741",
                    "218421572501346758957979226861499020121",
                    "25012768968217827093075428775086765783",
                    "127954643163566497220639287575985238156",
                    "247529684594451500448504889594348472074",
                    "287375710614333587025474478202400506016",
                    "202895485731516295733194730656380586240",
                    "73663481531947943174249490267115324797"
                ],
                "threshold": 0.9
            },
            "target": {
                "file": "drivers/net/ethernet/intel/ice/ice_lib.c"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@d7442f512b71fc63a99c8a801422dde4fbbf9f93",
            "signature_type": "Line",
            "id": "CVE-2022-49063-931e019b",
            "deprecated": false,
            "signature_version": "v1"
        },
        {
            "digest": {
                "function_hash": "218047327019694951853355279485408989687",
                "length": 137.0
            },
            "target": {
                "file": "drivers/net/ethernet/intel/ice/ice_arfs.c",
                "function": "ice_remove_arfs"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@d08d2fb6d99d82da1c63aba5c0d1c6f237e150f3",
            "signature_type": "Function",
            "id": "CVE-2022-49063-93c10e8a",
            "deprecated": false,
            "signature_version": "v1"
        },
        {
            "digest": {
                "function_hash": "106619992937576413869918523701527499238",
                "length": 239.0
            },
            "target": {
                "file": "drivers/net/ethernet/intel/ice/ice_arfs.c",
                "function": "ice_rebuild_arfs"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ba2f6ec28733fb6b24ed086e676df3df4c138f3f",
            "signature_type": "Function",
            "id": "CVE-2022-49063-9da9627d",
            "deprecated": false,
            "signature_version": "v1"
        },
        {
            "digest": {
                "function_hash": "73309437680387509098483405407024585150",
                "length": 917.0
            },
            "target": {
                "file": "drivers/net/ethernet/intel/ice/ice_main.c",
                "function": "ice_suspend"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@618df75f2e30c7838a3e010ca32cd4893ec9fe33",
            "signature_type": "Function",
            "id": "CVE-2022-49063-a6a49ee7",
            "deprecated": false,
            "signature_version": "v1"
        },
        {
            "digest": {
                "line_hashes": [
                    "134228091339409557927306656902554662849",
                    "301918970521590851670039628538239635696",
                    "195735416530150533601113674371290739696",
                    "200294134858624012124122791046417435348",
                    "50246096699224182575612494045857309772",
                    "295976745450094252989857062973995731784",
                    "40543651478200023317574096978909802811",
                    "120801662110313179994976216414082915175",
                    "267081805659190357304792680935538505794",
                    "164229487878626740128743008136104760397",
                    "276381805570871984323248678280142251668",
                    "246228362402251512925125030283993140323",
                    "320907855097574209879033911796648255929",
                    "203544577432781747191946735392793389485",
                    "306366314103409201444307770410376443452",
                    "88391093905535955322455794540001795213",
                    "66823145827710005339109166747474619031",
                    "97995055712890912363588407259719764922",
                    "30095990313420953671038641571453435772",
                    "339324503923084851139683588983656767771",
                    "97032774095994312753812696330130432159",
                    "35021853303103380336564785441795661135",
                    "211005767301289926465165681993143250122"
                ],
                "threshold": 0.9
            },
            "target": {
                "file": "drivers/net/ethernet/intel/ice/ice_main.c"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ba2f6ec28733fb6b24ed086e676df3df4c138f3f",
            "signature_type": "Line",
            "id": "CVE-2022-49063-b63bb71f",
            "deprecated": false,
            "signature_version": "v1"
        },
        {
            "digest": {
                "line_hashes": [
                    "250239367775352590990005510785402468305",
                    "22303323412845220670327043736116246009",
                    "12991009611476227126267932620884801441",
                    "317089943053840764605577828184018906909",
                    "127351855912032116596042514439061248105",
                    "329773559869926410397863411557256597688",
                    "319626419057879118052146126625762486666",
                    "220007511903245840566923033465177758828",
                    "164995034280847316359723103134091640921",
                    "316744314240093135549541696962492113107",
                    "199248155859053986178995119359916546133",
                    "25273245446933713800270802960630657391",
                    "287372338996621142599233040168064025023",
                    "16469573868547185574260753288193624203",
                    "135361936062417960884256248081088632393",
                    "248359061044779326957418178883837390028",
                    "115273099595942147926167588302373969464",
                    "213336000611475465737176200010660929867"
                ],
                "threshold": 0.9
            },
            "target": {
                "file": "drivers/net/ethernet/intel/ice/ice_arfs.c"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ba2f6ec28733fb6b24ed086e676df3df4c138f3f",
            "signature_type": "Line",
            "id": "CVE-2022-49063-bdde44a7",
            "deprecated": false,
            "signature_version": "v1"
        },
        {
            "digest": {
                "function_hash": "261153915343096912890164458042914275012",
                "length": 733.0
            },
            "target": {
                "file": "drivers/net/ethernet/intel/ice/ice_arfs.c",
                "function": "ice_set_cpu_rx_rmap"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@618df75f2e30c7838a3e010ca32cd4893ec9fe33",
            "signature_type": "Function",
            "id": "CVE-2022-49063-c2b67bfb",
            "deprecated": false,
            "signature_version": "v1"
        },
        {
            "digest": {
                "line_hashes": [
                    "250239367775352590990005510785402468305",
                    "22303323412845220670327043736116246009",
                    "12991009611476227126267932620884801441",
                    "55765722580343393475686077840623565553",
                    "127351855912032116596042514439061248105",
                    "329773559869926410397863411557256597688",
                    "319626419057879118052146126625762486666",
                    "152683264049898740350133601391812432083",
                    "164995034280847316359723103134091640921",
                    "316744314240093135549541696962492113107",
                    "199248155859053986178995119359916546133",
                    "25273245446933713800270802960630657391",
                    "287372338996621142599233040168064025023",
                    "16469573868547185574260753288193624203",
                    "135361936062417960884256248081088632393",
                    "248359061044779326957418178883837390028",
                    "115273099595942147926167588302373969464",
                    "213336000611475465737176200010660929867"
                ],
                "threshold": 0.9
            },
            "target": {
                "file": "drivers/net/ethernet/intel/ice/ice_arfs.c"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@d08d2fb6d99d82da1c63aba5c0d1c6f237e150f3",
            "signature_type": "Line",
            "id": "CVE-2022-49063-c5f6b799",
            "deprecated": false,
            "signature_version": "v1"
        },
        {
            "digest": {
                "function_hash": "298047991653279298739751240175986836860",
                "length": 671.0
            },
            "target": {
                "file": "drivers/net/ethernet/intel/ice/ice_lib.c",
                "function": "ice_vsi_free_irq"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ba2f6ec28733fb6b24ed086e676df3df4c138f3f",
            "signature_type": "Function",
            "id": "CVE-2022-49063-ccc54b2f",
            "deprecated": false,
            "signature_version": "v1"
        },
        {
            "digest": {
                "function_hash": "235430900130507857250322472639932242826",
                "length": 715.0
            },
            "target": {
                "file": "drivers/net/ethernet/intel/ice/ice_arfs.c",
                "function": "ice_set_cpu_rx_rmap"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@d08d2fb6d99d82da1c63aba5c0d1c6f237e150f3",
            "signature_type": "Function",
            "id": "CVE-2022-49063-d2b8c154",
            "deprecated": false,
            "signature_version": "v1"
        },
        {
            "digest": {
                "function_hash": "165388518904875949360392338316181292560",
                "length": 1675.0
            },
            "target": {
                "file": "drivers/net/ethernet/intel/ice/ice_main.c",
                "function": "ice_vsi_req_irq_msix"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@d7442f512b71fc63a99c8a801422dde4fbbf9f93",
            "signature_type": "Function",
            "id": "CVE-2022-49063-de6bf619",
            "deprecated": false,
            "signature_version": "v1"
        },
        {
            "digest": {
                "function_hash": "296390400920221601683842920288526925972",
                "length": 1684.0
            },
            "target": {
                "file": "drivers/net/ethernet/intel/ice/ice_main.c",
                "function": "ice_vsi_req_irq_msix"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@618df75f2e30c7838a3e010ca32cd4893ec9fe33",
            "signature_type": "Function",
            "id": "CVE-2022-49063-de79a4d1",
            "deprecated": false,
            "signature_version": "v1"
        },
        {
            "digest": {
                "function_hash": "143958550075328766922260611491750917206",
                "length": 906.0
            },
            "target": {
                "file": "drivers/net/ethernet/intel/ice/ice_main.c",
                "function": "ice_setup_pf_sw"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ba2f6ec28733fb6b24ed086e676df3df4c138f3f",
            "signature_type": "Function",
            "id": "CVE-2022-49063-e24a2f03",
            "deprecated": false,
            "signature_version": "v1"
        },
        {
            "digest": {
                "function_hash": "106619992937576413869918523701527499238",
                "length": 239.0
            },
            "target": {
                "file": "drivers/net/ethernet/intel/ice/ice_arfs.c",
                "function": "ice_rebuild_arfs"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@d08d2fb6d99d82da1c63aba5c0d1c6f237e150f3",
            "signature_type": "Function",
            "id": "CVE-2022-49063-e49bc9ed",
            "deprecated": false,
            "signature_version": "v1"
        },
        {
            "digest": {
                "function_hash": "298047991653279298739751240175986836860",
                "length": 671.0
            },
            "target": {
                "file": "drivers/net/ethernet/intel/ice/ice_lib.c",
                "function": "ice_vsi_free_irq"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@d7442f512b71fc63a99c8a801422dde4fbbf9f93",
            "signature_type": "Function",
            "id": "CVE-2022-49063-e4dc5420",
            "deprecated": false,
            "signature_version": "v1"
        },
        {
            "digest": {
                "function_hash": "193649611739209838916373236773234412524",
                "length": 1046.0
            },
            "target": {
                "file": "drivers/net/ethernet/intel/ice/ice_main.c",
                "function": "ice_setup_pf_sw"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@d08d2fb6d99d82da1c63aba5c0d1c6f237e150f3",
            "signature_type": "Function",
            "id": "CVE-2022-49063-ec4d3a49",
            "deprecated": false,
            "signature_version": "v1"
        },
        {
            "digest": {
                "function_hash": "73309437680387509098483405407024585150",
                "length": 917.0
            },
            "target": {
                "file": "drivers/net/ethernet/intel/ice/ice_main.c",
                "function": "ice_suspend"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@d08d2fb6d99d82da1c63aba5c0d1c6f237e150f3",
            "signature_type": "Function",
            "id": "CVE-2022-49063-ed507dbb",
            "deprecated": false,
            "signature_version": "v1"
        },
        {
            "digest": {
                "function_hash": "218047327019694951853355279485408989687",
                "length": 137.0
            },
            "target": {
                "file": "drivers/net/ethernet/intel/ice/ice_arfs.c",
                "function": "ice_remove_arfs"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@d7442f512b71fc63a99c8a801422dde4fbbf9f93",
            "signature_type": "Function",
            "id": "CVE-2022-49063-edbf1564",
            "deprecated": false,
            "signature_version": "v1"
        },
        {
            "digest": {
                "function_hash": "235430900130507857250322472639932242826",
                "length": 715.0
            },
            "target": {
                "file": "drivers/net/ethernet/intel/ice/ice_arfs.c",
                "function": "ice_set_cpu_rx_rmap"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@d7442f512b71fc63a99c8a801422dde4fbbf9f93",
            "signature_type": "Function",
            "id": "CVE-2022-49063-f065592c",
            "deprecated": false,
            "signature_version": "v1"
        },
        {
            "digest": {
                "function_hash": "298047991653279298739751240175986836860",
                "length": 671.0
            },
            "target": {
                "file": "drivers/net/ethernet/intel/ice/ice_lib.c",
                "function": "ice_vsi_free_irq"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@618df75f2e30c7838a3e010ca32cd4893ec9fe33",
            "signature_type": "Function",
            "id": "CVE-2022-49063-f282faad",
            "deprecated": false,
            "signature_version": "v1"
        },
        {
            "digest": {
                "function_hash": "106619992937576413869918523701527499238",
                "length": 239.0
            },
            "target": {
                "file": "drivers/net/ethernet/intel/ice/ice_arfs.c",
                "function": "ice_rebuild_arfs"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@618df75f2e30c7838a3e010ca32cd4893ec9fe33",
            "signature_type": "Function",
            "id": "CVE-2022-49063-f4787bac",
            "deprecated": false,
            "signature_version": "v1"
        },
        {
            "digest": {
                "line_hashes": [
                    "47877151727713660351035889835850795741",
                    "218421572501346758957979226861499020121",
                    "25012768968217827093075428775086765783",
                    "127954643163566497220639287575985238156",
                    "247529684594451500448504889594348472074",
                    "287375710614333587025474478202400506016",
                    "202895485731516295733194730656380586240",
                    "73663481531947943174249490267115324797"
                ],
                "threshold": 0.9
            },
            "target": {
                "file": "drivers/net/ethernet/intel/ice/ice_lib.c"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ba2f6ec28733fb6b24ed086e676df3df4c138f3f",
            "signature_type": "Line",
            "id": "CVE-2022-49063-f7a41681",
            "deprecated": false,
            "signature_version": "v1"
        },
        {
            "digest": {
                "function_hash": "52576126426452794093141393853172307224",
                "length": 263.0
            },
            "target": {
                "file": "drivers/net/ethernet/intel/ice/ice_arfs.c",
                "function": "ice_free_cpu_rx_rmap"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@d08d2fb6d99d82da1c63aba5c0d1c6f237e150f3",
            "signature_type": "Function",
            "id": "CVE-2022-49063-f7e01f4d",
            "deprecated": false,
            "signature_version": "v1"
        }
    ]
}

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.8.0
Fixed
5.10.238
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.184
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
5.17.4