CVE-2022-48876

Source
https://nvd.nist.gov/vuln/detail/CVE-2022-48876
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2022-48876.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2022-48876
Downstream
Published
2024-08-21T06:10:07Z
Modified
2025-10-21T08:03:50.931301Z
Summary
wifi: mac80211: fix initialization of rx->link and rx->link_sta
Details

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

wifi: mac80211: fix initialization of rx->link and rx->link_sta

There are some codepaths that do not initialize rx->linksta properly. This causes a crash in places which assume that rx->linksta is valid if rx->sta is valid. One known instance is triggered by _ieee80211rxhamsdu being called from fast-rx. It results in a crash like this one:

BUG: kernel NULL pointer dereference, address: 00000000000000a8 #PF: supervisor write access in kernel mode #PF: errorcode(0x0002) - not-present page PGD 0 P4D 0 Oops: 0002 [#1] PREEMPT SMP PTI CPU: 1 PID: 506 Comm: mt76-usb-rx phy Tainted: G E 6.1.0-debian64x+1.7 #3 Hardware name: ZOTAC ZBOX-ID92/ZBOX-IQ01/ZBOX-ID92/ZBOX-IQ01, BIOS B220P007 05/21/2014 RIP: 0010:ieee80211deliverskb+0x62/0x1f0 [mac80211] Code: 00 48 89 04 24 e8 9e a7 c3 df 89 c0 48 03 1c c5 a0 ea 39 a1 4c 01 6b 08 48 ff 03 48 83 7d 28 00 74 11 48 8b 45 30 48 63 55 44 <48> 83 84 d0 a8 00 00 00 01 41 8b 86 c0 11 00 00 8d 50 fd 83 fa 01 RSP: 0018:ffff999040803b10 EFLAGS: 00010286 RAX: 0000000000000000 RBX: ffffb9903f496480 RCX: 0000000000000000 RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000000 RBP: ffff999040803ce0 R08: 0000000000000000 R09: 0000000000000000 R10: 0000000000000000 R11: 0000000000000000 R12: ffff8d21828ac900 R13: 000000000000004a R14: ffff8d2198ed89c0 R15: ffff8d2198ed8000 FS: 0000000000000000(0000) GS:ffff8d24afe80000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: 00000000000000a8 CR3: 0000000429810002 CR4: 00000000001706e0 Call Trace: <TASK> _ieee80211rxhamsdu+0x1b5/0x240 [mac80211] ? ieee80211prepareandrxhandle+0xcdd/0x1320 [mac80211] ? _localbhenableip+0x3b/0xa0 ieee80211prepareandrxhandle+0xcdd/0x1320 [mac80211] ? preparetransfer+0x109/0x1a0 [xhcihcd] ieee80211rxlist+0xa80/0xda0 [mac80211] mt76rxcomplete+0x207/0x2e0 [mt76] mt76rxpollcomplete+0x357/0x5a0 [mt76] mt76urxworker+0x4f5/0x600 [mt76usb] ? mt76getminavgrssi+0x140/0x140 [mt76] _mt76workerfn+0x50/0x80 [mt76] kthread+0xed/0x120 ? kthreadcompleteandexit+0x20/0x20 retfrom_fork+0x22/0x30

Since the initialization of rx->link and rx->link_sta is rather convoluted and duplicated in many places, clean it up by using a helper function to set it.

[remove unnecessary rx->sta->sta.mlo check]

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
ccdde7c74ffd7e8bdd3cf685bbfa41231c8e3131
Fixed
a57c981d9f24d2bd89eaa76dc477e8ca252e22e8
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
ccdde7c74ffd7e8bdd3cf685bbfa41231c8e3131
Fixed
e66b7920aa5ac5b1a1997a454004ba9246a3c005

Affected versions

v5.*

v5.19

v6.*

