In the Linux kernel, the following vulnerability has been resolved:
drbd: Fix five use after free bugs in getinitialstate
In getinitialstate, it calls notifyinitialstatedone(skb,..) if cb->args[5]==1. If genlmsgput() failed in notifyinitialstatedone(), the skb will be freed by nlmsgfree(skb). Then getinitialstate will goto out and the freed skb will be used by return value skb->len, which is a uaf bug.
What's worse, the same problem goes even further: skb can also be freed in the notify*statechange -> notify*_state calls below. Thus 4 additional uaf bugs happened.
My patch lets the problem callee functions: notifyinitialstatedone and notify*statechange return an error code if errors happen. So that the error codes could be propagated and the uaf bugs can be avoid.
v2 reports a compilation warning. This v3 fixed this warning and built successfully in my local environment with no additional warnings. v2: https://lore.kernel.org/patchwork/patch/1435218/
[
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"line_hashes": [
"259155491909311222252984562383102013459",
"267857507278247296955580193374120837805",
"309807254716326758388782901633237444825",
"94141870509714587243335462139995182529",
"99809345279973744888990228763765984396",
"97503384360777799797791575041474731567",
"242438638030069557206465112777929240197",
"79313102417818042033424292069290378065",
"168403667056523820924067742974741252336",
"120214081005737581310121160774673313879",
"335772742876754265474676919118316288016",
"200709389248971048539655105503222171628",
"166052397373501695193703604333477241123",
"157512874379965048161806219166161075114",
"15253182977795981106067029878076899530",
"34646382040523186198701533659006168821",
"125530211598457247951228801938776848457",
"114597627544851075585897658893384271733",
"266850599918206855545780101077443918117",
"274961118119844362463431672468590425260",
"297583708225137282479337313105410298357",
"185695047481497609985817184817482476815",
"50670652423753046686932784556340060473",
"51821129009776534771926755857590883539",
"16466522405236845607709347329226840029",
"108958174770608989680202166672328966294",
"63224763493822537072749351487951416266",
"227822759650503109882540854728286978084",
"70942470933978044306230538751772882614",
"292864124694823594511131653121986527023"
],
"threshold": 0.9
},
"target": {
"file": "drivers/block/drbd/drbd_state.c"
},
"id": "CVE-2022-49085-00b5c2bd",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@0489700bfeb1e53eb2039c2291c67e71b0b40103",
"signature_type": "Line"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "259873955410194772686809198625957326923",
"length": 1141.0
},
"target": {
"function": "notify_resource_state",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-00e6459b",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a972c768723359ec995579902473028fe3cd64b1",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "299477076862952135147267255625630045359",
"length": 351.0
},
"target": {
"function": "notify_resource_state_change",
"file": "drivers/block/drbd/drbd_state.c"
},
"id": "CVE-2022-49085-01aee9fb",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@226e993c39405292781bfcf4b039a8db56aab362",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "6081774543273287103488766992465329583",
"length": 1138.0
},
"target": {
"function": "notify_peer_device_state",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-05db21f3",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dcf6be17b5c53b741898d2223b23e66d682de300",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "138380820240452612685797508687670935203",
"length": 1258.0
},
"target": {
"function": "get_initial_state",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-0ad6c3e9",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@aadb22ba2f656581b2f733deb3a467c48cc618f6",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "297969904041107252411511621633354477083",
"length": 1093.0
},
"target": {
"function": "notify_device_state",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-0bf6306d",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@aadb22ba2f656581b2f733deb3a467c48cc618f6",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "6081774543273287103488766992465329583",
"length": 1138.0
},
"target": {
"function": "notify_peer_device_state",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-0de5bd36",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@226e993c39405292781bfcf4b039a8db56aab362",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "67770499071500604957686740102085630972",
"length": 485.0
},
"target": {
"function": "notify_peer_device_state_change",
"file": "drivers/block/drbd/drbd_state.c"
},
"id": "CVE-2022-49085-103f2cd9",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@594205b4936771a250f9d141e7e0fff21c3dd2d9",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "259873955410194772686809198625957326923",
"length": 1141.0
},
"target": {
"function": "notify_resource_state",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-14bc209d",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@594205b4936771a250f9d141e7e0fff21c3dd2d9",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"line_hashes": [
"317914520990158424637401877324145853732",
"193696540412553813057913877018796195084",
"130872654856190318855677619959575341916",
"330999054777268353335659601353977929056",
"306199714379580143349563641519495537100",
"273803340917866725692263422611563164293",
"60626612328857572696818038126303245437",
"314896019317248000929158358033910219755",
"150263006605323143337587943207349256349",
"128783916395111323647167514261913247726",
"180789362323206718560485258146104351503",
"149897039003050193746955206263812311499",
"144119408417274236760741629888704822998",
"220718275764775908745053542093060746144",
"91118542179017237281339164861478906426",
"306199714379580143349563641519495537100",
"273803340917866725692263422611563164293",
"60626612328857572696818038126303245437",
"314896019317248000929158358033910219755",
"51876021619704842155729863131079080340",
"204008163923148879869118249767126291165",
"34244453159798568848458304537640212106",
"289127348429633357875777098089340811461",
"154578298019689064684199436472225329820",
"84097957481704225094323608740162178221",
"180919204324219072366499063892846531502",
"306199714379580143349563641519495537100",
"273803340917866725692263422611563164293",
"60626612328857572696818038126303245437",
"314896019317248000929158358033910219755",
"44498068450733047166953275624917945354",
"28826639235130885991611269097488717861",
"162945413152460436884964330932243702949",
"30993322986953206276373389523684284735",
"325396168812724147919239945531902676386",
"52436689782685268515670287283086372242",
"133519166990187465629933346355747845583",
"306199714379580143349563641519495537100",
"273803340917866725692263422611563164293",
"60626612328857572696818038126303245437",
"314896019317248000929158358033910219755",
"96443120066761483944802833362054734680",
"48247481424047570916977139636130131061",
"178103733919628124259006341150940088926",
"286813678043639864636069943600128204744",
"56696243923772401922945030358073522715",
"149752021054021690671133136645028362488",
"313651897852886121495458299330654636804",
"316024768684691707706551558623570421857",
"332763605638823044584387343839322018376",
"308084936883194417707735406136697310837",
"40706404266427032228424757147115774227",
"37581023355870445159482218435166240308",
"284556000575743334339962281590745925056",
"151987013913520974486500982970169497365",
"92807855765957609906001857504243309559",
"116097350394993655012124060819302770185",
"9351958380526619776128376864825038732",
"185931435481992894532358158048605185679",
"304087113620903971568493830867476704971",
"185651035263907273056045980210159871074",
"170148575619959742986018355181547471833",
"34876066120791345571514177309915767786",
"280453149487331134060773767215458770050",
"16870167756981612551474294667070039077",
"324802718129367310232478737865814086788",
"172937964078938045298628351933335472944",
"254005771887939442912482833051565172259",
"32250609459413586807263731834295665497",
"51685613582366079241071469031658214045",
"227220305661726230224919784441163134908",
"83289225360691203005781434600901195740",
"332307441990591394989674034495454854999",
"94665018003218582477231941766760857395",
"299011643598522741000272583831154713327",
"255611539396502507580384740766538345584",
"248687586999279354334091923034436953395",
"214622378860891107116488814767609844260",
"316593938735546369616176530775291303648",
"271603313814537882946860047967032486827",
"171745237141874845203192358942691336604",
"41441264383980337058057241069991234904",
"331498086899787483803101097455992770507",
"335450194304197078964740133940501001299",
"206154751843242628203584350343999877759",
"181741560358972290515996699514444132677",
"244424646631126118178656993882836538455",
"23069867148951460291144764842603514477",
"208035365577378040342504914185295472858",
"209246072654708111876599326829551409719",
"156511210545869080796317200989905246662",
"63575515791902420896168074495953104783",
"13630985188732812551254760849592214009"
],
"threshold": 0.9
},
"target": {
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-1b73f684",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@de63e74da2333b4068bb79983e632db730fea97e",
"signature_type": "Line"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "138380820240452612685797508687670935203",
"length": 1258.0
},
"target": {
"function": "get_initial_state",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-1b793960",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@594205b4936771a250f9d141e7e0fff21c3dd2d9",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "103025281555075456537046777414534633615",
"length": 498.0
},
"target": {
"function": "notify_initial_state_done",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-1f476bcf",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@594205b4936771a250f9d141e7e0fff21c3dd2d9",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "103025281555075456537046777414534633615",
"length": 498.0
},
"target": {
"function": "notify_initial_state_done",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-2549e951",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@aadb22ba2f656581b2f733deb3a467c48cc618f6",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"line_hashes": [
"310763180780995383477494709881084435507",
"310730060846936615974571299083884324241",
"150383836427252479814234932571066038492",
"246456545138131890184114780868817989434",
"156387067700587604168719188107524913786",
"31065807576899390431078419345028583423",
"173018948550621232791295596842835092826",
"100045415633171075173466562438076366502",
"68004730753499361504495455581869119209",
"53567744134023648177332049682861841229",
"99794210724629257221249149616179272741",
"208302217732693274744944604935370205342",
"223813484931058416903935697921172111228",
"268507146078566878924565044510961563055",
"5176360330782787590878708588052354587",
"130057677974040831818416772446439309573",
"208148544883172417335728595243261024848",
"185564258085047901669295853589132889353",
"71844614669226209965893709892153978135"
],
"threshold": 0.9
},
"target": {
"file": "drivers/block/drbd/drbd_int.h"
},
"id": "CVE-2022-49085-25a7dc7c",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@188fe6b26765edbad4055611c0f788b6870f4024",
"signature_type": "Line"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"line_hashes": [
"310763180780995383477494709881084435507",
"310730060846936615974571299083884324241",
"150383836427252479814234932571066038492",
"246456545138131890184114780868817989434",
"156387067700587604168719188107524913786",
"31065807576899390431078419345028583423",
"173018948550621232791295596842835092826",
"100045415633171075173466562438076366502",
"68004730753499361504495455581869119209",
"53567744134023648177332049682861841229",
"99794210724629257221249149616179272741",
"208302217732693274744944604935370205342",
"223813484931058416903935697921172111228",
"268507146078566878924565044510961563055",
"5176360330782787590878708588052354587",
"130057677974040831818416772446439309573",
"208148544883172417335728595243261024848",
"185564258085047901669295853589132889353",
"71844614669226209965893709892153978135"
],
"threshold": 0.9
},
"target": {
"file": "drivers/block/drbd/drbd_int.h"
},
"id": "CVE-2022-49085-262a756b",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@de63e74da2333b4068bb79983e632db730fea97e",
"signature_type": "Line"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "67770499071500604957686740102085630972",
"length": 485.0
},
"target": {
"function": "notify_peer_device_state_change",
"file": "drivers/block/drbd/drbd_state.c"
},
"id": "CVE-2022-49085-27730206",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@188fe6b26765edbad4055611c0f788b6870f4024",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "6081774543273287103488766992465329583",
"length": 1138.0
},
"target": {
"function": "notify_peer_device_state",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-29a4f31a",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@0489700bfeb1e53eb2039c2291c67e71b0b40103",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"line_hashes": [
"317914520990158424637401877324145853732",
"193696540412553813057913877018796195084",
"130872654856190318855677619959575341916",
"330999054777268353335659601353977929056",
"306199714379580143349563641519495537100",
"273803340917866725692263422611563164293",
"60626612328857572696818038126303245437",
"314896019317248000929158358033910219755",
"150263006605323143337587943207349256349",
"128783916395111323647167514261913247726",
"180789362323206718560485258146104351503",
"149897039003050193746955206263812311499",
"144119408417274236760741629888704822998",
"220718275764775908745053542093060746144",
"91118542179017237281339164861478906426",
"306199714379580143349563641519495537100",
"273803340917866725692263422611563164293",
"60626612328857572696818038126303245437",
"314896019317248000929158358033910219755",
"51876021619704842155729863131079080340",
"204008163923148879869118249767126291165",
"34244453159798568848458304537640212106",
"289127348429633357875777098089340811461",
"154578298019689064684199436472225329820",
"84097957481704225094323608740162178221",
"180919204324219072366499063892846531502",
"306199714379580143349563641519495537100",
"273803340917866725692263422611563164293",
"60626612328857572696818038126303245437",
"314896019317248000929158358033910219755",
"44498068450733047166953275624917945354",
"28826639235130885991611269097488717861",
"162945413152460436884964330932243702949",
"30993322986953206276373389523684284735",
"325396168812724147919239945531902676386",
"52436689782685268515670287283086372242",
"133519166990187465629933346355747845583",
"306199714379580143349563641519495537100",
"273803340917866725692263422611563164293",
"60626612328857572696818038126303245437",
"314896019317248000929158358033910219755",
"96443120066761483944802833362054734680",
"48247481424047570916977139636130131061",
"178103733919628124259006341150940088926",
"286813678043639864636069943600128204744",
"56696243923772401922945030358073522715",
"149752021054021690671133136645028362488",
"313651897852886121495458299330654636804",
"316024768684691707706551558623570421857",
"332763605638823044584387343839322018376",
"308084936883194417707735406136697310837",
"40706404266427032228424757147115774227",
"37581023355870445159482218435166240308",
"284556000575743334339962281590745925056",
"151987013913520974486500982970169497365",
"92807855765957609906001857504243309559",
"116097350394993655012124060819302770185",
"9351958380526619776128376864825038732",
"185931435481992894532358158048605185679",
"304087113620903971568493830867476704971",
"185651035263907273056045980210159871074",
"170148575619959742986018355181547471833",
"34876066120791345571514177309915767786",
"280453149487331134060773767215458770050",
"16870167756981612551474294667070039077",
"324802718129367310232478737865814086788",
"172937964078938045298628351933335472944",
"254005771887939442912482833051565172259",
"32250609459413586807263731834295665497",
"51685613582366079241071469031658214045",
"227220305661726230224919784441163134908",
"83289225360691203005781434600901195740",
"332307441990591394989674034495454854999",
"94665018003218582477231941766760857395",
"299011643598522741000272583831154713327",
"255611539396502507580384740766538345584",
"248687586999279354334091923034436953395",
"214622378860891107116488814767609844260",
"316593938735546369616176530775291303648",
"271603313814537882946860047967032486827",
"171745237141874845203192358942691336604",
"41441264383980337058057241069991234904",
"331498086899787483803101097455992770507",
"335450194304197078964740133940501001299",
"206154751843242628203584350343999877759",
"181741560358972290515996699514444132677",
"244424646631126118178656993882836538455",
"23069867148951460291144764842603514477",
"208035365577378040342504914185295472858",
"209246072654708111876599326829551409719",
"156511210545869080796317200989905246662",
"63575515791902420896168074495953104783",
"13630985188732812551254760849592214009"
],
"threshold": 0.9
},
"target": {
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-2b2bac7f",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a972c768723359ec995579902473028fe3cd64b1",
"signature_type": "Line"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"line_hashes": [
"317914520990158424637401877324145853732",
"193696540412553813057913877018796195084",
"130872654856190318855677619959575341916",
"330999054777268353335659601353977929056",
"306199714379580143349563641519495537100",
"273803340917866725692263422611563164293",
"60626612328857572696818038126303245437",
"314896019317248000929158358033910219755",
"150263006605323143337587943207349256349",
"128783916395111323647167514261913247726",
"180789362323206718560485258146104351503",
"149897039003050193746955206263812311499",
"144119408417274236760741629888704822998",
"220718275764775908745053542093060746144",
"91118542179017237281339164861478906426",
"306199714379580143349563641519495537100",
"273803340917866725692263422611563164293",
"60626612328857572696818038126303245437",
"314896019317248000929158358033910219755",
"51876021619704842155729863131079080340",
"204008163923148879869118249767126291165",
"34244453159798568848458304537640212106",
"289127348429633357875777098089340811461",
"154578298019689064684199436472225329820",
"84097957481704225094323608740162178221",
"180919204324219072366499063892846531502",
"306199714379580143349563641519495537100",
"273803340917866725692263422611563164293",
"60626612328857572696818038126303245437",
"314896019317248000929158358033910219755",
"44498068450733047166953275624917945354",
"28826639235130885991611269097488717861",
"162945413152460436884964330932243702949",
"30993322986953206276373389523684284735",
"325396168812724147919239945531902676386",
"52436689782685268515670287283086372242",
"133519166990187465629933346355747845583",
"306199714379580143349563641519495537100",
"273803340917866725692263422611563164293",
"60626612328857572696818038126303245437",
"314896019317248000929158358033910219755",
"96443120066761483944802833362054734680",
"48247481424047570916977139636130131061",
"178103733919628124259006341150940088926",
"286813678043639864636069943600128204744",
"56696243923772401922945030358073522715",
"149752021054021690671133136645028362488",
"313651897852886121495458299330654636804",
"316024768684691707706551558623570421857",
"332763605638823044584387343839322018376",
"308084936883194417707735406136697310837",
"40706404266427032228424757147115774227",
"37581023355870445159482218435166240308",
"284556000575743334339962281590745925056",
"151987013913520974486500982970169497365",
"92807855765957609906001857504243309559",
"116097350394993655012124060819302770185",
"9351958380526619776128376864825038732",
"185931435481992894532358158048605185679",
"304087113620903971568493830867476704971",
"185651035263907273056045980210159871074",
"170148575619959742986018355181547471833",
"34876066120791345571514177309915767786",
"280453149487331134060773767215458770050",
"16870167756981612551474294667070039077",
"324802718129367310232478737865814086788",
"172937964078938045298628351933335472944",
"254005771887939442912482833051565172259",
"32250609459413586807263731834295665497",
"51685613582366079241071469031658214045",
"227220305661726230224919784441163134908",
"83289225360691203005781434600901195740",
"332307441990591394989674034495454854999",
"94665018003218582477231941766760857395",
"299011643598522741000272583831154713327",
"255611539396502507580384740766538345584",
"248687586999279354334091923034436953395",
"214622378860891107116488814767609844260",
"316593938735546369616176530775291303648",
"271603313814537882946860047967032486827",
"171745237141874845203192358942691336604",
"41441264383980337058057241069991234904",
"331498086899787483803101097455992770507",
"335450194304197078964740133940501001299",
"206154751843242628203584350343999877759",
"181741560358972290515996699514444132677",
"244424646631126118178656993882836538455",
"23069867148951460291144764842603514477",
"208035365577378040342504914185295472858",
"209246072654708111876599326829551409719",
"156511210545869080796317200989905246662",
"63575515791902420896168074495953104783",
"13630985188732812551254760849592214009"
],
"threshold": 0.9
},
"target": {
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-2be783f0",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@188fe6b26765edbad4055611c0f788b6870f4024",
"signature_type": "Line"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "270685673095851929578089284688470885884",
"length": 236.0
},
"target": {
"function": "notify_device_state_change",
"file": "drivers/block/drbd/drbd_state.c"
},
"id": "CVE-2022-49085-2c720bd2",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a972c768723359ec995579902473028fe3cd64b1",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "299477076862952135147267255625630045359",
"length": 351.0
},
"target": {
"function": "notify_resource_state_change",
"file": "drivers/block/drbd/drbd_state.c"
},
"id": "CVE-2022-49085-2e409257",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b6a4055036eed1f5e239ce3d8b0db1ce38bba447",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"line_hashes": [
"259155491909311222252984562383102013459",
"267857507278247296955580193374120837805",
"309807254716326758388782901633237444825",
"94141870509714587243335462139995182529",
"99809345279973744888990228763765984396",
"97503384360777799797791575041474731567",
"242438638030069557206465112777929240197",
"79313102417818042033424292069290378065",
"168403667056523820924067742974741252336",
"120214081005737581310121160774673313879",
"335772742876754265474676919118316288016",
"200709389248971048539655105503222171628",
"166052397373501695193703604333477241123",
"157512874379965048161806219166161075114",
"15253182977795981106067029878076899530",
"34646382040523186198701533659006168821",
"125530211598457247951228801938776848457",
"114597627544851075585897658893384271733",
"266850599918206855545780101077443918117",
"274961118119844362463431672468590425260",
"297583708225137282479337313105410298357",
"185695047481497609985817184817482476815",
"50670652423753046686932784556340060473",
"51821129009776534771926755857590883539",
"16466522405236845607709347329226840029",
"108958174770608989680202166672328966294",
"63224763493822537072749351487951416266",
"227822759650503109882540854728286978084",
"305626949711561185979202082258702833802",
"299294102003191822257565042414449281941"
],
"threshold": 0.9
},
"target": {
"file": "drivers/block/drbd/drbd_state.c"
},
"id": "CVE-2022-49085-2f74a337",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@226e993c39405292781bfcf4b039a8db56aab362",
"signature_type": "Line"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "297969904041107252411511621633354477083",
"length": 1093.0
},
"target": {
"function": "notify_device_state",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-31b56f4d",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@188fe6b26765edbad4055611c0f788b6870f4024",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"line_hashes": [
"317914520990158424637401877324145853732",
"193696540412553813057913877018796195084",
"130872654856190318855677619959575341916",
"330999054777268353335659601353977929056",
"306199714379580143349563641519495537100",
"273803340917866725692263422611563164293",
"60626612328857572696818038126303245437",
"314896019317248000929158358033910219755",
"150263006605323143337587943207349256349",
"128783916395111323647167514261913247726",
"180789362323206718560485258146104351503",
"149897039003050193746955206263812311499",
"144119408417274236760741629888704822998",
"220718275764775908745053542093060746144",
"91118542179017237281339164861478906426",
"306199714379580143349563641519495537100",
"273803340917866725692263422611563164293",
"60626612328857572696818038126303245437",
"314896019317248000929158358033910219755",
"51876021619704842155729863131079080340",
"204008163923148879869118249767126291165",
"34244453159798568848458304537640212106",
"289127348429633357875777098089340811461",
"154578298019689064684199436472225329820",
"84097957481704225094323608740162178221",
"180919204324219072366499063892846531502",
"306199714379580143349563641519495537100",
"273803340917866725692263422611563164293",
"60626612328857572696818038126303245437",
"314896019317248000929158358033910219755",
"44498068450733047166953275624917945354",
"28826639235130885991611269097488717861",
"162945413152460436884964330932243702949",
"30993322986953206276373389523684284735",
"325396168812724147919239945531902676386",
"52436689782685268515670287283086372242",
"133519166990187465629933346355747845583",
"306199714379580143349563641519495537100",
"273803340917866725692263422611563164293",
"60626612328857572696818038126303245437",
"314896019317248000929158358033910219755",
"96443120066761483944802833362054734680",
"48247481424047570916977139636130131061",
"178103733919628124259006341150940088926",
"286813678043639864636069943600128204744",
"56696243923772401922945030358073522715",
"149752021054021690671133136645028362488",
"313651897852886121495458299330654636804",
"316024768684691707706551558623570421857",
"332763605638823044584387343839322018376",
"308084936883194417707735406136697310837",
"40706404266427032228424757147115774227",
"37581023355870445159482218435166240308",
"284556000575743334339962281590745925056",
"151987013913520974486500982970169497365",
"92807855765957609906001857504243309559",
"116097350394993655012124060819302770185",
"9351958380526619776128376864825038732",
"185931435481992894532358158048605185679",
"304087113620903971568493830867476704971",
"185651035263907273056045980210159871074",
"170148575619959742986018355181547471833",
"34876066120791345571514177309915767786",
"280453149487331134060773767215458770050",
"16870167756981612551474294667070039077",
"324802718129367310232478737865814086788",
"172937964078938045298628351933335472944",
"254005771887939442912482833051565172259",
"32250609459413586807263731834295665497",
"51685613582366079241071469031658214045",
"227220305661726230224919784441163134908",
"83289225360691203005781434600901195740",
"332307441990591394989674034495454854999",
"94665018003218582477231941766760857395",
"299011643598522741000272583831154713327",
"255611539396502507580384740766538345584",
"248687586999279354334091923034436953395",
"214622378860891107116488814767609844260",
"316593938735546369616176530775291303648",
"271603313814537882946860047967032486827",
"171745237141874845203192358942691336604",
"41441264383980337058057241069991234904",
"331498086899787483803101097455992770507",
"335450194304197078964740133940501001299",
"206154751843242628203584350343999877759",
"181741560358972290515996699514444132677",
"244424646631126118178656993882836538455",
"23069867148951460291144764842603514477",
"208035365577378040342504914185295472858",
"209246072654708111876599326829551409719",
"156511210545869080796317200989905246662",
"63575515791902420896168074495953104783",
"13630985188732812551254760849592214009"
],
"threshold": 0.9
},
"target": {
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-32898594",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@594205b4936771a250f9d141e7e0fff21c3dd2d9",
"signature_type": "Line"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "20686489318290002942967315556429304921",
"length": 1129.0
},
"target": {
"function": "notify_connection_state",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-328de922",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@188fe6b26765edbad4055611c0f788b6870f4024",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "297969904041107252411511621633354477083",
"length": 1093.0
},
"target": {
"function": "notify_device_state",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-345f5b82",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a972c768723359ec995579902473028fe3cd64b1",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "299477076862952135147267255625630045359",
"length": 351.0
},
"target": {
"function": "notify_resource_state_change",
"file": "drivers/block/drbd/drbd_state.c"
},
"id": "CVE-2022-49085-3a545a0d",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dcf6be17b5c53b741898d2223b23e66d682de300",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "103025281555075456537046777414534633615",
"length": 498.0
},
"target": {
"function": "notify_initial_state_done",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-3b40c46c",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dcf6be17b5c53b741898d2223b23e66d682de300",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"line_hashes": [
"317914520990158424637401877324145853732",
"193696540412553813057913877018796195084",
"130872654856190318855677619959575341916",
"330999054777268353335659601353977929056",
"306199714379580143349563641519495537100",
"273803340917866725692263422611563164293",
"60626612328857572696818038126303245437",
"314896019317248000929158358033910219755",
"150263006605323143337587943207349256349",
"128783916395111323647167514261913247726",
"180789362323206718560485258146104351503",
"149897039003050193746955206263812311499",
"144119408417274236760741629888704822998",
"220718275764775908745053542093060746144",
"91118542179017237281339164861478906426",
"306199714379580143349563641519495537100",
"273803340917866725692263422611563164293",
"60626612328857572696818038126303245437",
"314896019317248000929158358033910219755",
"51876021619704842155729863131079080340",
"204008163923148879869118249767126291165",
"34244453159798568848458304537640212106",
"289127348429633357875777098089340811461",
"154578298019689064684199436472225329820",
"84097957481704225094323608740162178221",
"180919204324219072366499063892846531502",
"306199714379580143349563641519495537100",
"273803340917866725692263422611563164293",
"60626612328857572696818038126303245437",
"314896019317248000929158358033910219755",
"44498068450733047166953275624917945354",
"28826639235130885991611269097488717861",
"162945413152460436884964330932243702949",
"30993322986953206276373389523684284735",
"325396168812724147919239945531902676386",
"52436689782685268515670287283086372242",
"133519166990187465629933346355747845583",
"306199714379580143349563641519495537100",
"273803340917866725692263422611563164293",
"60626612328857572696818038126303245437",
"314896019317248000929158358033910219755",
"96443120066761483944802833362054734680",
"48247481424047570916977139636130131061",
"178103733919628124259006341150940088926",
"286813678043639864636069943600128204744",
"56696243923772401922945030358073522715",
"149752021054021690671133136645028362488",
"313651897852886121495458299330654636804",
"316024768684691707706551558623570421857",
"332763605638823044584387343839322018376",
"308084936883194417707735406136697310837",
"40706404266427032228424757147115774227",
"37581023355870445159482218435166240308",
"284556000575743334339962281590745925056",
"151987013913520974486500982970169497365",
"92807855765957609906001857504243309559",
"116097350394993655012124060819302770185",
"9351958380526619776128376864825038732",
"185931435481992894532358158048605185679",
"304087113620903971568493830867476704971",
"185651035263907273056045980210159871074",
"170148575619959742986018355181547471833",
"34876066120791345571514177309915767786",
"280453149487331134060773767215458770050",
"16870167756981612551474294667070039077",
"324802718129367310232478737865814086788",
"172937964078938045298628351933335472944",
"254005771887939442912482833051565172259",
"32250609459413586807263731834295665497",
"51685613582366079241071469031658214045",
"227220305661726230224919784441163134908",
"83289225360691203005781434600901195740",
"332307441990591394989674034495454854999",
"94665018003218582477231941766760857395",
"299011643598522741000272583831154713327",
"255611539396502507580384740766538345584",
"248687586999279354334091923034436953395",
"214622378860891107116488814767609844260",
"316593938735546369616176530775291303648",
"271603313814537882946860047967032486827",
"171745237141874845203192358942691336604",
"41441264383980337058057241069991234904",
"331498086899787483803101097455992770507",
"335450194304197078964740133940501001299",
"206154751843242628203584350343999877759",
"181741560358972290515996699514444132677",
"244424646631126118178656993882836538455",
"23069867148951460291144764842603514477",
"208035365577378040342504914185295472858",
"209246072654708111876599326829551409719",
"156511210545869080796317200989905246662",
"63575515791902420896168074495953104783",
"13630985188732812551254760849592214009"
],
"threshold": 0.9
},
"target": {
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-3c29cec3",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dcf6be17b5c53b741898d2223b23e66d682de300",
"signature_type": "Line"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "297969904041107252411511621633354477083",
"length": 1093.0
},
"target": {
"function": "notify_device_state",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-3cf314a9",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@226e993c39405292781bfcf4b039a8db56aab362",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "270685673095851929578089284688470885884",
"length": 236.0
},
"target": {
"function": "notify_device_state_change",
"file": "drivers/block/drbd/drbd_state.c"
},
"id": "CVE-2022-49085-45edd87f",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dcf6be17b5c53b741898d2223b23e66d682de300",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "186969237694118168762991013650704522829",
"length": 282.0
},
"target": {
"function": "notify_connection_state_change",
"file": "drivers/block/drbd/drbd_state.c"
},
"id": "CVE-2022-49085-46b72965",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@de63e74da2333b4068bb79983e632db730fea97e",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "20686489318290002942967315556429304921",
"length": 1129.0
},
"target": {
"function": "notify_connection_state",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-4725f2f4",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@0489700bfeb1e53eb2039c2291c67e71b0b40103",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"line_hashes": [
"95513950626926557068280082310423255157",
"222328686642191685000328265304173889388",
"203397254330361546383123110511001348808",
"314596652796902188192324589552612497859",
"66838208861295224158075117016381182969",
"7562267514551108473920733313331087117",
"169029419921635415050050438705790486912",
"223169657408930551547626085706588548770",
"40547014203299488793961722043546899584",
"59559523381494908255905799362297392840",
"60956479549083097306226809258824001223",
"312750641406000983585399233074963460777",
"16014379076736318926901041226898667373",
"238712208467620295113935280303857788551",
"198465897787172575366345403419570526400",
"125763846242965298021296763916078512179"
],
"threshold": 0.9
},
"target": {
"file": "drivers/block/drbd/drbd_state_change.h"
},
"id": "CVE-2022-49085-47a86196",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@226e993c39405292781bfcf4b039a8db56aab362",
"signature_type": "Line"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "138380820240452612685797508687670935203",
"length": 1258.0
},
"target": {
"function": "get_initial_state",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-499df948",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@de63e74da2333b4068bb79983e632db730fea97e",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "259873955410194772686809198625957326923",
"length": 1141.0
},
"target": {
"function": "notify_resource_state",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-4b14243f",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@de63e74da2333b4068bb79983e632db730fea97e",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "6081774543273287103488766992465329583",
"length": 1138.0
},
"target": {
"function": "notify_peer_device_state",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-4dab8b8e",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b6a4055036eed1f5e239ce3d8b0db1ce38bba447",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "299477076862952135147267255625630045359",
"length": 351.0
},
"target": {
"function": "notify_resource_state_change",
"file": "drivers/block/drbd/drbd_state.c"
},
"id": "CVE-2022-49085-4fdc6d31",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a972c768723359ec995579902473028fe3cd64b1",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "20686489318290002942967315556429304921",
"length": 1129.0
},
"target": {
"function": "notify_connection_state",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-521c3a19",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dcf6be17b5c53b741898d2223b23e66d682de300",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "186969237694118168762991013650704522829",
"length": 282.0
},
"target": {
"function": "notify_connection_state_change",
"file": "drivers/block/drbd/drbd_state.c"
},
"id": "CVE-2022-49085-529382cd",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dcf6be17b5c53b741898d2223b23e66d682de300",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "138380820240452612685797508687670935203",
"length": 1258.0
},
"target": {
"function": "get_initial_state",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-574c4438",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a972c768723359ec995579902473028fe3cd64b1",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "186969237694118168762991013650704522829",
"length": 282.0
},
"target": {
"function": "notify_connection_state_change",
"file": "drivers/block/drbd/drbd_state.c"
},
"id": "CVE-2022-49085-59c38dd5",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@226e993c39405292781bfcf4b039a8db56aab362",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "297969904041107252411511621633354477083",
"length": 1093.0
},
"target": {
"function": "notify_device_state",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-5bb7a98a",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@594205b4936771a250f9d141e7e0fff21c3dd2d9",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"line_hashes": [
"259155491909311222252984562383102013459",
"267857507278247296955580193374120837805",
"309807254716326758388782901633237444825",
"94141870509714587243335462139995182529",
"99809345279973744888990228763765984396",
"97503384360777799797791575041474731567",
"242438638030069557206465112777929240197",
"79313102417818042033424292069290378065",
"168403667056523820924067742974741252336",
"120214081005737581310121160774673313879",
"335772742876754265474676919118316288016",
"200709389248971048539655105503222171628",
"166052397373501695193703604333477241123",
"157512874379965048161806219166161075114",
"15253182977795981106067029878076899530",
"34646382040523186198701533659006168821",
"125530211598457247951228801938776848457",
"114597627544851075585897658893384271733",
"266850599918206855545780101077443918117",
"274961118119844362463431672468590425260",
"297583708225137282479337313105410298357",
"185695047481497609985817184817482476815",
"50670652423753046686932784556340060473",
"51821129009776534771926755857590883539",
"16466522405236845607709347329226840029",
"108958174770608989680202166672328966294",
"63224763493822537072749351487951416266",
"227822759650503109882540854728286978084",
"305626949711561185979202082258702833802",
"299294102003191822257565042414449281941"
],
"threshold": 0.9
},
"target": {
"file": "drivers/block/drbd/drbd_state.c"
},
"id": "CVE-2022-49085-5bf62d31",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@aadb22ba2f656581b2f733deb3a467c48cc618f6",
"signature_type": "Line"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "297969904041107252411511621633354477083",
"length": 1093.0
},
"target": {
"function": "notify_device_state",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-6007792a",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b6a4055036eed1f5e239ce3d8b0db1ce38bba447",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"line_hashes": [
"317914520990158424637401877324145853732",
"193696540412553813057913877018796195084",
"130872654856190318855677619959575341916",
"330999054777268353335659601353977929056",
"306199714379580143349563641519495537100",
"273803340917866725692263422611563164293",
"60626612328857572696818038126303245437",
"314896019317248000929158358033910219755",
"150263006605323143337587943207349256349",
"128783916395111323647167514261913247726",
"180789362323206718560485258146104351503",
"149897039003050193746955206263812311499",
"144119408417274236760741629888704822998",
"220718275764775908745053542093060746144",
"91118542179017237281339164861478906426",
"306199714379580143349563641519495537100",
"273803340917866725692263422611563164293",
"60626612328857572696818038126303245437",
"314896019317248000929158358033910219755",
"51876021619704842155729863131079080340",
"204008163923148879869118249767126291165",
"34244453159798568848458304537640212106",
"289127348429633357875777098089340811461",
"154578298019689064684199436472225329820",
"84097957481704225094323608740162178221",
"180919204324219072366499063892846531502",
"306199714379580143349563641519495537100",
"273803340917866725692263422611563164293",
"60626612328857572696818038126303245437",
"314896019317248000929158358033910219755",
"44498068450733047166953275624917945354",
"28826639235130885991611269097488717861",
"162945413152460436884964330932243702949",
"30993322986953206276373389523684284735",
"325396168812724147919239945531902676386",
"52436689782685268515670287283086372242",
"133519166990187465629933346355747845583",
"306199714379580143349563641519495537100",
"273803340917866725692263422611563164293",
"60626612328857572696818038126303245437",
"314896019317248000929158358033910219755",
"96443120066761483944802833362054734680",
"48247481424047570916977139636130131061",
"178103733919628124259006341150940088926",
"286813678043639864636069943600128204744",
"56696243923772401922945030358073522715",
"149752021054021690671133136645028362488",
"313651897852886121495458299330654636804",
"316024768684691707706551558623570421857",
"332763605638823044584387343839322018376",
"308084936883194417707735406136697310837",
"40706404266427032228424757147115774227",
"37581023355870445159482218435166240308",
"284556000575743334339962281590745925056",
"151987013913520974486500982970169497365",
"92807855765957609906001857504243309559",
"116097350394993655012124060819302770185",
"9351958380526619776128376864825038732",
"185931435481992894532358158048605185679",
"304087113620903971568493830867476704971",
"185651035263907273056045980210159871074",
"170148575619959742986018355181547471833",
"34876066120791345571514177309915767786",
"280453149487331134060773767215458770050",
"16870167756981612551474294667070039077",
"324802718129367310232478737865814086788",
"172937964078938045298628351933335472944",
"254005771887939442912482833051565172259",
"32250609459413586807263731834295665497",
"51685613582366079241071469031658214045",
"227220305661726230224919784441163134908",
"83289225360691203005781434600901195740",
"332307441990591394989674034495454854999",
"94665018003218582477231941766760857395",
"299011643598522741000272583831154713327",
"255611539396502507580384740766538345584",
"248687586999279354334091923034436953395",
"214622378860891107116488814767609844260",
"316593938735546369616176530775291303648",
"271603313814537882946860047967032486827",
"171745237141874845203192358942691336604",
"41441264383980337058057241069991234904",
"331498086899787483803101097455992770507",
"335450194304197078964740133940501001299",
"206154751843242628203584350343999877759",
"181741560358972290515996699514444132677",
"244424646631126118178656993882836538455",
"23069867148951460291144764842603514477",
"208035365577378040342504914185295472858",
"209246072654708111876599326829551409719",
"156511210545869080796317200989905246662",
"63575515791902420896168074495953104783",
"13630985188732812551254760849592214009"
],
"threshold": 0.9
},
"target": {
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-61ec442a",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@226e993c39405292781bfcf4b039a8db56aab362",
"signature_type": "Line"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"line_hashes": [
"310763180780995383477494709881084435507",
"310730060846936615974571299083884324241",
"150383836427252479814234932571066038492",
"246456545138131890184114780868817989434",
"156387067700587604168719188107524913786",
"31065807576899390431078419345028583423",
"173018948550621232791295596842835092826",
"100045415633171075173466562438076366502",
"68004730753499361504495455581869119209",
"53567744134023648177332049682861841229",
"99794210724629257221249149616179272741",
"208302217732693274744944604935370205342",
"223813484931058416903935697921172111228",
"268507146078566878924565044510961563055",
"5176360330782787590878708588052354587",
"130057677974040831818416772446439309573",
"208148544883172417335728595243261024848",
"185564258085047901669295853589132889353",
"71844614669226209965893709892153978135"
],
"threshold": 0.9
},
"target": {
"file": "drivers/block/drbd/drbd_int.h"
},
"id": "CVE-2022-49085-654a55e9",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@0489700bfeb1e53eb2039c2291c67e71b0b40103",
"signature_type": "Line"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"line_hashes": [
"259155491909311222252984562383102013459",
"267857507278247296955580193374120837805",
"309807254716326758388782901633237444825",
"94141870509714587243335462139995182529",
"99809345279973744888990228763765984396",
"97503384360777799797791575041474731567",
"242438638030069557206465112777929240197",
"79313102417818042033424292069290378065",
"168403667056523820924067742974741252336",
"120214081005737581310121160774673313879",
"335772742876754265474676919118316288016",
"200709389248971048539655105503222171628",
"166052397373501695193703604333477241123",
"157512874379965048161806219166161075114",
"15253182977795981106067029878076899530",
"34646382040523186198701533659006168821",
"125530211598457247951228801938776848457",
"114597627544851075585897658893384271733",
"266850599918206855545780101077443918117",
"274961118119844362463431672468590425260",
"297583708225137282479337313105410298357",
"185695047481497609985817184817482476815",
"50670652423753046686932784556340060473",
"51821129009776534771926755857590883539",
"16466522405236845607709347329226840029",
"108958174770608989680202166672328966294",
"63224763493822537072749351487951416266",
"227822759650503109882540854728286978084",
"305626949711561185979202082258702833802",
"299294102003191822257565042414449281941"
],
"threshold": 0.9
},
"target": {
"file": "drivers/block/drbd/drbd_state.c"
},
"id": "CVE-2022-49085-674a926f",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@de63e74da2333b4068bb79983e632db730fea97e",
"signature_type": "Line"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "20686489318290002942967315556429304921",
"length": 1129.0
},
"target": {
"function": "notify_connection_state",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-68dbbb1a",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@de63e74da2333b4068bb79983e632db730fea97e",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "20686489318290002942967315556429304921",
"length": 1129.0
},
"target": {
"function": "notify_connection_state",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-6b02e706",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@aadb22ba2f656581b2f733deb3a467c48cc618f6",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "6081774543273287103488766992465329583",
"length": 1138.0
},
"target": {
"function": "notify_peer_device_state",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-6bc277e4",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@188fe6b26765edbad4055611c0f788b6870f4024",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "299477076862952135147267255625630045359",
"length": 351.0
},
"target": {
"function": "notify_resource_state_change",
"file": "drivers/block/drbd/drbd_state.c"
},
"id": "CVE-2022-49085-6c47beb3",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@594205b4936771a250f9d141e7e0fff21c3dd2d9",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"line_hashes": [
"95513950626926557068280082310423255157",
"222328686642191685000328265304173889388",
"203397254330361546383123110511001348808",
"314596652796902188192324589552612497859",
"66838208861295224158075117016381182969",
"7562267514551108473920733313331087117",
"169029419921635415050050438705790486912",
"223169657408930551547626085706588548770",
"40547014203299488793961722043546899584",
"59559523381494908255905799362297392840",
"60956479549083097306226809258824001223",
"312750641406000983585399233074963460777",
"16014379076736318926901041226898667373",
"238712208467620295113935280303857788551",
"198465897787172575366345403419570526400",
"125763846242965298021296763916078512179"
],
"threshold": 0.9
},
"target": {
"file": "drivers/block/drbd/drbd_state_change.h"
},
"id": "CVE-2022-49085-71217612",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@de63e74da2333b4068bb79983e632db730fea97e",
"signature_type": "Line"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "259873955410194772686809198625957326923",
"length": 1141.0
},
"target": {
"function": "notify_resource_state",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-71c42284",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b6a4055036eed1f5e239ce3d8b0db1ce38bba447",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "138380820240452612685797508687670935203",
"length": 1258.0
},
"target": {
"function": "get_initial_state",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-732f5abc",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@188fe6b26765edbad4055611c0f788b6870f4024",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "67770499071500604957686740102085630972",
"length": 485.0
},
"target": {
"function": "notify_peer_device_state_change",
"file": "drivers/block/drbd/drbd_state.c"
},
"id": "CVE-2022-49085-78930b24",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@0489700bfeb1e53eb2039c2291c67e71b0b40103",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "138380820240452612685797508687670935203",
"length": 1258.0
},
"target": {
"function": "get_initial_state",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-7f6dad54",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@226e993c39405292781bfcf4b039a8db56aab362",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"line_hashes": [
"317914520990158424637401877324145853732",
"193696540412553813057913877018796195084",
"130872654856190318855677619959575341916",
"330999054777268353335659601353977929056",
"306199714379580143349563641519495537100",
"273803340917866725692263422611563164293",
"60626612328857572696818038126303245437",
"314896019317248000929158358033910219755",
"150263006605323143337587943207349256349",
"128783916395111323647167514261913247726",
"180789362323206718560485258146104351503",
"149897039003050193746955206263812311499",
"144119408417274236760741629888704822998",
"220718275764775908745053542093060746144",
"91118542179017237281339164861478906426",
"306199714379580143349563641519495537100",
"273803340917866725692263422611563164293",
"60626612328857572696818038126303245437",
"314896019317248000929158358033910219755",
"51876021619704842155729863131079080340",
"204008163923148879869118249767126291165",
"34244453159798568848458304537640212106",
"289127348429633357875777098089340811461",
"154578298019689064684199436472225329820",
"84097957481704225094323608740162178221",
"180919204324219072366499063892846531502",
"306199714379580143349563641519495537100",
"273803340917866725692263422611563164293",
"60626612328857572696818038126303245437",
"314896019317248000929158358033910219755",
"44498068450733047166953275624917945354",
"28826639235130885991611269097488717861",
"162945413152460436884964330932243702949",
"30993322986953206276373389523684284735",
"325396168812724147919239945531902676386",
"52436689782685268515670287283086372242",
"133519166990187465629933346355747845583",
"306199714379580143349563641519495537100",
"273803340917866725692263422611563164293",
"60626612328857572696818038126303245437",
"314896019317248000929158358033910219755",
"96443120066761483944802833362054734680",
"48247481424047570916977139636130131061",
"178103733919628124259006341150940088926",
"286813678043639864636069943600128204744",
"56696243923772401922945030358073522715",
"149752021054021690671133136645028362488",
"313651897852886121495458299330654636804",
"316024768684691707706551558623570421857",
"332763605638823044584387343839322018376",
"308084936883194417707735406136697310837",
"40706404266427032228424757147115774227",
"37581023355870445159482218435166240308",
"284556000575743334339962281590745925056",
"151987013913520974486500982970169497365",
"92807855765957609906001857504243309559",
"116097350394993655012124060819302770185",
"9351958380526619776128376864825038732",
"185931435481992894532358158048605185679",
"304087113620903971568493830867476704971",
"185651035263907273056045980210159871074",
"170148575619959742986018355181547471833",
"34876066120791345571514177309915767786",
"280453149487331134060773767215458770050",
"16870167756981612551474294667070039077",
"324802718129367310232478737865814086788",
"172937964078938045298628351933335472944",
"254005771887939442912482833051565172259",
"32250609459413586807263731834295665497",
"51685613582366079241071469031658214045",
"227220305661726230224919784441163134908",
"83289225360691203005781434600901195740",
"332307441990591394989674034495454854999",
"94665018003218582477231941766760857395",
"299011643598522741000272583831154713327",
"255611539396502507580384740766538345584",
"248687586999279354334091923034436953395",
"214622378860891107116488814767609844260",
"316593938735546369616176530775291303648",
"271603313814537882946860047967032486827",
"171745237141874845203192358942691336604",
"41441264383980337058057241069991234904",
"331498086899787483803101097455992770507",
"335450194304197078964740133940501001299",
"206154751843242628203584350343999877759",
"181741560358972290515996699514444132677",
"244424646631126118178656993882836538455",
"23069867148951460291144764842603514477",
"208035365577378040342504914185295472858",
"209246072654708111876599326829551409719",
"156511210545869080796317200989905246662",
"63575515791902420896168074495953104783",
"13630985188732812551254760849592214009"
],
"threshold": 0.9
},
"target": {
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-82932990",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@0489700bfeb1e53eb2039c2291c67e71b0b40103",
"signature_type": "Line"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "103025281555075456537046777414534633615",
"length": 498.0
},
"target": {
"function": "notify_initial_state_done",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-8386ef75",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@0489700bfeb1e53eb2039c2291c67e71b0b40103",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "186969237694118168762991013650704522829",
"length": 282.0
},
"target": {
"function": "notify_connection_state_change",
"file": "drivers/block/drbd/drbd_state.c"
},
"id": "CVE-2022-49085-83aa8bb1",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@0489700bfeb1e53eb2039c2291c67e71b0b40103",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "6081774543273287103488766992465329583",
"length": 1138.0
},
"target": {
"function": "notify_peer_device_state",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-849cd7b1",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@594205b4936771a250f9d141e7e0fff21c3dd2d9",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "103025281555075456537046777414534633615",
"length": 498.0
},
"target": {
"function": "notify_initial_state_done",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-892382b1",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a972c768723359ec995579902473028fe3cd64b1",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "297969904041107252411511621633354477083",
"length": 1093.0
},
"target": {
"function": "notify_device_state",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-89f428cf",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dcf6be17b5c53b741898d2223b23e66d682de300",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "259873955410194772686809198625957326923",
"length": 1141.0
},
"target": {
"function": "notify_resource_state",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-8a223869",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@0489700bfeb1e53eb2039c2291c67e71b0b40103",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "67770499071500604957686740102085630972",
"length": 485.0
},
"target": {
"function": "notify_peer_device_state_change",
"file": "drivers/block/drbd/drbd_state.c"
},
"id": "CVE-2022-49085-8ab76263",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dcf6be17b5c53b741898d2223b23e66d682de300",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "186969237694118168762991013650704522829",
"length": 282.0
},
"target": {
"function": "notify_connection_state_change",
"file": "drivers/block/drbd/drbd_state.c"
},
"id": "CVE-2022-49085-8f3f4987",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a972c768723359ec995579902473028fe3cd64b1",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"line_hashes": [
"310763180780995383477494709881084435507",
"310730060846936615974571299083884324241",
"150383836427252479814234932571066038492",
"246456545138131890184114780868817989434",
"156387067700587604168719188107524913786",
"31065807576899390431078419345028583423",
"173018948550621232791295596842835092826",
"100045415633171075173466562438076366502",
"68004730753499361504495455581869119209",
"53567744134023648177332049682861841229",
"99794210724629257221249149616179272741",
"208302217732693274744944604935370205342",
"223813484931058416903935697921172111228",
"268507146078566878924565044510961563055",
"5176360330782787590878708588052354587",
"130057677974040831818416772446439309573",
"208148544883172417335728595243261024848",
"185564258085047901669295853589132889353",
"71844614669226209965893709892153978135"
],
"threshold": 0.9
},
"target": {
"file": "drivers/block/drbd/drbd_int.h"
},
"id": "CVE-2022-49085-939b34b0",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@594205b4936771a250f9d141e7e0fff21c3dd2d9",
"signature_type": "Line"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"line_hashes": [
"95513950626926557068280082310423255157",
"222328686642191685000328265304173889388",
"203397254330361546383123110511001348808",
"314596652796902188192324589552612497859",
"66838208861295224158075117016381182969",
"7562267514551108473920733313331087117",
"169029419921635415050050438705790486912",
"223169657408930551547626085706588548770",
"40547014203299488793961722043546899584",
"59559523381494908255905799362297392840",
"60956479549083097306226809258824001223",
"312750641406000983585399233074963460777",
"16014379076736318926901041226898667373",
"238712208467620295113935280303857788551",
"198465897787172575366345403419570526400",
"125763846242965298021296763916078512179"
],
"threshold": 0.9
},
"target": {
"file": "drivers/block/drbd/drbd_state_change.h"
},
"id": "CVE-2022-49085-98af17ac",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@0489700bfeb1e53eb2039c2291c67e71b0b40103",
"signature_type": "Line"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "259873955410194772686809198625957326923",
"length": 1141.0
},
"target": {
"function": "notify_resource_state",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-9959830e",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@aadb22ba2f656581b2f733deb3a467c48cc618f6",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"line_hashes": [
"95513950626926557068280082310423255157",
"222328686642191685000328265304173889388",
"203397254330361546383123110511001348808",
"314596652796902188192324589552612497859",
"66838208861295224158075117016381182969",
"7562267514551108473920733313331087117",
"169029419921635415050050438705790486912",
"223169657408930551547626085706588548770",
"40547014203299488793961722043546899584",
"59559523381494908255905799362297392840",
"60956479549083097306226809258824001223",
"312750641406000983585399233074963460777",
"16014379076736318926901041226898667373",
"238712208467620295113935280303857788551",
"198465897787172575366345403419570526400",
"125763846242965298021296763916078512179"
],
"threshold": 0.9
},
"target": {
"file": "drivers/block/drbd/drbd_state_change.h"
},
"id": "CVE-2022-49085-9bf8f071",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b6a4055036eed1f5e239ce3d8b0db1ce38bba447",
"signature_type": "Line"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "67770499071500604957686740102085630972",
"length": 485.0
},
"target": {
"function": "notify_peer_device_state_change",
"file": "drivers/block/drbd/drbd_state.c"
},
"id": "CVE-2022-49085-9d790cda",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a972c768723359ec995579902473028fe3cd64b1",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "186969237694118168762991013650704522829",
"length": 282.0
},
"target": {
"function": "notify_connection_state_change",
"file": "drivers/block/drbd/drbd_state.c"
},
"id": "CVE-2022-49085-9dd342b5",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@aadb22ba2f656581b2f733deb3a467c48cc618f6",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "6081774543273287103488766992465329583",
"length": 1138.0
},
"target": {
"function": "notify_peer_device_state",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-9e28215b",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@de63e74da2333b4068bb79983e632db730fea97e",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "299477076862952135147267255625630045359",
"length": 351.0
},
"target": {
"function": "notify_resource_state_change",
"file": "drivers/block/drbd/drbd_state.c"
},
"id": "CVE-2022-49085-a016390a",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@de63e74da2333b4068bb79983e632db730fea97e",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"line_hashes": [
"259155491909311222252984562383102013459",
"267857507278247296955580193374120837805",
"309807254716326758388782901633237444825",
"94141870509714587243335462139995182529",
"99809345279973744888990228763765984396",
"97503384360777799797791575041474731567",
"242438638030069557206465112777929240197",
"79313102417818042033424292069290378065",
"168403667056523820924067742974741252336",
"120214081005737581310121160774673313879",
"335772742876754265474676919118316288016",
"200709389248971048539655105503222171628",
"166052397373501695193703604333477241123",
"157512874379965048161806219166161075114",
"15253182977795981106067029878076899530",
"34646382040523186198701533659006168821",
"125530211598457247951228801938776848457",
"114597627544851075585897658893384271733",
"266850599918206855545780101077443918117",
"274961118119844362463431672468590425260",
"297583708225137282479337313105410298357",
"185695047481497609985817184817482476815",
"50670652423753046686932784556340060473",
"51821129009776534771926755857590883539",
"16466522405236845607709347329226840029",
"108958174770608989680202166672328966294",
"63224763493822537072749351487951416266",
"227822759650503109882540854728286978084",
"305626949711561185979202082258702833802",
"299294102003191822257565042414449281941"
],
"threshold": 0.9
},
"target": {
"file": "drivers/block/drbd/drbd_state.c"
},
"id": "CVE-2022-49085-a0ff892e",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a972c768723359ec995579902473028fe3cd64b1",
"signature_type": "Line"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"line_hashes": [
"259155491909311222252984562383102013459",
"267857507278247296955580193374120837805",
"309807254716326758388782901633237444825",
"94141870509714587243335462139995182529",
"99809345279973744888990228763765984396",
"97503384360777799797791575041474731567",
"242438638030069557206465112777929240197",
"79313102417818042033424292069290378065",
"168403667056523820924067742974741252336",
"120214081005737581310121160774673313879",
"335772742876754265474676919118316288016",
"200709389248971048539655105503222171628",
"166052397373501695193703604333477241123",
"157512874379965048161806219166161075114",
"15253182977795981106067029878076899530",
"34646382040523186198701533659006168821",
"125530211598457247951228801938776848457",
"114597627544851075585897658893384271733",
"266850599918206855545780101077443918117",
"274961118119844362463431672468590425260",
"297583708225137282479337313105410298357",
"185695047481497609985817184817482476815",
"50670652423753046686932784556340060473",
"51821129009776534771926755857590883539",
"16466522405236845607709347329226840029",
"108958174770608989680202166672328966294",
"63224763493822537072749351487951416266",
"227822759650503109882540854728286978084",
"70942470933978044306230538751772882614",
"292864124694823594511131653121986527023"
],
"threshold": 0.9
},
"target": {
"file": "drivers/block/drbd/drbd_state.c"
},
"id": "CVE-2022-49085-a3365eda",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dcf6be17b5c53b741898d2223b23e66d682de300",
"signature_type": "Line"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"line_hashes": [
"310763180780995383477494709881084435507",
"310730060846936615974571299083884324241",
"150383836427252479814234932571066038492",
"246456545138131890184114780868817989434",
"156387067700587604168719188107524913786",
"31065807576899390431078419345028583423",
"173018948550621232791295596842835092826",
"100045415633171075173466562438076366502",
"68004730753499361504495455581869119209",
"53567744134023648177332049682861841229",
"99794210724629257221249149616179272741",
"208302217732693274744944604935370205342",
"223813484931058416903935697921172111228",
"268507146078566878924565044510961563055",
"5176360330782787590878708588052354587",
"130057677974040831818416772446439309573",
"208148544883172417335728595243261024848",
"185564258085047901669295853589132889353",
"71844614669226209965893709892153978135"
],
"threshold": 0.9
},
"target": {
"file": "drivers/block/drbd/drbd_int.h"
},
"id": "CVE-2022-49085-a3ba591a",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@226e993c39405292781bfcf4b039a8db56aab362",
"signature_type": "Line"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "270685673095851929578089284688470885884",
"length": 236.0
},
"target": {
"function": "notify_device_state_change",
"file": "drivers/block/drbd/drbd_state.c"
},
"id": "CVE-2022-49085-a4a1fd6a",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@aadb22ba2f656581b2f733deb3a467c48cc618f6",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"line_hashes": [
"317914520990158424637401877324145853732",
"193696540412553813057913877018796195084",
"130872654856190318855677619959575341916",
"330999054777268353335659601353977929056",
"306199714379580143349563641519495537100",
"273803340917866725692263422611563164293",
"60626612328857572696818038126303245437",
"314896019317248000929158358033910219755",
"150263006605323143337587943207349256349",
"128783916395111323647167514261913247726",
"180789362323206718560485258146104351503",
"149897039003050193746955206263812311499",
"144119408417274236760741629888704822998",
"220718275764775908745053542093060746144",
"91118542179017237281339164861478906426",
"306199714379580143349563641519495537100",
"273803340917866725692263422611563164293",
"60626612328857572696818038126303245437",
"314896019317248000929158358033910219755",
"51876021619704842155729863131079080340",
"204008163923148879869118249767126291165",
"34244453159798568848458304537640212106",
"289127348429633357875777098089340811461",
"154578298019689064684199436472225329820",
"84097957481704225094323608740162178221",
"180919204324219072366499063892846531502",
"306199714379580143349563641519495537100",
"273803340917866725692263422611563164293",
"60626612328857572696818038126303245437",
"314896019317248000929158358033910219755",
"44498068450733047166953275624917945354",
"28826639235130885991611269097488717861",
"162945413152460436884964330932243702949",
"30993322986953206276373389523684284735",
"325396168812724147919239945531902676386",
"52436689782685268515670287283086372242",
"133519166990187465629933346355747845583",
"306199714379580143349563641519495537100",
"273803340917866725692263422611563164293",
"60626612328857572696818038126303245437",
"314896019317248000929158358033910219755",
"96443120066761483944802833362054734680",
"48247481424047570916977139636130131061",
"178103733919628124259006341150940088926",
"286813678043639864636069943600128204744",
"56696243923772401922945030358073522715",
"149752021054021690671133136645028362488",
"313651897852886121495458299330654636804",
"316024768684691707706551558623570421857",
"332763605638823044584387343839322018376",
"308084936883194417707735406136697310837",
"40706404266427032228424757147115774227",
"37581023355870445159482218435166240308",
"284556000575743334339962281590745925056",
"151987013913520974486500982970169497365",
"92807855765957609906001857504243309559",
"116097350394993655012124060819302770185",
"9351958380526619776128376864825038732",
"185931435481992894532358158048605185679",
"304087113620903971568493830867476704971",
"185651035263907273056045980210159871074",
"170148575619959742986018355181547471833",
"34876066120791345571514177309915767786",
"280453149487331134060773767215458770050",
"16870167756981612551474294667070039077",
"324802718129367310232478737865814086788",
"172937964078938045298628351933335472944",
"254005771887939442912482833051565172259",
"32250609459413586807263731834295665497",
"51685613582366079241071469031658214045",
"227220305661726230224919784441163134908",
"83289225360691203005781434600901195740",
"332307441990591394989674034495454854999",
"94665018003218582477231941766760857395",
"299011643598522741000272583831154713327",
"255611539396502507580384740766538345584",
"248687586999279354334091923034436953395",
"214622378860891107116488814767609844260",
"316593938735546369616176530775291303648",
"271603313814537882946860047967032486827",
"171745237141874845203192358942691336604",
"41441264383980337058057241069991234904",
"331498086899787483803101097455992770507",
"335450194304197078964740133940501001299",
"206154751843242628203584350343999877759",
"181741560358972290515996699514444132677",
"244424646631126118178656993882836538455",
"23069867148951460291144764842603514477",
"208035365577378040342504914185295472858",
"209246072654708111876599326829551409719",
"156511210545869080796317200989905246662",
"63575515791902420896168074495953104783",
"13630985188732812551254760849592214009"
],
"threshold": 0.9
},
"target": {
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-a5115ed4",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@aadb22ba2f656581b2f733deb3a467c48cc618f6",
"signature_type": "Line"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "103025281555075456537046777414534633615",
"length": 498.0
},
"target": {
"function": "notify_initial_state_done",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-a66e6abb",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@188fe6b26765edbad4055611c0f788b6870f4024",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "299477076862952135147267255625630045359",
"length": 351.0
},
"target": {
"function": "notify_resource_state_change",
"file": "drivers/block/drbd/drbd_state.c"
},
"id": "CVE-2022-49085-a9ab7d7f",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@0489700bfeb1e53eb2039c2291c67e71b0b40103",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "6081774543273287103488766992465329583",
"length": 1138.0
},
"target": {
"function": "notify_peer_device_state",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-a9d2bfae",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a972c768723359ec995579902473028fe3cd64b1",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "299477076862952135147267255625630045359",
"length": 351.0
},
"target": {
"function": "notify_resource_state_change",
"file": "drivers/block/drbd/drbd_state.c"
},
"id": "CVE-2022-49085-aba0af5c",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@188fe6b26765edbad4055611c0f788b6870f4024",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "270685673095851929578089284688470885884",
"length": 236.0
},
"target": {
"function": "notify_device_state_change",
"file": "drivers/block/drbd/drbd_state.c"
},
"id": "CVE-2022-49085-af42dc90",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b6a4055036eed1f5e239ce3d8b0db1ce38bba447",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"line_hashes": [
"259155491909311222252984562383102013459",
"267857507278247296955580193374120837805",
"309807254716326758388782901633237444825",
"94141870509714587243335462139995182529",
"99809345279973744888990228763765984396",
"97503384360777799797791575041474731567",
"242438638030069557206465112777929240197",
"79313102417818042033424292069290378065",
"168403667056523820924067742974741252336",
"120214081005737581310121160774673313879",
"335772742876754265474676919118316288016",
"200709389248971048539655105503222171628",
"166052397373501695193703604333477241123",
"157512874379965048161806219166161075114",
"15253182977795981106067029878076899530",
"34646382040523186198701533659006168821",
"125530211598457247951228801938776848457",
"114597627544851075585897658893384271733",
"266850599918206855545780101077443918117",
"274961118119844362463431672468590425260",
"297583708225137282479337313105410298357",
"185695047481497609985817184817482476815",
"50670652423753046686932784556340060473",
"51821129009776534771926755857590883539",
"16466522405236845607709347329226840029",
"108958174770608989680202166672328966294",
"63224763493822537072749351487951416266",
"227822759650503109882540854728286978084",
"305626949711561185979202082258702833802",
"299294102003191822257565042414449281941"
],
"threshold": 0.9
},
"target": {
"file": "drivers/block/drbd/drbd_state.c"
},
"id": "CVE-2022-49085-b4af3d42",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@594205b4936771a250f9d141e7e0fff21c3dd2d9",
"signature_type": "Line"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "138380820240452612685797508687670935203",
"length": 1258.0
},
"target": {
"function": "get_initial_state",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-b599067b",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dcf6be17b5c53b741898d2223b23e66d682de300",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"line_hashes": [
"310763180780995383477494709881084435507",
"310730060846936615974571299083884324241",
"150383836427252479814234932571066038492",
"246456545138131890184114780868817989434",
"156387067700587604168719188107524913786",
"31065807576899390431078419345028583423",
"173018948550621232791295596842835092826",
"100045415633171075173466562438076366502",
"68004730753499361504495455581869119209",
"53567744134023648177332049682861841229",
"99794210724629257221249149616179272741",
"208302217732693274744944604935370205342",
"223813484931058416903935697921172111228",
"268507146078566878924565044510961563055",
"5176360330782787590878708588052354587",
"130057677974040831818416772446439309573",
"208148544883172417335728595243261024848",
"185564258085047901669295853589132889353",
"71844614669226209965893709892153978135"
],
"threshold": 0.9
},
"target": {
"file": "drivers/block/drbd/drbd_int.h"
},
"id": "CVE-2022-49085-b5c4a623",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b6a4055036eed1f5e239ce3d8b0db1ce38bba447",
"signature_type": "Line"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "138380820240452612685797508687670935203",
"length": 1258.0
},
"target": {
"function": "get_initial_state",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-b67f3c1e",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@0489700bfeb1e53eb2039c2291c67e71b0b40103",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "270685673095851929578089284688470885884",
"length": 236.0
},
"target": {
"function": "notify_device_state_change",
"file": "drivers/block/drbd/drbd_state.c"
},
"id": "CVE-2022-49085-b87aca61",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@594205b4936771a250f9d141e7e0fff21c3dd2d9",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "270685673095851929578089284688470885884",
"length": 236.0
},
"target": {
"function": "notify_device_state_change",
"file": "drivers/block/drbd/drbd_state.c"
},
"id": "CVE-2022-49085-bac49347",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@226e993c39405292781bfcf4b039a8db56aab362",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"line_hashes": [
"259155491909311222252984562383102013459",
"267857507278247296955580193374120837805",
"309807254716326758388782901633237444825",
"94141870509714587243335462139995182529",
"99809345279973744888990228763765984396",
"97503384360777799797791575041474731567",
"242438638030069557206465112777929240197",
"79313102417818042033424292069290378065",
"168403667056523820924067742974741252336",
"120214081005737581310121160774673313879",
"335772742876754265474676919118316288016",
"200709389248971048539655105503222171628",
"166052397373501695193703604333477241123",
"157512874379965048161806219166161075114",
"15253182977795981106067029878076899530",
"34646382040523186198701533659006168821",
"125530211598457247951228801938776848457",
"114597627544851075585897658893384271733",
"266850599918206855545780101077443918117",
"274961118119844362463431672468590425260",
"297583708225137282479337313105410298357",
"185695047481497609985817184817482476815",
"50670652423753046686932784556340060473",
"51821129009776534771926755857590883539",
"16466522405236845607709347329226840029",
"108958174770608989680202166672328966294",
"63224763493822537072749351487951416266",
"227822759650503109882540854728286978084",
"70942470933978044306230538751772882614",
"292864124694823594511131653121986527023"
],
"threshold": 0.9
},
"target": {
"file": "drivers/block/drbd/drbd_state.c"
},
"id": "CVE-2022-49085-bd493b87",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b6a4055036eed1f5e239ce3d8b0db1ce38bba447",
"signature_type": "Line"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "103025281555075456537046777414534633615",
"length": 498.0
},
"target": {
"function": "notify_initial_state_done",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-bdce59d3",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b6a4055036eed1f5e239ce3d8b0db1ce38bba447",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"line_hashes": [
"95513950626926557068280082310423255157",
"222328686642191685000328265304173889388",
"203397254330361546383123110511001348808",
"314596652796902188192324589552612497859",
"66838208861295224158075117016381182969",
"7562267514551108473920733313331087117",
"169029419921635415050050438705790486912",
"223169657408930551547626085706588548770",
"40547014203299488793961722043546899584",
"59559523381494908255905799362297392840",
"60956479549083097306226809258824001223",
"312750641406000983585399233074963460777",
"16014379076736318926901041226898667373",
"238712208467620295113935280303857788551",
"198465897787172575366345403419570526400",
"125763846242965298021296763916078512179"
],
"threshold": 0.9
},
"target": {
"file": "drivers/block/drbd/drbd_state_change.h"
},
"id": "CVE-2022-49085-c0653dc2",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@aadb22ba2f656581b2f733deb3a467c48cc618f6",
"signature_type": "Line"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "20686489318290002942967315556429304921",
"length": 1129.0
},
"target": {
"function": "notify_connection_state",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-c0a544cb",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@226e993c39405292781bfcf4b039a8db56aab362",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "259873955410194772686809198625957326923",
"length": 1141.0
},
"target": {
"function": "notify_resource_state",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-c2bb04fc",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@188fe6b26765edbad4055611c0f788b6870f4024",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "270685673095851929578089284688470885884",
"length": 236.0
},
"target": {
"function": "notify_device_state_change",
"file": "drivers/block/drbd/drbd_state.c"
},
"id": "CVE-2022-49085-c7d3f25c",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@de63e74da2333b4068bb79983e632db730fea97e",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "297969904041107252411511621633354477083",
"length": 1093.0
},
"target": {
"function": "notify_device_state",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-caeffdfb",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@0489700bfeb1e53eb2039c2291c67e71b0b40103",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "299477076862952135147267255625630045359",
"length": 351.0
},
"target": {
"function": "notify_resource_state_change",
"file": "drivers/block/drbd/drbd_state.c"
},
"id": "CVE-2022-49085-cb3a169f",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@aadb22ba2f656581b2f733deb3a467c48cc618f6",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"line_hashes": [
"317914520990158424637401877324145853732",
"193696540412553813057913877018796195084",
"130872654856190318855677619959575341916",
"330999054777268353335659601353977929056",
"306199714379580143349563641519495537100",
"273803340917866725692263422611563164293",
"60626612328857572696818038126303245437",
"314896019317248000929158358033910219755",
"150263006605323143337587943207349256349",
"128783916395111323647167514261913247726",
"180789362323206718560485258146104351503",
"149897039003050193746955206263812311499",
"144119408417274236760741629888704822998",
"220718275764775908745053542093060746144",
"91118542179017237281339164861478906426",
"306199714379580143349563641519495537100",
"273803340917866725692263422611563164293",
"60626612328857572696818038126303245437",
"314896019317248000929158358033910219755",
"51876021619704842155729863131079080340",
"204008163923148879869118249767126291165",
"34244453159798568848458304537640212106",
"289127348429633357875777098089340811461",
"154578298019689064684199436472225329820",
"84097957481704225094323608740162178221",
"180919204324219072366499063892846531502",
"306199714379580143349563641519495537100",
"273803340917866725692263422611563164293",
"60626612328857572696818038126303245437",
"314896019317248000929158358033910219755",
"44498068450733047166953275624917945354",
"28826639235130885991611269097488717861",
"162945413152460436884964330932243702949",
"30993322986953206276373389523684284735",
"325396168812724147919239945531902676386",
"52436689782685268515670287283086372242",
"133519166990187465629933346355747845583",
"306199714379580143349563641519495537100",
"273803340917866725692263422611563164293",
"60626612328857572696818038126303245437",
"314896019317248000929158358033910219755",
"96443120066761483944802833362054734680",
"48247481424047570916977139636130131061",
"178103733919628124259006341150940088926",
"286813678043639864636069943600128204744",
"56696243923772401922945030358073522715",
"149752021054021690671133136645028362488",
"313651897852886121495458299330654636804",
"316024768684691707706551558623570421857",
"332763605638823044584387343839322018376",
"308084936883194417707735406136697310837",
"40706404266427032228424757147115774227",
"37581023355870445159482218435166240308",
"284556000575743334339962281590745925056",
"151987013913520974486500982970169497365",
"92807855765957609906001857504243309559",
"116097350394993655012124060819302770185",
"9351958380526619776128376864825038732",
"185931435481992894532358158048605185679",
"304087113620903971568493830867476704971",
"185651035263907273056045980210159871074",
"170148575619959742986018355181547471833",
"34876066120791345571514177309915767786",
"280453149487331134060773767215458770050",
"16870167756981612551474294667070039077",
"324802718129367310232478737865814086788",
"172937964078938045298628351933335472944",
"254005771887939442912482833051565172259",
"32250609459413586807263731834295665497",
"51685613582366079241071469031658214045",
"227220305661726230224919784441163134908",
"83289225360691203005781434600901195740",
"332307441990591394989674034495454854999",
"94665018003218582477231941766760857395",
"299011643598522741000272583831154713327",
"255611539396502507580384740766538345584",
"248687586999279354334091923034436953395",
"214622378860891107116488814767609844260",
"316593938735546369616176530775291303648",
"271603313814537882946860047967032486827",
"171745237141874845203192358942691336604",
"41441264383980337058057241069991234904",
"331498086899787483803101097455992770507",
"335450194304197078964740133940501001299",
"206154751843242628203584350343999877759",
"181741560358972290515996699514444132677",
"244424646631126118178656993882836538455",
"23069867148951460291144764842603514477",
"208035365577378040342504914185295472858",
"209246072654708111876599326829551409719",
"156511210545869080796317200989905246662",
"63575515791902420896168074495953104783",
"13630985188732812551254760849592214009"
],
"threshold": 0.9
},
"target": {
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-cbbf6f5b",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b6a4055036eed1f5e239ce3d8b0db1ce38bba447",
"signature_type": "Line"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"line_hashes": [
"95513950626926557068280082310423255157",
"222328686642191685000328265304173889388",
"203397254330361546383123110511001348808",
"314596652796902188192324589552612497859",
"66838208861295224158075117016381182969",
"7562267514551108473920733313331087117",
"169029419921635415050050438705790486912",
"223169657408930551547626085706588548770",
"40547014203299488793961722043546899584",
"59559523381494908255905799362297392840",
"60956479549083097306226809258824001223",
"312750641406000983585399233074963460777",
"16014379076736318926901041226898667373",
"238712208467620295113935280303857788551",
"198465897787172575366345403419570526400",
"125763846242965298021296763916078512179"
],
"threshold": 0.9
},
"target": {
"file": "drivers/block/drbd/drbd_state_change.h"
},
"id": "CVE-2022-49085-cfade9b3",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@594205b4936771a250f9d141e7e0fff21c3dd2d9",
"signature_type": "Line"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "67770499071500604957686740102085630972",
"length": 485.0
},
"target": {
"function": "notify_peer_device_state_change",
"file": "drivers/block/drbd/drbd_state.c"
},
"id": "CVE-2022-49085-d10e30e6",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@aadb22ba2f656581b2f733deb3a467c48cc618f6",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "270685673095851929578089284688470885884",
"length": 236.0
},
"target": {
"function": "notify_device_state_change",
"file": "drivers/block/drbd/drbd_state.c"
},
"id": "CVE-2022-49085-d21e7f1c",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@0489700bfeb1e53eb2039c2291c67e71b0b40103",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "20686489318290002942967315556429304921",
"length": 1129.0
},
"target": {
"function": "notify_connection_state",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-d2bcf957",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a972c768723359ec995579902473028fe3cd64b1",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "186969237694118168762991013650704522829",
"length": 282.0
},
"target": {
"function": "notify_connection_state_change",
"file": "drivers/block/drbd/drbd_state.c"
},
"id": "CVE-2022-49085-d65b11c9",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@188fe6b26765edbad4055611c0f788b6870f4024",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"line_hashes": [
"95513950626926557068280082310423255157",
"222328686642191685000328265304173889388",
"203397254330361546383123110511001348808",
"314596652796902188192324589552612497859",
"66838208861295224158075117016381182969",
"7562267514551108473920733313331087117",
"169029419921635415050050438705790486912",
"223169657408930551547626085706588548770",
"40547014203299488793961722043546899584",
"59559523381494908255905799362297392840",
"60956479549083097306226809258824001223",
"312750641406000983585399233074963460777",
"16014379076736318926901041226898667373",
"238712208467620295113935280303857788551",
"198465897787172575366345403419570526400",
"125763846242965298021296763916078512179"
],
"threshold": 0.9
},
"target": {
"file": "drivers/block/drbd/drbd_state_change.h"
},
"id": "CVE-2022-49085-d87579d0",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@188fe6b26765edbad4055611c0f788b6870f4024",
"signature_type": "Line"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "186969237694118168762991013650704522829",
"length": 282.0
},
"target": {
"function": "notify_connection_state_change",
"file": "drivers/block/drbd/drbd_state.c"
},
"id": "CVE-2022-49085-db1097f7",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@594205b4936771a250f9d141e7e0fff21c3dd2d9",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "20686489318290002942967315556429304921",
"length": 1129.0
},
"target": {
"function": "notify_connection_state",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-ddcf93bc",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@594205b4936771a250f9d141e7e0fff21c3dd2d9",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"line_hashes": [
"310763180780995383477494709881084435507",
"310730060846936615974571299083884324241",
"150383836427252479814234932571066038492",
"246456545138131890184114780868817989434",
"156387067700587604168719188107524913786",
"31065807576899390431078419345028583423",
"173018948550621232791295596842835092826",
"100045415633171075173466562438076366502",
"68004730753499361504495455581869119209",
"53567744134023648177332049682861841229",
"99794210724629257221249149616179272741",
"208302217732693274744944604935370205342",
"223813484931058416903935697921172111228",
"268507146078566878924565044510961563055",
"5176360330782787590878708588052354587",
"130057677974040831818416772446439309573",
"208148544883172417335728595243261024848",
"185564258085047901669295853589132889353",
"71844614669226209965893709892153978135"
],
"threshold": 0.9
},
"target": {
"file": "drivers/block/drbd/drbd_int.h"
},
"id": "CVE-2022-49085-e05131a2",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@aadb22ba2f656581b2f733deb3a467c48cc618f6",
"signature_type": "Line"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "297969904041107252411511621633354477083",
"length": 1093.0
},
"target": {
"function": "notify_device_state",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-e0a4bd79",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@de63e74da2333b4068bb79983e632db730fea97e",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "67770499071500604957686740102085630972",
"length": 485.0
},
"target": {
"function": "notify_peer_device_state_change",
"file": "drivers/block/drbd/drbd_state.c"
},
"id": "CVE-2022-49085-e39ca686",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@226e993c39405292781bfcf4b039a8db56aab362",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"line_hashes": [
"310763180780995383477494709881084435507",
"310730060846936615974571299083884324241",
"150383836427252479814234932571066038492",
"246456545138131890184114780868817989434",
"156387067700587604168719188107524913786",
"31065807576899390431078419345028583423",
"173018948550621232791295596842835092826",
"100045415633171075173466562438076366502",
"68004730753499361504495455581869119209",
"53567744134023648177332049682861841229",
"99794210724629257221249149616179272741",
"208302217732693274744944604935370205342",
"223813484931058416903935697921172111228",
"268507146078566878924565044510961563055",
"5176360330782787590878708588052354587",
"130057677974040831818416772446439309573",
"208148544883172417335728595243261024848",
"185564258085047901669295853589132889353",
"71844614669226209965893709892153978135"
],
"threshold": 0.9
},
"target": {
"file": "drivers/block/drbd/drbd_int.h"
},
"id": "CVE-2022-49085-e3e2e438",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a972c768723359ec995579902473028fe3cd64b1",
"signature_type": "Line"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "259873955410194772686809198625957326923",
"length": 1141.0
},
"target": {
"function": "notify_resource_state",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-e8001a11",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@226e993c39405292781bfcf4b039a8db56aab362",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "67770499071500604957686740102085630972",
"length": 485.0
},
"target": {
"function": "notify_peer_device_state_change",
"file": "drivers/block/drbd/drbd_state.c"
},
"id": "CVE-2022-49085-e83f10f4",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@de63e74da2333b4068bb79983e632db730fea97e",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "103025281555075456537046777414534633615",
"length": 498.0
},
"target": {
"function": "notify_initial_state_done",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-ed25eba5",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@226e993c39405292781bfcf4b039a8db56aab362",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "67770499071500604957686740102085630972",
"length": 485.0
},
"target": {
"function": "notify_peer_device_state_change",
"file": "drivers/block/drbd/drbd_state.c"
},
"id": "CVE-2022-49085-f024ee09",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b6a4055036eed1f5e239ce3d8b0db1ce38bba447",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"line_hashes": [
"259155491909311222252984562383102013459",
"267857507278247296955580193374120837805",
"309807254716326758388782901633237444825",
"94141870509714587243335462139995182529",
"99809345279973744888990228763765984396",
"97503384360777799797791575041474731567",
"242438638030069557206465112777929240197",
"79313102417818042033424292069290378065",
"168403667056523820924067742974741252336",
"120214081005737581310121160774673313879",
"335772742876754265474676919118316288016",
"200709389248971048539655105503222171628",
"166052397373501695193703604333477241123",
"157512874379965048161806219166161075114",
"15253182977795981106067029878076899530",
"34646382040523186198701533659006168821",
"125530211598457247951228801938776848457",
"114597627544851075585897658893384271733",
"266850599918206855545780101077443918117",
"274961118119844362463431672468590425260",
"297583708225137282479337313105410298357",
"185695047481497609985817184817482476815",
"50670652423753046686932784556340060473",
"51821129009776534771926755857590883539",
"16466522405236845607709347329226840029",
"108958174770608989680202166672328966294",
"63224763493822537072749351487951416266",
"227822759650503109882540854728286978084",
"70942470933978044306230538751772882614",
"292864124694823594511131653121986527023"
],
"threshold": 0.9
},
"target": {
"file": "drivers/block/drbd/drbd_state.c"
},
"id": "CVE-2022-49085-f1d75ca7",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@188fe6b26765edbad4055611c0f788b6870f4024",
"signature_type": "Line"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "6081774543273287103488766992465329583",
"length": 1138.0
},
"target": {
"function": "notify_peer_device_state",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-f4081dfc",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@aadb22ba2f656581b2f733deb3a467c48cc618f6",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "103025281555075456537046777414534633615",
"length": 498.0
},
"target": {
"function": "notify_initial_state_done",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-f4aa9f90",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@de63e74da2333b4068bb79983e632db730fea97e",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"line_hashes": [
"95513950626926557068280082310423255157",
"222328686642191685000328265304173889388",
"203397254330361546383123110511001348808",
"314596652796902188192324589552612497859",
"66838208861295224158075117016381182969",
"7562267514551108473920733313331087117",
"169029419921635415050050438705790486912",
"223169657408930551547626085706588548770",
"40547014203299488793961722043546899584",
"59559523381494908255905799362297392840",
"60956479549083097306226809258824001223",
"312750641406000983585399233074963460777",
"16014379076736318926901041226898667373",
"238712208467620295113935280303857788551",
"198465897787172575366345403419570526400",
"125763846242965298021296763916078512179"
],
"threshold": 0.9
},
"target": {
"file": "drivers/block/drbd/drbd_state_change.h"
},
"id": "CVE-2022-49085-f9059164",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a972c768723359ec995579902473028fe3cd64b1",
"signature_type": "Line"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"line_hashes": [
"95513950626926557068280082310423255157",
"222328686642191685000328265304173889388",
"203397254330361546383123110511001348808",
"314596652796902188192324589552612497859",
"66838208861295224158075117016381182969",
"7562267514551108473920733313331087117",
"169029419921635415050050438705790486912",
"223169657408930551547626085706588548770",
"40547014203299488793961722043546899584",
"59559523381494908255905799362297392840",
"60956479549083097306226809258824001223",
"312750641406000983585399233074963460777",
"16014379076736318926901041226898667373",
"238712208467620295113935280303857788551",
"198465897787172575366345403419570526400",
"125763846242965298021296763916078512179"
],
"threshold": 0.9
},
"target": {
"file": "drivers/block/drbd/drbd_state_change.h"
},
"id": "CVE-2022-49085-f939ab0f",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dcf6be17b5c53b741898d2223b23e66d682de300",
"signature_type": "Line"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "186969237694118168762991013650704522829",
"length": 282.0
},
"target": {
"function": "notify_connection_state_change",
"file": "drivers/block/drbd/drbd_state.c"
},
"id": "CVE-2022-49085-fa3cf819",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b6a4055036eed1f5e239ce3d8b0db1ce38bba447",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"line_hashes": [
"310763180780995383477494709881084435507",
"310730060846936615974571299083884324241",
"150383836427252479814234932571066038492",
"246456545138131890184114780868817989434",
"156387067700587604168719188107524913786",
"31065807576899390431078419345028583423",
"173018948550621232791295596842835092826",
"100045415633171075173466562438076366502",
"68004730753499361504495455581869119209",
"53567744134023648177332049682861841229",
"99794210724629257221249149616179272741",
"208302217732693274744944604935370205342",
"223813484931058416903935697921172111228",
"268507146078566878924565044510961563055",
"5176360330782787590878708588052354587",
"130057677974040831818416772446439309573",
"208148544883172417335728595243261024848",
"185564258085047901669295853589132889353",
"71844614669226209965893709892153978135"
],
"threshold": 0.9
},
"target": {
"file": "drivers/block/drbd/drbd_int.h"
},
"id": "CVE-2022-49085-fa9f2eb4",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dcf6be17b5c53b741898d2223b23e66d682de300",
"signature_type": "Line"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "270685673095851929578089284688470885884",
"length": 236.0
},
"target": {
"function": "notify_device_state_change",
"file": "drivers/block/drbd/drbd_state.c"
},
"id": "CVE-2022-49085-fbab255a",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@188fe6b26765edbad4055611c0f788b6870f4024",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "20686489318290002942967315556429304921",
"length": 1129.0
},
"target": {
"function": "notify_connection_state",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-fc156648",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b6a4055036eed1f5e239ce3d8b0db1ce38bba447",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "259873955410194772686809198625957326923",
"length": 1141.0
},
"target": {
"function": "notify_resource_state",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-fdcec2eb",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dcf6be17b5c53b741898d2223b23e66d682de300",
"signature_type": "Function"
},
{
"deprecated": false,
"signature_version": "v1",
"digest": {
"function_hash": "138380820240452612685797508687670935203",
"length": 1258.0
},
"target": {
"function": "get_initial_state",
"file": "drivers/block/drbd/drbd_nl.c"
},
"id": "CVE-2022-49085-fe707b14",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b6a4055036eed1f5e239ce3d8b0db1ce38bba447",
"signature_type": "Function"
}
]