In the Linux kernel, the following vulnerability has been resolved:
usb: gadget: fncm: Refactor bind path to use _free()
After an bind/unbind cycle, the ncm->notifyreq is left stale. If a subsequent bind fails, the unified error label attempts to free this stale request, leading to a NULL pointer dereference when accessing ep->ops->freerequest.
Refactor the error handling in the bind path to use the __free() automatic cleanup mechanism.
Unable to handle kernel NULL pointer dereference at virtual address 0000000000000020 Call trace: usbepfreerequest+0x2c/0xec ncmbind+0x39c/0x3dc usbaddfunction+0xcc/0x1f0 configfscompositebind+0x468/0x588 gadgetbinddriver+0x104/0x270 reallyprobe+0x190/0x374 _driverprobedevice+0xa0/0x12c driverprobedevice+0x3c/0x218 _deviceattachdriver+0x14c/0x188 busforeachdrv+0x10c/0x168 _deviceattach+0xfc/0x198 deviceinitialprobe+0x14/0x24 busprobedevice+0x94/0x11c deviceadd+0x268/0x48c usbaddgadget+0x198/0x28c dwc3gadgetinit+0x700/0x858 _dwc3setmode+0x3cc/0x664 processscheduledworks+0x1d8/0x488 workerthread+0x244/0x334 kthread+0x114/0x1bc retfrom_fork+0x10/0x20
[
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ed78f4d6079d872432b1ed54f155ef61965d3137",
"id": "CVE-2025-40092-1918e5cf",
"deprecated": false,
"target": {
"file": "drivers/usb/gadget/function/f_ncm.c"
},
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"27137668522942966933739966071076357633",
"52229106936271077107190488914881783178",
"64478752841946756205899100426010907448",
"22965683715307614110927045887808863625",
"89813524676634910603153574485758369563",
"175827141788218802701005321316371731511",
"253277658566748403127794951704603810187",
"324049127118660516894389801667293706746",
"135904243444858245436226970815375684927",
"254996610057940268577906472205336280216",
"20257726324887584695003363240174678039",
"294142222877339836522357444400522173152",
"327890998884194559364128324796046725928",
"322982480723059329600921337415016309880",
"230308968467367529163428732483612524877",
"89079877824931445910782793074848555312",
"296669374148294297211647766493846231845",
"180412283447100112215838618345910699835",
"331370824786018627437986868463210435552",
"261832750587768596142766496907263650890",
"316770843840519834131380482664791775052",
"39402247707972282114776913464430194455",
"63348829251999570381854746260507409438",
"290090925667751912329348454610910258392",
"42478233832000276326499575049169153505",
"128560796097824050173854433308237112487",
"201777010408478309879951859958254495492",
"254278988124078024646503379002822565938",
"216149114014870712531574294575219084178",
"120603447695736487525578502590069525766",
"66705097204717832307971383087742277964",
"275936567159261853844933875729673772855",
"129018564399181758099848043783343023317",
"181803212424759876798945318507864481054",
"105376158956235751023858827550288924115",
"205195457014499489940498172835327144676",
"252602727149199045285635621022113383977",
"60401237199029188758726494127599371135",
"133296690945657069781649334914326861988",
"355792411153238245487096578475046116",
"148177331196318730766187516483338630560",
"162376033277755393522842983855089093346",
"79221316948275971113988729219445790396",
"323488193558231598296785855566260317224",
"40137315688532685664623543901007822092",
"211373555044823921415864779682189811628",
"225100073260385075663822932248017658840",
"307767894547814133497329959106999095691",
"114974054190558482479010170827632621107",
"66899065914995274786417800724279885658",
"309345400665501317691579118488804963605",
"69386540254568592340953004059022668960",
"195224768073903339866347843605148262148",
"105436252239031008939429035878580893387",
"315299896277136133465221917862875023579",
"76881231157040881105262310659534811706",
"78321248224443959150874767144052314439",
"84296539463740429671329921939697849641",
"311356924383542652498121794437888398965",
"330593375771022693677192899238739582970",
"37919394969428112494655231923910162496",
"205408960152629610515585144406131776978",
"95614875442241824994089881576684283917",
"179460628750980375586030552470367631750",
"105657777444268030400070110823058953936",
"131772377937572928160746616853315663598",
"131280187067676390981808015757939090220",
"162430605629036749381400495713101399297",
"252885338481908552035730622117726825734",
"25542992685644849613916050866374108784",
"226603591803001820236703998490900025501",
"130855056063324913931219728093757821812",
"69068900959490312404376565485249655867",
"166736301298798817584255147343375718905",
"283283732658356038490924580770551314684",
"170009583731127357588878944012719672099",
"40119092401441011546047564354822490871",
"185430138861097229528514082344297770002",
"101534308925137269524032684461271201606",
"183877562883553508871373762328645928281",
"207824737354700673592058224714718751551",
"226918821541797350167776944893543714674",
"10166481063303204139847448702025660524",
"330966647578283894061143016669715134633",
"122313029438975742240402620459195802808",
"276484681108955716951303169064473486902",
"45795673107505197630228334767839920556",
"83206493235045303772233941475829972199"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@1cde4516295a030cb8ab4c93114ca3b6c3c6a1e2",
"id": "CVE-2025-40092-1c862d07",
"deprecated": false,
"target": {
"function": "ncm_bind",
"file": "drivers/usb/gadget/function/f_ncm.c"
},
"signature_version": "v1",
"digest": {
"length": 3561.0,
"function_hash": "87937005187649938969125253979042565047"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@1cde4516295a030cb8ab4c93114ca3b6c3c6a1e2",
"id": "CVE-2025-40092-21a6a39c",
"deprecated": false,
"target": {
"file": "drivers/usb/gadget/function/f_ncm.c"
},
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"27137668522942966933739966071076357633",
"173846788313981261557280268240661012663",
"237003368201680291453463329770966460562",
"38122739448684146847154750245896683481",
"89813524676634910603153574485758369563",
"175827141788218802701005321316371731511",
"253277658566748403127794951704603810187",
"324049127118660516894389801667293706746",
"135904243444858245436226970815375684927",
"254996610057940268577906472205336280216",
"20257726324887584695003363240174678039",
"294142222877339836522357444400522173152",
"327890998884194559364128324796046725928",
"322982480723059329600921337415016309880",
"230308968467367529163428732483612524877",
"89079877824931445910782793074848555312",
"296669374148294297211647766493846231845",
"180412283447100112215838618345910699835",
"211397175329465962864956224404857597181",
"261832750587768596142766496907263650890",
"316770843840519834131380482664791775052",
"39402247707972282114776913464430194455",
"63348829251999570381854746260507409438",
"290090925667751912329348454610910258392",
"42478233832000276326499575049169153505",
"128560796097824050173854433308237112487",
"201777010408478309879951859958254495492",
"254278988124078024646503379002822565938",
"216149114014870712531574294575219084178",
"120603447695736487525578502590069525766",
"66705097204717832307971383087742277964",
"275936567159261853844933875729673772855",
"129018564399181758099848043783343023317",
"181803212424759876798945318507864481054",
"105376158956235751023858827550288924115",
"205195457014499489940498172835327144676",
"252602727149199045285635621022113383977",
"60401237199029188758726494127599371135",
"133296690945657069781649334914326861988",
"355792411153238245487096578475046116",
"148177331196318730766187516483338630560",
"162376033277755393522842983855089093346",
"79221316948275971113988729219445790396",
"271079287130256261646189276017391616097",
"119200461603250601442172182392070952009",
"236611366652502564082075117970124202635",
"180177622438175579695087555588157572121",
"225100073260385075663822932248017658840",
"307767894547814133497329959106999095691",
"114974054190558482479010170827632621107",
"66899065914995274786417800724279885658",
"309345400665501317691579118488804963605",
"69386540254568592340953004059022668960",
"195224768073903339866347843605148262148",
"105436252239031008939429035878580893387",
"315299896277136133465221917862875023579",
"76881231157040881105262310659534811706",
"78321248224443959150874767144052314439",
"84296539463740429671329921939697849641",
"311356924383542652498121794437888398965",
"330593375771022693677192899238739582970",
"37919394969428112494655231923910162496",
"205408960152629610515585144406131776978",
"95614875442241824994089881576684283917",
"179460628750980375586030552470367631750",
"105657777444268030400070110823058953936",
"131772377937572928160746616853315663598",
"131280187067676390981808015757939090220",
"162430605629036749381400495713101399297",
"252885338481908552035730622117726825734",
"25542992685644849613916050866374108784",
"226603591803001820236703998490900025501",
"148710430779773575776923506922807255608",
"294459196833734907704301664973648145501",
"67333315762984136120562757325637339952",
"178709416445135438059103311625439557051",
"170009583731127357588878944012719672099",
"40119092401441011546047564354822490871",
"185430138861097229528514082344297770002",
"101534308925137269524032684461271201606",
"183877562883553508871373762328645928281",
"207824737354700673592058224714718751551",
"226918821541797350167776944893543714674",
"10166481063303204139847448702025660524",
"330966647578283894061143016669715134633",
"122313029438975742240402620459195802808",
"276484681108955716951303169064473486902",
"45795673107505197630228334767839920556",
"83206493235045303772233941475829972199"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@f37de8dec6a4c379b4b8486003a1de00ff8cff3b",
"id": "CVE-2025-40092-33f5f271",
"deprecated": false,
"target": {
"file": "drivers/usb/gadget/function/f_ncm.c"
},
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"27137668522942966933739966071076357633",
"173846788313981261557280268240661012663",
"237003368201680291453463329770966460562",
"38122739448684146847154750245896683481",
"89813524676634910603153574485758369563",
"175827141788218802701005321316371731511",
"253277658566748403127794951704603810187",
"324049127118660516894389801667293706746",
"135904243444858245436226970815375684927",
"254996610057940268577906472205336280216",
"20257726324887584695003363240174678039",
"294142222877339836522357444400522173152",
"327890998884194559364128324796046725928",
"322982480723059329600921337415016309880",
"230308968467367529163428732483612524877",
"89079877824931445910782793074848555312",
"296669374148294297211647766493846231845",
"180412283447100112215838618345910699835",
"211397175329465962864956224404857597181",
"261832750587768596142766496907263650890",
"316770843840519834131380482664791775052",
"39402247707972282114776913464430194455",
"63348829251999570381854746260507409438",
"290090925667751912329348454610910258392",
"42478233832000276326499575049169153505",
"128560796097824050173854433308237112487",
"201777010408478309879951859958254495492",
"254278988124078024646503379002822565938",
"216149114014870712531574294575219084178",
"120603447695736487525578502590069525766",
"66705097204717832307971383087742277964",
"275936567159261853844933875729673772855",
"129018564399181758099848043783343023317",
"181803212424759876798945318507864481054",
"105376158956235751023858827550288924115",
"205195457014499489940498172835327144676",
"252602727149199045285635621022113383977",
"60401237199029188758726494127599371135",
"133296690945657069781649334914326861988",
"355792411153238245487096578475046116",
"148177331196318730766187516483338630560",
"162376033277755393522842983855089093346",
"79221316948275971113988729219445790396",
"271079287130256261646189276017391616097",
"119200461603250601442172182392070952009",
"236611366652502564082075117970124202635",
"180177622438175579695087555588157572121",
"225100073260385075663822932248017658840",
"307767894547814133497329959106999095691",
"114974054190558482479010170827632621107",
"66899065914995274786417800724279885658",
"309345400665501317691579118488804963605",
"69386540254568592340953004059022668960",
"195224768073903339866347843605148262148",
"105436252239031008939429035878580893387",
"315299896277136133465221917862875023579",
"76881231157040881105262310659534811706",
"78321248224443959150874767144052314439",
"84296539463740429671329921939697849641",
"311356924383542652498121794437888398965",
"330593375771022693677192899238739582970",
"37919394969428112494655231923910162496",
"205408960152629610515585144406131776978",
"95614875442241824994089881576684283917",
"179460628750980375586030552470367631750",
"105657777444268030400070110823058953936",
"131772377937572928160746616853315663598",
"131280187067676390981808015757939090220",
"162430605629036749381400495713101399297",
"252885338481908552035730622117726825734",
"25542992685644849613916050866374108784",
"226603591803001820236703998490900025501",
"148710430779773575776923506922807255608",
"149602659329777066802795491517687299518",
"224806525138836566206829914184397243862",
"126314336463367925009457718903266981442",
"309077540972215520936740414545669056126",
"65973567640782300141222488000535686890",
"69666116410934679152946846940971187668",
"40119092401441011546047564354822490871",
"185430138861097229528514082344297770002",
"101534308925137269524032684461271201606",
"183877562883553508871373762328645928281",
"207824737354700673592058224714718751551",
"226918821541797350167776944893543714674",
"10166481063303204139847448702025660524",
"330966647578283894061143016669715134633",
"122313029438975742240402620459195802808",
"276484681108955716951303169064473486902",
"45795673107505197630228334767839920556",
"83206493235045303772233941475829972199"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@185193a4714aa9c78437a7a1858fbe5771f0f45c",
"id": "CVE-2025-40092-42178a2d",
"deprecated": false,
"target": {
"file": "drivers/usb/gadget/function/f_ncm.c"
},
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"27137668522942966933739966071076357633",
"173846788313981261557280268240661012663",
"237003368201680291453463329770966460562",
"38122739448684146847154750245896683481",
"89813524676634910603153574485758369563",
"175827141788218802701005321316371731511",
"253277658566748403127794951704603810187",
"324049127118660516894389801667293706746",
"135904243444858245436226970815375684927",
"254996610057940268577906472205336280216",
"20257726324887584695003363240174678039",
"294142222877339836522357444400522173152",
"327890998884194559364128324796046725928",
"322982480723059329600921337415016309880",
"230308968467367529163428732483612524877",
"89079877824931445910782793074848555312",
"296669374148294297211647766493846231845",
"180412283447100112215838618345910699835",
"211397175329465962864956224404857597181",
"261832750587768596142766496907263650890",
"316770843840519834131380482664791775052",
"39402247707972282114776913464430194455",
"63348829251999570381854746260507409438",
"290090925667751912329348454610910258392",
"42478233832000276326499575049169153505",
"128560796097824050173854433308237112487",
"201777010408478309879951859958254495492",
"254278988124078024646503379002822565938",
"216149114014870712531574294575219084178",
"120603447695736487525578502590069525766",
"66705097204717832307971383087742277964",
"275936567159261853844933875729673772855",
"129018564399181758099848043783343023317",
"181803212424759876798945318507864481054",
"105376158956235751023858827550288924115",
"205195457014499489940498172835327144676",
"252602727149199045285635621022113383977",
"60401237199029188758726494127599371135",
"133296690945657069781649334914326861988",
"355792411153238245487096578475046116",
"148177331196318730766187516483338630560",
"162376033277755393522842983855089093346",
"79221316948275971113988729219445790396",
"271079287130256261646189276017391616097",
"119200461603250601442172182392070952009",
"236611366652502564082075117970124202635",
"180177622438175579695087555588157572121",
"225100073260385075663822932248017658840",
"307767894547814133497329959106999095691",
"114974054190558482479010170827632621107",
"66899065914995274786417800724279885658",
"309345400665501317691579118488804963605",
"69386540254568592340953004059022668960",
"195224768073903339866347843605148262148",
"105436252239031008939429035878580893387",
"315299896277136133465221917862875023579",
"76881231157040881105262310659534811706",
"78321248224443959150874767144052314439",
"84296539463740429671329921939697849641",
"311356924383542652498121794437888398965",
"330593375771022693677192899238739582970",
"37919394969428112494655231923910162496",
"205408960152629610515585144406131776978",
"95614875442241824994089881576684283917",
"179460628750980375586030552470367631750",
"105657777444268030400070110823058953936",
"131772377937572928160746616853315663598",
"131280187067676390981808015757939090220",
"162430605629036749381400495713101399297",
"252885338481908552035730622117726825734",
"25542992685644849613916050866374108784",
"226603591803001820236703998490900025501",
"148710430779773575776923506922807255608",
"149602659329777066802795491517687299518",
"224806525138836566206829914184397243862",
"126314336463367925009457718903266981442",
"309077540972215520936740414545669056126",
"65973567640782300141222488000535686890",
"69666116410934679152946846940971187668",
"40119092401441011546047564354822490871",
"185430138861097229528514082344297770002",
"101534308925137269524032684461271201606",
"183877562883553508871373762328645928281",
"207824737354700673592058224714718751551",
"226918821541797350167776944893543714674",
"10166481063303204139847448702025660524",
"330966647578283894061143016669715134633",
"122313029438975742240402620459195802808",
"276484681108955716951303169064473486902",
"45795673107505197630228334767839920556",
"83206493235045303772233941475829972199"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@75a5b8d4ddd4eb6b16cb0b475d14ff4ae64295ef",
"id": "CVE-2025-40092-44c4a369",
"deprecated": false,
"target": {
"file": "drivers/usb/gadget/function/f_ncm.c"
},
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"27137668522942966933739966071076357633",
"52229106936271077107190488914881783178",
"64478752841946756205899100426010907448",
"22965683715307614110927045887808863625",
"89813524676634910603153574485758369563",
"175827141788218802701005321316371731511",
"253277658566748403127794951704603810187",
"324049127118660516894389801667293706746",
"135904243444858245436226970815375684927",
"254996610057940268577906472205336280216",
"20257726324887584695003363240174678039",
"294142222877339836522357444400522173152",
"327890998884194559364128324796046725928",
"322982480723059329600921337415016309880",
"230308968467367529163428732483612524877",
"89079877824931445910782793074848555312",
"296669374148294297211647766493846231845",
"180412283447100112215838618345910699835",
"331370824786018627437986868463210435552",
"261832750587768596142766496907263650890",
"316770843840519834131380482664791775052",
"39402247707972282114776913464430194455",
"63348829251999570381854746260507409438",
"290090925667751912329348454610910258392",
"42478233832000276326499575049169153505",
"128560796097824050173854433308237112487",
"201777010408478309879951859958254495492",
"254278988124078024646503379002822565938",
"216149114014870712531574294575219084178",
"120603447695736487525578502590069525766",
"66705097204717832307971383087742277964",
"275936567159261853844933875729673772855",
"129018564399181758099848043783343023317",
"181803212424759876798945318507864481054",
"105376158956235751023858827550288924115",
"205195457014499489940498172835327144676",
"252602727149199045285635621022113383977",
"60401237199029188758726494127599371135",
"133296690945657069781649334914326861988",
"355792411153238245487096578475046116",
"148177331196318730766187516483338630560",
"162376033277755393522842983855089093346",
"79221316948275971113988729219445790396",
"323488193558231598296785855566260317224",
"40137315688532685664623543901007822092",
"211373555044823921415864779682189811628",
"225100073260385075663822932248017658840",
"307767894547814133497329959106999095691",
"114974054190558482479010170827632621107",
"66899065914995274786417800724279885658",
"309345400665501317691579118488804963605",
"69386540254568592340953004059022668960",
"195224768073903339866347843605148262148",
"105436252239031008939429035878580893387",
"315299896277136133465221917862875023579",
"76881231157040881105262310659534811706",
"78321248224443959150874767144052314439",
"84296539463740429671329921939697849641",
"311356924383542652498121794437888398965",
"330593375771022693677192899238739582970",
"37919394969428112494655231923910162496",
"205408960152629610515585144406131776978",
"95614875442241824994089881576684283917",
"179460628750980375586030552470367631750",
"105657777444268030400070110823058953936",
"131772377937572928160746616853315663598",
"131280187067676390981808015757939090220",
"162430605629036749381400495713101399297",
"252885338481908552035730622117726825734",
"25542992685644849613916050866374108784",
"226603591803001820236703998490900025501",
"130855056063324913931219728093757821812",
"69068900959490312404376565485249655867",
"166736301298798817584255147343375718905",
"283283732658356038490924580770551314684",
"170009583731127357588878944012719672099",
"40119092401441011546047564354822490871",
"185430138861097229528514082344297770002",
"101534308925137269524032684461271201606",
"183877562883553508871373762328645928281",
"207824737354700673592058224714718751551",
"226918821541797350167776944893543714674",
"10166481063303204139847448702025660524",
"330966647578283894061143016669715134633",
"122313029438975742240402620459195802808",
"276484681108955716951303169064473486902",
"45795673107505197630228334767839920556",
"83206493235045303772233941475829972199"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@d3fe7143928d8dfa2ec7bac9f906b48bc75b98ee",
"id": "CVE-2025-40092-9b7951e7",
"deprecated": false,
"target": {
"function": "ncm_bind",
"file": "drivers/usb/gadget/function/f_ncm.c"
},
"signature_version": "v1",
"digest": {
"length": 3694.0,
"function_hash": "42739074376083819459934951351486623899"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@75a5b8d4ddd4eb6b16cb0b475d14ff4ae64295ef",
"id": "CVE-2025-40092-b5315765",
"deprecated": false,
"target": {
"function": "ncm_bind",
"file": "drivers/usb/gadget/function/f_ncm.c"
},
"signature_version": "v1",
"digest": {
"length": 3663.0,
"function_hash": "92125242540394236845840533223302692153"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@d3fe7143928d8dfa2ec7bac9f906b48bc75b98ee",
"id": "CVE-2025-40092-c11a0d6f",
"deprecated": false,
"target": {
"file": "drivers/usb/gadget/function/f_ncm.c"
},
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"27137668522942966933739966071076357633",
"173846788313981261557280268240661012663",
"237003368201680291453463329770966460562",
"38122739448684146847154750245896683481",
"89813524676634910603153574485758369563",
"175827141788218802701005321316371731511",
"253277658566748403127794951704603810187",
"324049127118660516894389801667293706746",
"135904243444858245436226970815375684927",
"254996610057940268577906472205336280216",
"20257726324887584695003363240174678039",
"294142222877339836522357444400522173152",
"327890998884194559364128324796046725928",
"322982480723059329600921337415016309880",
"230308968467367529163428732483612524877",
"89079877824931445910782793074848555312",
"296669374148294297211647766493846231845",
"180412283447100112215838618345910699835",
"331370824786018627437986868463210435552",
"261832750587768596142766496907263650890",
"316770843840519834131380482664791775052",
"39402247707972282114776913464430194455",
"63348829251999570381854746260507409438",
"290090925667751912329348454610910258392",
"42478233832000276326499575049169153505",
"128560796097824050173854433308237112487",
"201777010408478309879951859958254495492",
"254278988124078024646503379002822565938",
"216149114014870712531574294575219084178",
"120603447695736487525578502590069525766",
"66705097204717832307971383087742277964",
"275936567159261853844933875729673772855",
"129018564399181758099848043783343023317",
"181803212424759876798945318507864481054",
"105376158956235751023858827550288924115",
"205195457014499489940498172835327144676",
"252602727149199045285635621022113383977",
"60401237199029188758726494127599371135",
"133296690945657069781649334914326861988",
"355792411153238245487096578475046116",
"148177331196318730766187516483338630560",
"162376033277755393522842983855089093346",
"79221316948275971113988729219445790396",
"323488193558231598296785855566260317224",
"40137315688532685664623543901007822092",
"211373555044823921415864779682189811628",
"225100073260385075663822932248017658840",
"307767894547814133497329959106999095691",
"114974054190558482479010170827632621107",
"66899065914995274786417800724279885658",
"309345400665501317691579118488804963605",
"69386540254568592340953004059022668960",
"195224768073903339866347843605148262148",
"105436252239031008939429035878580893387",
"315299896277136133465221917862875023579",
"76881231157040881105262310659534811706",
"78321248224443959150874767144052314439",
"84296539463740429671329921939697849641",
"311356924383542652498121794437888398965",
"330593375771022693677192899238739582970",
"37919394969428112494655231923910162496",
"205408960152629610515585144406131776978",
"95614875442241824994089881576684283917",
"179460628750980375586030552470367631750",
"105657777444268030400070110823058953936",
"131772377937572928160746616853315663598",
"131280187067676390981808015757939090220",
"162430605629036749381400495713101399297",
"252885338481908552035730622117726825734",
"25542992685644849613916050866374108784",
"226603591803001820236703998490900025501",
"148710430779773575776923506922807255608",
"294459196833734907704301664973648145501",
"67333315762984136120562757325637339952",
"178709416445135438059103311625439557051",
"170009583731127357588878944012719672099",
"40119092401441011546047564354822490871",
"185430138861097229528514082344297770002",
"101534308925137269524032684461271201606",
"183877562883553508871373762328645928281",
"207824737354700673592058224714718751551",
"226918821541797350167776944893543714674",
"10166481063303204139847448702025660524",
"330966647578283894061143016669715134633",
"122313029438975742240402620459195802808",
"276484681108955716951303169064473486902",
"45795673107505197630228334767839920556",
"83206493235045303772233941475829972199"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ed78f4d6079d872432b1ed54f155ef61965d3137",
"id": "CVE-2025-40092-c55979d4",
"deprecated": false,
"target": {
"function": "ncm_bind",
"file": "drivers/usb/gadget/function/f_ncm.c"
},
"signature_version": "v1",
"digest": {
"length": 3663.0,
"function_hash": "92125242540394236845840533223302692153"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@185193a4714aa9c78437a7a1858fbe5771f0f45c",
"id": "CVE-2025-40092-f237d309",
"deprecated": false,
"target": {
"function": "ncm_bind",
"file": "drivers/usb/gadget/function/f_ncm.c"
},
"signature_version": "v1",
"digest": {
"length": 3674.0,
"function_hash": "46537839575349397043984583794964647319"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@f37de8dec6a4c379b4b8486003a1de00ff8cff3b",
"id": "CVE-2025-40092-f90a2224",
"deprecated": false,
"target": {
"function": "ncm_bind",
"file": "drivers/usb/gadget/function/f_ncm.c"
},
"signature_version": "v1",
"digest": {
"length": 3674.0,
"function_hash": "46537839575349397043984583794964647319"
},
"signature_type": "Function"
}
]