v6.0
v6.0-rc1
v6.0-rc2
v6.0-rc3
v6.0-rc4
v6.0-rc5
v6.0-rc6
v6.0-rc7
v6.1
v6.1-rc1
v6.1-rc2
v6.1-rc3
v6.1-rc4
v6.1-rc5
v6.1-rc6
v6.1-rc7
v6.1-rc8
v6.1.1
v6.1.2
v6.1.3
v6.1.4
v6.1.5
v6.1.6
v6.1.7
v6.2-rc1
v6.2-rc2

Database specific

vanir_signatures

[
    {
        "digest": {
            "length": 2426.0,
            "function_hash": "139003012210195963703062078751990328876"
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e66b7920aa5ac5b1a1997a454004ba9246a3c005",
        "signature_version": "v1",
        "deprecated": false,
        "target": {
            "function": "ieee80211_invoke_fast_rx",
            "file": "net/mac80211/rx.c"
        },
        "id": "CVE-2022-48876-0a7f1211",
        "signature_type": "Function"
    },
    {
        "digest": {
            "length": 1907.0,
            "function_hash": "92571150777693919843576298891393201306"
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a57c981d9f24d2bd89eaa76dc477e8ca252e22e8",
        "signature_version": "v1",
        "deprecated": false,
        "target": {
            "function": "ieee80211_prepare_and_rx_handle",
            "file": "net/mac80211/rx.c"
        },
        "id": "CVE-2022-48876-22a24ea8",
        "signature_type": "Function"
    },
    {
        "digest": {
            "length": 1428.0,
            "function_hash": "227706075497033172999456644225648963760"
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a57c981d9f24d2bd89eaa76dc477e8ca252e22e8",
        "signature_version": "v1",
        "deprecated": false,
        "target": {
            "function": "ieee80211_mark_rx_ba_filtered_frames",
            "file": "net/mac80211/rx.c"
        },
        "id": "CVE-2022-48876-4ea46b07",
        "signature_type": "Function"
    },
    {
        "digest": {
            "length": 2625.0,
            "function_hash": "293275489045096907961965756932703947851"
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a57c981d9f24d2bd89eaa76dc477e8ca252e22e8",
        "signature_version": "v1",
        "deprecated": false,
        "target": {
            "function": "__ieee80211_rx_handle_packet",
            "file": "net/mac80211/rx.c"
        },
        "id": "CVE-2022-48876-5d181c81",
        "signature_type": "Function"
    },
    {
        "digest": {
            "line_hashes": [
                "215254268438202901340406338784597792399",
                "275859622136004251491020674374151578685",
                "20921440170579361950499808750015934276",
                "213996886410204698582298437333403423086",
                "141948691273525132959577300672737332045",
                "54183736283568300811394469764099186568",
                "10723954624206158723216542481203971007",
                "58471947007209002076255178030193105812",
                "3285624407911019254405956862369518958",
                "242270218078787498824783349225170181871",
                "296036872581513562286138339341334476598",
                "58338945471385409727005301275902312135",
                "275137858845010966163356460717716234758",
                "157556742366988190747799667510326246759",
                "316027508343739313207864696099174773654",
                "62048292957406455584547065872628780271",
                "316583471454999693491058032655134373422",
                "149374981740730685963764830946471158757",
                "120887717362745014663336674477442347491",
                "52931446935514357332107811558584028347",
                "281497323381311290469255552021843673688",
                "329895348428477085890909257729024748152",
                "242270218078787498824783349225170181871",
                "66613142442343922421065797029792994601",
                "313944625131351571289818983823656257901",
                "290338412671713926912880140846247298704",
                "28683982033946957798278614767885674287",
                "75715211849698165059055068809628385210",
                "59063823287563873509259166099987475677",
                "279773562259243397233485666036315401032",
                "145050785641166488652008938925667420194",
                "241706333225313632918688669560852128778",
                "184417622802915283059385147053577702203",
                "41841065304819237808365160249988017627",
                "3343449603106587608250376686946009840",
                "314026766914502264231869626156603754899",
                "154895094642119118493687481284498435016",
                "69940145526030596877844894546469848581",
                "331043249609949578934498494845741821247",
                "5707178374151083115460531623927912126",
                "129361629423909788893443201040415220209",
                "234087564513291142018620950773149743489",
                "202424662093565682267317248800598983212",
                "57423949187860578573670802642176291606",
                "177419703704026312545511524917800019576",
                "196048655371027736104082545283999033295",
                "277401300748028402965092764362692943801",
                "145948977736742122876010609141902034856",
                "248412607409745089648484483441950892078",
                "245707075741975250530622124597579278938",
                "222940693298269875396627183250872383707",
                "120166915690756075462710313247051888860",
                "80009463975964089088613648448278154440",
                "330655444705233160318136416037595748611",
                "155630078470470741494551510147309252549",
                "201533405877055490433457202049956621312",
                "148239892796170735091394889977928577490",
                "97333828638986127419037643357707163837",
                "45346811734096461616834166888861210995",
                "295657139857642734628669526058519535635",
                "90882145568837364010265043817954963285",
                "198897245324338293678643392626879195582",
                "37420156564908879065443989387635709563",
                "145420327428659825841744759815832375171",
                "173242677245110841094263654812725684049",
                "29266547516658036153962111897487973274",
                "165884512374829195083090714119394914775",
                "220845424065558215123246482240105574918",
                "11089029657729073103664488149242326174",
                "275634859101370561664028678601316427905",
                "127632806888106453187642092262684630506",
                "224406308045871796278167253946921919034",
                "172107400778733709235246809088996467463",
                "98461695831723247855294922092689393482",
                "116919085704767403403115186509497934328",
                "95740645622477961787463066626096822813",
                "85664312339814238488936606797575610745",
                "86117578793525470224056525346111068923",
                "340262811019383239544541354724842624855",
                "331255759376989158183883937927524481528",
                "231969354036891153935640357740732392749",
                "2690206427972588209971209230969654976",
                "83383954983303847353126466556768065157",
                "40996569774312836540392962526155460219",
                "265238285839454497617293939226655985981",
                "29326371970162752677296401518004565948",
                "326600536759615043897906758564493218339",
                "99415481170029720773443971320550366215",
                "92117676046715477580742161349239449003",
                "24175518421148078206990476389780550940",
                "229178509489672911391384860748290770283",
                "6069040846872216350381963711427654040",
                "173154593184451277567304256757086619170",
                "336138012308613709654234061118150423757",
                "188040976882068280330229088448045163939",
                "158676352394935772651193336317552334833",
                "203614176021859820273910156067898762603",
                "151746556678871407060310498151445888012",
                "225208737592146660124214243535192164609",
                "299009133508628719431361332290062348480",
                "220180586330538415239389127692062926955",
                "68113124054032181472805468616660055993",
                "212090829950297651131113623157495780757",
                "106041411236489041174310387544272765820",
                "42447926405754708570368427096590707740",
                "19974207043699977536092709843070798669",
                "98866991515671537599060013116622149586",
                "311556172969136246070941078820384507073",
                "156546483436305801272578987629342826095",
                "340276721147061927693539778480668438029",
                "154993128794224904619465451035035252340",
                "291980746988966576518610126662112866970",
                "214657999258584195174897511860065780245",
                "31100329978389966793522266915412528254",
                "199156452772385716561125189672181207",
                "91897585146305382001684309929107058130",
                "158092323649219978359699707168735995926",
                "334518200494621961300258688838331719095",
                "147240502273063619697138862000273260671",
                "86804019420779345265701881047734899626",
                "146910146515480252712376431600919036149",
                "181818196529653129794978371022009321895",
                "286644640860564805400323888013968249031",
                "240447932545740555742962732490931081658",
                "281567115421811739699365687283991558983",
                "132886241815823962392980330046963770477",
                "71252159259131756497888680708494759504",
                "71319471812078593862994383197569187073",
                "16332610337865961790860097677623678636",
                "17761154398010785420835546665050225228",
                "138507270726872485986727526966548653946",
                "254046096161857418739390980805133148062",
                "102530947196086182229909174071737692003",
                "58744140499768743538244354500243325700",
                "330693550909610281702836044366811470294",
                "288544767415529974016288799213788404006",
                "104979838865335781681625173468444446698",
                "81789587373923868328080242042350908264",
                "295417756210396437414323943201478116815",
                "47380103097455452394129147314411582884",
                "43897797241305329641979510210249047870",
                "301697018249454794654252299964452221161",
                "228837671897207592826280760900536161566",
                "281498731267187729779526272714356790543",
                "40423609594426529744938737460566032947",
                "60041418241333294282210662073034623481",
                "66857321630127590125332813888019655655",
                "244995959596906946179736536290065870378",
                "147637187688473786564240832306243924413",
                "97410612442246304491179416024878643166",
                "146912556037815443908842474537460369586",
                "309591508451557220039038293946241926533",
                "300989019981805378029798384614884251071",
                "171194973055135077350000145852815561852",
                "241631972179150909487058966411808163316",
                "246335879611048335337398001175285004345",
                "76807033010177758868059254792652332018",
                "111195992095774983241801298521378696110",
                "228306524187249339349709583874599383244",
                "249690404386770251497134708999254987770",
                "256125278649420325520806194201046909542",
                "207318045765119332234573009455759349110",
                "278665096131150504606939308443645387269",
                "198035364123697399794737766166442337125",
                "328316482721218338513654742642328441329",
                "72003456299441435121821419013331587712",
                "297848180093470134215057686235226609238",
                "155605685349655190524577030235401013900",
                "155013367046362536826014180429868539991",
                "313422336428191083175960088489751018840",
                "73597631197951490126501512804600956318",
                "212163201164308959070479104809986456306",
                "58285901897582667723161029545287427141",
                "207318045765119332234573009455759349110",
                "93899450639500929876028020591865939231",
                "41290414957424568010751975886328458110",
                "146962769392264767140843195218887828406",
                "1286657285650904311167018582899137124",
                "190491285187556757602835578295107915224",
                "13582798536837836488497427082102986074",
                "286073579663328571791130235645478182133"
            ],
            "threshold": 0.9
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e66b7920aa5ac5b1a1997a454004ba9246a3c005",
        "signature_version": "v1",
        "deprecated": false,
        "target": {
            "file": "net/mac80211/rx.c"
        },
        "id": "CVE-2022-48876-6c2dd73e",
        "signature_type": "Line"
    },
    {
        "digest": {
            "line_hashes": [
                "215254268438202901340406338784597792399",
                "275859622136004251491020674374151578685",
                "20921440170579361950499808750015934276",
                "213996886410204698582298437333403423086",
                "141948691273525132959577300672737332045",
                "54183736283568300811394469764099186568",
                "10723954624206158723216542481203971007",
                "58471947007209002076255178030193105812",
                "3285624407911019254405956862369518958",
                "242270218078787498824783349225170181871",
                "296036872581513562286138339341334476598",
                "58338945471385409727005301275902312135",
                "275137858845010966163356460717716234758",
                "157556742366988190747799667510326246759",
                "316027508343739313207864696099174773654",
                "62048292957406455584547065872628780271",
                "316583471454999693491058032655134373422",
                "149374981740730685963764830946471158757",
                "120887717362745014663336674477442347491",
                "52931446935514357332107811558584028347",
                "281497323381311290469255552021843673688",
                "329895348428477085890909257729024748152",
                "242270218078787498824783349225170181871",
                "66613142442343922421065797029792994601",
                "313944625131351571289818983823656257901",
                "290338412671713926912880140846247298704",
                "28683982033946957798278614767885674287",
                "75715211849698165059055068809628385210",
                "59063823287563873509259166099987475677",
                "279773562259243397233485666036315401032",
                "145050785641166488652008938925667420194",
                "241706333225313632918688669560852128778",
                "184417622802915283059385147053577702203",
                "41841065304819237808365160249988017627",
                "3343449603106587608250376686946009840",
                "314026766914502264231869626156603754899",
                "154895094642119118493687481284498435016",
                "69940145526030596877844894546469848581",
                "331043249609949578934498494845741821247",
                "5707178374151083115460531623927912126",
                "129361629423909788893443201040415220209",
                "234087564513291142018620950773149743489",
                "202424662093565682267317248800598983212",
                "57423949187860578573670802642176291606",
                "177419703704026312545511524917800019576",
                "196048655371027736104082545283999033295",
                "277401300748028402965092764362692943801",
                "145948977736742122876010609141902034856",
                "248412607409745089648484483441950892078",
                "245707075741975250530622124597579278938",
                "222940693298269875396627183250872383707",
                "120166915690756075462710313247051888860",
                "80009463975964089088613648448278154440",
                "330655444705233160318136416037595748611",
                "155630078470470741494551510147309252549",
                "201533405877055490433457202049956621312",
                "148239892796170735091394889977928577490",
                "97333828638986127419037643357707163837",
                "45346811734096461616834166888861210995",
                "295657139857642734628669526058519535635",
                "90882145568837364010265043817954963285",
                "198897245324338293678643392626879195582",
                "37420156564908879065443989387635709563",
                "145420327428659825841744759815832375171",
                "173242677245110841094263654812725684049",
                "29266547516658036153962111897487973274",
                "165884512374829195083090714119394914775",
                "220845424065558215123246482240105574918",
                "11089029657729073103664488149242326174",
                "275634859101370561664028678601316427905",
                "127632806888106453187642092262684630506",
                "224406308045871796278167253946921919034",
                "172107400778733709235246809088996467463",
                "98461695831723247855294922092689393482",
                "116919085704767403403115186509497934328",
                "95740645622477961787463066626096822813",
                "85664312339814238488936606797575610745",
                "86117578793525470224056525346111068923",
                "340262811019383239544541354724842624855",
                "331255759376989158183883937927524481528",
                "231969354036891153935640357740732392749",
                "2690206427972588209971209230969654976",
                "83383954983303847353126466556768065157",
                "40996569774312836540392962526155460219",
                "265238285839454497617293939226655985981",
                "29326371970162752677296401518004565948",
                "326600536759615043897906758564493218339",
                "99415481170029720773443971320550366215",
                "92117676046715477580742161349239449003",
                "24175518421148078206990476389780550940",
                "229178509489672911391384860748290770283",
                "6069040846872216350381963711427654040",
                "173154593184451277567304256757086619170",
                "336138012308613709654234061118150423757",
                "188040976882068280330229088448045163939",
                "158676352394935772651193336317552334833",
                "203614176021859820273910156067898762603",
                "151746556678871407060310498151445888012",
                "225208737592146660124214243535192164609",
                "299009133508628719431361332290062348480",
                "220180586330538415239389127692062926955",
                "68113124054032181472805468616660055993",
                "212090829950297651131113623157495780757",
                "106041411236489041174310387544272765820",
                "42447926405754708570368427096590707740",
                "19974207043699977536092709843070798669",
                "98866991515671537599060013116622149586",
                "311556172969136246070941078820384507073",
                "156546483436305801272578987629342826095",
                "340276721147061927693539778480668438029",
                "154993128794224904619465451035035252340",
                "291980746988966576518610126662112866970",
                "214657999258584195174897511860065780245",
                "31100329978389966793522266915412528254",
                "199156452772385716561125189672181207",
                "91897585146305382001684309929107058130",
                "158092323649219978359699707168735995926",
                "334518200494621961300258688838331719095",
                "147240502273063619697138862000273260671",
                "86804019420779345265701881047734899626",
                "146910146515480252712376431600919036149",
                "181818196529653129794978371022009321895",
                "286644640860564805400323888013968249031",
                "240447932545740555742962732490931081658",
                "281567115421811739699365687283991558983",
                "132886241815823962392980330046963770477",
                "71252159259131756497888680708494759504",
                "71319471812078593862994383197569187073",
                "16332610337865961790860097677623678636",
                "17761154398010785420835546665050225228",
                "138507270726872485986727526966548653946",
                "254046096161857418739390980805133148062",
                "102530947196086182229909174071737692003",
                "58744140499768743538244354500243325700",
                "330693550909610281702836044366811470294",
                "288544767415529974016288799213788404006",
                "104979838865335781681625173468444446698",
                "81789587373923868328080242042350908264",
                "295417756210396437414323943201478116815",
                "47380103097455452394129147314411582884",
                "43897797241305329641979510210249047870",
                "301697018249454794654252299964452221161",
                "228837671897207592826280760900536161566",
                "281498731267187729779526272714356790543",
                "40423609594426529744938737460566032947",
                "60041418241333294282210662073034623481",
                "66857321630127590125332813888019655655",
                "244995959596906946179736536290065870378",
                "147637187688473786564240832306243924413",
                "97410612442246304491179416024878643166",
                "146912556037815443908842474537460369586",
                "309591508451557220039038293946241926533",
                "300989019981805378029798384614884251071",
                "171194973055135077350000145852815561852",
                "241631972179150909487058966411808163316",
                "246335879611048335337398001175285004345",
                "76807033010177758868059254792652332018",
                "111195992095774983241801298521378696110",
                "228306524187249339349709583874599383244",
                "249690404386770251497134708999254987770",
                "256125278649420325520806194201046909542",
                "207318045765119332234573009455759349110",
                "278665096131150504606939308443645387269",
                "198035364123697399794737766166442337125",
                "328316482721218338513654742642328441329",
                "72003456299441435121821419013331587712",
                "297848180093470134215057686235226609238",
                "155605685349655190524577030235401013900",
                "155013367046362536826014180429868539991",
                "313422336428191083175960088489751018840",
                "73597631197951490126501512804600956318",
                "212163201164308959070479104809986456306",
                "58285901897582667723161029545287427141",
                "207318045765119332234573009455759349110",
                "93899450639500929876028020591865939231",
                "41290414957424568010751975886328458110",
                "146962769392264767140843195218887828406",
                "1286657285650904311167018582899137124",
                "190491285187556757602835578295107915224",
                "13582798536837836488497427082102986074",
                "286073579663328571791130235645478182133"
            ],
            "threshold": 0.9
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a57c981d9f24d2bd89eaa76dc477e8ca252e22e8",
        "signature_version": "v1",
        "deprecated": false,
        "target": {
            "file": "net/mac80211/rx.c"
        },
        "id": "CVE-2022-48876-7ba859dc",
        "signature_type": "Line"
    },
    {
        "digest": {
            "length": 883.0,
            "function_hash": "240828942185351064735783736685915360388"
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a57c981d9f24d2bd89eaa76dc477e8ca252e22e8",
        "signature_version": "v1",
        "deprecated": false,
        "target": {
            "function": "ieee80211_release_reorder_timeout",
            "file": "net/mac80211/rx.c"
        },
        "id": "CVE-2022-48876-807d6c81",
        "signature_type": "Function"
    },
    {
        "digest": {
            "length": 2625.0,
            "function_hash": "293275489045096907961965756932703947851"
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e66b7920aa5ac5b1a1997a454004ba9246a3c005",
        "signature_version": "v1",
        "deprecated": false,
        "target": {
            "function": "__ieee80211_rx_handle_packet",
            "file": "net/mac80211/rx.c"
        },
        "id": "CVE-2022-48876-93baa2d0",
        "signature_type": "Function"
    },
    {
        "digest": {
            "length": 1007.0,
            "function_hash": "93887536380812718316563542698200153657"
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a57c981d9f24d2bd89eaa76dc477e8ca252e22e8",
        "signature_version": "v1",
        "deprecated": false,
        "target": {
            "function": "__ieee80211_rx_handle_8023",
            "file": "net/mac80211/rx.c"
        },
        "id": "CVE-2022-48876-b22962cc",
        "signature_type": "Function"
    },
    {
        "digest": {
            "length": 2426.0,
            "function_hash": "139003012210195963703062078751990328876"
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a57c981d9f24d2bd89eaa76dc477e8ca252e22e8",
        "signature_version": "v1",
        "deprecated": false,
        "target": {
            "function": "ieee80211_invoke_fast_rx",
            "file": "net/mac80211/rx.c"
        },
        "id": "CVE-2022-48876-b66c4870",
        "signature_type": "Function"
    },
    {
        "digest": {
            "length": 624.0,
            "function_hash": "107646673370248278449991049190524878469"
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e66b7920aa5ac5b1a1997a454004ba9246a3c005",
        "signature_version": "v1",
        "deprecated": false,
        "target": {
            "function": "ieee80211_rx_for_interface",
            "file": "net/mac80211/rx.c"
        },
        "id": "CVE-2022-48876-bd38ad6a",
        "signature_type": "Function"
    },
    {
        "digest": {
            "length": 1428.0,
            "function_hash": "227706075497033172999456644225648963760"
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e66b7920aa5ac5b1a1997a454004ba9246a3c005",
        "signature_version": "v1",
        "deprecated": false,
        "target": {
            "function": "ieee80211_mark_rx_ba_filtered_frames",
            "file": "net/mac80211/rx.c"
        },
        "id": "CVE-2022-48876-c25552a9",
        "signature_type": "Function"
    },
    {
        "digest": {
            "length": 624.0,
            "function_hash": "107646673370248278449991049190524878469"
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a57c981d9f24d2bd89eaa76dc477e8ca252e22e8",
        "signature_version": "v1",
        "deprecated": false,
        "target": {
            "function": "ieee80211_rx_for_interface",
            "file": "net/mac80211/rx.c"
        },
        "id": "CVE-2022-48876-c9b9e7e6",
        "signature_type": "Function"
    },
    {
        "digest": {
            "length": 883.0,
            "function_hash": "240828942185351064735783736685915360388"
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e66b7920aa5ac5b1a1997a454004ba9246a3c005",
        "signature_version": "v1",
        "deprecated": false,
        "target": {
            "function": "ieee80211_release_reorder_timeout",
            "file": "net/mac80211/rx.c"
        },
        "id": "CVE-2022-48876-ca2d594d",
        "signature_type": "Function"
    },
    {
        "digest": {
            "length": 1907.0,
            "function_hash": "92571150777693919843576298891393201306"
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e66b7920aa5ac5b1a1997a454004ba9246a3c005",
        "signature_version": "v1",
        "deprecated": false,
        "target": {
            "function": "ieee80211_prepare_and_rx_handle",
            "file": "net/mac80211/rx.c"
        },
        "id": "CVE-2022-48876-f547814c",
        "signature_type": "Function"
    },
    {
        "digest": {
            "length": 1007.0,
            "function_hash": "93887536380812718316563542698200153657"
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e66b7920aa5ac5b1a1997a454004ba9246a3c005",
        "signature_version": "v1",
        "deprecated": false,
        "target": {
            "function": "__ieee80211_rx_handle_8023",
            "file": "net/mac80211/rx.c"
        },
        "id": "CVE-2022-48876-ffcf752c",
        "signature_type": "Function"
    }
]

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.1.0
Fixed
6.1.8