CVE-2022-39293

Source
https://nvd.nist.gov/vuln/detail/CVE-2022-39293
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2022-39293.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2022-39293
Aliases
  • GHSA-gg76-h537-xq48
Published
2022-10-13T00:00:00Z
Modified
2025-11-28T04:54:59.377651Z
Severity
  • 8.6 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H CVSS Calculator
Summary
Azure RTOS USBX Host PIMA vulnerable to read integer underflow with buffer overflow
Details

Azure RTOS USBX is a high-performance USB host, device, and on-the-go (OTG) embedded stack, that is fully integrated with Azure RTOS ThreadX. The case is, in uxhostclasspimaread, there is data length from device response, returned in the very first packet, and read by L165 code, as headerlength. Then in L178 code, there is a “if” branch, which check the expression of “(headerlength - UXHOSTCLASSPIMADATAHEADERSIZE) > datalength” where if headerlength is smaller than UXHOSTCLASSPIMADATAHEADERSIZE, calculation could overflow and then L182 code the calculation of datalength is also overflow, this way the later while loop start from L192 can move data_pointer to unexpected address and cause write buffer overflow. The fix has been included in USBX release 6.1.12. The following can be used as a workaround: Add check of header_length: 1. It must be greater than UX_HOST_CLASS_PIMA_DATA_HEADER_SIZE. 1. It should be greater or equal to the current returned data length (transfer_request -> ux_transfer_request_actual_length).

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2022/39xxx/CVE-2022-39293.json",
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
        "CWE-191"
    ]
}
References

Affected packages

Git / github.com/azure-rtos/usbx

Affected ranges

Type
GIT
Repo
https://github.com/azure-rtos/usbx
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
{
    "versions": [
        {
            "introduced": "0"
        },
        {
            "fixed": "6.1.12"
        }
    ]
}

Affected versions

v6.*

v6.0.1_rel
v6.0.2_rel
v6.0_rel
v6.1.10_rel
v6.1.11_rel
v6.1.2_rel
v6.1.3_rel
v6.1.4_rel
v6.1.5_rel
v6.1.6_rel
v6.1.7_rel
v6.1.8_rel
v6.1.9_rel
v6.1_rel

Database specific

vanir_signatures

[
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-0073f321",
        "target": {
            "file": "common/core/src/ux_host_stack_tasks_run.c"
        },
        "digest": {
            "line_hashes": [
                "131395238080666686311201716189276606084",
                "202893410330682046456706381146422153671",
                "139752362302844123412761538023262287242",
                "289079881162376821321586161002582699217",
                "59305466261789606259272150391076443983",
                "110108394470090991072558194342839719481",
                "253599890275878375122602182978297973991",
                "281115601795341025013149503092095467811",
                "249904362316684631200647482295842152446",
                "332437622651378193001767123874298715289",
                "65191131758794225492577099849389929344",
                "254071743841042227784001550712345973581",
                "20447925006371338653758962804203521142",
                "53122713721076775212742740887571106990",
                "246871052284597562617304000268773627387",
                "67632924379547661968193740914459247098",
                "285125706295524347687751166769933075254",
                "13800886001900492152213782346476800841",
                "172905295913325083962925151773614651073",
                "201462483804206008471193221017546493232",
                "21519884602040412246798007721021133420",
                "162583719444969292295089507436146197331",
                "258639910151890219868942370348111897862",
                "326386980059329047918563630801278838077",
                "138376985302333920185377730621487243586",
                "305799862601490760768379030931164587585",
                "183064316076304827617626513137091715227",
                "211825108583508100508267132965330594487",
                "31352120373823435549621480994719586959",
                "288756145085058103536700228537156814063",
                "46812686103386808937292674157121401116",
                "264669850313193972631783829411702525827",
                "55769990246483283266086171027317539253",
                "15897261989909471920143695659851862573",
                "294925232549444553498140437599805170551",
                "198150215084645043757089091809124175519",
                "126788099320471609977732612765302675073",
                "173097983382596811111261703205015202602",
                "46812686103386808937292674157121401116",
                "264669850313193972631783829411702525827",
                "108951035506360112973763839510906630840",
                "149961137441048837242708412093322447267",
                "96477598488514059540934341104983205361",
                "279387329596033540390903444079171271412",
                "297546353677986440413238470357985203217",
                "63395409534682296510272139514810344603",
                "314879559962785718120623029214412937893",
                "3506266851929185434633741643231184265",
                "76826020646516950180259700628480601552",
                "258639910151890219868942370348111897862",
                "330162237842486461413561844902858936794",
                "66459679233826312504740461790143316343",
                "279420988554042472749211890575236284379",
                "339795115852921491671638136179904098848",
                "235136256599729658466414105331967421766",
                "273542260416752258241604825969363277451"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-011e1c02",
        "target": {
            "file": "common/core/src/ux_device_stack_alternate_setting_set.c"
        },
        "digest": {
            "line_hashes": [
                "149965358285379609577655385292537056477",
                "333412770688061904157893869739520948688",
                "185290099762477353328933480516881278254",
                "131392366884960819503207128022620001020",
                "64710387475891970962585430951386418613",
                "314484700047843477450338588798309661959",
                "310378392872256218994801501910572171928",
                "314453443988788184936160781894770351191",
                "93142520815494887373243521922863585575",
                "330432306491084075761120324656123999221",
                "57195013019258218554772092885213568994",
                "222511159674884620440201171947024519733",
                "284673679812633275965805361839912903601",
                "291912136041043347951674064945439096931",
                "272105954025101851568529238371249605157",
                "276283330255144267188615378417950498545",
                "221231489748160548902035738094468402850",
                "206818886864528378037669304026300293301",
                "87881050882875041704924683750935975069",
                "34590516819252879319603399528294058221",
                "307099768659651751256288559429679614389",
                "134901302901197159178523000796584422378",
                "110417162639818689725335408831205961843",
                "316481563530985636904842824413708981133",
                "251481660184672041044114723925001637386",
                "312645414212137368618920231180391569641",
                "72268200475065055643380001211778146037",
                "200138708184343243020483128069204361829",
                "75790340057618720739953206930761243760",
                "118652025274709663213927567220206205744",
                "203224358231609269042902176121551263292",
                "124858870878266892477792747526107651638",
                "149919775037105740250983900506112459211",
                "160594253255926894233258923271709388552",
                "264249095109221570442905018154550301809",
                "230512770612672513016784840091827304691",
                "1014866584984943874723314043474554981",
                "271611596249199982697643917580153582439",
                "11614179812347731888274736159709665009",
                "219405454859384028713651430272662645368",
                "161566661003933522476039301513427598301",
                "226761436620089822491920985890014647106",
                "289725609545449307863087350627000753677",
                "339262136925239589821004535343500859693",
                "224205386196627226584405136273260359508",
                "267944825781428714758531859203526488212",
                "274323142108133870270681658905768592967",
                "30769770559374058145666995827416812335",
                "46705804377184209551085041952804692481",
                "60198962712617842254192515970615187008",
                "56669329568060252511008815916341452239",
                "258626224820455727924951837445846493028",
                "41865028581824842074397189859403990276",
                "30172211339022619159353038316413431860",
                "97339151470168324756431186118896087917",
                "107819475762128073657356068954041148512",
                "229306238070539519270517635308451164167",
                "270529025104068836837494569094956515113",
                "15957274454537156878243192847921183931",
                "30265115630170904231634323489850730122",
                "97078266220364315713099728824539684347",
                "151772065533486897446974156527495508233",
                "195615936162104851961656464041758061136",
                "129499599408536419790873452520958296092",
                "310042561854389715388379303096373933080",
                "186378372337939808053198429952800264518",
                "30435185556405587231522253625685767011",
                "250963327572053572301984433843411781786",
                "201950982881816687873414060569138633996",
                "20510575824177263047244506416375957830",
                "250755961079990775615723810287783454418",
                "283690250453529544854116985742185966351"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-029d11ec",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_printer_entry.c"
        },
        "digest": {
            "line_hashes": [
                "285377576125554348256116296389939706276",
                "187684097325119130039068141279991859695",
                "69677138204217303710046864805427252541",
                "176560704295624908498769511342022226911",
                "126037336823710209072758277676312544206",
                "222996116788064420215667213494623332679",
                "9833085387451366295415517004167148814",
                "299020332251695779626587968794188361418",
                "270399650602369758034115963633132974141",
                "332797406585043459221509356944898109361",
                "16310948538297181273888216084578078722",
                "339239959732656946321023761907011949421",
                "154016287699523250239911617848793132690",
                "277465738241579782298641847935086908768",
                "71331721182701647275951694875668000563",
                "154929352695765681661530719085095555589",
                "3820475111300230182010816784511451174",
                "301145263608374582701601717835916456677",
                "90154258759387914829300541628938750147",
                "97293436307027462746430707832833666521",
                "34042505535009564882272511481190055378",
                "313444698500317799683525619794766223371",
                "171874920367893280680472017995042236164",
                "276763081699992586097298691348610337298"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-02fa3fc7",
        "target": {
            "file": "common/usbx_pictbridge/src/ux_pictbridge_dpshost_notification_callback.c"
        },
        "digest": {
            "line_hashes": [
                "141792317311411494763441867315738104640",
                "121393115925765468278708370437959456057",
                "222523216518779975250562250793957969014",
                "221779584223237531217387433127045216827",
                "4082403557688306275388252478311665533",
                "148311501476139879240175803335483800442"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-03777a7f",
        "target": {
            "file": "common/usbx_host_classes/inc/ux_host_class_audio.h"
        },
        "digest": {
            "line_hashes": [
                "258750345368474480704308459451104004773",
                "14132505356070431379387260797421144656",
                "260932430220285546305745219483716749033",
                "291743280205127030392565744845766304284",
                "65544509412412852612281088344419575742",
                "214447733797855446483646026773800958531",
                "121196675182858254746856957071706326291",
                "123840911373337317211526770618772152817",
                "217786020781277237076503326232420381827",
                "128874449890398599337823180021627988738",
                "21513412219811430142782172364407224484",
                "98249133917651512131454193637098968276",
                "77939585558818351817999036103320886586",
                "320656988880848935425705085713459759037",
                "267466503526943774252129790956913941801",
                "133818146722741494567136114770474167677",
                "305684357468500766781340305049161622904",
                "294990357950541780792216315121034827217",
                "41175920837061853341397522156418310334",
                "209034542645274290266292289480277012064",
                "176371522955251863884620424126340447388",
                "6924760105772330722771520420187734025",
                "148784759027093211663957535715459154390",
                "10332230551663848435673368259522901520",
                "239333938408502533312793644022831676456",
                "307695333225900716527924597776426000263",
                "250273978375895158659311669518325538927",
                "303945182552034118803158146652813743043",
                "128426027775023829586378089968352553939",
                "285077143267535654544934095150839057726",
                "89079811187776110903949829846778287817",
                "47592683706526641378506171007807813657",
                "275465637325238553810017228396475414360",
                "73462570111021804512075576212340953898",
                "168846676061708987966938870810844036244",
                "326418397542030557535337159367797235243",
                "77483060061487916545198011951376045636",
                "261700591185731190306731151073138105838",
                "102365641057269756167809291023935914018",
                "137136319308125602164504735750799327871",
                "180698677818764215923693643740360359196",
                "300233237532628594142069873260579708558",
                "60050240638892513508718383548322363166",
                "115938773460653934966054321347931880481",
                "163741468716014435052672643399042041577",
                "140418588796921797177637905696056637977",
                "100636418188344432266669022615835108490",
                "255809264578365738190922734782623781938",
                "334978433479812124573239895162750188513",
                "110841939728966491582350354223617229109",
                "1363293656659672315545441325269914914",
                "266129680636046822581494186894433787167",
                "69378230269667204552674406263211729925",
                "99739580758731552488750276131798096021"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-037ccc2c",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_audio_device_type_get.c"
        },
        "digest": {
            "line_hashes": [
                "129116688763627951393541310949587488242",
                "48464442247935385997506882865602902496",
                "145646970749262932340598814711875927850",
                "308284575551725456053641992597694135163",
                "143218843601570471145542117260960649909",
                "225342436998577131410156168521544178743",
                "253542865710325529747656885360923369823",
                "154709310175140980767720589806185155832",
                "268805427881310842056642468437910989527",
                "209278092410990524894868622876715785400",
                "200548809409798655321904907406578867353",
                "145796220174936772799621294694633556346",
                "13558638736468559664696516829182737610",
                "9718415980241748123162708745329289094",
                "193718662315097400269326113448143942339",
                "10039691338487236201610039972563663822",
                "271673597367511867227883458340868792461",
                "32032479302636472814369509125797747690",
                "267221740234127870002508824998375751710",
                "254020471399115226474256042572943536477",
                "213454932535345785145241043232450069786",
                "127070570286625887083025627459591268641",
                "84366582276628807414358720180829994041",
                "193069519741927029540129178272348709151",
                "105690405263555171003567010172896792315",
                "11811913201873412218610886425872684731",
                "319937331868040137602046131182079177197",
                "323531797252651664584402176564256686438",
                "166703788109734596036951876590783374204",
                "231646825089401519961395068991293578975",
                "253258538635225037246068433114438730243",
                "28984525751535949283165571911635060985",
                "314401367731502499241428184485172624080",
                "286844663463267328205873371345650879792",
                "226347833504436908297191010358155680302",
                "180218070116469461795313851797966231757",
                "124179695645760997974453977894608926221",
                "71009999510465162516532104600310752233",
                "222401659129877398797481141774235602580",
                "238441743152144478709148399513733892581",
                "253962180710856059796263047963943123835",
                "124462903113057835759304127817244689475",
                "273335760184769900861529108529500877975",
                "327492670521498707660073179374076960342",
                "96021080565402692458344258089365127536",
                "171855835159677475192421445191289176120",
                "113373318277157191477685135527388544608",
                "25349508256782645927426639003543089174",
                "240888426808341998053151002994398327746",
                "245592559055926877584698468870726921684",
                "104119776505063403490768515907203134035",
                "254678195596485965444629180422806942118",
                "290716233907145564095269251671739493424",
                "173637399794270595938843798630546565983",
                "208362840494993689767107629028088888658",
                "53269493975263036937840712408954927514",
                "172572521693954626916528770019528746116",
                "84544113891894154527312322599298967269",
                "223700155049227269511528383015646408557"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-03cfbdd4",
        "target": {
            "file": "common/core/src/ux_device_class_dpump_deactivate.c"
        },
        "digest": {
            "line_hashes": [
                "114941011577735274053247533548562995093",
                "117861403184162629859625385431961867258",
                "42098937559212528046201764435710740396",
                "236528351515470990296575083375170649982",
                "304930053289192698494752559801131826008",
                "53177429422627717335719097655395856208",
                "170737343063729466665294362549648536377",
                "158517256694303318168907681979683244547",
                "63303470987104957686092855506326609212",
                "15187858367630973224573745685716958461",
                "268319614059175027995113837552798488438",
                "148509456339366434835392695571944977791",
                "329337104353163711868087169277248455126",
                "88273941177646413275715194171042045663"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-03dfbd7b",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_hid_activate.c"
        },
        "digest": {
            "line_hashes": [
                "129199064380878015389116129694231513445",
                "103151292225895005519143747306153198598",
                "135896506266088911385682117983823976466",
                "175417824157761226214718540066568866967",
                "106176159673554895828687544014174343469",
                "317046878525268376222232642473033436132",
                "252402335625321371922157177171851580140",
                "142634960514013302140789639055384895434",
                "286829733853680671222471438515724946422",
                "338198316578471729146100960828958768888",
                "159562181331774829717215130651783631943",
                "109035311051835998279030340613956619519",
                "337781169425179157173843218080501578611",
                "317442605131868542715361134947346785151",
                "273181436944372506551063764464430268109",
                "123515643413502394839937679447494595338",
                "4145054105136034827375806367739396499",
                "289990975447419435320577757448733601473",
                "48057769548814280332138861848517406246",
                "140583637146553981784223976664658910487",
                "306804541622037899728696591737315906854",
                "157502858214843335471442420361080079170",
                "52417391625111687991267216460954181797",
                "175525969837780640151554966156449107557",
                "37174598552160922824216101889162343247",
                "254013649484917966926619694484148071049",
                "18425841354385094393281192201366287755",
                "234521259691640139847421202083739427733",
                "338640685444679775118815404814248645802",
                "87832992905097824241589750220656246396"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-040f63fe",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_audio_control_request.c",
            "function": "_ux_device_class_audio_control_request"
        },
        "digest": {
            "length": 573.0,
            "function_hash": "272762283450863446553271278257649472173"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-046b6a8b",
        "target": {
            "file": "common/core/src/ux_host_stack_device_configuration_reset.c",
            "function": "_ux_host_stack_device_configuration_reset"
        },
        "digest": {
            "length": 939.0,
            "function_hash": "193754185086542615340705514351485832821"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-05b1723f",
        "target": {
            "file": "common/core/src/ux_device_class_dpump_deactivate.c",
            "function": "_ux_device_class_dpump_deactivate"
        },
        "digest": {
            "length": 991.0,
            "function_hash": "155483474934031398699666310762968561583"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-06102cc8",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_pima_read.c",
            "function": "_ux_host_class_pima_read"
        },
        "digest": {
            "length": 3078.0,
            "function_hash": "244754889129653338755141785289577232344"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-06421fda",
        "target": {
            "file": "common/core/src/ux_host_class_dpump_ioctl.c"
        },
        "digest": {
            "line_hashes": [
                "14758855614002286399843134630698804815",
                "188116810968662742989249437098049999321",
                "130270307327230128565024698421806602019",
                "166811551083207524968049921569062685113",
                "240373696044848500349876578449642072650",
                "175628161568778696916844079015906304936",
                "201872742106595659961052218668966988067",
                "101803409654508549023307232463254329843",
                "214340361151628639739393762606050335986",
                "279354495593751917383357260006761619382",
                "279871269437474167790378948098840237478",
                "43231574013162740307146145937277437222",
                "97058681019147404547927112739781361933",
                "82908910013367747584930040965157312665",
                "176530833197240570519356639340160119395",
                "183602926761236533732388793932748246352",
                "137061975833871201538836447312080004124",
                "137107058337586218704469969340631606714",
                "328581440787900328925387130369457121277",
                "85648943768925129969145094242917589130",
                "225953072318395855648394563275453769613",
                "58333117355248160991593812789148794737",
                "179359291711323498946372912265704842122",
                "178801878703955519009372865446647143521"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-06ae7244",
        "target": {
            "file": "ports/cortex_m0/iar/inc/ux_port.h"
        },
        "digest": {
            "line_hashes": [
                "248973507228518815923378455989543735098",
                "279994413258266005360996904636932026523",
                "338873788969669533038736974906948378811",
                "71094649839683075070022336660638355984"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-06e10285",
        "target": {
            "file": "common/usbx_pictbridge/src/ux_pictbridge_dpshost_start.c",
            "function": "_ux_pictbridge_dpshost_start"
        },
        "digest": {
            "length": 5961.0,
            "function_hash": "207867855449099292770772908993781816193"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-06f1b788",
        "target": {
            "file": "common/usbx_host_controllers/src/ux_hcd_ehci_hsisochronous_tds_process.c",
            "function": "_ux_hcd_ehci_hsisochronous_tds_process"
        },
        "digest": {
            "length": 5170.0,
            "function_hash": "68647710904758430500878948415494567033"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-070226e8",
        "target": {
            "file": "common/core/src/ux_host_stack_new_device_create.c",
            "function": "_ux_host_stack_new_device_create"
        },
        "digest": {
            "length": 3068.0,
            "function_hash": "154037052392528142749563193538555467223"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-07b30d0a",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_pima_storage_ids_get.c"
        },
        "digest": {
            "line_hashes": [
                "15403609597454453130763319018121779846",
                "205656794141898484399976707888009482997",
                "122818784825096941583795743592009381191",
                "303102254742043299133748710095401225386",
                "171604717715599053593541633430273433717",
                "223759594307894603616244633164533120065",
                "15499557246433232847794763427626778952",
                "16201987396745469201246400736007238085",
                "95540241944725067096572823870830028295",
                "89869140764513764912912262470664594652",
                "66995821911670966224545267603939961667",
                "67498919161237840558406846243207716467",
                "14652586245908886054575751460661338235",
                "218656010930332234533971464451718918331",
                "210961338127693552462207319288460769817",
                "14217475942147087973698734674148685221",
                "213166571212590149855690057912401830595",
                "41992076574274846294916197026413802613",
                "313899574659376796362266312514062809614",
                "213392416848659341899269078117610592934",
                "164028976717896981932197271249881884273",
                "315445173504405503947095544897335138131"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-0846ea50",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_cdc_acm_ioctl.c"
        },
        "digest": {
            "line_hashes": [
                "181280737534505082502423628940827493191",
                "36182265618308325828412557374761380049",
                "36093815932870315655290549025171532106",
                "233508880847894495389267833972452528475",
                "194853501811831986965022558991350825086",
                "235688036908345020566623819983293851232",
                "288024459734209659538860014528718940804",
                "134497992097889521281897131508730101516",
                "48019586213135121783144526026669921245",
                "241172351165272206017467773763275695722",
                "106581953610493182109663804356196910860",
                "226579529162719024379792722656647587735",
                "90033019437125400785630544343065386513",
                "291937066177520588697858500480164588101",
                "27876980218018655364008819110843165657",
                "74169888217022631141448338931479370893",
                "18279840250875702469300125767401814113",
                "100686159493161794908640760888615869112",
                "2580164680415914169051062841073724055",
                "67727817990934487682711994102071072246",
                "19850045305056122667190470258735927782",
                "243010862679823223737813014595049281960",
                "110625069997836487352246038908941700590",
                "180878162712695207514154407573356780400",
                "119072837319293467849868939480677244451",
                "306360634128909101046445255670782899735",
                "195327758202080947960037990175561514558",
                "251968515146764690458916462709278680140",
                "2226080119331779065407763735207018232",
                "258414286923715287012500064205810279846",
                "204193450343090104892195253564903400628",
                "62161023113980054760799006203716163146",
                "188884966699143660513624607200367928492",
                "88261395363358368045621038274618040178"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-08c63e90",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_hub_activate.c",
            "function": "_ux_host_class_hub_activate"
        },
        "digest": {
            "length": 1410.0,
            "function_hash": "82564848918080858808075751213813497474"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-0923f1ea",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_cdc_acm_unitialize.c"
        },
        "digest": {
            "line_hashes": [
                "191987831319761922001049953862889990429",
                "28355096133451370871594235258931613103",
                "171044932044227178613808327346643142775",
                "334230460099139368720363809780275235916",
                "2302561251113961039772109062153804388",
                "94047637793364907587625514664710370412",
                "20825060226143062853331852514917179024",
                "299385997038746043278800587953206825651",
                "68582594030280368650892255734237278737"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-0952cc4c",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_video_transfer_request_callback.c",
            "function": "_ux_host_class_video_transfer_request_callback"
        },
        "digest": {
            "length": 497.0,
            "function_hash": "189993464678170034206072208740148658619"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-098b57c9",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_audio_deactivate.c"
        },
        "digest": {
            "line_hashes": [
                "39140362649750869348629201320207592103",
                "133328554316569604173565925976476681867",
                "3211320597874263993734017841080470713",
                "296904295224372036250271396507020581436",
                "29197503021408805785834665115802119792",
                "58097710605883249711056281541794713382",
                "248745643706289649642752375796165482819",
                "154394860426718062830241476376144175281",
                "331168739602084514887947535209790489620",
                "329536925274343252288704177608877388908",
                "157554456465292368159313704622422716774",
                "319771262845601413557885113279695044171",
                "313831436854570918160098406845328506610",
                "58097802550030749979263018937875731041",
                "125857101320612067631725808565007441711",
                "106551457158402811996984031103172600316"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-09fad37b",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_audio_entry.c",
            "function": "_ux_device_class_audio_entry"
        },
        "digest": {
            "length": 1038.0,
            "function_hash": "306180140930020980465894429589954676477"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-0ae126ac",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_printer_control_request.c"
        },
        "digest": {
            "line_hashes": [
                "165019963210891238721490762100605975615",
                "41329036214420712008642690571893621027",
                "33484029443563190675547303855134347706",
                "126662122348081382099769498273608940796",
                "166622586709932233865504380457283355523",
                "126483512104325669956503688226220118191",
                "287582342734151410820042676978791277165",
                "156965145954055646724427194645349547094",
                "203476329318962584485165032589621391192",
                "40699959225505135496988402018343683391",
                "253564638005986779968086915921537461045",
                "149159409380380964241549337020393887159",
                "142128570352128758023722835375364452790",
                "32579331690149819868763307450554268990",
                "136006707849988652907961535460046704278",
                "8588944829042786157113221760304714000"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-0bcda887",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_cdc_acm_write_run.c",
            "function": "_ux_device_class_cdc_acm_write_run"
        },
        "digest": {
            "length": 3825.0,
            "function_hash": "35303639334018471025312664019381924912"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-0c0570c9",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_audio_control_value_set.c",
            "function": "_ux_host_class_audio_control_value_set"
        },
        "digest": {
            "length": 1806.0,
            "function_hash": "46879365590476019371410697190717682510"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-0c167301",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_audio_change.c",
            "function": "_ux_device_class_audio_change"
        },
        "digest": {
            "length": 3824.0,
            "function_hash": "228039922408696166969154722967712132600"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-0ca19c76",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_hid_descriptor_parse.c"
        },
        "digest": {
            "line_hashes": [
                "173699646382560540363774885678803071001",
                "148349390749965888206137131389528549380",
                "202326272039000781880238443483848838757",
                "145460132139678139553852282373280981514",
                "197913133491304263983239857082768079753",
                "247773107788305999816250702462146838072",
                "316681207360356548227573138176939906381",
                "221625105054795218399857079084388587246",
                "140863225609869542126490707052590868821",
                "169454770478900078614822299358970309050",
                "226646754218030304401549446272054287576",
                "312253903750744884601801013906448181076",
                "68147430977796541556760484144319152113",
                "289699506900675298480666017366158596215",
                "178553278018579446207516615824873755784",
                "142024477152279880599075209189761307210",
                "91937559894030597027901181562669565427",
                "214477369826133563704513898873732465295",
                "5979990135948101072973985905100893535",
                "98240896530780222130126440933305707375",
                "82787677827081892399004212463345314578",
                "20961823772090078554774037426560705643",
                "6810107158585403394630540615492877229",
                "273912635789209750818132411878290953354",
                "275211622945704703432641300852762925582",
                "6217261697399379158299985803384240790",
                "110870112643234832304794927789329005010",
                "160031022869782266495174565062590366853",
                "197868532609944493080964045335304332550",
                "182077173659727007425159576124670831770",
                "315357170064030528133389731598822459579",
                "217454059860555704966383599327974958705",
                "307116548926819738744565287919601126171",
                "283880707465224274401650226787713029392",
                "158271172105518653423642065129592752200",
                "9145770895264426632899465139178623269",
                "181100996712785219257437400044205649181",
                "313315785866679517360374514833522095915",
                "323630478964922907832991762805933936812",
                "135521743055320880411532245139791538649",
                "105183169099175895125908346069431775201",
                "324735629950325839932372804522252499988",
                "29270644347580258283264288385499459889",
                "333216602068655273854620031214888649724",
                "3510917814610720166241637999765038547",
                "134697811751345604884501295013938383122",
                "134683921978607486945653265174417399738",
                "177740990852336793430420552535419237907",
                "267453468712609500591784125386456514044",
                "244172351667070131569816819609238890829",
                "75605328699361859508968515338573139530",
                "83949795254878638260751496515858441745",
                "280177839904943142548752868097192662627",
                "45671518502073642247879669058732527704",
                "172224192703561412908974052516605474706",
                "176414312120907694940440279433580413012",
                "112886148078223380033651235312165091173",
                "220654136363733023020831477299235196194",
                "293520124423765374336671453313797936928",
                "112016466594329438672201835345129863486",
                "291039981516434034206534081050380710581",
                "176769425700299779119694671849451964662",
                "149826970141269149364408288656890180232",
                "163810669199602338078095724822644551254",
                "39929591859637888864610343284332797397",
                "3203280618940844922199369511972194704",
                "257096654363682758052490676486496358343",
                "201356222446648982744876488870066525318",
                "312853917613917795404538422891626544702",
                "106596120705636960234489291164032205268",
                "122139720295778449380801410085260385031",
                "134697811751345604884501295013938383122",
                "134683921978607486945653265174417399738",
                "177740990852336793430420552535419237907",
                "137608514832251952289618659859247418725",
                "288717968231404600191176984474893956905",
                "150463965701677738826195648005561121413",
                "231816339489495304033623357002893584100",
                "72078313713182336791141763872454630361",
                "126336169311449352199393396629097274256",
                "174435433473629007660511811814846303704",
                "309787814466186347643556343687656079224",
                "134683921978607486945653265174417399738",
                "177740990852336793430420552535419237907"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-0e4b1644",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_video_transfer_request.c"
        },
        "digest": {
            "line_hashes": [
                "234035185484298727644016663370479995556",
                "40930693976645803039687048386836329888",
                "273127502299832337543806842198872030402",
                "313749702672995197805003820337519136302",
                "111915968661790727063046138148276755139",
                "75740796702778664015602804888031557578",
                "131964133674994575246690804555659352078",
                "167374612906860565880568435112994301590",
                "102310552382204672256398525227067274983",
                "113575017129030763675452987568354330611",
                "242169499871391202301551887069559377908",
                "292659028452676645039355155191438037737",
                "172593809567019465932767674091566459543",
                "136277914339327930683057151096493706435",
                "327856590533314788371151546912016855649",
                "166873002727334086299530071991807014948",
                "278144356160571091294483834994626393607"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-0f064631",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_hid_uninitialize.c",
            "function": "_ux_device_class_hid_uninitialize"
        },
        "digest": {
            "length": 828.0,
            "function_hash": "269262700513125903053360675676600425597"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-103e5827",
        "target": {
            "file": "common/usbx_host_controllers/inc/ux_hcd_ohci.h"
        },
        "digest": {
            "line_hashes": [
                "156181807379055064037698582979112867756",
                "314862361957225650864674014949166382775",
                "318439846781248568700285131252791296314",
                "131775904677029227970963393056792714991",
                "139298693063340451466900065530256364022",
                "194229682181626455425944893971351064676",
                "221580242029311697468091915415831556721",
                "18581051089856376246340714174049430860"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-1512a571",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_pima_initialize.c",
            "function": "_ux_device_class_pima_initialize"
        },
        "digest": {
            "length": 6587.0,
            "function_hash": "156283495456209023067326423700911140317"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-1597cb1b",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_cdc_ecm_deactivate.c",
            "function": "_ux_device_class_cdc_ecm_deactivate"
        },
        "digest": {
            "length": 1680.0,
            "function_hash": "165716486079065697140595991847743822258"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-15bae719",
        "target": {
            "file": "common/core/src/ux_host_class_dpump_activate.c"
        },
        "digest": {
            "line_hashes": [
                "126148994038167810601622806873135492447",
                "162541927798909759911122101630335721266",
                "154269377722559989264084934161770119732",
                "224757099321720304264475857276056640758",
                "123574496635462296594746560546788414410",
                "115018229608717036911395073434167066691",
                "90231922714205810817077650418652012305",
                "16833343096635734035442387691817992991",
                "225482432116995315271859630604878039504",
                "44091429150731373243208819103011669202",
                "110824111338403611109605403281672557044",
                "289707826638068681303111482012830601323",
                "271612222978302203101342115988123232232",
                "136964628083575022683834301325640668421",
                "27445207954046125735738626326568746605"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-160a107b",
        "target": {
            "file": "common/core/src/ux_device_class_dpump_thread.c"
        },
        "digest": {
            "line_hashes": [
                "235508758182924093785966882849361867845",
                "139761472646422900017534081220778372611",
                "96843020491799326330020854158754418805",
                "69171565744127789585355589693675304573",
                "21520117178179788575476490433568019306",
                "83581898249481933818427000166055916763",
                "270613761946087817713439988553816753162",
                "102938033284658709989704985437915161965",
                "338029568672535754935550957565177849029",
                "320463642116746490977700676899992029544",
                "116778153491134946716322981620041025173",
                "79973368183509136105438821529751897823",
                "116691871105812924720849596978337520749",
                "256772629593043891395677058123647835105",
                "24674031266399855520079422871901945757",
                "204832410967234407982658613544547183875",
                "329337104353163711868087169277248455126",
                "88273941177646413275715194171042045663",
                "129144125889315875473116918139611604784",
                "233869502437036869342849740519350872920",
                "118170792764316386772493498607893842799"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-16cd4098",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_hid_control_request.c"
        },
        "digest": {
            "line_hashes": [
                "182700862977292461451201956891440178614",
                "49049686488577266056411357814411796671",
                "182369534916382623896805578431469933370",
                "184533064258827856706813873465165919498",
                "108981430201931370946742185099381508708",
                "127284869407000637095582182050453629040",
                "5649519424038356907788572620498506088",
                "21871795034573624355119774176425215945",
                "70186466734765832485931527285509633379",
                "185594103769663819435681335616258666021",
                "29492276267677170012010287602078351021",
                "145561447347828162352881918006125321974"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-172c4460",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_cdc_ecm_uninitialize.c"
        },
        "digest": {
            "line_hashes": [
                "116208155409461793786340858726470397727",
                "282615101309601711400505294506691996267",
                "35351112345063234439210076653071401750",
                "268694917981302684422964480046301366034",
                "160932130102552939403549689632830160011",
                "208187735785771625964874601331636724194",
                "94983582518036929570902701995962654049",
                "250570640619366055919451128129736551773",
                "19322316004749814633378061892311728083"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-178a03aa",
        "target": {
            "file": "ports/cortex_r5/iar/inc/ux_port.h"
        },
        "digest": {
            "line_hashes": [
                "69858253919892283056904587291467664946",
                "70811514359960302572487274455224659612",
                "58000314791621970618126469218860872982",
                "166496509080325752816541310154540087987"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-1838eeec",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_hub_descriptor_get.c",
            "function": "_ux_host_class_hub_descriptor_get"
        },
        "digest": {
            "length": 3291.0,
            "function_hash": "36137333066893117121057218634640639984"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-19bb808f",
        "target": {
            "file": "common/usbx_pictbridge/src/ux_pictbridge_dpsclient_object_info_send.c",
            "function": "_ux_pictbridge_dpsclient_object_info_send"
        },
        "digest": {
            "length": 1502.0,
            "function_hash": "123800499728512786191586470734056995586"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-1a485be0",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_hid_activate.c",
            "function": "_ux_device_class_hid_activate"
        },
        "digest": {
            "length": 2998.0,
            "function_hash": "95178195341790219164105699847002070866"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-1a9560e1",
        "target": {
            "file": "common/core/src/ux_host_stack_configuration_interface_scan.c"
        },
        "digest": {
            "line_hashes": [
                "46676187525774112672758815510346984626",
                "184333612243133912603038349369384277885",
                "72292030556469170659730416133198329904",
                "141657526166534086624253820312362299345",
                "305478321719219257200899680067487717559",
                "65333081228169459673430094496967273425",
                "75448486284085954177461130864823577926",
                "208992187138287074951081703492490330274",
                "32829669328900273698006193077369828776",
                "77229847708811597290707157197873383512",
                "204426197415102288174395635767377165149",
                "120200789487842023794127258946733107232",
                "335918456725293357118616562956172222930",
                "115297837797169215066700802776566811796",
                "109554046880275719894905025467810878983",
                "252403582677211992687503148663276915541",
                "153822121183406638949772264989122631821",
                "220458840734929252005320467665382438037",
                "121166839246827544019414211245423765165",
                "178962376947729817756145291601060999826",
                "265390134097661690403852988820836672026",
                "279643563897216941624554720984636645355",
                "236175174568181296188714142721843183783",
                "181623927527010975607668068179107152900",
                "29704296757171103450240952851743622115",
                "57361136379772554947076235956898255372",
                "203699229786930373272303497560523074325",
                "202204086115444041884315305439701419566",
                "195895610003004540416549718440222160833",
                "16243199661785951922345757730343746305",
                "280327723446522509812045109697484859590",
                "123753642243034426205014993901595177669",
                "149741919752458239921021195304141500561",
                "39361575364894785064972452328452468561",
                "51845646464574553580711835544386480907",
                "204426197415102288174395635767377165149",
                "120200789487842023794127258946733107232",
                "221317536787128497867509265735766583200",
                "245535638495759073285816994221494986156",
                "204491182773402414977025628014147427880",
                "201630371840074353960129894369862839432",
                "68603894808295157605120671429526966496",
                "321757333994129147419416432452971549747",
                "13736219909767329349261634898916898887",
                "84840353801553107061766184241473221584",
                "312836820647267330853908031426280937814",
                "16243199661785951922345757730343746305",
                "336638465989806300100925340627313662198",
                "310196875843573449297996628367801412615"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-1ce17ac3",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_hub_change_detect.c"
        },
        "digest": {
            "line_hashes": [
                "327091818203704269544411914738890930000",
                "294169998891761117983931319163880650064",
                "113881056542612607583047738579503115978",
                "80697918736746491748648796597541852505",
                "143385015205329006470713091400018041139",
                "2942283885955609346696030977760499569",
                "194525621399329705902294500643053562672"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-1d801933",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_audio10_control_process.c"
        },
        "digest": {
            "line_hashes": [
                "50463364483316463935715110044138477647",
                "209201545358869380407089314683219798417",
                "30368985282632182410859421673659582213",
                "237518918021328435675894164880703534394",
                "337038056957886320557287980288471021405",
                "145158673795643568379651798399027203858",
                "175722911282994529802685720529425215361",
                "1481678158680414157690765401051568253",
                "107827260178819660868745615514051580413",
                "25532908114991407721295685314760015686",
                "160743698231201905342815735599467901866",
                "32318740895166599034016377300253786530",
                "20099779270089987928366505316298864861",
                "94720577665761176989022822870083808031",
                "133063993095907175208770862417526301902",
                "158235304878402376590812426041242084774",
                "28204356441547402010714847496481135655",
                "51955852115969713660355509950498463279",
                "217473773350609702560889142140121116006"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-1da7fe6e",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_dfu_thread.c"
        },
        "digest": {
            "line_hashes": [
                "127536071042023100398726360372098550623",
                "245587931467303674188116457216607470108",
                "317976661006698852867862428331605155838",
                "210877547452301085303425029251267967207",
                "120221066455788536891700161175911352416",
                "95546561733234747661303933873473704637",
                "38564972568416823834791286591908938479",
                "137359597417922722065534587972183710266",
                "275638018240190124877952785577875954172",
                "311445668046285398587418980083697364848"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-1e536718",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_hid_interrupt_endpoint_search.c"
        },
        "digest": {
            "line_hashes": [
                "40544448357891535933124088183546643239",
                "171192998055460492539081218080702030701",
                "97718301397565286936618185528735006125",
                "135542386619146779916536918712903400551",
                "69429789435084242244775202299137288563",
                "61172512317791456515918139535863956257",
                "308065054763526954048913255494326176679",
                "274847800551205062581818091065385944885",
                "103610482982735889185317970438218619038",
                "56113490772902324912136033032645768549",
                "119285687506911776820731184219606840430"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-1e5aed00",
        "target": {
            "file": "common/core/src/ux_host_stack_new_device_get.c",
            "function": "_ux_host_stack_new_device_get"
        },
        "digest": {
            "length": 459.0,
            "function_hash": "49933848042600903537436978232759961499"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-1eb7288e",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_dfu_control_request.c",
            "function": "_ux_device_class_dfu_control_request"
        },
        "digest": {
            "length": 20127.0,
            "function_hash": "69071099529102220792673072460301696016"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-1f43f262",
        "target": {
            "file": "common/usbx_device_classes/inc/ux_device_class_cdc_acm.h"
        },
        "digest": {
            "line_hashes": [
                "17604674816240925807506565040169462415",
                "275215906584533870694473958289841435131",
                "137316733689333926749506308609488482436",
                "291791969080894503296094916780417472182",
                "267697453358552674618913845265274609908",
                "100939858992350748878830526957064380977",
                "247632152464389873922216013933729768152",
                "61020542871031709875225112792900664590",
                "115434907654892918001310641167904900977",
                "326770590251719998309369648148974016263",
                "296501836348638147925644250381268218450"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-203d40ce",
        "target": {
            "file": "common/usbx_host_classes/inc/ux_host_class_storage.h"
        },
        "digest": {
            "line_hashes": [
                "183831896604022149596562257366163712477",
                "99739580758731552488750276131798096021"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-206656c8",
        "target": {
            "file": "common/usbx_pictbridge/src/ux_pictbridge_dpsclient_object_info_send.c"
        },
        "digest": {
            "line_hashes": [
                "150566834747830078613374356876926577787",
                "17846892624613732016814436700251208734",
                "261408010421298468270175911440846357706",
                "302128115267920037124731032905558520285",
                "20878244061129961667747287807156197173",
                "307535642098143821232261606261540223339",
                "277104852570731491560823365895374327575",
                "302372383401156531003301208038719912192",
                "58794576223281393563548476455948576277",
                "121301787902290249104402611106396783179",
                "214406248577639049998509119213006324528",
                "154103016372085762271027263936269311643",
                "145124253953244884460263367979673075823",
                "89148349809115149509662870046951745143"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-20e9f75f",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_hid_control_request.c",
            "function": "_ux_device_class_hid_control_request"
        },
        "digest": {
            "length": 2446.0,
            "function_hash": "20873865850157090771609964617290653963"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-215e4494",
        "target": {
            "file": "common/core/src/ux_host_stack_interface_instance_create.c"
        },
        "digest": {
            "line_hashes": [
                "55719683362226414659568466207633231369",
                "92108416225395341719068967931752032030",
                "296073690027116575154173879195029692379",
                "312710949610234955695263354396959509663",
                "317706886508032792832423784116747462386",
                "139726022318349208095395172624984753842",
                "275215073715775068175839077741609635703",
                "202230311170823137269852011022541667922",
                "21414186841262637267479053889682894807",
                "255532222082631196788196676856527944177",
                "260324419495976305182373571335454937684"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-21d6499a",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_audio_initialize.c"
        },
        "digest": {
            "line_hashes": [
                "60373450478805201918544896330709713654",
                "141954144033609939457201607408308686570",
                "221083173611802697157928369910056366759",
                "41983666688282994155735382765610288916",
                "98801371297263689773837014626764035054",
                "62528712951892705239643934771599884662",
                "162763947030044921059689697606022220061",
                "288895755690491843634740902967535787304",
                "130101033471690577177946230043945430386",
                "316665495366304106410448340408320219217",
                "228209189315481270746158342731297757111",
                "80241130831923406239134107300734132005",
                "310285476766179912878319484722798421109",
                "297664633624183459684510285737636633061",
                "78343026670505297899308955016156803316",
                "280259477317728095671918959077378861261",
                "180972726318013814806239573379596644184",
                "242616055673650441678992721454773078329",
                "12950178034883717097942822629250826325",
                "79422479555113529327048037804135143472",
                "82474617382578331798625852472340751568",
                "194122624224811370711496245721010180623",
                "62572310133816629574731314889451216723",
                "136551953757284866085058312193710354048",
                "79422479555113529327048037804135143472",
                "204006491631218600815643837106969200588",
                "176649262740662965985380984724307465323",
                "46394676992126312640355420800434265744",
                "253390547829169691297551380163383324486",
                "202603691430156699679779642030667171668",
                "87534923008252604406866867167699599366",
                "33755698818979405721494027033761205799",
                "194651194082861909836620281218533000954",
                "73137367626238907852913703796739942312",
                "71368194254134727285518622773588930491",
                "195639103418942630473473929170697343567",
                "168421328006737124646302104425117324122",
                "108708161898518112772496971567318274746",
                "278725051854882397307630277579141318018",
                "328856949898947114713939626672482251602",
                "228931713108156345844239723396203015883",
                "144079698012224201810042197549775419979",
                "64357525700514672823398341741005622705",
                "307244651091379873895143688575520505508",
                "10370964670948835963567647695595004039",
                "63472694840836128871559557708598396310",
                "179986891918241099685172318024187307836",
                "239090021559862105742234840157964961097",
                "231859922139196347962062938512367392956"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-21f9333c",
        "target": {
            "file": "common/usbx_pictbridge/src/ux_pictbridge_dpsclient_start.c"
        },
        "digest": {
            "line_hashes": [
                "256309433742688181285533186090141809906",
                "276477861437142830727357256291344313381",
                "45219071090736639738431730118001474214",
                "33408154426484174670601997310880037414",
                "3575068946227017678530263407580161085",
                "189005689004599203611475547760113883143",
                "254851669717285564003325777645764264357",
                "192317717623113388001361758036326125632",
                "234921862807508357048605107219365225900",
                "120247971608452407690918305265367020734",
                "224771128028794521781049380865677229752",
                "210523081742749495182686131995468354842",
                "317406204486440790260384727826640136553",
                "74759784513046203758752913705421490774",
                "73921402976283035270595614669180271168",
                "233098479574200814229453281002209223337",
                "111024179321374267493336545495992758215",
                "191566727482125050914009878186001982736",
                "122831993972950325008258542425700876108",
                "318350930413420458643284354031409969866",
                "27157477337554561682407035011803277741",
                "194002210460702871678839293631077543928",
                "58441304164425559167406713951226530511",
                "64086900312005593634863950670228026433",
                "12206060358255271578401530063247244064",
                "288440400475806189324848983075185824592"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-22a67c47",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_hub_activate.c"
        },
        "digest": {
            "line_hashes": [
                "138794592858626421829133813635064504389",
                "201697186153919161212035315575539084944",
                "311032529770879263396314592033318853611",
                "246187182999534700631245946050680682773",
                "312224117835676174608029738117593990430",
                "317750802620274278178425164670016471625",
                "175496729317346140712981605341905336522",
                "59026503903317760068680932828554865109",
                "247086390328307745902617852705521178708",
                "153568838942106629379325325604986029379"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-22bd2dd4",
        "target": {
            "file": "common/usbx_host_controllers/src/ux_hcd_ohci_initialize.c"
        },
        "digest": {
            "line_hashes": [
                "183421272850404741801682692314723011873",
                "24800620226236856450652346179537031886",
                "274374251862921211885406517038351911231",
                "35629012860642832219555694709141748136",
                "184688898288439171200008950933556421365",
                "140527894071029199101636481565670147989"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-22c214ba",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_rndis_bulkout_thread.c",
            "function": "_ux_device_class_rndis_bulkout_thread"
        },
        "digest": {
            "length": 2807.0,
            "function_hash": "84453073806996570429985437405508990708"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-22e6a8c0",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_cdc_acm_tasks_run.c",
            "function": "_ux_device_class_cdc_acm_transmission_write_run"
        },
        "digest": {
            "length": 3499.0,
            "function_hash": "109071429410050897152349796153044477671"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-2447da4c",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_video_control_request.c"
        },
        "digest": {
            "line_hashes": [
                "274202309122577480542418669213662396807",
                "127093349777857604678188769277885088263",
                "192869960144656073196688980945026146321",
                "196381148414150427055056806782018379318",
                "265538501246241586594669070770502396986",
                "180106735268661885307432841500955343465",
                "229378566203944032510418751851932409108",
                "200619214534257607088183167226274174656",
                "87650685942023936623366760412307479293",
                "189931573679965289391853596184836956832",
                "19372781242677403388211911991688435840",
                "303984915990624010371578803171609173597"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-2455a688",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_printer_write.c"
        },
        "digest": {
            "line_hashes": [
                "314229227453696600009420939132225743936",
                "337481433010048687374927082181146096711",
                "270410209002443434717591287823740939973",
                "223189456473731451747074443376306620715",
                "42334044024201207740043979216719194469",
                "231782326176499260225789439706990652631",
                "39524507441848478465514373444939701394",
                "171581711765322209216544153132614519334",
                "176992406351918626023208560795007593542",
                "252424768712516804138217031162069350081",
                "136887490714205849053433775953741467529",
                "156943870976307369031365049687666019855",
                "294280998877036941227743985300646049710",
                "150728948719404036908746923689244601709",
                "304655770834010645842620704371425988462",
                "197625652471020975275606262011408642083",
                "77980100775125815367608390405046897900",
                "36278080855858918208812088024343996995",
                "95629811986025258124248934594682929010"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-249f9cc3",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_audio_streaming_sampling_get.c"
        },
        "digest": {
            "line_hashes": [
                "108930930772963320212568400406723914837",
                "184999580802237476553188318429254126982",
                "39739844667347559385073497747991641109",
                "156088448239167173044775741954473862088",
                "209336402948129074404014439986829351840",
                "301905277865667083053482845547623874428",
                "279382031767328137383728138928871155252",
                "298424495974818292548505232258232266335",
                "253685978422368128938871598492051682972",
                "113043668479854255023635502194674543731",
                "339095097203016106765602974839383154095",
                "114036989965526500908336829957457835024",
                "58780857305574370172023067456609870034",
                "269755732035776768256160869081392647347",
                "261308610615327044422914657132842436070",
                "279008463096893486294023972835857827667",
                "22383860683157353053459294194395295113",
                "45919495506562514740452656193040724956",
                "66965040857432014161730341312705602071",
                "302162871059984679068037930747429565254",
                "94120768851208938564526034867034261191",
                "191354539316918519226450723885270075229",
                "315183445620244026248944205653448568992",
                "302162871059984679068037930747429565254",
                "174242682128888178997582072223969687557",
                "282636375733826290025655068622392694917",
                "81299298218875437794927870058145828445",
                "233724252669724565954075592654791703916",
                "59006444224333420691148109926846368580",
                "191354539316918519226450723885270075229",
                "315183445620244026248944205653448568992",
                "302162871059984679068037930747429565254",
                "58780857305574370172023067456609870034",
                "269755732035776768256160869081392647347",
                "261308610615327044422914657132842436070",
                "67223687809738872399897480985810626904",
                "72025953728928993184378806822725816029",
                "213597102672089999294228378827553694532",
                "27844556386491969759763316544483405965",
                "321481370064657756304072089777207830034"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-265b34cf",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_cdc_ecm_mac_address_get.c",
            "function": "_ux_host_class_cdc_ecm_mac_address_get"
        },
        "digest": {
            "length": 3913.0,
            "function_hash": "112600133150280655265735484728456816385"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-26cd2d9f",
        "target": {
            "file": "common/core/src/ux_device_stack_interface_start.c",
            "function": "_ux_device_stack_interface_start"
        },
        "digest": {
            "length": 1317.0,
            "function_hash": "91413539120185440990422186893721632255"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-26e8e80e",
        "target": {
            "file": "common/core/inc/ux_device_stack.h"
        },
        "digest": {
            "line_hashes": [
                "49641587722776129085492748174957625999",
                "93508325527593284367282082247571999381",
                "159342045152385138286884003708930782843",
                "102879721562600292527511219238004682566",
                "15355505669989317587957204387235098944",
                "183461853943364317336512499366913402265",
                "118530088194854913601489356025675292307",
                "313112318632470607435227820036884891584",
                "218885064168795494937317937793498637415",
                "69580791718998896612660290580685431524",
                "99739580758731552488750276131798096021"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-29016796",
        "target": {
            "file": "ports/arm9/gnu/inc/ux_port.h"
        },
        "digest": {
            "line_hashes": [
                "330111928447146380103036033908470178041",
                "242988540403691610911851266774907423687",
                "110554880031414822447859787438090592740",
                "112050294439517361235565206450157039432"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-2c4e2edd",
        "target": {
            "file": "common/core/src/ux_device_stack_control_request_process.c"
        },
        "digest": {
            "line_hashes": [
                "55488301163433329093091693628188199339",
                "113070924005183273598540400087815394591",
                "136912172268342528724964551023360980296",
                "304096680185676144881750389410265113363",
                "14402827659074573434049251471531458300",
                "81525893414995742906800406483021078249",
                "317955390986110870525472661209810995826",
                "237529555876930276590599104036706246564",
                "124607599570485874857859646724253023256",
                "41649879436833601816285907466992157789",
                "220254104700262045932522713665694359313",
                "165893612083126936537355255043479893549",
                "302936787748222826026321849945400814623",
                "115562262724312219028640302785804514350",
                "268130042863514151130386427455595457715",
                "43730044793981417205565617726804565741",
                "231668658036778152408195790172095084750",
                "174716253646889890547657304530563010553",
                "258583398723973647073964072901307601202",
                "105643220605226815685104129236242733290",
                "97020280831293531449478733169155449109"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-2c78860f",
        "target": {
            "file": "common/usbx_pictbridge/src/ux_pictbridge_dpshost_object_get.c"
        },
        "digest": {
            "line_hashes": [
                "51905973027206726166112964828691362338",
                "338583678580579695933245861927732645265",
                "274571702438329362370190922786944861126",
                "40266560593852454359647046202001042689",
                "122303561598013780079933290785332907676",
                "217173734582394982998501311779427784105",
                "76487962736238109146206890235608511230",
                "322160629657316962287638619257440385120",
                "236398360299882465046616886538414739457",
                "67826427695734287483500593735843769543"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-2d5810a9",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_audio_unitialize.c",
            "function": "_ux_device_class_audio_uninitialize"
        },
        "digest": {
            "length": 918.0,
            "function_hash": "105209108954891425733331162081352181218"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-2fb78d60",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_video_ioctl.c",
            "function": "_ux_host_class_video_ioctl"
        },
        "digest": {
            "length": 1809.0,
            "function_hash": "98807348946699851298306306040038405475"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-2fe86d60",
        "target": {
            "file": "common/core/src/ux_host_stack_endpoint_instance_create.c"
        },
        "digest": {
            "line_hashes": [
                "108698928995913307948393362257433670172",
                "133407126985812060538511370110692309300",
                "255784795379922322580083392129792176851"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-30726765",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_video_activate.c"
        },
        "digest": {
            "line_hashes": [
                "295683643415906688954578708368932177591",
                "245037570450342425800249453186271459143",
                "29309672401813455473323483629555264870",
                "321501214747580371597637420756962741327",
                "314992284973127136170016340783644535336",
                "120757516629394029746908093620330932120",
                "30876332410589403833726395001557438627",
                "135762623003239515420753063905187967076",
                "91171207938731661823425590739761386228",
                "299999622225734106489867237975245168004",
                "154331133559265896503745444096816926739",
                "279300905953351123507427728907425579504",
                "151410865238325334981884130420112787212",
                "227155245013568399932687577621356901345",
                "86031767931417350142289768062158275614",
                "173036108343537995035953542350536561882",
                "63816742217528826014636238958274174979",
                "59155414219833462864810180429609591229",
                "300004179358560459537795082882067451508",
                "37222230637445628132774886191719968683",
                "27438096744281869322911431453140935058",
                "36741572555263983110917966999490230973",
                "26651169804205358617907369316263174773",
                "70131814658526708227832343051501105835",
                "180018144727198154722167112837325706874",
                "16714162020951253354620436198454321707",
                "270494531314570860236553600550149314690",
                "101588043325600694055110859739277358471"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-30e9ba4e",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_rndis_deactivate.c"
        },
        "digest": {
            "line_hashes": [
                "243876824698474986855683579968308171037",
                "155899825457329548530125531802151920537",
                "198016116539448714066989776559124172804",
                "187474785898990079844737668494044555157",
                "18191963718224150091377101027429441038",
                "13917237260975403385339084715534486769",
                "142660242827690620385447269471229019108",
                "18127801494683666540096174559213743132",
                "142838270341248984006418915227033340118",
                "235998977721000328336844226170940345387",
                "278488270344481815082111863071146431166",
                "179665213426679985357295501971500702048"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-316e5782",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_audio_activate.c",
            "function": "_ux_device_class_audio_activate"
        },
        "digest": {
            "length": 1619.0,
            "function_hash": "103810448487388199603561010417335149855"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-31e57dbc",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_audio_alternate_setting_locate.c"
        },
        "digest": {
            "line_hashes": [
                "187950795988798568711191787941497789149",
                "133012079601370149417091962326390546727",
                "11591009626125560127734245781266498532",
                "222422836651802340792856188451258681062",
                "109123198706977535544430489881378696976",
                "203169326824470651978460324815654695470",
                "171149785299543010149575679333920725183",
                "156196579557014933856154892429271605483",
                "320649206400649359139894614027361125410",
                "18509507189553023630182645789339294168",
                "70103368365024899001028587239318182411",
                "320649206400649359139894614027361125410",
                "130075792586015808744552578674853353136",
                "66902258252735781102182346355667226394"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-31f10d0d",
        "target": {
            "file": "ports/cortex_a7/iar/inc/ux_port.h"
        },
        "digest": {
            "line_hashes": [
                "9774328637778895964049671274951231431",
                "187042972532042866328737020373302800071",
                "326691888619698316855250249963201235109",
                "106335647153310752670105336292623157935"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-323ea361",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_hid_interrupt_thread.c"
        },
        "digest": {
            "line_hashes": [
                "46360848401436828994649330756392801985",
                "247297224886178737219090701283725184417",
                "263696819589866364356228650238637528747",
                "175246083978900725842096323534785364561",
                "112470537941176273518234089493990049181",
                "276077778916521461588250770790705265715",
                "149197238794877857383620603578439196809",
                "301836906793842951553697824845153378546",
                "165295734299523970941134606494690298070",
                "129144125889315875473116918139611604784",
                "233869502437036869342849740519350872920",
                "118170792764316386772493498607893842799",
                "99496260535251196738544776187952783576"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-32858574",
        "target": {
            "file": "common/core/src/ux_device_stack_disconnect.c"
        },
        "digest": {
            "line_hashes": [
                "103334640989999831542569087134366051846",
                "270680920236652130359224326178870857273",
                "328641659243921084630478299973261095357",
                "212371509193889547945791097029711828117",
                "160904130603972603996626953738819331273",
                "88982219063648381095719158286575326699",
                "111270598601704111713103327248304361303",
                "202697447503293787164670181903501937566",
                "62182696977201076207210466667823435714",
                "280621388053469642765391038516348010777",
                "174385859321205278935614389141415384645",
                "62655697245818767795503375432759352733",
                "194422698482454143690522262873816731829",
                "291912136041043347951674064945439096931",
                "222140902728255803493447624262260646781",
                "12960606846028922057736120414864531278",
                "19460694212910029357248251558528071992",
                "288155592217472974883677899633471009635",
                "248495622639437029552540116547148485312",
                "219533723149058116235324942527099565900",
                "88456991744918163433404739335492369867",
                "52670405156280561548206853033831752055",
                "171076102238272922067018772395720379843",
                "247522687612507131475732183550158676462",
                "55233655681520490552323697178860332240",
                "137214156245418514623392213823180349424",
                "231341008589480194969798148471452230256",
                "277941873555028949556587447266088517821",
                "116858035015163569502312588587576694219",
                "239816671168175404142942216490854276206"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-351192fc",
        "target": {
            "file": "common/core/src/ux_host_stack_device_configuration_reset.c"
        },
        "digest": {
            "line_hashes": [
                "321352104905791247680026924307356083013",
                "116686304930362421808885496697329789139",
                "338357851357988597406399704703511233170",
                "145539900932843890791935636129794106073",
                "23968626479478939985093740265488023686"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-35fea60f",
        "target": {
            "file": "common/core/src/ux_device_stack_interface_delete.c"
        },
        "digest": {
            "line_hashes": [
                "224682076181076628962328714790939067095",
                "87963577701994503953734136842340362425",
                "162673408626525647821465226785344632641",
                "112490769579599588335128111816827551364",
                "11333564335986077276043053921171526496",
                "111260701405719166272791807043921927062",
                "96090682679002788890178589001740327044",
                "860091232809537080921285189648611835",
                "213262328300715763831303270260280578464",
                "297475959050330729693861158740591764923",
                "150815573450031872690588433258199922039",
                "223715615566389368725812624257592945324",
                "104243821966297438318196819047385220419",
                "71833628043815064961168998096154013966",
                "103959604421066519407077070713466601214",
                "93216585108383587934555680486508424486",
                "259731238088337755096141025366767055085",
                "213789836983828147165728916816627127750"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-36118417",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_storage_tasks_run.c"
        },
        "digest": {
            "line_hashes": [
                "317230029831187009439060954451464573216",
                "179753090855618903300918021069570935403",
                "276194850366351579126351213612597713537",
                "189063592059589503309436215829504617178",
                "119163931011906185193588730329859058333",
                "114699088773369629275267272225835295872",
                "270961366360083364645662804710518637362",
                "217353320930493746191267141929346022634",
                "53183896140840853130724774190353450155",
                "53942110663871834434339466205872965234",
                "313477922418312992880455908026465887501",
                "282950141881849673798393571667556277597",
                "171776634147522382667501755439160542963",
                "194159879182404681340499151714889361515"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-385c23cc",
        "target": {
            "file": "common/usbx_pictbridge/src/ux_pictbridge_dpsclient_object_data_send.c"
        },
        "digest": {
            "line_hashes": [
                "298257420891782437593139692206280453013",
                "14472997838737510703490792553464669925",
                "209161812777313604478348578100578616941",
                "65983717550030653547718197449960653898",
                "250364180454376119299092766605816154534",
                "175054988858604468645121531297048650147",
                "209445237701333528821080756820740053346",
                "220547934087684821487348199090541852027",
                "108423937723282990979860349264162446170",
                "229174203064315907946738092092843259254",
                "72344360555023684602958681806560795450"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-38afc91b",
        "target": {
            "file": "common/usbx_pictbridge/inc/ux_pictbridge.h"
        },
        "digest": {
            "line_hashes": [
                "209986925937802539566855360071486950413",
                "259167269079607270636510504035038122424",
                "53089812242022513862829060495257146407",
                "253364723994421229666264711307153095754",
                "220525454170984275509088404295697899712",
                "81346063457131813997032546091812895731",
                "293116674592752214300959028048063626429",
                "6726668675374396402558056269365269090",
                "210391580331860729970119835778301383342"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-38b3d4c3",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_cdc_ecm_interrupt_thread.c"
        },
        "digest": {
            "line_hashes": [
                "205142417524147333409781642396766505211",
                "24941418356145192647775256014706306886",
                "39126741307436019108128863099388445111",
                "18664484342995273931801394581603388755",
                "85960408191533247399048310628586103171",
                "278387918458093853046964616321538569235",
                "146911351865958391536395714674642788878",
                "202020122000092527256401694142534029033",
                "265629864352067943937323621056796317233"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-3905569f",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_pima_activate.c"
        },
        "digest": {
            "line_hashes": [
                "173709969755326346603237900477931001940",
                "66008772188573919770555280703035861396",
                "250533132732144401744760058117993098870",
                "130997886910187126238407202150861705503",
                "103663155880387963231585674287005302117",
                "327956191132311230547768272227951653505",
                "262394274851847708061078883258185134655",
                "287428790577216432782618096759680818289",
                "230081309661670671999931311688748792807",
                "91898316893597618978227344843905606719",
                "330486707358295453026334405853898240858",
                "176014624715376341512528311665073542521",
                "317567279787927141789813772015736606018",
                "23835733545573056261020230483949171570",
                "203540544996263522823016589289257862980",
                "245057228514188324232013984897687756463",
                "326157681481427593781461331327105397647",
                "146263945931898428083035774196822473743",
                "210840287687348265372127875434925407066",
                "2030095700546299260846209266183133402",
                "281117911721766875717386955030112880735"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-3b0ef811",
        "target": {
            "file": "ports/linux/gnu/inc/ux_port.h"
        },
        "digest": {
            "line_hashes": [
                "207253628631954728745326634850734438310",
                "198115818173403377825204885609462391969",
                "63766424670015625987463917174852493821",
                "257093784874444885798931212673872051303"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-3b354933",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_audio_read.c"
        },
        "digest": {
            "line_hashes": [
                "26117311469773809392653608884992297755",
                "273409551720531556860385128931445801150",
                "130387058802749029511498157810910535382",
                "7581779971878574997860401341969993998",
                "233188089742114646767623424431949916932",
                "270352686654044807965215510897619269278",
                "279382031767328137383728138928871155252",
                "298424495974818292548505232258232266335",
                "253685978422368128938871598492051682972",
                "8337029871567258664486515705534755889",
                "18437986152454463393063316077348251223",
                "327030362286277689276642792245428942478",
                "103783543620983505860982160716438438523",
                "46061218877853990761411516190744221556",
                "153950703064417064967967115089491060160",
                "77784775370144443254242288359903278102",
                "301720707536135550386631434134670703237",
                "242292970730758100515332613130753738879",
                "219637943658503752066369530881716845234",
                "283652779470693853604935339485950455414",
                "332547430448236265218784960543489737363",
                "49109581740192082585940630127932834290",
                "311908239075797789927721835121631139663",
                "75427678179328022529019049773455504613",
                "3069999266094710654435031704167494646",
                "143042551865935320018306386675129592568",
                "264183579865126351544445219330614489381"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-3d5b0054",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_audio_activate.c"
        },
        "digest": {
            "line_hashes": [
                "295266816640417336233711351588352075639",
                "15669891645852714679187431067518580509",
                "112607422825822970451767314334291966545",
                "329337809376806531341047633638665750234",
                "53395432996166763658882722188476278144",
                "35301128394527512696247585859925776934",
                "281390968800245278171996423587134193095",
                "29843296091285045984301254706535632282",
                "91311130161893112964978064017707113343",
                "728345537697317671042958779030597894",
                "280767761617689818912555309130437465940",
                "331480581410748714039078534588368747534",
                "49291574989481962366874367399296184869",
                "13394489752578267457368941655601847377",
                "160930047543449850427026825960701427002",
                "62527360929884709570459258244821538874",
                "7712018828411204399843130663329870226",
                "87531156582019033873823890298551751921",
                "296516697675266033347451218834443399313",
                "58808236968227598301903669398945168899",
                "67299010741366243197192556371234803862",
                "27057926586313213840730269632812286054",
                "45827443681595776993996209185270237546",
                "338169214469153858251214749292962300258",
                "288114884359218075972915263719659783936",
                "111438740147004807397548155481467163175",
                "67299010741366243197192556371234803862",
                "27057926586313213840730269632812286054",
                "310787674845137569989484482621362119880",
                "161145930766990201184449915010490419130",
                "25969059862499652205247990595699261018",
                "256366090468515186677505759290531615165",
                "67299010741366243197192556371234803862",
                "27057926586313213840730269632812286054",
                "30959903436876976972049473550347301231",
                "332199202992282346118713714612480268232",
                "112616626018771146370719728186274433923",
                "145007216867290425492219198114574008020",
                "67299010741366243197192556371234803862",
                "27057926586313213840730269632812286054",
                "62567438042239489329735550707029392876",
                "272489045765001541173990832559640621995",
                "79295298202768422772474691233560237324",
                "296037156081248466506368287270203890639",
                "67299010741366243197192556371234803862",
                "27057926586313213840730269632812286054",
                "151220077802209587471555233895400567573",
                "140719458077651240124331430613431155632",
                "63637947853204643226205491514264480365",
                "3430343624996321585043453743959405071",
                "57673306713285401309576666502072496353",
                "149866854486595457948601696540971013170",
                "303489279201587512966975765379235819530",
                "333211420484777105995742173364565651737",
                "191396253960677719085798726427943568398",
                "124716571788897116500883041042043768155",
                "204131551514355393537281559020002947516",
                "288988582847263094670093083266828408407"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-3d75a4c6",
        "target": {
            "file": "common/usbx_host_controllers/src/ux_hcd_ohci_initialize.c",
            "function": "_ux_hcd_ohci_initialize"
        },
        "digest": {
            "length": 3513.0,
            "function_hash": "29399287622300061871889173891232486213"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-3f47b36a",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_audio_streaming_sampling_set.c"
        },
        "digest": {
            "line_hashes": [
                "17555993009093703008199619729677957870",
                "202894534494814465514797241917573346381",
                "184063823491987763325612595711633130069",
                "278055132067423022801637421886874960356",
                "161368054200781402292782474505157756810",
                "163784775017736762066416817441879755683",
                "81311342000603750962599205300408309241",
                "302509874437269794115136902774396282180",
                "278550653403978818356970217092541339054",
                "67968758323012646458719251349118536743",
                "251380545240798958783997001006868053994",
                "237987888899590310360691702971984982931",
                "339622257903791675176862467098766481002",
                "149741921579195548898185276954253425388",
                "219690806941075505313186916551346407310",
                "178750171393005278776933881348024805612",
                "307735211818453419466623547546889003778",
                "155801538997488083135308342701640143131",
                "316155483369510376950331303253221488524",
                "141476517860476421117681718271521395473",
                "83459755541636468148872323410403405145",
                "53987155670317992293161858410192987920",
                "14070964846476300508108799987040459797",
                "46473253726605344187809556359753608577",
                "296539919058825267566001377633312261907",
                "46320045070976308466292544939844348395",
                "318160403588143332357222904254261315217",
                "38718761202062955200909632183798315512",
                "140675288681670518309220312822874911525",
                "251130759083073910134900664169234206100",
                "321046133910384559861476080895933035062",
                "112832140828196910906550568628566272615",
                "189026017292487178878221130812406890270",
                "248164051543466667426647650654792158897",
                "12395791294706795550388097337993363334",
                "586729072207543411817387550081542005",
                "299017258657231560108660968072199343108",
                "319942163128794905766071394631037132907",
                "70165358105824472733300313923710527234",
                "266987031880431677963157565141529648828",
                "249718844384168235859738640924523063798",
                "1545299632306681626309114866789816485",
                "256854076376851405975911493886865545655",
                "334874450251370834385049467778193267800",
                "302162871059984679068037930747429565254",
                "208362840494993689767107629028088888658",
                "108587633537507210242609878158511307392",
                "108587633537507210242609878158511307392",
                "255783589499612607093736116707012846256",
                "16243199661785951922345757730343746305",
                "220116086372715172662972300464531193487",
                "277207427466123779231152541988522213530",
                "27844556386491969759763316544483405965",
                "321481370064657756304072089777207830034",
                "39980951617776381497355759422600359928"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-3f4bfce6",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_cdc_acm_activate.c"
        },
        "digest": {
            "line_hashes": [
                "231910974694662860830483005104481756135",
                "97775167703271790193934982638185049469",
                "23927672289346757656480542171263824316",
                "207583893829838871579319941408374386179",
                "17039866007517539105470563891537232560",
                "201377669550294510964421657857547058783",
                "94047637793364907587625514664710370412",
                "9559813941435576784408462865370541058",
                "95505278469040012607656633464178894488",
                "66740563036163136473521114309542213602",
                "127531450965970845661458495246135832942",
                "160903440365623094061007567116819881293",
                "313554675086008775459853463251059483307"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-3f4d130f",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_hub_feature.c",
            "function": "_ux_host_class_hub_feature"
        },
        "digest": {
            "length": 643.0,
            "function_hash": "301843064542801134576249496954067701669"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-40098424",
        "target": {
            "file": "common/core/src/ux_device_stack_set_feature.c"
        },
        "digest": {
            "line_hashes": [
                "113307092869260742083268173662003868079",
                "50188666537129497036564709860266120437",
                "328641659243921084630478299973261095357",
                "260668722749296760983381970252585423511",
                "326158101869791688454210140411887689005",
                "306309747721213273950052050244260217074",
                "182071170515354294957438712187100769957",
                "180073931367858931824947397145115938314",
                "17630198450988136179995609800526009133",
                "291912136041043347951674064945439096931",
                "222140902728255803493447624262260646781",
                "13258746861111539359640838835489601721",
                "94905753536669885413672295007926800302",
                "201472140991915341491699080303105675511",
                "135295392969287696562456665691280313208",
                "265308658981171935632145978766628295019",
                "262710512629651937967641753942371248946",
                "247861754466949050320071646262764219824",
                "117498652913733596243875482808895541538"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-405b3b8a",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_audio10_control_process.c",
            "function": "_ux_device_class_audio10_control_process"
        },
        "digest": {
            "length": 3360.0,
            "function_hash": "225929100600457955515894678316394230109"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-4121ce05",
        "target": {
            "file": "common/usbx_device_classes/inc/ux_device_class_audio10.h"
        },
        "digest": {
            "line_hashes": [
                "123743455028188728933868869717110477069",
                "26488314408191436089202179927465427572",
                "314422449330050893509639945753936475147",
                "301085100400095165749179934452811807012",
                "66884830399160260413955808135668397882",
                "337423642300256776084939159122468592775",
                "84846719868580012838266311119935515111",
                "239862044405241678703670595281201188051",
                "37438516250421455538769919038395062862",
                "208729306112215968386172052494524340048",
                "152792541270010070350906308284149978698",
                "182802605094831675095267774174865127036"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-4123243e",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_cdc_acm_bulkin_thread.c"
        },
        "digest": {
            "line_hashes": [
                "85686439369125276179901447983271620763",
                "315025504213426188903126865606119752708",
                "6636453840737186004822445407917631639",
                "163579727167164394320899372501353577739",
                "69370413012447215239981592954115565882",
                "326462876234087135558536861853929106821",
                "113163033725068164031725690609559159739",
                "60227724084457847317369353182112267225",
                "120779296850104165862570291310866780226",
                "256706290649069723543747840710136674912",
                "162074299803922409904580805647276862909",
                "236439673866649042712526887344660886143",
                "226635581251835758711397685682437051500",
                "309055520767409586363641802925622422525",
                "202355739594114428039935310704001565297",
                "323698368312231744118119364543716826109",
                "300060429687693206715565368043023324101",
                "37464135172819171306361760392745696392",
                "148226860836039077992828045851937913467",
                "96876184554733808947698244735782034033",
                "202102934187660402477428474211064432866",
                "316087045528804287122789984808055386744",
                "88275125359139609450509863748316500790",
                "250647361106603099551203710181744489247",
                "115149884483672678160427119230465453117",
                "55522251090798922105208966109512870949",
                "32239051724525605708320095958788718999",
                "47540251086701153648832562518766621160"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-41ae5d15",
        "target": {
            "file": "common/usbx_device_classes/inc/ux_device_class_hid.h"
        },
        "digest": {
            "line_hashes": [
                "284353329978303708528601773365659941122",
                "195478068110939607030485726964324992666",
                "160382497278651715645441597685375334705",
                "138503012841333574371432496091095727358",
                "15242389744717484373635768120727932710",
                "153807736327681925172275232965302135833",
                "178991091958720773031040746618298303288",
                "249740859805886892652187861493971162553",
                "54992027249039974435016136979590401",
                "296033564410661213918476120649250615742",
                "105090403207710109309892670674072907730",
                "32037619967264841754992318510037587297",
                "31698460913270773456696338896666303427",
                "130894669754229458861414624982530353312",
                "80738524663474371745250255392239700381",
                "253568574320502674668228718499827563598",
                "81109860368633281737095385149999534920",
                "252390078419640882466119737408013544767"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-41fd513e",
        "target": {
            "file": "common/core/src/ux_host_stack_new_interface_create.c"
        },
        "digest": {
            "line_hashes": [
                "203561703656268609398402069113319810160",
                "179187855795387534392996595310002805442",
                "220159055442852382313101286238033885393",
                "139010448865499191970246513445623266958",
                "112049915605458562036263854145852487929",
                "91904620155682991353865962713068719572",
                "62401146098562102833798085347355424892",
                "291535526539658054962986603053328117354",
                "72713642542091767529430890667031419631",
                "156731166064874309143012818294094279885",
                "19926239909334814314092391380177015126",
                "12208643165292475292390103719714257862",
                "195299638771272299242248803891673862002",
                "151224095638798679070067969578131019648",
                "248922097994875807962645901354640063887",
                "276829611826122693192753367071827128505",
                "135126403117692483158514112357797819484",
                "83302980555026607452189555781962338195",
                "229408208500365529406628741296544198184",
                "318418220249048897465019042469330516985",
                "9438492746394265867412996916956466892",
                "46382954646597018725016190929313558044",
                "331292680668574640708940005760216249903",
                "203584442448826102223382988950803525066",
                "189428235676541598748982415408827008298",
                "138465976786013357892601549161732167835",
                "259268823306870847980064376744380115241",
                "253200713348938467280122821159553507743",
                "234183388989019434028531217881082985141",
                "114676216975913333425620189302719025277",
                "186296501957746441995409917300491929361",
                "34535822859344885155541178196743093034",
                "74725444598040003601555774010163699925",
                "208805846387771894995975121126671348013"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-42479eb1",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_hub_transfer_request_completed.c",
            "function": "_ux_host_class_hub_transfer_request_completed"
        },
        "digest": {
            "length": 588.0,
            "function_hash": "117497453289799426141550413751134968682"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-4269a6e3",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_ccid_activate.c"
        },
        "digest": {
            "line_hashes": [
                "88625847256236169271167426679170932097",
                "55122566461458305201589130517098598416",
                "134234287370025143345593737079859196363",
                "110479161936049364324236891409979308951",
                "251976540412750980220874961808495651355",
                "236608565000915685101670485545344364758",
                "2223571010617467115381666619540507445",
                "215234558535491796374032579904330709645",
                "1012021797067492112870400420179256911",
                "266376244875204288894539566580855023871",
                "303632058557311978893885151028660717120",
                "196852054264065438704566541879552820703",
                "37696078655872028551530803070342415507",
                "265856185273327868937660408002612650951",
                "155805652806150165608867839418198168601",
                "279280707948785124066504570217030100622"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-42a6ebd5",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_audio_initialize.c",
            "function": "_ux_device_class_audio_initialize"
        },
        "digest": {
            "length": 6866.0,
            "function_hash": "289500352632964864679225323208303973114"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-4325b197",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_cdc_acm_activate.c",
            "function": "_ux_host_class_cdc_acm_activate"
        },
        "digest": {
            "length": 5705.0,
            "function_hash": "252972327676382738397875911602817086527"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-441856fa",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_cdc_acm_write.c",
            "function": "_ux_device_class_cdc_acm_write"
        },
        "digest": {
            "length": 2405.0,
            "function_hash": "253784602000932220992218063919322423158"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-445e5c4c",
        "target": {
            "file": "common/usbx_pictbridge/src/ux_pictbridge_dpsclient_api_device_status.c"
        },
        "digest": {
            "line_hashes": [
                "155547156212810745997867731400867169044",
                "231280065740899017628629895552111576343",
                "159633638978217280118642325750447302211",
                "221279167395630776124592378965287053485",
                "77115489688347807695722332882400034540",
                "325484024559485035396930667881930172978",
                "26235515531672765512800305647968082214"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-4736d4bb",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_pima_activate.c"
        },
        "digest": {
            "line_hashes": [
                "170602268264856672838231011332509529165",
                "213273473399811197531315702960547482383",
                "152977190678707595299564013131555733386",
                "58013955289190642560777147126249505626",
                "85620310899483346411919947862424376022",
                "82934337529916806553078057956056618350",
                "336693563443600646288568510629281502978",
                "81401451360992480959750766695078753937",
                "301472564284537289917031272046901510008",
                "46356519899922156031637463714460613468",
                "86733464275363547627272958183014721175",
                "192364316603447316317375424044210493111",
                "228872887415532707070531894591662069985",
                "93890781082735367056939479671411343688",
                "150507481561461953627679396213839221902",
                "198613119476854274867424094048360476022",
                "49132683102920972634130678725914789857",
                "190417550264564821431168221117959810014",
                "192304971312390704094168905922201069929"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-47ff8c5f",
        "target": {
            "file": "common/usbx_pictbridge/src/ux_pictbridge_dpshost_start.c"
        },
        "digest": {
            "line_hashes": [
                "315097416086609312707722593739396694087",
                "214986625180873241245951355424413177107",
                "339475301526383561187699265661084191816",
                "172559402013539630455822079489764784565",
                "196902232083361108314481286878263254138",
                "147131724044462873574540349614096264303",
                "60420315955433841503653673025048554294",
                "210523081742749495182686131995468354842",
                "227969778057401555881852505212938293795",
                "20304529815443594108975580084054801202",
                "156451381958700274960863624102867819536",
                "233098479574200814229453281002209223337",
                "111024179321374267493336545495992758215",
                "191566727482125050914009878186001982736",
                "122831993972950325008258542425700876108",
                "318350930413420458643284354031409969866",
                "27157477337554561682407035011803277741",
                "20434500609725108178458708374166504175",
                "334988717945989502870965224647106645647",
                "295252813009264644778336310551270193303",
                "6172765971867554661695819005380745709",
                "215821135757026160361243474092992157620",
                "119869683394844710120336909179988494133",
                "296963253935429008740643366419192404118",
                "226535819918077696278218895627336961332",
                "267900213779225141982887376645540953469",
                "272916240396254059212182591122614104159",
                "31377757802574299102239040932480833724",
                "308978477839197505437082044091890739759",
                "310866402958650663753380701180189770165",
                "37335474954977392381170449203216597118",
                "72859556535029475278234464217388530150",
                "40266560593852454359647046202001042689",
                "122303561598013780079933290785332907676",
                "217173734582394982998501311779427784105",
                "130316114493271777451882076088633166269",
                "196245623117017366524862924401056075418",
                "202815228298747173557579088501849263826",
                "56475533738945756413782803951709090020"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-48654660",
        "target": {
            "file": "common/core/inc/ux_hcd_sim_host.h"
        },
        "digest": {
            "line_hashes": [
                "158074191214047146683335761538964203607",
                "99739580758731552488750276131798096021"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-48fbf6f5",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_rndis_bulkin_thread.c",
            "function": "_ux_device_class_rndis_bulkin_thread"
        },
        "digest": {
            "length": 3242.0,
            "function_hash": "137375491616955901237071092236355313656"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-4977d701",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_hub_interrupt_endpoint_start.c"
        },
        "digest": {
            "line_hashes": [
                "279758997730347919656486624019397290687",
                "151839090384873361126911527282051466506",
                "308333885621657875479542427558399785880",
                "116501748025815054824806089178656255988",
                "244848173334850395630362040065157482287",
                "255878258867220432814321132341998841920"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-4991e67f",
        "target": {
            "file": "common/usbx_host_controllers/src/ux_hcd_ohci_done_queue_process.c",
            "function": "_ux_hcd_ohci_done_queue_process"
        },
        "digest": {
            "length": 5169.0,
            "function_hash": "310614123013820046309909304357666542534"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-49d3a7f8",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_storage_driver_entry.c"
        },
        "digest": {
            "line_hashes": [
                "226601679761661895010129984434826604256",
                "33953838462764894908695712546031816667",
                "180946047959702290254576248689871799517",
                "811384950950306995013999792444324089",
                "288135189302119128088496123852583158271",
                "249117395676395548908898972016397219971",
                "261491935438407181653883162489576724301",
                "324774519528276406322493048977686917236",
                "146103045719349144582968025016632510839",
                "233754796790933793702395221594986169730",
                "290060952436044405180646388121344910757",
                "59974501036747655286100003943857354435",
                "257900965163895673146511513637469917006",
                "86615504199582434781605892722101179815",
                "255594015231224343564834332214268367096",
                "107578536228968496603905605418371467933",
                "324713961682586218736828608312251552759",
                "227834874312020048664902208347426421414",
                "28856968205650040183312784503280815893",
                "174271904115245354526039689495442220127",
                "126787347477643630252837141350461823337",
                "210639923311725798281299982916078448263",
                "204375628667110650900266185372314571957",
                "10453299751413672374800664821599778833",
                "23756997393133695362109637857238962904",
                "292815774525897965004917562643309359152",
                "176762107278055429870316797933450413012",
                "37683871672422707777964157938110819047",
                "115383084348703704850916958509739695809",
                "106784370335194730658268886367281517527",
                "186615122346801154899831532983581214555",
                "23756997393133695362109637857238962904",
                "292815774525897965004917562643309359152",
                "322354986662008622952064355256960943870",
                "298155641645125032875809334805894689308",
                "150940052558941894316091693182352890075",
                "336863578912568533743060942440226023064",
                "203474388172757968867110065636892828705",
                "152577608825008890337456293259876640062",
                "135995628781035461894347268245008540986",
                "63901658844375396295422609789277550693",
                "90483034728780706551782661012830945921",
                "317239508598293442307748092934684670001",
                "307583734263246898026632496018862692102",
                "12846894240310273416777043143866859301",
                "82719344521438178795113000254579439888",
                "293212043699180924203079276542655012715",
                "63901658844375396295422609789277550693",
                "90483034728780706551782661012830945921"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-49fb8b7c",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_video_ioctl.c"
        },
        "digest": {
            "line_hashes": [
                "74044582370566214753806617548374576456",
                "250588745509983782596777569744186144028",
                "168396287349423860460163541204215055922",
                "47257273820450525737169627088639647768",
                "251042497593503277184201723324534105208",
                "49388654363674480871074978188512945881",
                "180241419420976521254458544584506395022"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-4b024b36",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_rndis_initialize.c",
            "function": "_ux_device_class_rndis_initialize"
        },
        "digest": {
            "length": 7111.0,
            "function_hash": "7976541755599853228089314546033995337"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-4bad84e7",
        "target": {
            "file": "common/usbx_network/src/ux_network_driver.c",
            "function": "_ux_network_driver_packet_received"
        },
        "digest": {
            "length": 1082.0,
            "function_hash": "197157397490979074989701330808444414021"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-4be7b19e",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_video_transfer_buffers_add.c",
            "function": "_ux_host_class_video_transfer_buffers_add"
        },
        "digest": {
            "length": 2756.0,
            "function_hash": "103111543482317101690354629511169780293"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-4c8acf13",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_hid_receiver_initialize.c",
            "function": "_ux_device_class_hid_receiver_initialize"
        },
        "digest": {
            "length": 3280.0,
            "function_hash": "43391488069083073694734653973975707184"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-4cd24b10",
        "target": {
            "file": "ports/cortex_r4/iar/inc/ux_port.h"
        },
        "digest": {
            "line_hashes": [
                "23126079891038973257623263736503513868",
                "239214931648425735289210699653506074824",
                "278919559849060478314205868681429699159",
                "288261876159501357827182439956648387138"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-4d852d4a",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_video_descriptor_get.c"
        },
        "digest": {
            "line_hashes": [
                "109471296954849903377874382612948319873",
                "177278752591799220336499782157524283744",
                "129580135698528217806715477475035246884",
                "276484883744922747106137887861295705929",
                "245764233631644769218325551462443072626",
                "293482606722659056304816748150764099469",
                "291924520953704507586535301801862561476",
                "96182823567280607711651956661597298505",
                "184801885176353125921762001079054023254",
                "129258131024367278844418194071385239277",
                "240794391234922924860071138351734604112",
                "74598326626556987989959112340455510318",
                "68147430977796541556760484144319152113",
                "13126978910550582740503171590307933155",
                "94272750456695283154254671658812078844",
                "128719356613129447911261488048755463185",
                "5979990135948101072973985905100893535",
                "98240896530780222130126440933305707375",
                "6810107158585403394630540615492877229",
                "273912635789209750818132411878290953354",
                "275211622945704703432641300852762925582",
                "49740145525591974856277015175432482422",
                "339322270085127306925506833741380809541",
                "284313180544451282536595516750351912585",
                "80212829727481479021219441074347725343",
                "156486104245767555822396355934440346395",
                "259712807854440060571573741481391437140",
                "8052068617116173062415884528147240403",
                "200867021076170176241570848887974803599",
                "174043666237916583489498664764877135230",
                "232606730885690330238436611586836026659",
                "288456743520162002318174961290890865158",
                "331192855523791731595810526244808340027",
                "190450774557270163106219572844637939793",
                "190743698033044679927338400636640531326",
                "149394589894512138796095654402670619368",
                "288595273348444631426131279857089762648",
                "28820816243688575352516699732377595001",
                "65634201210507543791348764462793997650",
                "275062600340874204712466103303827456715"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-4da2863c",
        "target": {
            "file": "ports/cortex_m7/gnu/inc/ux_port.h"
        },
        "digest": {
            "line_hashes": [
                "324138484455285862115060782548558650472",
                "19601442499003778477842613125015766984",
                "144654948310746940253505298328143654827",
                "22291987722345849550677801690805214000"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-4de378eb",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_audio_deactivate.c",
            "function": "_ux_device_class_audio_deactivate"
        },
        "digest": {
            "length": 840.0,
            "function_hash": "89599287922826488711329140395705554309"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-4e8042e3",
        "target": {
            "file": "common/usbx_host_controllers/src/ux_hcd_ohci_done_queue_process.c"
        },
        "digest": {
            "line_hashes": [
                "83910998896683217251974260547420625078",
                "325494927638017816250055125558059534635",
                "334284208045098805698455088460121378848",
                "103647306821021650340058586602206297858",
                "152128510614782266083660392169866640002",
                "33736685680366081198551372786401049245",
                "188091039465365008813155718104609718641",
                "183465764380081567836279391998073964610",
                "103946380752856648361173877433144611793",
                "334602556981842082789946716330152867929",
                "317544715733989959509317292600446617736"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-4f4b1ee3",
        "target": {
            "file": "common/usbx_host_controllers/src/ux_hcd_ehci_transfer_abort.c"
        },
        "digest": {
            "line_hashes": [
                "268052296968651577458147837461535519007",
                "81778165033003753419326070077231094835",
                "288169528192594411989065301569318872128",
                "16119345019459490869496728830223190842",
                "149824563721099519516327461475012409907",
                "28567147975670546171029349918399951114",
                "297379724257302787450817456470370452757",
                "232519596237603977408330596621047240836",
                "291315497908914245790272072833408929261",
                "72362961089209636271702131413625007167",
                "339823115087240778651369064983250387218",
                "28656313210789868939819225555296848852",
                "212618330244577219483474648875395818879",
                "141069854830858385451802750985130950683",
                "77702250821860625078940921006768849899",
                "15140290834631789266679666706402579408",
                "305723837744069843169859465883802248948",
                "192853328607902197668558912271080874632",
                "234904180700705161806239594704402242214",
                "326909887425640305287491045510239778395",
                "339428207506718626948719083230990541672",
                "109427403027992089512917420564507748599",
                "20810584831419730785171136972919691499",
                "28871952717685845591869723240798932135",
                "75117445121603558216517043366932018038",
                "24807022783248730637927814818427387305",
                "160939093503115506189544787312888157493",
                "317704283811453403908124344203321453837",
                "664134127509103704561774426414391248",
                "140214317566425148531496331526003258357",
                "154519303007850953488295235356968468257"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-4f80101d",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_hid_report_set_run.c"
        },
        "digest": {
            "line_hashes": [
                "222013636495387277969728693882515171787",
                "33591321023574579498095840105219871551",
                "332240898271914000257889437472273896303",
                "63673956809036518057602904901432361643",
                "238701349383697560130427725186930651472",
                "198681046669091415235649297032334249270",
                "57645596133762477052687741751499326177",
                "115244751143934909494317601336082925550"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-501f4557",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_audio_write.c",
            "function": "_ux_host_class_audio_write"
        },
        "digest": {
            "length": 1534.0,
            "function_hash": "146719571541945780265050055514205391509"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-502707c7",
        "target": {
            "file": "common/core/src/ux_device_stack_clear_feature.c"
        },
        "digest": {
            "line_hashes": [
                "182218334945845990880814292289404687415",
                "125541129021789781235320047996836950575",
                "328641659243921084630478299973261095357",
                "260668722749296760983381970252585423511",
                "326158101869791688454210140411887689005",
                "306309747721213273950052050244260217074",
                "118844956589304055486395719214226948021",
                "290233387699129481568797476633452974675",
                "17630198450988136179995609800526009133",
                "291912136041043347951674064945439096931",
                "222140902728255803493447624262260646781",
                "13258746861111539359640838835489601721",
                "94905753536669885413672295007926800302",
                "201472140991915341491699080303105675511",
                "135295392969287696562456665691280313208",
                "265308658981171935632145978766628295019",
                "262710512629651937967641753942371248946",
                "247861754466949050320071646262764219824",
                "117498652913733596243875482808895541538"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-50be08b8",
        "target": {
            "file": "common/core/src/ux_host_stack_new_device_get.c"
        },
        "digest": {
            "line_hashes": [
                "188406744619923686697112958867040989011",
                "205479670337580159835097248216265652357",
                "237658706618032795882905303205505904030",
                "134929447400208743464682532644481678474",
                "260919832607566142410393796025741592015",
                "6776199498048220043033044438802816096",
                "88011057501353194451846579456946473311",
                "106332624946432499546749797954096070283",
                "274826972891669186098639937863812682764"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-50e40ab4",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_audio_change.c"
        },
        "digest": {
            "line_hashes": [
                "84049963073952672579114953896649209068",
                "75907833521530196695046612454915241158",
                "163610608259251521427720616443044542132",
                "54396851593047488856937479624775193485",
                "81991816829375051269097400272784084033",
                "248122186697559635966915305101776315842",
                "230448486181075534625918707873084222286",
                "269577786819219756296614426039880318531",
                "104615186443331323997978046776672959341",
                "259380626705772507759215912908406453124",
                "58912497872084519990362391919437380493",
                "215064404539199580771420212410612173763",
                "210661736838624539977926811078564016935",
                "137772793290750852764170051677526661878",
                "310327406293901472793227046165409145248",
                "333971443524492759416778026788201470967",
                "179579130172197498283862604946702813899",
                "133105632877089503846990031633932840222",
                "27913900042836307990965938705354821288",
                "93908360874808697567820111699118942274",
                "164904696246487211976488799720118027922",
                "275042124695257701825149423469820907567",
                "244825359764593255532291129795995953562",
                "248397522844605981554927695137268566558",
                "37514898182469243564513595120439735878",
                "170377719749768680873409470918431201652",
                "35032282754063010063550471704120190257",
                "236158482452765234126203648775449197305",
                "313113169769942908877696298408950116503",
                "163431734058110939465872764697167781842",
                "119135955981357226516031478164960925169",
                "170499867516584352644114689055531337754"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-52b9cd1a",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_video_activate.c"
        },
        "digest": {
            "line_hashes": [
                "287058741388008426478153696915413289770",
                "272001823341138774296076709660021183002",
                "334414439212838006312371480523402199658",
                "123312057828654982266377850842369567893",
                "262851468185675287211877637310879057295",
                "294330087356367492994223228548131696495",
                "231759065683561493235497611963345650925",
                "92087530907948198162571088958622656617",
                "337527041206911515848635760638539047606",
                "301845779500546133593147000493634676052",
                "167033249164208526384168584241318963872",
                "252632319414350173642540651029496779402",
                "93379947321437662048765784000477033035",
                "292035221503442716382964688006271154094",
                "286226818164315797498343817527387911771",
                "215232153518217368782884191168543017226",
                "276835459492352781689943413992260279286",
                "157570462304923014186265521956681299480",
                "213071494910781663654014215019675798668",
                "136015437219183348135278019384641542766",
                "90415451754870474950897007670169819104"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-53130093",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_pima_interrupt_thread.c",
            "function": "_ux_device_class_pima_interrupt_thread"
        },
        "digest": {
            "length": 2148.0,
            "function_hash": "269950748704494224682243548459049421936"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-5406d20b",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_rndis_initialize.c"
        },
        "digest": {
            "line_hashes": [
                "245482519782441025921695492490879381955",
                "174300154347064000063484524999074781372",
                "164773494611473618335607949073775436189",
                "106348744240794667322425819336030601768",
                "220499456879557694725524191859197378318",
                "48150015830918556635991651706656202342",
                "106844713120847912697086986951909581117",
                "289885922936429403939006468317759677151",
                "214397076016191539651126228494982006435",
                "316657799847618018791663382038250824494",
                "43322241917234945748434598935090335506",
                "249040575708259820204636185409145588251",
                "33559310206892703419934905531480053650",
                "200287023204186760170258786726291719590",
                "76986507006493446884319383346181943048",
                "275192832359247248559986633823158945887",
                "301469373563653862036168893675721491108",
                "138018211003275424645126420073506256482",
                "102025916278576345882683468377669875898",
                "339280592188397686271957251738298684325",
                "136711224929974618500934285379463278621",
                "85558585929481762358493972568442171009",
                "128130544596427821295572321760001552768",
                "261830986525980550918780967226500791848",
                "265738809396491685664416031729901760492",
                "56932105249129833038051933857483982392",
                "327297164627049195393660357146191242847",
                "102449882508740280590581507913805786068",
                "313873866585360943681110103205407131809",
                "158974045695804916010692729286005886970",
                "326084769523047964873902409975822882180",
                "279992811410924833374191850529716048628",
                "262094844523096019893896301050296675240",
                "222045353001289996271500888484368334838",
                "196766182269477215181179820686047063713",
                "133321452216003799409920587097323666125",
                "29403111206743987295977981842699050614"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-56afbfa2",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_storage_uninitialize.c"
        },
        "digest": {
            "line_hashes": [
                "137778669724947615857093575477985285947",
                "220997175790884647083270787785729221857",
                "128604033834378133239831244194281826778",
                "114556170523723593666109876901946453141",
                "49942267107516058097900097407181125162",
                "848440613421605038115874069552058141",
                "178963520320299353985208914571264318151",
                "334163662961892422313020959860497969766",
                "157592456554986698215589849016601107270",
                "17731930255527076695508465948566975872",
                "53008980642900498496856065961366062998",
                "22471470881208727055924272950143224831",
                "209008012690208683960749941587810778725",
                "45503051581019473757347058446092304086"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-574e9e57",
        "target": {
            "file": "common/core/src/ux_host_stack_configuration_interface_scan.c",
            "function": "_ux_host_stack_configuration_interface_scan"
        },
        "digest": {
            "length": 1889.0,
            "function_hash": "315417500479790485032769529587795975691"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-57d8656c",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_cdc_acm_tasks_run.c"
        },
        "digest": {
            "line_hashes": [
                "116224236475257007266700477684873252542",
                "229159820138095875897493477302032558730",
                "274400550494409733490058384654399173410",
                "73591610700348994085556127428407910862",
                "253619387838688732049592255950063382111",
                "106162261755063017441788974528007534542",
                "129638969311768195321452380983829189161",
                "87649388605683350881471979498376144612",
                "241962132118335490939624944460440316002",
                "273962438019902347964858266273352301921",
                "214165965677706081441701380743211145566",
                "73591610700348994085556127428407910862",
                "253619387838688732049592255950063382111",
                "50376327117849767107703442736415287448",
                "74048568655315121091077427511256034821",
                "329868595093782441120400477860682948998",
                "138577143731786718020418702790619394016",
                "193643447236077403884481901732792587010",
                "202355739594114428039935310704001565297",
                "323698368312231744118119364543716826109",
                "274803636658919680923048369736214705667",
                "300139926722804278918041065562516213502",
                "236463377830791799982531916622338826026",
                "8717320857010723979987039909693645040",
                "257594013332525681280015738136325325292",
                "45087074698320127470676811262468778901",
                "97876816198864270922122670295280548904",
                "322217284145011524076618814850166122139",
                "317833436846686135547643955180323359984",
                "203011635504218284298456478707651374783",
                "299712100679241536065999598142320449355",
                "52188758479636068388011470141522721074",
                "9490418683262687506276687023194394519"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-5881584b",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_pima_object_handles_get.c"
        },
        "digest": {
            "line_hashes": [
                "276153310233797490765757780400689813237",
                "209804623062075862066422250645883413046",
                "72115185865203885811784750379477467276",
                "227390964667885169459473341873068947153",
                "31554212873699880190854612668136130053",
                "249419711011627469648899496216650580253",
                "38046930295585139842186464225825272627",
                "28444775433845918839340474391080002628",
                "162826132039392807562490974458702723784",
                "228718962018253460777875568396786927705",
                "775831407132455155377839028740781778",
                "288724731892414596021529198608682133097",
                "259602174503258047158340339029323996643",
                "283237156663722952312720013450115113631",
                "187839850058392151191115453063632630175",
                "245277500195808561083709676745632355439",
                "97069583093919205762183601124597036471",
                "334841692625604582900220244478373993989",
                "71048614974210058138935575984676391119",
                "97322333260291292871582915974632361642",
                "336325148166886550273038773678096408133",
                "128325065081170344619312956861759933290",
                "267020509156248726692465121383957333402"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-58ba827c",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_video_stop.c"
        },
        "digest": {
            "line_hashes": [
                "305853210721939141867935027134508459511",
                "14508759852161435336828733198504056776",
                "267203417727336903264220152324566579733",
                "50069210501014604802982036325167900953",
                "276528301760709913938485313207599324034",
                "160258111328478670147504168832800755004",
                "117547185887162087310068933600316439258",
                "288563577981820286913036784860065257007",
                "224021055793553368613489208382589457461",
                "176807202348152005004095942712378606808",
                "85040786052122523947769281127423474918",
                "125118216269118509039889873560237867015",
                "104838327755221311522383421656751729329",
                "86946661956062442812659985110801058024",
                "270166391060632402837742069271054569337",
                "321046133910384559861476080895933035062",
                "95997717721208038531886412327836216597",
                "218715294625759154707865174101526118922",
                "320980071728730388481797853843585329120",
                "294595517232437288492435941965553818550",
                "258420659423716276619953731190758334149",
                "16243199661785951922345757730343746305",
                "29330412481342602000169536246846398579",
                "193148654675972336039195249260075352601"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-592b6d9b",
        "target": {
            "file": "ports/cortex_r5/gnu/inc/ux_port.h"
        },
        "digest": {
            "line_hashes": [
                "125201095753865041598643823883555168845",
                "67694978704603366151095240461419789744",
                "334344742389077013201685004535804751318",
                "204434590561602052526143504399136766000"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-5af83dc0",
        "target": {
            "file": "ports/cortex_m0/gnu/inc/ux_port.h"
        },
        "digest": {
            "line_hashes": [
                "55599474085130773987338925328909988859",
                "314911937472967441724441817282634032925",
                "317115885682212215398716400943809405546",
                "52517705343718952994120255665969868621"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-5b9276d9",
        "target": {
            "file": "common/core/src/ux_host_stack_device_resources_free.c",
            "function": "_ux_host_stack_device_resources_free"
        },
        "digest": {
            "length": 2627.0,
            "function_hash": "56049045490710581350748253904826898349"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-5c01b4a8",
        "target": {
            "file": "common/usbx_pictbridge/src/ux_pictbridge_dpshost_response_get.c"
        },
        "digest": {
            "line_hashes": [
                "184926542634021375504382119051658866928",
                "328855239657228089172422685633420026875",
                "308848022245989897326706542070222751370",
                "108872138761680153136922563504815100625",
                "139996091210121498861498110666029041696",
                "118096163943176265563047827846239527748",
                "91314164665187958148208344733646410413",
                "40266560593852454359647046202001042689",
                "122303561598013780079933290785332907676",
                "217173734582394982998501311779427784105",
                "39305696932529728372527680861144202770",
                "332594331497888808325448823492255567293",
                "199829261856567761369454206759377025907",
                "66746689946707196939256984376078189728"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-5c020b1c",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_cdc_ecm_activate.c"
        },
        "digest": {
            "line_hashes": [
                "244699240071478610154132249005435311199",
                "68899035871317077340681706610314082850",
                "12853799655853030107321896450681973391",
                "194007760347091638502207766438255885522",
                "33756126815336110076718769929443331850",
                "134284272575093048590544224158113639962",
                "249201604763614071389392582704053312782",
                "139379263898490040822925832997385507439",
                "267309362771313975276399945587074620018",
                "202736962293227973079113808423687761072",
                "277212502957377062191370767767551122745",
                "61282059519865583061640729054086780907",
                "135547805634442500083433395574364742005",
                "186957264905811268349554926641029976803",
                "196272040452930363538894807511868475364",
                "332809426579781053153137930471702491889",
                "59756602463630597429788728056428231046",
                "257619383399920461058517502437586732845",
                "219659287335638339529203089266680892659",
                "217891127582938084121713607363728930784",
                "310293195241417085237643024823476643406",
                "153359868310356455975189377383627631895",
                "132557429708501756349263821726650124513",
                "36075413310836028083944039985814683588",
                "315729402663775372153507306848442866294",
                "61409882650073989510729978756029046642",
                "298423220743578927222579509195917838961",
                "87024109442211017027851085344383865087",
                "219405454859384028713651430272662645368",
                "217891127582938084121713607363728930784"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-5d5bfccf",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_hub_status_get.c",
            "function": "_ux_host_class_hub_status_get"
        },
        "digest": {
            "length": 1087.0,
            "function_hash": "1403872968181172609008023555683371232"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-5dffcb2d",
        "target": {
            "file": "common/usbx_host_classes/inc/ux_host_class_hid_keyboard.h"
        },
        "digest": {
            "line_hashes": [
                "230201193793568050425554418831358306510",
                "99739580758731552488750276131798096021"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-5e539a34",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_audio_control_get.c"
        },
        "digest": {
            "line_hashes": [
                "214987721990646242714565410695866937100",
                "156574190104619450496073426652903631444",
                "59672333810708911400552513253982476924",
                "32761303940610169266012771505473255136",
                "266594689519707055430438750093493218113",
                "89955352338692647119694817254840720288",
                "46453329695272707418607546692826382389",
                "190279652765798110553814168505723105195",
                "229295384887497422559929142023097756533",
                "279382031767328137383728138928871155252",
                "298424495974818292548505232258232266335",
                "253685978422368128938871598492051682972",
                "334573359492031025233111200531628887688",
                "332005341652770907641539589630784149950",
                "110358917728833693451225068817498805204",
                "228224572040692519611907560533534797590",
                "325016531100195924533365903303790970543",
                "175430115383269984588106033694123783209",
                "116820507709226768558303286608395483814",
                "325368546059449293723611191698703195598",
                "95666359357378345247638938645468146423",
                "256806439894127343176293509270795776008",
                "135549189361377790720172821656316099699",
                "133124932832782016481030377110485440816",
                "336623334943830729075327646425222756276",
                "126991554534963969398297783404598641539",
                "170644222197929223218245875020604791327",
                "72972036558059399179864178742907315598",
                "122797395551988093192844858944047141551",
                "314293688399412496407989238923399938315",
                "118842219671582811940973500657001228424",
                "4101937553130155799345893774723410055",
                "254949234876900207812618608917856274418",
                "149317395879204748731043484687129160935",
                "34676393764308554793154717379863140432",
                "266441907222529064392170048203835079710",
                "282516065093054959841831291780095536853",
                "172727550620496124886690974885744984949",
                "122603552211619408309389955465355495168",
                "121853848003976725716490335261947094970",
                "297849006348422164178988108484098322385",
                "7615143856568088625269271216948464328",
                "179999960117948053066170509981945237523",
                "224989189678862545110795040425725270294",
                "319807930382568631965093665855592075760",
                "16543191933302794014117981859847702716",
                "55762046413966902920503493179035168413",
                "209444919971949146545537984853983608741",
                "282516065093054959841831291780095536853",
                "172727550620496124886690974885744984949",
                "122603552211619408309389955465355495168",
                "121853848003976725716490335261947094970",
                "129921811776156037354382599746717184557",
                "74237845651145652356457442801015631187",
                "125369828670220346690553399515698550896",
                "257818913446713890987239364133499862515",
                "168033986989445672268903000564274566387",
                "22703531520338240996495352038394974290",
                "219021921889618308969087201851199009833",
                "310126960321259522439033810146471873417",
                "310906564833230191370879319945039565474",
                "116225577919435214386447362404483756237"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-5fc13845",
        "target": {
            "file": "common/usbx_pictbridge/src/ux_pictbridge_dpsclient_api_startjob.c"
        },
        "digest": {
            "line_hashes": [
                "253162485042763530596681442637168622563",
                "181599395966083458032455071774541116555",
                "318783329606001988703814695782450681483",
                "81465294597535059220343200342491355343",
                "87849034672015469920800883227853342402",
                "101986205904973086121529354308851305803",
                "184278109896070359289824450142179990041"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-5fc86604",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_cdc_ecm_interrupt_thread.c",
            "function": "_ux_device_class_cdc_ecm_interrupt_thread"
        },
        "digest": {
            "length": 1448.0,
            "function_hash": "202734470380774727351429028882291068954"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-5fd76011",
        "target": {
            "file": "common/usbx_host_controllers/src/ux_hcd_ohci_interrupt_handler.c"
        },
        "digest": {
            "line_hashes": [
                "30164154343256038380654455192656184305",
                "31635683121266968528103977018995390973",
                "31914361389559501300799954185890784844",
                "321981000365637077709662884368505091329",
                "131729448310136203435361215167310836697",
                "7155732432426881696849155001416854014",
                "87010103830484975747988045847025732824"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-6047e74a",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_printer_status_get.c"
        },
        "digest": {
            "line_hashes": [
                "328581688126485582987560467234300073411",
                "216191921471680062140942609625597641136",
                "238410225403412521065031801505117162090",
                "320357730791793450090247000787283057990",
                "263871920509064712341374572413207068541",
                "19606293522557813930714181577845616975",
                "218713263533390047976443674404639760187",
                "31064654340385490886339403930013864152",
                "330137117884790172007174925908109556132",
                "224936504612724014852921735664940957283",
                "78964510554360900579540585691671638063",
                "305767629925892854261119500577549245414",
                "153429730959604965909168227270573340648",
                "324922675929720062333675070599970089629",
                "243557672796338643982623821619075211742"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-60735815",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_dfu_deactivate.c",
            "function": "_ux_device_class_dfu_deactivate"
        },
        "digest": {
            "length": 469.0,
            "function_hash": "18647670718619313293906414988662794965"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-60e5115f",
        "target": {
            "file": "ports/cortex_a5x/ac6/inc/ux_port.h"
        },
        "digest": {
            "line_hashes": [
                "271255672937416758228763415296706296554",
                "6983093231383723195712766095821460348",
                "319900121128341043893565680180795513512",
                "124399015933981025926131762187055838375"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-61a21705",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_audio_streaming_sampling_get.c",
            "function": "_ux_host_class_audio_streaming_sampling_get"
        },
        "digest": {
            "length": 7552.0,
            "function_hash": "80166046634016333851655503509838174730"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-61f2b236",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_dfu_activate.c",
            "function": "_ux_device_class_dfu_activate"
        },
        "digest": {
            "length": 1263.0,
            "function_hash": "138361374470042241236159562809694377469"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-633dcb05",
        "target": {
            "file": "common/usbx_host_controllers/src/ux_hcd_ohci_asynchronous_endpoint_create.c",
            "function": "_ux_hcd_ohci_asynchronous_endpoint_create"
        },
        "digest": {
            "length": 1801.0,
            "function_hash": "60038020690069724775067353307909012086"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-648cedcf",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_hid_deactivate.c",
            "function": "_ux_device_class_hid_deactivate"
        },
        "digest": {
            "length": 554.0,
            "function_hash": "269600558518637361741908369743578765633"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-650d9ac8",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_storage_media_get.c"
        },
        "digest": {
            "line_hashes": [
                "239388116427472511057952279206100763114",
                "33529639876697279392135297452712930014",
                "165271093836116628444445234112848717763",
                "263868662474434365538916840503023736104",
                "55209410581962854594954674157514350779",
                "85190722210779989176410027381659908351",
                "293155394912704603881409641542973245558",
                "151241160066453483439067060984957947707",
                "197110181163550897044759284684698127272",
                "119662805397784635780708696461814430175",
                "50838557960340276549543816818078508683",
                "288013997890678376807568313511397105647",
                "166735441520722044016660558793435580427",
                "339793689065475584079869597481914731460",
                "143215192787932865442265413685181116186",
                "597815321948869250606474773425250168",
                "177121474934107979539392262731525505631",
                "268980070738690473035248271067666844289",
                "314174382109926949993167095763228218823",
                "158693631484894797944119599448507022884"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-65676cc3",
        "target": {
            "file": "common/core/src/ux_host_stack_interface_instance_delete.c"
        },
        "digest": {
            "line_hashes": [
                "280288068385031434080676476239706062204",
                "103058960913939891501653924141150989168",
                "307026340208721517102635836973792961118",
                "46650096819857531875081767690675542646",
                "144507120117246852336170374226255604036",
                "200500216146580659819497307159694722429",
                "30186137017836815958892517827742017307",
                "132641861541832047948616531814595393448"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-65dac95a",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_cdc_ecm_initialize.c",
            "function": "_ux_device_class_cdc_ecm_initialize"
        },
        "digest": {
            "length": 6195.0,
            "function_hash": "226022438944573179060284795638240617210"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-65f690e8",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_printer_name_get.c"
        },
        "digest": {
            "line_hashes": [
                "258974328410721383242790890657927502799",
                "122405937282739316989845562843646482714",
                "63381803437379139664012588208024619707",
                "213108777482943684544219170849923520470",
                "237242977961992830438675671778139474382",
                "117670929053901745481563714010433975200",
                "230836451479091096304565907458541591947",
                "273281312873584152654956210331000514266",
                "176766661285339754116006345600323122980",
                "22665157069499707417202202943922619982",
                "248299718499394634617570498618604358187",
                "58230853727085750757864014379990178784",
                "142737139418251973621862266681775340900",
                "228418926987402827543079066769927485155",
                "52713685474244427882516449481079866297",
                "318528919283209703221140235961597654549",
                "42381379666869939675036317675995980388",
                "232996400922142384879443850925563440065",
                "239389698752053983994070677347009998952",
                "78326056225563097397644440506557333057"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-66d0f382",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_audio_write.c"
        },
        "digest": {
            "line_hashes": [
                "50034388192623004153944526506689716050",
                "150802315732129713353562642684641328015",
                "183409171054795980313294518436850688208",
                "307902421255436027552432172968006185033",
                "326922422901142939627901588202209359759",
                "178784944551618579520067732356233454758",
                "279382031767328137383728138928871155252",
                "298424495974818292548505232258232266335",
                "253685978422368128938871598492051682972",
                "8337029871567258664486515705534755889",
                "18437986152454463393063316077348251223",
                "327030362286277689276642792245428942478",
                "103783543620983505860982160716438438523",
                "46061218877853990761411516190744221556",
                "153950703064417064967967115089491060160",
                "77784775370144443254242288359903278102",
                "301720707536135550386631434134670703237",
                "242292970730758100515332613130753738879",
                "219637943658503752066369530881716845234",
                "283652779470693853604935339485950455414",
                "266787182328131708231693918810373425015",
                "123722663389201195018375309534199963423",
                "40696299117201831511846293333935845262",
                "264183579865126351544445219330614489381"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-687b2191",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_printer_uninitialize.c",
            "function": "_ux_device_class_printer_uninitialize"
        },
        "digest": {
            "length": 382.0,
            "function_hash": "18871738811274357436279684874551364192"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-693aeda7",
        "target": {
            "file": "common/usbx_host_controllers/src/ux_hcd_ehci_request_isochronous_transfer.c"
        },
        "digest": {
            "line_hashes": [
                "313343172042088387483966096979043578568",
                "148504858985781735463603660902387104144",
                "272727192739320497233351832550361440127",
                "156155189755960111722688128560180237503",
                "40059720283700030562676224085869627405",
                "170103381700595839855425708071888071078",
                "97716330991026756213684706759445841098"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-693c7357",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_cdc_ecm_change.c",
            "function": "_ux_device_class_cdc_ecm_change"
        },
        "digest": {
            "length": 3050.0,
            "function_hash": "311198461145960825738324011013117238880"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-69d2119f",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_dfu_initialize.c",
            "function": "_ux_device_class_dfu_initialize"
        },
        "digest": {
            "length": 3662.0,
            "function_hash": "162937956253022544630981516829101545583"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-6d449544",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_audio_control_value_set.c"
        },
        "digest": {
            "line_hashes": [
                "192435411463929861642283648553659299982",
                "130990011897914746038126017433700886102",
                "270571669557724633624773742008922598992",
                "324914835628940518589783397597264677038",
                "266594689519707055430438750093493218113",
                "279382031767328137383728138928871155252",
                "298424495974818292548505232258232266335",
                "253685978422368128938871598492051682972",
                "334573359492031025233111200531628887688",
                "332005341652770907641539589630784149950",
                "110358917728833693451225068817498805204",
                "228224572040692519611907560533534797590",
                "325016531100195924533365903303790970543",
                "175430115383269984588106033694123783209",
                "116820507709226768558303286608395483814",
                "325368546059449293723611191698703195598",
                "142180165521291314133337990394540469927",
                "89638198679585830305303523394101139446",
                "193934563699453046042586527301124959941",
                "84508702711646953051760960550709289059",
                "133124932832782016481030377110485440816",
                "336623334943830729075327646425222756276",
                "41575748151280678616286743120948526782",
                "334413764976076509754309871864040269147",
                "148200855647737192831122739892703905455",
                "65006838519580752585810661012629970276",
                "170084762643723083538955736246424221172",
                "290079127365194631029734776011857922514",
                "116225577919435214386447362404483756237"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-6d49ac78",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_video_alternate_setting_locate.c"
        },
        "digest": {
            "line_hashes": [
                "316315414911254902783858931918366311632",
                "5179709055666426211967140116782091584",
                "313142258053858628800068540559473249521",
                "320635878456761044083114080802559494819",
                "102394013797842923711688904278410756099",
                "302509874437269794115136902774396282180",
                "244666980523322643094551552181636298271",
                "142828252882880641142699966383814212849",
                "37743020433785122113037953706645965181",
                "177436282526982534292590541170809103033",
                "35608429616766907239049293083295543679",
                "267939136132696765205935009504318352213",
                "57224549477914278093934212201722397116",
                "193811466069097771683888786836678479342",
                "16479949344813458985872577908905968599",
                "236962583915700651664483819425921248488",
                "213792512233322064305262953658895864493",
                "79835364996328434415550011684345427991",
                "166394109612429753148570518073868623598",
                "134746985579519371594608833925783218281",
                "306504258036729113591146801085514978148",
                "333643497751308809219482033683026837200",
                "139720814187301568382348845310569199050",
                "253086320916700105118615568440465549620",
                "281066615828482717558460975481425490970",
                "3081400663389522810247246519706630072",
                "234792140887593527680648591114554325212",
                "108587633537507210242609878158511307392",
                "255783589499612607093736116707012846256",
                "16243199661785951922345757730343746305",
                "4091574322242819724149249839917109741",
                "259730175781375438456731479650491330878"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-6e5a8901",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_video_channel_start.c"
        },
        "digest": {
            "line_hashes": [
                "159958734696215461619392683059348779001",
                "224687654034490075492069264883110053611",
                "151409941416913830748239654763375610197",
                "122761387613399767003415355531195358293",
                "68911305152538185681201511828299834688",
                "187401353300562094434946421024399828906",
                "67019611213057655597850994311569818876",
                "97395358812191428622797963252512194716",
                "116580513050794294202416648238673403558",
                "190450274482669747994384486262970432987",
                "176807202348152005004095942712378606808",
                "85040786052122523947769281127423474918",
                "318160403588143332357222904254261315217",
                "38718761202062955200909632183798315512",
                "140675288681670518309220312822874911525",
                "251130759083073910134900664169234206100",
                "321046133910384559861476080895933035062",
                "95997717721208038531886412327836216597",
                "198076608719258434396513514203951066319",
                "160503377552530050701903482579736715893",
                "40953930493281959534790627132574143033",
                "37419305482208121651527511708326988485",
                "233993682226730133919396386508933637546",
                "88270914416107999818015319999549266666",
                "259189514896308795935475677459607801242",
                "53397627409909599734301954965497232473",
                "255783589499612607093736116707012846256",
                "16243199661785951922345757730343746305",
                "336638465989806300100925340627313662198",
                "310196875843573449297996628367801412615"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-6ea34efa",
        "target": {
            "file": "ports/cortex_m4/gnu/inc/ux_port.h"
        },
        "digest": {
            "line_hashes": [
                "23317416961397562417693964158872152445",
                "151160768295578196637682483998509635338",
                "142051503779456237495346662529393829851",
                "233888276214254302417637384157979349296"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-6ee300d6",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_pima_control_request.c",
            "function": "_ux_device_class_pima_control_request"
        },
        "digest": {
            "length": 2875.0,
            "function_hash": "195182470201475414318880426418851426944"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-6fa0afb8",
        "target": {
            "file": "ports/cortex_m3/iar/inc/ux_port.h"
        },
        "digest": {
            "line_hashes": [
                "72148070312151668225697969668797085677",
                "76049927881058177112938389193506777089",
                "42451347454732540851848770751216929131",
                "58873769257762561348682699044327057632"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-6fc6e7d7",
        "target": {
            "file": "common/usbx_pictbridge/src/ux_pictbridge_dpsclient_object_data_get.c"
        },
        "digest": {
            "line_hashes": [
                "15702514716174221250899181872048331108",
                "16916714909679918246118441872565705626",
                "95833698154211779352642352331905117327",
                "250946690489189554618776733950579628982",
                "136014626691678394712704173437107807068",
                "10172952700211691812725975209630821396",
                "265065847028465837380126412316652183821"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-6fd7e0c9",
        "target": {
            "file": "common/core/inc/ux_host_stack.h"
        },
        "digest": {
            "line_hashes": [
                "154464224772997920141643630908513192032",
                "236350785476028686564137524592277175969",
                "106650764348672036270515169263350957134",
                "189944318298225674997192144480939944092",
                "175704935638799556445627539867654728042",
                "171881982665194538594919266767345146942",
                "153945760117081658496718534208790832088",
                "64821407875040043551694641462182643908",
                "75162222201094233766206310978890404570",
                "150091009684648755301627466807107436255",
                "81680658224149955436336689090138288376",
                "57953582255617764124849664440208037884",
                "19591995214425969152427624617694328237",
                "177770759083114754701126382553577145791",
                "91362505663696561080256499805194658805",
                "78292488337532524197055966093214562469",
                "194461835592789232389208340172593668903",
                "208882117863563938171558295086124916021",
                "151001601605741993453281835804863742003",
                "310631342408437720241691622232654612503",
                "31449473880953128643180930302942958986",
                "147372335794972225496399211210698027703",
                "91391628783321975217462122043331957936",
                "289307437816818003787247739130646486254",
                "102092727679455924878426013477293129390",
                "99739580758731552488750276131798096021"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-6ff2c15b",
        "target": {
            "file": "common/core/src/ux_device_class_dpump_activate.c"
        },
        "digest": {
            "line_hashes": [
                "170475053898149482485774541695197238318",
                "220735679206411394131891148692415165307",
                "159911893580808320258783425454835235863",
                "142890426400533630046274839651512555800",
                "48075171520852690312211318505894492732",
                "104531282303110697976451816165000260975",
                "214491269306884959358657272241618565667",
                "169414807933924511653154003103181466163",
                "186502103389528188998401833222723615452",
                "143012696958455668522473742780830564667",
                "237732375415875026057047753167112331899",
                "121702765214172743459670836187154563606",
                "98935140636506436108935428037774830935",
                "217891127582938084121713607363728930784"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-7026219c",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_storage_thread.c"
        },
        "digest": {
            "line_hashes": [
                "125738995102585326518338655704531833818",
                "5038918670330626223814003702956644070",
                "106295376205146765754261977618836477367",
                "158441289105629647820556572770099616378",
                "164873764695926052306939932508640864021",
                "145059470084147145019069697653549125617",
                "200546610547370500426411517749714773293",
                "102938033284658709989704985437915161965",
                "338029568672535754935550957565177849029",
                "320463642116746490977700676899992029544",
                "206323880858599186308119333545159641990",
                "330102162039245080953551081507421371249",
                "85483417752157342395238903685188712303",
                "142223418787331437167545799169104486282",
                "138887974134778064673988474831412043948",
                "132451088204311502887703489680811273929",
                "202693013094674303266155064657421943914",
                "302310210163152373136294655375865554098",
                "26439553907817217928148845432979738060",
                "130994054620082891893810094033641678804",
                "88273941177646413275715194171042045663",
                "216368688969451156229089379146780567514",
                "233869502437036869342849740519350872920",
                "118170792764316386772493498607893842799",
                "99496260535251196738544776187952783576"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-70eb997c",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_pima_object_handles_get.c",
            "function": "_ux_host_class_pima_object_handles_get"
        },
        "digest": {
            "length": 1820.0,
            "function_hash": "46170599961998972686651601325264020469"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-7100f086",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_pima_thread.c",
            "function": "_ux_device_class_pima_thread"
        },
        "digest": {
            "length": 5985.0,
            "function_hash": "278258937351935180482278442690874640866"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-72266dee",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_video_transfer_request.c",
            "function": "_ux_host_class_video_transfer_request"
        },
        "digest": {
            "length": 1204.0,
            "function_hash": "227004726823052919124259224109674114772"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-7288c849",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_cdc_ecm_activate.c",
            "function": "_ux_device_class_cdc_ecm_activate"
        },
        "digest": {
            "length": 4788.0,
            "function_hash": "317332276114796702806994963488089560376"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-72b0df8a",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_audio_alternate_setting_locate.c",
            "function": "_ux_host_class_audio_alternate_setting_locate"
        },
        "digest": {
            "length": 3073.0,
            "function_hash": "137490019454354392182374067350725472107"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-7446a314",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_audio_unitialize.c"
        },
        "digest": {
            "line_hashes": [
                "54396851593047488856937479624775193485",
                "219365386182532696033841947715757487137",
                "107133137711966738281093633761696050068",
                "40333763236781395154389981247451982823",
                "118774561946955807512690649321512574848",
                "98619846815195963195816478329796793443",
                "335361989661784845782545473233344188199",
                "119531003349470365764499264231402394680",
                "172213519467369070796789133283160009817",
                "179986891918241099685172318024187307836",
                "281680901797617131543902409641417208769",
                "178891403081455383207880831955637952107"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-744961ab",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_pima_device_info_get.c",
            "function": "_ux_host_class_pima_device_info_get"
        },
        "digest": {
            "length": 4224.0,
            "function_hash": "123178599290633987353664999154828424696"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-750681a2",
        "target": {
            "file": "common/core/src/ux_device_class_dpump_activate.c",
            "function": "_ux_device_class_dpump_activate"
        },
        "digest": {
            "length": 1497.0,
            "function_hash": "319481351771330797953007013594162573319"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-7542f80c",
        "target": {
            "file": "ports/cortex_a9/iar/inc/ux_port.h"
        },
        "digest": {
            "line_hashes": [
                "294865693823482758863939802175484782397",
                "131235656456191879756169551896445703166",
                "311429582827787618835244996836571943914",
                "67566928052146645194410173953722391838"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-76105a91",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_hub_port_change_connection_process.c",
            "function": "_ux_host_class_hub_port_change_connection_process"
        },
        "digest": {
            "length": 2998.0,
            "function_hash": "266166028084558455636180432658209615259"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-76f5d9ff",
        "target": {
            "file": "common/core/src/ux_host_stack_interface_set.c"
        },
        "digest": {
            "line_hashes": [
                "69679516505457444521800735600590432571",
                "234564351655365441858086481234055172640",
                "246666899945815553563862463330881456704",
                "297503654198483078229457977068811611965",
                "254572977666493656230504921182812861921",
                "37909178289553333102840822545528700599",
                "253139013670981578627170825519302961968",
                "246790347819496440526767964270021105304",
                "235302464799879870227058813381251798732",
                "102831488748541759082756196189585250260",
                "146427644611956140026164238393439138683",
                "122381205416610820644060327293621240038",
                "145020572223683443736546337979609262943"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-79d19abb",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_video_transfer_request_callback.c"
        },
        "digest": {
            "line_hashes": [
                "169604875732235005260803142009422923155",
                "300406039192566010140592785189094770338",
                "20669458301733145441850721129519621696",
                "273778537315601240939937026895388587473",
                "65960565530108906599596098813849109224",
                "154739316046510992694266832072469205208",
                "28559645197921677865499447499566257311",
                "331551236310390808339723210173711461989",
                "39029690350805901236091416344323927046",
                "310541605337240912286597994602423644007"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-79ece7c1",
        "target": {
            "file": "common/core/src/ux_device_stack_interface_start.c"
        },
        "digest": {
            "line_hashes": [
                "166821386546898568664129273979637332932",
                "125181306202257100743063349074457724319",
                "192617909595168932185852810386838411437",
                "256387663381248783667457195686797797169",
                "49437913534445112759543200818884969764",
                "214515164416363661369975686731134440549",
                "15949056460282406817838316076400665333",
                "324302722471576701603905352615845410258",
                "186097885288595766717857866809484365661",
                "44758145146657626479592308527541293232",
                "189670984411072132734099886728921543385",
                "304828737328090736403741085662778269207",
                "183124188170677205093915545283404174475",
                "195133432944066784814018713243810344425",
                "91110978408431950859634094086185486388",
                "266004468770938739942918540907558546500",
                "1739978840481609061228909673630880918",
                "16713397874940036763013951886788292500",
                "82790271923144926936513161622318101163",
                "190687439484222245045248720569657302232",
                "231623338144838199394799453263205397621",
                "61998949312178771453013894005713805537",
                "251379267000088091567134301155606074938",
                "249679957142301909725235374946888776998",
                "79030593080478053129366757222637965439",
                "222174241988180486888999911328123347625",
                "212478237471894778637423212141681912974",
                "124772335000977168125362410130866146178"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-7a84aa16",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_dfu_activate.c"
        },
        "digest": {
            "line_hashes": [
                "225194930652840168136307093537578275042",
                "273447360596103332816448788094782352113",
                "241509230202440871846319667432604694628",
                "72462990241105902643984626830670525355",
                "166643577001231151682250213679055724772",
                "233825369597524257512142423414556345211",
                "65615138864620775570158472672841739796",
                "95967632705983011590510472486047126419",
                "114231450182112868913567003068987963245",
                "3989455552983983997613371931967154434",
                "75577393039518452383066949860499272965",
                "60554621265455312150071793689183702171",
                "168796595088766947397015614265889488204"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-7ac72eef",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_pima_deactivate.c",
            "function": "_ux_device_class_pima_deactivate"
        },
        "digest": {
            "length": 774.0,
            "function_hash": "47685783612172230675244675248570377289"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-7af738b9",
        "target": {
            "file": "common/usbx_pictbridge/src/ux_pictbridge_dpshost_object_get.c",
            "function": "_ux_pictbridge_dpshost_object_get"
        },
        "digest": {
            "length": 3438.0,
            "function_hash": "178097557929490262284091048177965489566"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-7b3dd7b9",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_cdc_acm_control_request.c",
            "function": "_ux_device_class_cdc_acm_control_request"
        },
        "digest": {
            "length": 2999.0,
            "function_hash": "114103139077689516781302002627192523981"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-7cab1eea",
        "target": {
            "file": "ports/cortex_a8/gnu/inc/ux_port.h"
        },
        "digest": {
            "line_hashes": [
                "211387570530774471291785968372578137478",
                "233008909476180545642801734920375387877",
                "91278794665532617077761696438218054442",
                "233331848169270709491035205395716535801"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-7e57c9ac",
        "target": {
            "file": "common/core/src/ux_device_stack_interface_set.c"
        },
        "digest": {
            "line_hashes": [
                "5101467197245266223491248929089002324",
                "195383266616558295273969998732661021213",
                "128723432060466982790920912254202199245",
                "336316218646551093099909424614689899786",
                "203907929729337846286711503255420203380",
                "95375274302003072735545852283211863430",
                "60307259444352854909421203216192486332",
                "12939368338710209967826602102340146221",
                "239818836401538999894252852151439688688",
                "78746109894937216798233551010663167297",
                "191122411258788814756450652936917063784",
                "205150115570673874165824626964139951782",
                "102149126102914922548371623534822026737",
                "297220610317619229170444772810687535299",
                "261535342171874174432816814679568045723",
                "103281642562156153343157219755692280218",
                "124295781607795113118488421025672745462",
                "74469266932133750373706829833193504293",
                "256742468795250949457275906800474486379",
                "159484106858623609366046398120578272471",
                "314377023459817982136212445794473441065",
                "143293697836070937596052267330763906791",
                "327142495573491672442558321751505849453",
                "271667937058999888000407524147968823541",
                "78041588880633928463433418229435006456",
                "72199270984804987753587297366046120209",
                "43440920533584702694075102178800553325",
                "297945914206378603830160541970636294627",
                "220682542389896276177986518593123935330",
                "235218693315047148043962887388674680330",
                "302108512961671171112111032571860410147",
                "259657954926099419959222861794469370964",
                "61494579851920658598687025906770375066",
                "142171473979642687121916232326164551634",
                "164196848336820577698985747477929466029",
                "279360473609692660424690749794405224460",
                "198448934220948632327105954547385653063",
                "192059818583653910390815444326886328086",
                "325994457343306315529175176466186187451",
                "249298636424150551908260808147304425978",
                "267944825781428714758531859203526488212",
                "274323142108133870270681658905768592967",
                "30769770559374058145666995827416812335",
                "46705804377184209551085041952804692481",
                "60198962712617842254192515970615187008",
                "56669329568060252511008815916341452239",
                "258626224820455727924951837445846493028",
                "41865028581824842074397189859403990276",
                "30172211339022619159353038316413431860",
                "97339151470168324756431186118896087917",
                "107819475762128073657356068954041148512",
                "229306238070539519270517635308451164167",
                "270529025104068836837494569094956515113",
                "15957274454537156878243192847921183931",
                "208772502553156212919301152310400956069",
                "228223162854078258312792620938074407058",
                "35995474961026794202233280378555747301",
                "50009697735543130284865354411859071612",
                "155649749954778078870846307507647558548",
                "98905895129773471294195349260276893995",
                "108655667768636841909417358538937772250"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-7ef06774",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_hub_entry.c",
            "function": "_ux_host_class_hub_entry"
        },
        "digest": {
            "length": 768.0,
            "function_hash": "133278506464657058973990649305366937618"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-7ef53482",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_cdc_acm_bulkin_thread.c",
            "function": "_ux_device_class_cdc_acm_bulkin_thread"
        },
        "digest": {
            "length": 1782.0,
            "function_hash": "43114905683872650428368426949677569823"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-7f8449e0",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_hid_deactivate.c"
        },
        "digest": {
            "line_hashes": [
                "305117974364483600073152479786274475346",
                "266608046367851083921818983861260462616",
                "188183825230356436270060507357111408961",
                "73943513357106290649342517578545321724",
                "84836036012836443167042072233910747373",
                "103391397059972830015066520922841976088",
                "281867470330495081040461944916060773776",
                "7103582880043641766931970903896643584",
                "78589378711784240632138058145414237306"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-7f8a96b0",
        "target": {
            "file": "common/usbx_pictbridge/src/ux_pictbridge_dpshost_thread.c",
            "function": "_ux_pictbridge_dpshost_thread"
        },
        "digest": {
            "length": 2085.0,
            "function_hash": "259896285339047412019280936573369987838"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-81d21bdd",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_audio20_control_process.c",
            "function": "_ux_device_class_audio20_control_process"
        },
        "digest": {
            "length": 4445.0,
            "function_hash": "172571835262434659593682214047288349235"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-81e27ef8",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_storage_deactivate.c",
            "function": "_ux_device_class_storage_deactivate"
        },
        "digest": {
            "length": 1396.0,
            "function_hash": "333355914171632987185819600699315876650"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-8242b791",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_printer_soft_reset.c"
        },
        "digest": {
            "line_hashes": [
                "104963923555335388763193214802400140748",
                "11542362027614771124197132579735195930",
                "215241634994413879510385462360210979246",
                "320357730791793450090247000787283057990",
                "263871920509064712341374572413207068541",
                "19606293522557813930714181577845616975",
                "218713263533390047976443674404639760187",
                "188842574725295834324570199803404510837",
                "173561026968639853542453183773429080819",
                "334163296820192975240026813172518024350",
                "197377933329853460836062723283807274887",
                "6776195954904755760507449581602799419",
                "198413408599133137716111112568626442330",
                "324922675929720062333675070599970089629",
                "243557672796338643982623821619075211742"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-82c6cb7f",
        "target": {
            "file": "ports/cortex_m3/gnu/inc/ux_port.h"
        },
        "digest": {
            "line_hashes": [
                "229570920224086702170257344612520003719",
                "141800371607734761502334189872827348121",
                "201906943489068288353177955844308362570",
                "124255413378340529616429424177993764512"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-832f546d",
        "target": {
            "file": "common/usbx_host_controllers/src/ux_hcd_ohci_asynchronous_endpoint_create.c"
        },
        "digest": {
            "line_hashes": [
                "75246527272726831489572014913427150176",
                "91914593871436950819081547175854173135",
                "124357431513538427988565785644286140935",
                "209960553323705329982232630741627778295",
                "160519617445782251054037697922367924832",
                "145255916163439838691435444666364139881",
                "60532939896409436443820052999088826579",
                "62880459632508556783033983337646624696",
                "307189355606718866289589696177879469327",
                "247717890733661176389722983788719891277",
                "277694731164949703770304172769425666979",
                "242074024827703355728769446757025727352",
                "112499992602633598948326018527101275775",
                "285011913922574843908788221382116064253",
                "102371258448809100535616302711967603744"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-836ff686",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_pima_interrupt_thread.c"
        },
        "digest": {
            "line_hashes": [
                "263691343950903261125238794107055364527",
                "65694833525679257406549210707423332258",
                "168107576157503132803450048011332454723",
                "307554927516420544788164420469821590210",
                "34939387819657302292290348989600326501",
                "73240319939756487216198798195872242712",
                "246100056396072264820323860083800606067"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-841b0bd4",
        "target": {
            "file": "common/core/src/ux_host_stack_new_device_create.c"
        },
        "digest": {
            "line_hashes": [
                "125780627850930505428040630633090713176",
                "290751451137074283107712279753892179006",
                "101240959535042154679395214793558161295",
                "285796044684304169941817559102087511431",
                "112635702326555663290124894177136255994",
                "311369664209457947283680115715236880764"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-8421365d",
        "target": {
            "file": "common/usbx_host_controllers/src/ux_hcd_ehci_transfer_abort.c",
            "function": "_ux_hcd_ehci_transfer_abort"
        },
        "digest": {
            "length": 1549.0,
            "function_hash": "128160000111756061688118584772699772206"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-842bc39f",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_rndis_activate.c",
            "function": "_ux_device_class_rndis_activate"
        },
        "digest": {
            "length": 4002.0,
            "function_hash": "210891701699451413982568099579617062071"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-842f810b",
        "target": {
            "file": "common/usbx_pictbridge/src/ux_pictbridge_dpsclient_object_info_get.c"
        },
        "digest": {
            "line_hashes": [
                "77627508976121736648743493670772973316",
                "222417311167680271379090803649158541004",
                "191958132209144756677966885734878850019",
                "203579290922055330202674177058142971544",
                "112367027893167180017670005821460537446",
                "223586183788556819528321905805056075498",
                "117601503866390133191058594243089811760",
                "229763034188989651285816184432857242960",
                "262242435801374679311448711437712155066",
                "202017248418534475765148319382036067132",
                "2669815125763063532707726459335932561"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-84caea8b",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_pima_control_request.c"
        },
        "digest": {
            "line_hashes": [
                "318137486805523449364115331101427772954",
                "160685614040338642220642313868323494698",
                "289043908628501174089875394633585248910",
                "175738089618734641620717357344117677023",
                "108981430201931370946742185099381508708",
                "285563013834794679371563058045205896999",
                "180194030862212293394358257643401614511",
                "157320940731844186054372854012495498750",
                "278942334657904043372198458240090504191",
                "301729717404730586171096439297489765199",
                "267121665968512330076703664906253898200",
                "290840531810105835964432805213989088665"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-84ce7da0",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_cdc_acm_write.c"
        },
        "digest": {
            "line_hashes": [
                "78752811009170106909607108691002916139",
                "49706538549146327903394495991770934891",
                "310119522071206373152369387718333679386",
                "111122126692304349715744410660010632765",
                "257478052641093207233843906474623848057",
                "39840325362855117830049894410643021702",
                "280456280397788222983141976620086904575",
                "113285355327762205184811984299677456698",
                "61793250310848662023243655046009677174",
                "5067962061892872410162331302141975478",
                "95980838299263542495743735856513456986",
                "339610958550205851409371564244321168298",
                "202355739594114428039935310704001565297",
                "323698368312231744118119364543716826109",
                "237436552598106378660542219886035033885",
                "196633233669941629994938914991607679796",
                "280904828077370470475799752957049508186",
                "156943870976307369031365049687666019855",
                "294280998877036941227743985300646049710",
                "150728948719404036908746923689244601709",
                "195760324266014294362705598109135464897",
                "335195958926153598761439453066810885048",
                "57033778423974618876783850904923045978",
                "298073263812426667252081799774582393769"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-84de784e",
        "target": {
            "file": "common/core/inc/ux_dcd_sim_slave.h"
        },
        "digest": {
            "line_hashes": [
                "157637760815122102237749312761511876906",
                "99739580758731552488750276131798096021"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-85eee63f",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_storage_driver_entry.c",
            "function": "_ux_host_class_storage_driver_entry"
        },
        "digest": {
            "length": 3126.0,
            "function_hash": "134241409296515691351756033775403133543"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-8639201c",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_hid_activate.c"
        },
        "digest": {
            "line_hashes": [
                "274721770657121612105820587157981347785",
                "94694283491660277178940148621447379913",
                "266768165664425369094112191038285941605",
                "148526197976294133035980014692783619203",
                "301224774389483501737070517777916557902",
                "280414485622793074327120869640544970171",
                "157302325588326630421335019097450241471",
                "38764564705939080010564392599065935912",
                "201409413617161883954655510292330064129",
                "7034500934221032096344378922814287613",
                "189450647967605650864895694794005844358",
                "235796868475819174752933707313168469297",
                "147800618497834333409848447638708548147",
                "163208246318110157738323076290470426036",
                "91618439346713492052028953419837485755",
                "295466926794021934600385185764501363767",
                "162571440626557548456797692158157925087",
                "22396060840838159662833224484119653963",
                "320450176538407306587596880352900348892"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-86492f31",
        "target": {
            "file": "common/core/src/ux_device_stack_interface_get.c"
        },
        "digest": {
            "line_hashes": [
                "262013043623928073245471219093596256211",
                "278242201502143422696456682598825699070",
                "145233041401569768893001311638429402894",
                "170705794864054239070571189518969270639",
                "207101630881384052202154210432734314903",
                "103043640110892444482438020305988349547",
                "117577711008569457513241665129695417932",
                "62655697245818767795503375432759352733",
                "194422698482454143690522262873816731829",
                "291912136041043347951674064945439096931",
                "222140902728255803493447624262260646781",
                "315342136795170085120740415188057583019",
                "284997550947577502089944221630584601689",
                "199490527010661937526977888248501698394",
                "95042740998757787534237421948819071462",
                "118609833571207027428322277630365814910",
                "301535281474083248930540155683992288444",
                "62393342829929227141569484485709387447",
                "247738685491644710446863904224159228295",
                "287988146819722987915947602699939241754",
                "262710512629651937967641753942371248946",
                "247861754466949050320071646262764219824",
                "21002910694591564884318548689788916956"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-87188ef0",
        "target": {
            "file": "common/core/src/ux_host_stack_configuration_interface_get.c"
        },
        "digest": {
            "line_hashes": [
                "237544641794756640728441817738300271822",
                "25110856970754461276313572051818922476",
                "8154201712605695905460816255814330222",
                "225493059575023470728885860838218586498",
                "55873658202789507620673424306486469882",
                "267805274133888443107370940175938045322",
                "257825890176053704569093345544269842430",
                "245411873693053554710125266084913898187",
                "184736274343389304707995441783764245829",
                "174445860941469279165001915806049833958",
                "7514624102750772858405837737807090706",
                "239062962616656100661905778090778055419",
                "262737384964014328748291706467563144038",
                "76788825878365172697448657229029563026",
                "197354292070376147681512050356017363367",
                "239062962616656100661905778090778055419"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-871af6fa",
        "target": {
            "file": "ports/cortex_a8/iar/inc/ux_port.h"
        },
        "digest": {
            "line_hashes": [
                "283293137916009240398857647925374928560",
                "333310028076628925007441229439238715311",
                "216023610778853455396605727193314100851",
                "26752240607501007495270351997557407816"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-877e8d8a",
        "target": {
            "file": "ports/cortex_a9/gnu/inc/ux_port.h"
        },
        "digest": {
            "line_hashes": [
                "330111928447146380103036033908470178041",
                "242988540403691610911851266774907423687",
                "110554880031414822447859787438090592740",
                "112050294439517361235565206450157039432"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-877f85cc",
        "target": {
            "file": "common/usbx_host_controllers/src/ux_hcd_ohci_interrupt_handler.c",
            "function": "_ux_hcd_ohci_interrupt_handler"
        },
        "digest": {
            "length": 1635.0,
            "function_hash": "192774516555692130401793389069533914131"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-87e8ae51",
        "target": {
            "file": "common/core/src/ux_hcd_sim_host_request_isochronous_transfer.c"
        },
        "digest": {
            "line_hashes": [
                "125322651606564569689015990916346058272",
                "147999347616150830844375154026702730394",
                "90482163541650325382938827724269117657",
                "104507653219030956687485336686997371077",
                "207489273804748096233196841609582326329",
                "114049776882066109319333385339501493294",
                "125709721621430372603373477979699853374",
                "174912091055757714334704992110746427100",
                "37555412498365817848265270181033222775",
                "184225335404416784823308811247459857045"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-883fe872",
        "target": {
            "file": "common/core/src/ux_device_stack_alternate_setting_set.c",
            "function": "_ux_device_stack_alternate_setting_set"
        },
        "digest": {
            "length": 6051.0,
            "function_hash": "188320530829590847330665293801015789313"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-88c8cad3",
        "target": {
            "file": "common/usbx_network/src/ux_network_driver.c",
            "function": "_ux_network_driver_entry"
        },
        "digest": {
            "length": 5309.0,
            "function_hash": "238695094374095472022661483629347751125"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-89e5f689",
        "target": {
            "file": "common/usbx_host_classes/inc/ux_host_class_cdc_acm.h"
        },
        "digest": {
            "line_hashes": [
                "107435862774930626586067183356779259260",
                "79630440521947634094685794658985476541",
                "204595611976744276203022245529178269593",
                "99739580758731552488750276131798096021"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-89f18df5",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_audio_entry.c"
        },
        "digest": {
            "line_hashes": [
                "101661210001451780411883019533833352636",
                "302679188481282471333654325851300248355",
                "145742238789234414123257471601157046077",
                "177235397860402100442436971142260940373",
                "54973544915012019428235210487491786640",
                "20916105250667211435423933778474821211",
                "49211218433342878681041821882363204069"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-8aac3a04",
        "target": {
            "file": "common/usbx_pictbridge/src/ux_pictbridge_dpsclient_api_configure_print_service.c"
        },
        "digest": {
            "line_hashes": [
                "182672498515844482970123812825935144049",
                "330052524590353580604955444719780849369",
                "110163460238379733390529672027022240117",
                "232628866440123781864579622998860561560",
                "7660838558427822915444026684027592104",
                "333725195105535539835042937542787511183",
                "203021899079176831741762710836984754646"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-8af86c44",
        "target": {
            "file": "common/core/src/ux_device_class_dpump_initialize.c"
        },
        "digest": {
            "line_hashes": [
                "159951019120181648460905913539953207657",
                "215677348994353296930644965146300825560",
                "195892336081338198298241925463568856988",
                "111895958087918014822155364214714415752",
                "230547636951237845517594816414084504228",
                "155463205123127646055210743510914168213",
                "96051293190729131359471823770786128174",
                "35378399860199894992714023981747470298",
                "315448150960255096632497291447872377797",
                "245381845345671399570019027505291267706",
                "114328647563236335657491119878040954280",
                "189093161273016033995744238396725521438"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-8b0aec40",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_dfu_deactivate.c"
        },
        "digest": {
            "line_hashes": [
                "214421791627551216482716810040916901502",
                "334168211732941597190550887437374259202",
                "190829752881237340120774215846297538333",
                "338634048308015615637401165958679184125",
                "206089321591376153249593974435136459845",
                "65615138864620775570158472672841739796",
                "149808811357539847854795944290478239661",
                "307455543280783699386934490481822649293",
                "126175116965415371461019045292992997792"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-8cc6ba61",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_audio_descriptor_get.c"
        },
        "digest": {
            "line_hashes": [
                "133329494063971230967172192909578078839",
                "168985274050773013456914226156078543084",
                "319665472496816475672305707258187513028",
                "334604124416659609696156095576112427980",
                "245764233631644769218325551462443072626",
                "293482606722659056304816748150764099469",
                "291924520953704507586535301801862561476",
                "96182823567280607711651956661597298505",
                "154585257253226247712898530654432785524",
                "263557860359934954047104959760260539735",
                "103930923552326290738772921532630157033",
                "340779042480402963461216620597488048",
                "68147430977796541556760484144319152113",
                "13126978910550582740503171590307933155",
                "94272750456695283154254671658812078844",
                "128719356613129447911261488048755463185",
                "5979990135948101072973985905100893535",
                "98240896530780222130126440933305707375",
                "6810107158585403394630540615492877229",
                "273912635789209750818132411878290953354",
                "275211622945704703432641300852762925582",
                "49740145525591974856277015175432482422",
                "339322270085127306925506833741380809541",
                "284313180544451282536595516750351912585",
                "80212829727481479021219441074347725343",
                "156486104245767555822396355934440346395",
                "259712807854440060571573741481391437140",
                "8052068617116173062415884528147240403",
                "200867021076170176241570848887974803599",
                "174043666237916583489498664764877135230",
                "232606730885690330238436611586836026659",
                "288456743520162002318174961290890865158",
                "22026497109917128169398732089288806030",
                "286087734318537997487395250070404483970",
                "87631979207914325279182957500738966292",
                "290324860802808105728584433139197324441",
                "137377176013207602554642543333822817562",
                "28820816243688575352516699732377595001",
                "65634201210507543791348764462793997650"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-8db64d08",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_dfu_control_request.c"
        },
        "digest": {
            "line_hashes": [
                "229466618238577728708207145423236150054",
                "5023580274069010910438207768257806139",
                "81638190254541041435518167513367199104",
                "184533064258827856706813873465165919498",
                "31346560385338149029926787311620815091",
                "15822500519076682777120831579682536717",
                "179152835972938352665924209113325530025",
                "203883458121277376583233525667078758345",
                "42757772496460670881885557519199206822",
                "226756757189545603244142382155660017142",
                "70150457191128362291618229765664666988",
                "148937917729749829182867577656961803161",
                "104273432260242781377641003968479537921",
                "140474957909030210831696618395806498330",
                "37470699795467612485449732367139643394",
                "236982211735253080157107569497686980928",
                "17875309782912362099984249291390814960",
                "336922677147926249499124867296519029354",
                "200809176315306193285140450716076941883",
                "147162040971034863163301032725797839418",
                "34196484883906806984246180957108905434",
                "280690425780228434774161799228044778438",
                "200809176315306193285140450716076941883",
                "147162040971034863163301032725797839418",
                "61755913191919747620324201784460288037",
                "339701810011625061578071826393800171864",
                "200632167709498254709941036545661748715",
                "210561710078890567400456310589381933053",
                "226638890346947399127501389439954854073",
                "249783995524729553180545281767005547061",
                "296517121898929498755853954629735078774",
                "319148457346934778874931367011341431571",
                "125023820048104302180243718068782411910"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-8e518e1c",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_hid_receiver_initialize.c"
        },
        "digest": {
            "line_hashes": [
                "158989644213451445898468929112181615878",
                "45871931572174640680320655954674106914",
                "285976714993802469721374423319821717119",
                "205241227262521459131471282689042724874",
                "267515001230444271252955249241079911964",
                "75441605667997856661430113680722061323",
                "222475302997629358569210422081099123506",
                "135342596445478892168635112504659976983",
                "296941880009250520010802411201469535726",
                "76809999992137242014023830617073389006",
                "298703410724656501887632419248707819434",
                "210459127352428169867575211455315629477",
                "209178625857195696732690828560461222473",
                "139663942674477626481081913911722431655",
                "46121310797454929543722223182897538939",
                "310906299840193919485113084672867584345",
                "253133475092274788011072201596443245174"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-8fb9f3be",
        "target": {
            "file": "common/core/inc/ux_api.h"
        },
        "digest": {
            "line_hashes": [
                "85133980139795040767750316536036809562",
                "165297127913964347426435185145116079612",
                "81233941871992750589763530487197746658",
                "45719603609930510994919033018156282654",
                "18028281265774965728816593006786939525",
                "330678551443354710332026389701747845580",
                "255430295596012142703458702822178132674",
                "231473771884347061141738387224376481461",
                "119174707988146013977942461473531352091",
                "245292595184031503869315116762419511214",
                "52028567326221384764768665472532769046",
                "291270915503316812574826761817104152525",
                "37887512778807738115675668902956156379",
                "236349825882060885247558120826222810279",
                "34458178401811204838356931724578146765",
                "98419097114024266605004369942206460877",
                "233417103247434681183395802105006148282",
                "272233571642316236905927342604211416337",
                "97525756627206897620198763269257811082",
                "334504837892640265889681388282436869919",
                "7727294110148141307056347744930861979",
                "260139901990402084228484333012435700898",
                "269533255136172618785309499483866942670",
                "307804880792150816652558855359960433356",
                "119114202251453604201249505983600274642",
                "78620719683215259996602902269744847176",
                "255026724552986640797001007022869898816",
                "76302089090481057758619895174561121660",
                "339719055322541865825329847804654624994",
                "252948724064051266349172217832284891268",
                "316976746473165415837367098484233554518"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-8ff7d11f",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_audio_deactivate.c",
            "function": "_ux_host_class_audio_deactivate"
        },
        "digest": {
            "length": 914.0,
            "function_hash": "133527717331214133867839357130989133811"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-901693bd",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_pima_storage_info_get.c",
            "function": "_ux_device_class_pima_storage_info_get"
        },
        "digest": {
            "length": 2591.0,
            "function_hash": "92440255005533758119520281526620836771"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-9135342c",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_cdc_acm_control_request.c"
        },
        "digest": {
            "line_hashes": [
                "286418497431257160302286116211655290777",
                "260413983754163401486051709395073100752",
                "303806096623430644662716561123702803098",
                "67247319599550766176430044835491383905",
                "79518552693053528999479069593953344932",
                "72879226036998185248792766448563213659",
                "162329932338622225020093247894218689837",
                "257567146721364834817293806554837439639",
                "296220680415621285364987778189280055901",
                "237582443297222619905595320873519705768",
                "73476832163986896781017314228010497041",
                "2213910508539464531775458043317480056"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-916b8f5d",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_rndis_bulkout_thread.c"
        },
        "digest": {
            "line_hashes": [
                "243694225821542732445662197530898158014",
                "142717832814611665005293231718402657340",
                "46640249282397085046211102441807022123",
                "70987123629490984837542628963673135758",
                "118860589541410409961003973020282669561",
                "21390074513533770505506630454319341522",
                "53131888242611718318801851513440381957",
                "302569946264497467912343072517235496891",
                "195527468596812028352603058695281801953"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-917f7c08",
        "target": {
            "file": "common/core/src/ux_host_stack_tasks_run.c",
            "function": "_ux_host_stack_device_enum_run"
        },
        "digest": {
            "length": 11559.0,
            "function_hash": "91523706353601207474014884898069368154"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-91d515fc",
        "target": {
            "file": "common/core/src/ux_device_class_dpump_thread.c",
            "function": "_ux_device_class_dpump_thread"
        },
        "digest": {
            "length": 1412.0,
            "function_hash": "30358054656891033417102066086136398582"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-92050d7c",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_storage_activate.c"
        },
        "digest": {
            "line_hashes": [
                "204376944319488888159498589159335460669",
                "289031005830140810110160689375101316776",
                "42887132417433038289210398401772160149",
                "310066578992557958909823493736008192211",
                "3446547990118704651463757496478694605",
                "81305876744905543961427214633462940280",
                "211100009862602894853530070144282161911",
                "335085793069948723376240720877466885885",
                "183521086827786056240142359646773835069",
                "338384663259225395459028398032567855761",
                "18714553404724064928330743218407780644",
                "125964057448592827591842764454127375846",
                "11303783446630858568357796443151264774",
                "236723682848885699094225741363760063480",
                "182893429511868953515846376849391667459",
                "116250299062375896436688460237364208745",
                "87373961063822562202315664092342033545",
                "33321431079096280018250407129267078438",
                "316190657659574169278440904408049724019",
                "38648683072512417469144712076016953624",
                "40094434600010037840797512505752076880"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-927e51b2",
        "target": {
            "file": "common/core/src/ux_device_class_dpump_change.c",
            "function": "_ux_device_class_dpump_change"
        },
        "digest": {
            "length": 2361.0,
            "function_hash": "55220468077339990003021022968282765767"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-9469a45a",
        "target": {
            "file": "common/usbx_pictbridge/src/ux_pictbridge_dpshost_input_object_send.c"
        },
        "digest": {
            "line_hashes": [
                "222518680045580514866897581748313478608",
                "137406733688876305161649437876718943432",
                "27019523549746055431928737631165056519",
                "185986662698049717673476143934359689558",
                "33444426371155257053248812664429282114",
                "331620848123825166108155139493989584418",
                "36690116561425857777979159729593061824",
                "98725516435369647934954442665092739865",
                "325581119447289981706845986554931219120",
                "304355893913182296775464127973816833829",
                "134301107730373973299434487115586353246",
                "122635452924961259472156178667344078161",
                "11920274087573606693349138400489314732",
                "334187387806274809591583024868272356391",
                "220664470742729006641166703961122282918",
                "215359359398184704217167218340238138767",
                "297326105692492011470697872597112681193",
                "65352533386074078984823770060843732621",
                "220664470742729006641166703961122282918",
                "215359359398184704217167218340238138767",
                "297326105692492011470697872597112681193",
                "65352533386074078984823770060843732621",
                "166630133211219735508433852159987158481",
                "215359359398184704217167218340238138767",
                "297326105692492011470697872597112681193",
                "65352533386074078984823770060843732621",
                "220664470742729006641166703961122282918",
                "215359359398184704217167218340238138767",
                "297326105692492011470697872597112681193",
                "65352533386074078984823770060843732621",
                "44915788980372991457363434941459779923",
                "215359359398184704217167218340238138767",
                "297326105692492011470697872597112681193",
                "65352533386074078984823770060843732621"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-97e59f7f",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_cdc_acm_deactivate.c",
            "function": "_ux_device_class_cdc_acm_deactivate"
        },
        "digest": {
            "length": 1183.0,
            "function_hash": "91266876246067813747326266200176558503"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-982964cc",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_hid_receiver_event_get.c",
            "function": "_ux_device_class_hid_receiver_event_get"
        },
        "digest": {
            "length": 851.0,
            "function_hash": "227003640641744729087806250337100519097"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-98c9e839",
        "target": {
            "file": "common/core/src/ux_host_stack_device_configuration_deactivate.c"
        },
        "digest": {
            "line_hashes": [
                "173719777980610973075841822404098929706",
                "31722194557856668419420751697251227208",
                "189838544541392974966339610714723102166",
                "112594743248612526288252630318607931933",
                "306063243562593261582459839686673641309",
                "284048100175937124119684994615389900491",
                "75822526099756057506960537408697997956",
                "10465851989569469479579928236850767420",
                "62340455748565465744938204329208706882",
                "282288723196846138458866969939940593549",
                "139738125341813658017631485864145103657",
                "20099028659237546361655040372063979274",
                "105922379535626136056612427450185385779",
                "67291476962026300532674659731807889143",
                "120952625866309814581042590961816713354",
                "297013203575306767814831029739843730478",
                "305794164007602937307192848278768913077",
                "22701428813017990976712971671942787857"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-997c3952",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_video_descriptor_get.c",
            "function": "_ux_host_class_video_descriptor_get"
        },
        "digest": {
            "length": 1697.0,
            "function_hash": "158024088780923466173511016008093245027"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-9a1a16b5",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_pima_activate.c",
            "function": "_ux_device_class_pima_activate"
        },
        "digest": {
            "length": 1543.0,
            "function_hash": "14040863316662329099941257938959670944"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-9a792194",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_audio_entry.c",
            "function": "_ux_host_class_audio_entry"
        },
        "digest": {
            "length": 769.0,
            "function_hash": "2198893238159880021442202505513315258"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-9ad9dd69",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_hid_uninitialize.c"
        },
        "digest": {
            "line_hashes": [
                "267541788245965484457795930094064760447",
                "53838462866745955651934359685314731711",
                "262184434131303500364546193523676903698",
                "250555134694640452287417615063675369215",
                "84836036012836443167042072233910747373",
                "103391397059972830015066520922841976088",
                "246380579011147825385105640991538831248",
                "188286224282480353549332332579886497990",
                "103080952486565762677957827799290532172",
                "257605970136899232786902898903328473187",
                "42645693081165064831386872038680695717",
                "78972577374589483181544004692625848344"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-9c2fb9bd",
        "target": {
            "file": "common/core/src/ux_host_stack_tasks_run.c",
            "function": "_ux_host_stack_device_enumerated"
        },
        "digest": {
            "length": 899.0,
            "function_hash": "36423207148757850581260045891634812957"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-9c852518",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_cdc_ecm_mac_address_get.c"
        },
        "digest": {
            "line_hashes": [
                "286385571239951267653409253745818800301",
                "194941481352871887976758205479946764957",
                "289555356759168968498624234949306186432",
                "133569556844229631338088794810934885776",
                "84303873638848151997529243281270130572",
                "39000117439463528917082204779632998217",
                "319747891964981179747503234099483124197",
                "129240406838905303271844651875818699174",
                "73019095876772182774516390631716571526",
                "235795485876998442300054692823998157733",
                "336303541282461980139846514398051095022",
                "145220525305971225285939554384926848111",
                "176940305830320788007886605123257888911",
                "261091185030638807839528521044482626051",
                "200717629850146045392615632582366676732",
                "339822335464274499209004787497711413833",
                "278531216038540302677891715732181205322",
                "289355816351706610957472556739160684582",
                "247709760935758429913734917395978908863",
                "204577908443435111873748178039117572692"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-9e003c2f",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_storage_inquiry.c"
        },
        "digest": {
            "line_hashes": [
                "116441098510618173794493876818014462535",
                "102634506408063533200856943540019419837",
                "198677951266445254834148425765462458546",
                "2760246399404240601007891051346418808",
                "295555586453075872811329858159804261076",
                "297353560790566558578788606325722397236",
                "191595002058857840300354718566426875889",
                "151476008954377773826942584145551548387",
                "59412593700870448312378976963773278159",
                "34268326613309776719390071139809868988"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-9e474759",
        "target": {
            "file": "ports/cortex_m4/iar/inc/ux_port.h"
        },
        "digest": {
            "line_hashes": [
                "72714530058232487172158576309308330003",
                "288006648442552456908386585343087587652",
                "333838059276841084656401826533216047698",
                "15538882276564330316836244843619474356"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-9f2b662f",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_storage_inquiry.c",
            "function": "_ux_device_class_storage_inquiry"
        },
        "digest": {
            "length": 3871.0,
            "function_hash": "45111380523282523489493302948394293273"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-9f3d01d0",
        "target": {
            "file": "common/core/src/ux_hcd_sim_host_transaction_schedule.c"
        },
        "digest": {
            "line_hashes": [
                "334959064598772557158023279252929398470",
                "273774481125218176592810597026581162206",
                "62325984349980010148276344598748098422",
                "91133118425243491653965148501933014687",
                "1181353049975234225089118240288375918",
                "82483365641702664309644501200023418287",
                "248974642257207487137215723031597887626",
                "251343620180007883729332921541498510427",
                "335360636200966684922338980626071595441",
                "33848469956528640368121377197558441923",
                "197491882654086034599262362678210458882",
                "303495203259090304494132215363740886766",
                "165650715488804611406667637084702262993",
                "218291628302492528829808114703414756428",
                "224616365679434014352958943826810087389",
                "186353008786176740473701379110723348974",
                "83938602231473473545766257648977029726",
                "285482906965231931644560291294015677851",
                "74600167301607276330550717610972719479",
                "283512760163056851857206756523108152405",
                "224091701735433767741849842865911327441",
                "299510999374433089353799400552303137575",
                "325232514384057287062711772044305190919",
                "193234987830384359266986069734227137597",
                "16729787435040371029498513269521027828",
                "302072500497183694154801214508899752243",
                "334461684863466246228414687596732339965",
                "260441388538777348061020401342739008946",
                "260180118437500042803316615825825015752",
                "159930013772830242993665249302441464513",
                "111048590879794135650542157436667167295",
                "167864351487030652902650846960687725240",
                "144695183112338429860847576663147097113"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-a116f74f",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_printer_write.c",
            "function": "_ux_device_class_printer_write"
        },
        "digest": {
            "length": 2032.0,
            "function_hash": "26452402893666145718451298747297472210"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-a21ae595",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_rndis_bulkin_thread.c"
        },
        "digest": {
            "line_hashes": [
                "56671132433126527023160682568022515535",
                "28982495297908957792119207661701749234",
                "46640249282397085046211102441807022123",
                "70987123629490984837542628963673135758",
                "181361972917843587895842049590009092642",
                "21234088258631397720312210916663105226",
                "184542105625785108392204625962657237033",
                "302569946264497467912343072517235496891",
                "195527468596812028352603058695281801953"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-a2b3b81a",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_hid_entry.c"
        },
        "digest": {
            "line_hashes": [
                "308098561915966858411383394914685036262",
                "2354286237922340071214975700245336968",
                "279545467375907769045969062899453670544",
                "175292974843443197359735888275790971345",
                "263451400462031372777696269863792888712",
                "121904996327965104561944328928600986800",
                "19183307524765658500332290151681018711",
                "218795455452232642436038598747824949992",
                "25467738321686362258335216832676182475",
                "132725358044829808878292527936950435467",
                "245160115317925990503877085630679871741",
                "172927084493040720598503354932940474960",
                "73931847299345575160345243349359430844",
                "28849990138397973818203592877855630138",
                "98461765510964619800374979008035204071",
                "323735414759964626278991340056616538855",
                "186309281447093179487515426114499436193",
                "152508159725188263262530793236577443461",
                "118491306785728632692925212758253542636",
                "184834030756636715194200817993187644543",
                "130402349747023461977974468984827615586",
                "317638679519828456621253534267583528615",
                "141016842794697151148729632267465136484",
                "338739171772994046497607115281187559912",
                "26743712161914475273598818917861088086",
                "35176191775455278171340804868391715685",
                "295466926794021934600385185764501363767",
                "255054045103855389503927907959556833309",
                "253755128338375479053673064645272984689",
                "325578845534346569695042994109581881739"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-a3ad71cd",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_hub_change_detect.c",
            "function": "_ux_host_class_hub_change_detect"
        },
        "digest": {
            "length": 575.0,
            "function_hash": "2905827458255707967674314238883754332"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-a3b50fa2",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_hub_deactivate.c"
        },
        "digest": {
            "line_hashes": [
                "41896856672897033954611916714367815481",
                "198976765156645666106985116214215441585",
                "20706122463485723945651712636136877532",
                "71048977448082785956476299328681199650",
                "158603773980092801040992580747578196838",
                "192970451754641631543539057106575932664",
                "334076369374511043248795276500473039669",
                "150234391185811860938255985821734679074",
                "246021721166787523494829123014572863277"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-a4188f78",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_storage_media_get.c",
            "function": "_ux_host_class_storage_media_get"
        },
        "digest": {
            "length": 986.0,
            "function_hash": "241240503608097214832341207693598228135"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-a46fcbaf",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_printer_device_id_get.c"
        },
        "digest": {
            "line_hashes": [
                "3020672928458152690032076271119489330",
                "43915321163156401515599168196949574469",
                "334724603634925454723912845696576541524",
                "320357730791793450090247000787283057990",
                "263871920509064712341374572413207068541",
                "19606293522557813930714181577845616975",
                "218713263533390047976443674404639760187",
                "188842574725295834324570199803404510837",
                "150273484265517331506612402669269672790",
                "73649209999912356344509656653836906355",
                "25555699042547383920813044017684359604",
                "58230853727085750757864014379990178784",
                "142737139418251973621862266681775340900",
                "228418926987402827543079066769927485155",
                "131861881932690902316642274353487104335",
                "59053630785865069438164483820157217453"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-a4f032cb",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_audio_control_request.c"
        },
        "digest": {
            "line_hashes": [
                "279833510867294908782461962588457424385",
                "305608507552493730469409567542842679161",
                "138251483965433733236815385524355130214",
                "184533064258827856706813873465165919498",
                "47871208102533043081584605447226926922",
                "20936645835926952136106037506104421317",
                "18062584259386499575216857721512600726",
                "263824773796432394412313226231798251844",
                "111709561263520720042714364990310065470",
                "292798309358447502280817115896410786793"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-a668162c",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_hub_deactivate.c",
            "function": "_ux_host_class_hub_deactivate"
        },
        "digest": {
            "length": 1217.0,
            "function_hash": "263086576792782790747678788111265591962"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-a84bc36f",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_audio_endpoints_get.c"
        },
        "digest": {
            "line_hashes": [
                "59399870051286882305025571459940815339",
                "148262703705039351170740819989190975620",
                "37883794572786792591108373799828565248",
                "3066173883708119967982692366837512010",
                "110400742295865195912774270465672023559",
                "78967026009761763855157706999880866492",
                "283813904720411120235251918693867019252",
                "253114569196399748043847338890931676377",
                "196222087789413099074578570611142844754",
                "333248178058857826809394410828724232597",
                "178414636231370091250081121693039793555",
                "108739950365405180846058570786317355460",
                "208488003549072255203926744177872756805",
                "196076917633901559888133915459200255156",
                "1862817454867576323901702707905672678",
                "336037597848077612107395562161776269377",
                "150235161218546370402286925168527891839",
                "75407180318704451699303769443305508093",
                "172436346808666766225594054255348254704",
                "191860260055390803789682426260124856141",
                "138529930681564478929401787855590579245",
                "228778807985163535452817636438800623200",
                "250435572017278252475403876873008933384",
                "68174947253787146790172868384741535076",
                "194277884400847234044156364727307793596"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-a8961207",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_audio_streaming_sampling_set.c",
            "function": "_ux_host_class_audio_streaming_sampling_set"
        },
        "digest": {
            "length": 2003.0,
            "function_hash": "48690342485556273188127989072736371121"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-a914be8f",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_audio20_control_process.c"
        },
        "digest": {
            "line_hashes": [
                "243541251064375395942213384566354503639",
                "272191322593790664620357784178271657367",
                "114795937822620610044738053071013978810",
                "175722911282994529802685720529425215361",
                "1481678158680414157690765401051568253",
                "107827260178819660868745615514051580413",
                "25532908114991407721295685314760015686",
                "160743698231201905342815735599467901866",
                "218292401867589083346309328296239450143",
                "19314043777172111938682623742202574571",
                "255291539935982232976350842372880701822",
                "184402047912653908738579820570924879083",
                "148564351623494788241060464157084276703",
                "307273632908959783164325000437902992294",
                "207193335806915885874214543087929584269",
                "238996666760775031890142533455726913931",
                "214423563914511061038152589839225858297",
                "192010111654690540988131763081264776873",
                "165495480245165817052956452011687401644",
                "90424673755742051394070808963919777410",
                "283311208156816157749026586192617325011",
                "173672012468420183357075019575218097227",
                "267514697952779647226721565132315013503"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-a92817ef",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_dfu_initialize.c"
        },
        "digest": {
            "line_hashes": [
                "248525771737601053895453947531054208699",
                "90616886087019472601360083746773958628",
                "332014188121544652912943133306651229993",
                "191791759824539919605527813032896429511",
                "214586268426829493866601654526690174898",
                "189919127140403936571375194849333767304",
                "321045334940375749863636917754491294071",
                "190208209527286276810499041653862004306",
                "142352218441944266469474091452058032046",
                "188003192115474650404639450453751299133",
                "42075023797606240418076806573670511422",
                "88885384648532254992461431759987411452",
                "72321731592185356351048719194560395551",
                "166311810059894663179072800820749537173",
                "284176658245830117775894821399989972995",
                "123483048625647626640578484366682919677",
                "107855899490978807259203817498347634509",
                "286228256934702485009602190126945291084",
                "216278216741445592151267747956715060588",
                "300181471201972101173239251523724763812",
                "274955635571334600682980479410487385760",
                "173251350063942159961576612047434615378",
                "328680231110345902266570944351952479375",
                "181919455927541090764405684337132832603",
                "266017162084011380021744692671080010836",
                "73120684809975650752461535407488317645",
                "323004921295433822943944159546579657609",
                "170940809296292455122141421010031197486",
                "54208834408627302428197093953348403705",
                "86217157908566069907475822175913270091",
                "22515136253875641571631109424109019475",
                "339559134091941171186280971846393889818"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-aa59339c",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_cdc_ecm_uninitialize.c",
            "function": "_ux_device_class_cdc_ecm_uninitialize"
        },
        "digest": {
            "length": 913.0,
            "function_hash": "256348531421617007144596401040707975068"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-ab9ad4da",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_cdc_ecm_activate.c"
        },
        "digest": {
            "line_hashes": [
                "322171562317704057673633699337716135163",
                "33549433681721656440457630593461311638",
                "63899306991193369251142626686256496571",
                "169524719273228137321420309627725205306",
                "19633630624986797643933599540305661280",
                "143698215758461477965757030978862942325",
                "111244230604801561780017619013873175959",
                "165477997548063068467804418447861241387",
                "74666895201804396248522896030762217146",
                "12605905226312916425270309820087942925",
                "97605138311796954982156415838416212384",
                "8659556211660216826584063970674488962",
                "229816121725902552485148033660977892746",
                "209934419979697174174214402676137166513",
                "243001011048810184228821345249860277423",
                "325535572492631171939829784497094397584",
                "44864923078386163574620570066020970073",
                "145677710224133382192254269436723227939",
                "312278515737457675835830580206244786533",
                "47653053304108977178304592151858346931",
                "244972645333522740484575696313228045179",
                "312174271335629218982434238329212612184",
                "26379509235982483489608643177051467995",
                "29694695692573514239877631168159903790",
                "198636827584303829652147920013459421298",
                "65046910369202762311047489606939428057",
                "90348061783456959585110107006439917217"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-abaae9b8",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_cdc_ecm_change.c"
        },
        "digest": {
            "line_hashes": [
                "273480025984083024113792059238853917450",
                "267768527336109420919636152292821801910",
                "305689957282231468421021817784685375129",
                "228594954895487720775381134651095214968",
                "104211806318098704612392678930724283446",
                "249201604763614071389392582704053312782",
                "257386077123402184858149370914980084856",
                "299275912376064933325353866041792255049",
                "287487901649130885702413724237428178762",
                "318721632684818829653293002778419120359",
                "149269641100275939564890082030669376349",
                "200873604080939732770250279347922142943",
                "65929279621071503863119770830160214244",
                "45191883894840050804235635406103591559",
                "29991154722073317359433116464875086537",
                "117638651598221055752844018243007645516",
                "141238701038572400412114109744296532814",
                "160680684149781557555470579222747394848"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-ad0ab852",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_cdc_ecm_deactivate.c"
        },
        "digest": {
            "line_hashes": [
                "299617343263917331272126947495873708634",
                "250121548318610258892212331531012928327",
                "148911093154338108250975921804315626091",
                "95862926578564600262347382546345633721",
                "236156068573866421686972846754927151996",
                "114988029557765416695881176359457645033",
                "116790929629401080082067085236428179910",
                "202862915648177044349974579723495393857",
                "215261279196897800434358080897018962183",
                "329824625110557987476191112045473393124",
                "123662544366086631792572994326158816405",
                "300458462901868719046102241321257414177"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-adb1b873",
        "target": {
            "file": "common/usbx_pictbridge/src/ux_pictbridge_dpsclient_object_info_get.c",
            "function": "_ux_pictbridge_dpsclient_object_info_get"
        },
        "digest": {
            "length": 603.0,
            "function_hash": "214498718952990906427141439239275709748"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-ae6d4189",
        "target": {
            "file": "common/core/src/ux_host_stack_device_resources_free.c"
        },
        "digest": {
            "line_hashes": [
                "17166697978575086252510645240143817687",
                "141240868519989562225298994770084356204",
                "201687947460117614661758684679971179720",
                "102394013797842923711688904278410756099",
                "107222336722892932224090204093646061144",
                "225268139880554654669233357819530562611",
                "297407654569957607610007262239064729998",
                "115933780783774761735471836170355354075",
                "114154777382885363575866274262901893624",
                "129480314369617702168781427166553264738",
                "318430954127297290619896138811972570070",
                "255448677838871191155624544235311643952",
                "51845646464574553580711835544386480907",
                "204426197415102288174395635767377165149",
                "312935106763010103379170743255920913358",
                "282488294566371564873190573706931244678",
                "265575886384317543864674142699126753211",
                "294230158235824616274351208872585390106",
                "38106232663604777121083375862990299688",
                "329313682309961326785122651905208346315",
                "26723176751041826344731441298525558332",
                "66813269429050349916643624207010709237",
                "8818356032200158683323397649018666710",
                "49609090918859706703539823136348053097",
                "101396181586352029351445467478445887037",
                "320881174942487821754143853840037520349",
                "107724928989892281854200172473173061559",
                "225729491904069633463271534176503259056",
                "181911243067759039849386212755463861889",
                "222710449184963471659517296344341427779",
                "134855321907200493480377242256149210460",
                "335567951173552336422600332391345738582",
                "147653636109275607091191202829866317377",
                "122790489150142208959677962751643641041"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-af65797d",
        "target": {
            "file": "common/core/src/ux_host_stack_interface_endpoint_get.c"
        },
        "digest": {
            "line_hashes": [
                "248096116944501462433663386655417292954",
                "35162852716440355538278605693452844748",
                "147771203105908829235123877916343302642",
                "63617088164865630003187725008198995713",
                "227188995752134070946964030825941932194",
                "169266508078382536734704756617595696982",
                "4141486027406453979134478397858038476",
                "218293843699060889467281499274380452934",
                "7514624102750772858405837737807090706",
                "239062962616656100661905778090778055419",
                "72551518382415014146220104061137767763",
                "35072577817558249298987714135473866902",
                "29758591491022321290522188938536432003",
                "180374154751785793407162927039428977698"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-af994113",
        "target": {
            "file": "common/usbx_pictbridge/src/ux_pictbridge_dpshost_input_object_send.c",
            "function": "_ux_pictbridge_dpshost_input_object_send"
        },
        "digest": {
            "length": 5252.0,
            "function_hash": "250394262276828438947630781131477575494"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-b1270771",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_storage_deactivate.c"
        },
        "digest": {
            "line_hashes": [
                "143394662319644212048416889502901326881",
                "79568002838512935851565383785096882238",
                "242913709542819233446811523340197442800",
                "308712380803779837776310458349277870519",
                "158517256694303318168907681979683244547",
                "259430925814254929121868823780699280687",
                "130065403525293718272786097054077501407",
                "96096368654897676847461707130764785714",
                "135752915326413402779864836829476471588"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-b1fafb90",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_cdc_ecm_control_request.c",
            "function": "_ux_device_class_cdc_ecm_control_request"
        },
        "digest": {
            "length": 1071.0,
            "function_hash": "267896453049393474656255428164037234141"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-b214f9d4",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_hid_report_set_run.c",
            "function": "_ux_host_class_hid_report_set_run"
        },
        "digest": {
            "length": 3402.0,
            "function_hash": "13790957510080723923642399022397367915"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-b3b2c0b2",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_audio_descriptor_get.c",
            "function": "_ux_host_class_audio_descriptor_get"
        },
        "digest": {
            "length": 1697.0,
            "function_hash": "17559788413078682461507325354404980559"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-b5b68907",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_audio_control_get.c",
            "function": "_ux_host_class_audio_control_get"
        },
        "digest": {
            "length": 2557.0,
            "function_hash": "21347162848317357237242241107788043046"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-b62e40ee",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_storage_control_request.c"
        },
        "digest": {
            "line_hashes": [
                "273557866708679499619344422317284339717",
                "98617908116946778775163134070383132844",
                "191317437154141647165580401270168401536",
                "184533064258827856706813873465165919498",
                "108981430201931370946742185099381508708",
                "127284869407000637095582182050453629040",
                "316167336115111549482582947396998110421",
                "310779397028221511249898129887430849818",
                "179173147655490547429500185947195799307",
                "85545696097131602654296594933892570638",
                "246655147984617109233763205607837617098",
                "338118309692138111757940415016700478252",
                "37013981195148365812057446587549096617",
                "337074236837440147394343972004722814270",
                "333962937118032101156740617227761811050",
                "202020027805914757006652086206068831770",
                "119696189139105091621481498755311718675",
                "289607424423383066874159756789634073553",
                "137598967921308745094450313452191936573",
                "40507031579578148871617847757617684339",
                "1811812112584939061397117886412609359",
                "56161012323639210434191280415850094177",
                "88273941177646413275715194171042045663",
                "304849154637678003143320153082780026260",
                "270927898773281509520162727616119688232",
                "257992677647136125060014078587572187849"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-b67aaa0a",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_cdc_ecm_bulkout_thread.c"
        },
        "digest": {
            "line_hashes": [
                "10231559919044612412312653529594177179",
                "225979571113079096902712188143525863732",
                "39126741307436019108128863099388445111",
                "18664484342995273931801394581603388755",
                "132211804327971087904970910149983127722",
                "164772147115542823145308583329714246525",
                "133923402566417556731449845782665495916",
                "202020122000092527256401694142534029033",
                "265629864352067943937323621056796317233"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-b6a0cc53",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_hid_client_register.c",
            "function": "_ux_host_class_hid_client_register"
        },
        "digest": {
            "length": 1707.0,
            "function_hash": "174320079657838247469691195577325909500"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-b72b5821",
        "target": {
            "file": "common/usbx_pictbridge/src/ux_pictbridge_dpsclient_api_abortjob.c"
        },
        "digest": {
            "line_hashes": [
                "294785541563688762626880067481740830032",
                "331453196772455564477742206799001918453",
                "81686960535526395861725912053562172759",
                "151949923865005756351591895978095165866",
                "140499461282205784600594575478634404898",
                "100566656616824748314854173747573856896",
                "213742172836014912664403544713813014512"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-b8470977",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_storage_control_request.c",
            "function": "_ux_device_class_storage_control_request"
        },
        "digest": {
            "length": 1937.0,
            "function_hash": "267474128276941014435103605107767565814"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-b9e439d4",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_audio_endpoints_get.c",
            "function": "_ux_host_class_audio_endpoints_get"
        },
        "digest": {
            "length": 943.0,
            "function_hash": "220641377009604923894871228415279433275"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-bab07413",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_hid_receiver_event_get.c"
        },
        "digest": {
            "line_hashes": [
                "41261103901555009487812763613980281008",
                "76307008374779211107935749309331200384",
                "327400697476495749966130157706104652908",
                "129880215024866362161976758915065182444",
                "155259566078074395012092087800032073130",
                "220495742619132885740633904628245554367",
                "116101885872844116791325122376917637073"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-bb2b2215",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_hub_status_get.c"
        },
        "digest": {
            "line_hashes": [
                "142885937131187435872998721026542429791",
                "52954050112734885886146996484709441519",
                "280181056657130366454827449164665800254",
                "209193497591919027408927432875174422023",
                "214661646743523812284331180830047233538",
                "297502238525378633437178232030029955705",
                "96433735475969296199825480810542211458",
                "329302057510297094717945901408340902340",
                "142841613548760681171771171142476633914",
                "164686137074986672316640436703207493523",
                "189713089388160610767239978448256719014",
                "196168593519186469591509281182072839636",
                "127643890125596342904424283196887792679",
                "335938215391389222893592367692330788401"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-bb9da8df",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_video_change.c"
        },
        "digest": {
            "line_hashes": [
                "107367592747519879792063846106146510311",
                "50651161625111065036514692597988114045",
                "339697894925263018877834492041939117808",
                "246469862721008300948990462003874464778",
                "186975179244306791033948997349334045253",
                "189467028458332067390863579546534239649",
                "229618866204892282500757912237687129390",
                "249613777322742785117266800681604089024",
                "95690064087856576699286762141797910421",
                "320474610251218671779355020978204914655",
                "151410865238325334981884130420112787212",
                "81316843666056378632815070886853848320",
                "126503824626954847709531680406783382631",
                "44027552921237105651712439728796708173",
                "321976262670768487155236730508285190297",
                "195783492245779467289490345025806408072",
                "245460396462635157448017972828169317807",
                "246813210909687006247672785745627809636",
                "328866554373968805275422905984418437392",
                "291057686709325286484165663313931201148",
                "3584447600085272521807613406268511342",
                "64161909024042841332758781731076289221",
                "235370302880530856945753390640987303516",
                "154933680144979128549161343052666961890",
                "214794335371013734095518293020306678202",
                "252496614388527437220655752003767615011",
                "316350822851300431280095073176985126503"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-bcdfeb9a",
        "target": {
            "file": "common/core/src/ux_host_stack_configuration_instance_create.c"
        },
        "digest": {
            "line_hashes": [
                "335880747645539696116641951580744928908",
                "268408758250579862648517761875194534662",
                "100041373138107836605211825046331365412",
                "318093562427574853389017460284447319310",
                "302978155726841856313984921049600916925",
                "214964440209694984963929814352561337360",
                "194009608664936750894645692001113367485",
                "204426197415102288174395635767377165149",
                "120200789487842023794127258946733107232",
                "258319477633100135331030739495773725750",
                "50379731712714245292440419705249625335",
                "325711637124025422727177950238039620985",
                "229279151672461932376169195575880795598",
                "243299347274008084810731496086385306014",
                "58333117355248160991593812789148794737",
                "13235477158952342930480583265677072566",
                "77251154197528023679905998246418346519"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-bd26a4ad",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_cdc_acm_initialize.c",
            "function": "_ux_device_class_cdc_acm_initialize"
        },
        "digest": {
            "length": 4196.0,
            "function_hash": "2091598573329278407636002575561088689"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-be71ca83",
        "target": {
            "file": "common/usbx_host_controllers/src/ux_hcd_ohci_port_reset.c",
            "function": "_ux_hcd_ohci_port_reset"
        },
        "digest": {
            "length": 1195.0,
            "function_hash": "21024415522649630260133743867481158767"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-be9b3078",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_audio_read.c",
            "function": "_ux_host_class_audio_read"
        },
        "digest": {
            "length": 1718.0,
            "function_hash": "94893282662734597917275113199588907103"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-bf8483d1",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_hub_descriptor_get.c"
        },
        "digest": {
            "line_hashes": [
                "119247377219088797768887016189010103927",
                "64998658339517921744110347968113771362",
                "297309151414383375883304121811340772870",
                "104490363666500269988212584228580347285",
                "209014161529442899674075187487263539287",
                "274482824036888949761082467952706764329",
                "40329569113625753028823103736568188638",
                "214034152560108471420489616797770982183",
                "181452604786324602912941168485895875966",
                "326283130974861862757561497998115298005",
                "45063817934331444029115296527018927022",
                "129738110830446783828728689810736005716",
                "328687732072830229575448431846213300868",
                "215880253813938933954506710533389606740",
                "192407619182820051586848844461143413170",
                "179064348302556152086245955889546793561",
                "81025031358511069087550542798560004988",
                "311830697232354513529126798863548924920",
                "291444838829985859665055558688218860485",
                "245754918782552056653710460103396435507",
                "263538403673243737191723331770875020258",
                "16305478341911691373006993878284297619",
                "142238691097646250676244144320624516080",
                "340207689066512869575779642717635482447",
                "264312183937187870481680271782980847244",
                "244755599309974442826370429326427170713",
                "177393309498873481907242149945821733218",
                "307140144287355903013803554215551519913",
                "86623116882216771514422539410423233049",
                "52101042785636398532134669337950574636",
                "107702696003150537841773783196146870628",
                "154997754612022401730326172589309657401",
                "240456826273300399024857797545021059201",
                "107750456881713742355695447425678490640",
                "278962991586990819454107555968183020987",
                "325540185465022566631247901188995921615",
                "218659680801242597714068958034303857488",
                "177393309498873481907242149945821733218",
                "307140144287355903013803554215551519913",
                "86623116882216771514422539410423233049",
                "52101042785636398532134669337950574636",
                "48109808436318447598869105378372718444",
                "299697664741980210966376426634586477346",
                "57212930659121429639399371472791446645",
                "30561082160279344678617752381880397428",
                "211983098275978813105768210189720922180",
                "21900874659269361433454523352729373139",
                "284907957932271260204010581523740534142",
                "201626775117363756065956822827984841935",
                "143404403955375981573271446431363549613",
                "12626708439994623229616226938731832107",
                "302868097572412974882246832304079105658",
                "223510210289520403949816267727910053075",
                "118309768556566837310090455694526108821",
                "45391722794665549181277646590475439636",
                "126864417778766974570693727007778334575",
                "261193123844938102643126549800370151238",
                "65634201210507543791348764462793997650",
                "275062600340874204712466103303827456715"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-c01ce4f1",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_audio_device_type_get.c",
            "function": "_ux_host_class_audio_device_type_get"
        },
        "digest": {
            "length": 2323.0,
            "function_hash": "308725267374671165290590319072930930269"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-c0625938",
        "target": {
            "file": "common/usbx_device_classes/inc/ux_device_class_audio20.h"
        },
        "digest": {
            "line_hashes": [
                "159175370879985457911703636769030150303",
                "7989727092415545030074604834242334798",
                "49672784579150318906996760447735132859",
                "50659183487705680633751245887277964782",
                "57608874627494994842859499066038508670",
                "4922796100265116132632981781321095367",
                "208627412788424793150028251356606088024",
                "124027206041095145862787279066122382265",
                "225175827401006821241384523430810749697",
                "191428497180659311238505738268580801395",
                "97519407186004318224647056442447587868",
                "94211921622148427936315972964476299404",
                "260965319267797859880699683873996224940",
                "322153270035075078889510033693033770546"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-c078fca9",
        "target": {
            "file": "common/usbx_pictbridge/src/ux_pictbridge_dpsclient_start.c",
            "function": "_ux_pictbridge_dpsclient_start"
        },
        "digest": {
            "length": 7479.0,
            "function_hash": "146314572053798922885591912492428302886"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-c10d5489",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_pima_storage_info_get.c"
        },
        "digest": {
            "line_hashes": [
                "161929805318573988933572891994078482246",
                "302801864945379240028529215074963420514",
                "258699894842095648072858656564171556093",
                "23542839785911168870275389998150129271",
                "221213512345546101880842171014649711267",
                "133286391047010935038102075037894470091",
                "290164163856356315609089523268559431700"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-c1d39781",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_audio_activate.c"
        },
        "digest": {
            "line_hashes": [
                "234952435548007931413140319485269560895",
                "213207472334104718533989745585877267354",
                "20936888506080199586457526532579037742",
                "202810104762399047401293629266956684615",
                "314992284973127136170016340783644535336",
                "120757516629394029746908093620330932120",
                "142980874083730673713886027227724508509",
                "201501839458422879971173631031566624764",
                "128256742969889783251147754220088552155",
                "129082662189483062115962646235907365123",
                "174097829516392205097694174941076541371",
                "198039998029674263595878289910983463950",
                "228765262145329382855206863176090883959",
                "292652285113525732975212913501273815803",
                "203618704349366456601863915658384781442",
                "325472904001629184635785299903910658682",
                "202388568019836527978602478005065689621",
                "240091440341985312563305136346008540047",
                "304131903308300764521701866482090289263",
                "328213711801359736435147668562844622177",
                "250510815276766647512477143116074018845",
                "26113116363432328477046335269586338818",
                "244516901519249018961239173021660789211",
                "171827980461618802558826481226679581893",
                "180018144727198154722167112837325706874",
                "135603055297178281656101036880599620106",
                "85064248402282265187965434528254819536",
                "184298825245450073923659028618164734618"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-c210f7a3",
        "target": {
            "file": "ports/cortex_a5/iar/inc/ux_port.h"
        },
        "digest": {
            "line_hashes": [
                "76855597624148401456413132366388874974",
                "101225225903725654113262382212707270815",
                "197846106668284358767017505105722344648",
                "226954626309180682055277280716062449728"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-c24fc28a",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_audio_entry.c"
        },
        "digest": {
            "line_hashes": [
                "184537677604198193943454765718375337339",
                "153079161657282607458277605924138740440",
                "174395921599014111100711401030041006585",
                "110780950679711259856393549150486135675",
                "145373476608678579167390292145176397290",
                "82937280938616407346422709209553809421",
                "208177116009277400228066105123681709363",
                "162382258842302619291520564446730972191"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-c42ea133",
        "target": {
            "file": "common/usbx_host_classes/inc/ux_host_class_hid_mouse.h"
        },
        "digest": {
            "line_hashes": [
                "87325171911357999591273301718270392793",
                "286544387540728510374164376950895759284",
                "178480504567127942482296612103989312253",
                "86704421711182906482804728644032270185",
                "20356175465927356491325064018934317069",
                "252526305637396467490832928077876346953",
                "174854617161076097642738404094049644803",
                "202966083835607471581735649490218501610",
                "99739580758731552488750276131798096021"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-c43e3de0",
        "target": {
            "file": "common/core/inc/ux_host_class_dpump.h"
        },
        "digest": {
            "line_hashes": [
                "65357036403981479534699037958780815389",
                "56589751537248649735295202724697020323",
                "310213544169612582359357857634942983743",
                "67525197794760105869633186184692004279",
                "99739580758731552488750276131798096021"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-c79d3688",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_rndis_activate.c"
        },
        "digest": {
            "line_hashes": [
                "75034484916538771418164343369768639830",
                "21708385041846316336679510456220263486",
                "66230820843949502724445011201756986100",
                "194007760347091638502207766438255885522",
                "292833504039336817594200685821119814963",
                "64599142826217707565831091888215710104",
                "205887725295524355930331997520519508944",
                "290491756827675582309255191890559375410",
                "267309362771313975276399945587074620018",
                "202736962293227973079113808423687761072",
                "66397441950674645853083297251043738548",
                "102496209679303503887377436739849209464",
                "90104516557757995220672082562679195272",
                "244778300801105045081128342980674089327",
                "329036654893042678261006658358396109720",
                "158915697493907133676153536825394022145",
                "223448742245322619114379095639567182106",
                "179102163072328365685405565951522018428",
                "196381615943794449072290165659166280408",
                "319543300476355792509915955296843554774",
                "259229611439622918523901673741982886878",
                "76051255190216383250341861902287167923",
                "236799313705525594326908140647425496233",
                "217891127582938084121713607363728930784"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-c95d6125",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_audio_deactivate.c"
        },
        "digest": {
            "line_hashes": [
                "21843275598117429599756004661779002490",
                "336624002368741647520228080876169823817",
                "104962002633161101880674316555795431330",
                "113017259041963578555224343562904087194",
                "295045465746912622984157659373634984192",
                "162923125549958416401276578601998523919",
                "168056301109588738591016193423327415118",
                "325186195345491860835754965615253163765",
                "340152845251599564359365099315108171642",
                "216632477013633964656898581007573614207"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-c9aa2cf3",
        "target": {
            "file": "ports/cortex_a5/gnu/inc/ux_port.h"
        },
        "digest": {
            "line_hashes": [
                "65295003710671679123321876208814966293",
                "185391532161750720406539798571319781308",
                "63729171272587188992803834324391655767",
                "306000186334535421297905622956453344096"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-cab19ce0",
        "target": {
            "file": "common/core/src/ux_device_class_dpump_change.c"
        },
        "digest": {
            "line_hashes": [
                "71527578347723738867099270870693337656",
                "149417479632476518771073592511649079766",
                "230616194464237229489260532196972665466",
                "170219462393635679375005849841061685447",
                "142890426400533630046274839651512555800",
                "48075171520852690312211318505894492732",
                "104531282303110697976451816165000260975",
                "214491269306884959358657272241618565667",
                "169414807933924511653154003103181466163",
                "181791998053122709098533939510562297476",
                "5422629488269855281728924614788044179",
                "57847805010255523489592379537100194378",
                "70628934305633508458177376206968580469",
                "167202427804528956427661006183903564956",
                "45191883894840050804235635406103591559",
                "161074107727737449563711526671218698929",
                "208035610008947344080143490639915420743",
                "323780430155022444538640346958499707387",
                "94901347420778808603619052030247386540"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-cb31ecb8",
        "target": {
            "file": "common/core/src/ux_device_stack_configuration_set.c"
        },
        "digest": {
            "line_hashes": [
                "105152629458427438669575199667451523805",
                "248419948303821786638118480451369360054",
                "248527437171537100569394701796611906155",
                "228824343861836859545563093237048838224",
                "43395409972537626928751379993005018136",
                "88982219063648381095719158286575326699",
                "139271249257815263840198502272993725983",
                "104469619340003054353564793236608052978",
                "194422698482454143690522262873816731829",
                "291912136041043347951674064945439096931",
                "222140902728255803493447624262260646781",
                "12960606846028922057736120414864531278",
                "19460694212910029357248251558528071992",
                "241260072839863687272467249146581198981",
                "275602220484370120865215260385065892647",
                "97783031867383266607952231660652995150",
                "303320492429865292413482494272944098331",
                "41957335152702550838377483095303673482",
                "236876459879390627389498371267770837792",
                "55233655681520490552323697178860332240",
                "137214156245418514623392213823180349424",
                "231341008589480194969798148471452230256",
                "277941873555028949556587447266088517821",
                "116858035015163569502312588587576694219",
                "7969082251471260210662539054618655574"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-cbd9a82c",
        "target": {
            "file": "common/usbx_host_controllers/src/ux_hcd_ehci_request_isochronous_transfer.c",
            "function": "_ux_hcd_ehci_request_isochronous_transfer"
        },
        "digest": {
            "length": 1813.0,
            "function_hash": "124249009630875225521535714039498391668"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-cd5acd83",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_audio_device_controls_list_get.c",
            "function": "_ux_host_class_audio_device_controls_list_get"
        },
        "digest": {
            "length": 2695.0,
            "function_hash": "130035446413084896115270179675175045040"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-cdecfc4a",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_pima_device_info_get.c"
        },
        "digest": {
            "line_hashes": [
                "249248203917224877826374821418418351902",
                "276033069890581506313932896949991604635",
                "299160525917571307386310304035978218251",
                "312591984659148473279539941117516432054",
                "80382205082926187279515302769253539219",
                "89285135115620874425652709471774058173",
                "47185166938234494513480170397994592696",
                "325189664449975827089421018996666563873",
                "34357670394342039063848927626379214494",
                "329024020247581598756469190152920259293",
                "335281666884137292815005971123045239674",
                "14063089893589996740588091833015792680",
                "293244760549327903658550568137369728912",
                "230311378547458401229456490621215836592",
                "116986815008734376049922887164355888018",
                "137317202760302092319692571450272149597",
                "29297134090504733139493573856955391591",
                "12690007466760024673176750154515559521",
                "239273577350197755280340694420052168368",
                "288824168696235812095718822091304950444",
                "8816539742677551465979851742916508511",
                "172386983911722282109603564444154122239",
                "284506216224837947949407767723349397237",
                "101836891252925783238946980645981622881",
                "72910833953613120974296005556844932734",
                "199898395184966099667752416033741342043",
                "231701296698650986106861321063426459323",
                "318033115123483560252796576467099546700",
                "94215555467840335547786688431134036051",
                "112340873779535300637109914229166953333",
                "200377957799544109397002698778865308252",
                "309879963212023269866009977926834395084",
                "278789089935511097755784240519629052252",
                "104996033293556272151765591868424554691",
                "160073639050892123724190258452252802059",
                "127638833951937686445157623599817785163",
                "245420951075827877896746018838482571783",
                "182823271899189807476787201801380835173",
                "200377957799544109397002698778865308252",
                "309879963212023269866009977926834395084",
                "278789089935511097755784240519629052252",
                "272898198648846839610325923793812004198",
                "221693532573567092336453354682641941706",
                "259513847983631457749619193425415044617",
                "219724030781285617773110213086635799594",
                "182823271899189807476787201801380835173",
                "200377957799544109397002698778865308252",
                "309879963212023269866009977926834395084",
                "278789089935511097755784240519629052252",
                "172699887338667117844927617329350823241",
                "207133001893005600854540629063750934728",
                "124903257203396010738222407727174989710",
                "206226790421170831075793567682808440349",
                "182823271899189807476787201801380835173",
                "200377957799544109397002698778865308252",
                "309879963212023269866009977926834395084",
                "278789089935511097755784240519629052252",
                "148394186129354031054876237266705996223",
                "200448412408522944305258149394956180967",
                "121675574434185140018239086501458486638",
                "210320703834426831657659293420901823610",
                "182823271899189807476787201801380835173",
                "200377957799544109397002698778865308252",
                "309879963212023269866009977926834395084",
                "278789089935511097755784240519629052252",
                "85474166598695967559608108085344749198",
                "45510940225661693479644062866898600966",
                "52513238587543919082617388526631780855",
                "125044614772419281789484914529675616945",
                "293079903481724114357905113823028557651",
                "266935309539505096342919460175825400387",
                "50248187085235637669855776094761733456",
                "340020230142519427532318142852009306454",
                "85409302695271531187587726752840669050",
                "244831886708593852647551267754860481681",
                "126461316329098661426588105349086364141",
                "212149758726534728953724237917353870285",
                "204490447073885762356161202852036230155",
                "217393110422302183554954337625399564359",
                "189699002119392769118945318660228973317",
                "298157067444698985989164207842358717591",
                "58372605275941796268319613670544234671",
                "125128088911171829637530239283880723784",
                "212149758726534728953724237917353870285",
                "204490447073885762356161202852036230155",
                "217393110422302183554954337625399564359",
                "23891042469573872390463984848221640645",
                "34752654044828937877254990882652103115",
                "88215098192193209889308632664759178858",
                "337087620509240487899860014363452714319",
                "298930416300151853509148756037792516449",
                "266935309539505096342919460175825400387",
                "50248187085235637669855776094761733456",
                "277435079567022971144104299021523034441",
                "196516241933095316031965941454346265066",
                "180340531707883768917363203351924088093",
                "230091766184121708731170230269867758755",
                "6031379571710904921410619886498003715",
                "185713188314553134994592193194645785866",
                "141963831848100872660945930295438315305"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-ce2119a2",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_hub_port_change_connection_process.c"
        },
        "digest": {
            "line_hashes": [
                "79034759787323833197122765686382720078",
                "83038060778987928437120834896863917098",
                "92783688209610258914364758024361993187",
                "324985704669033039927024169209012146080",
                "37705630072900106311292962101582416697",
                "136402398932537687744750720284611817227",
                "97714708979262372285602885448382224564",
                "332086055771161321040174554183454736419",
                "62421380668378439563165566480332115110",
                "322604665539711871521678045162626617387",
                "168438470161305199263319010492263111050",
                "194068304712444095713659443900405047102",
                "36816694383161650916447542713843865248",
                "130186344216186365551125598838320132365",
                "327751972759076712436984937492521507947",
                "297614001156771235167315709570133603695",
                "296907325202358861608826600071037064464",
                "249846339022188469967214100244044720512",
                "220311704984740634964917044328027879567",
                "243125805906351515540167701680833607586",
                "300514781639323333543801343349430217865",
                "88411382258273941377173131483456905338",
                "157054232052954968180911881364893687980",
                "103992751057095170026282174888215918242",
                "260160082161419722182891414609906811085",
                "1990619460185427077120914794041191736",
                "81996534209072800435456381038761140016",
                "222434159011894674631791688348374228448",
                "277801089668706057719581714960494974784",
                "302672213446311267362763485075558818375",
                "16452566010569016992268239714407042691",
                "55478070519122835130193685214229938350"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-cf33a295",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_hid_initialize.c"
        },
        "digest": {
            "line_hashes": [
                "81124592184365800391581069952248311086",
                "204752425439865018648581764926254189214",
                "257814364864936506291353835413619073104",
                "139809989106328835134120256274131811458",
                "210060516782999921772966484440567211760",
                "138926664651801214165247524213646335201",
                "241569502334151037452821531296616102696",
                "22950014777546196056795308543657025455",
                "226249131891160800361053332287250665018",
                "114911744676404299697827321640205108831",
                "316940086981374497551468619924155833049",
                "315187692220010142487125116113537241138",
                "189601407953173297132491821890113916993",
                "255738783574800683678571371496382940314",
                "55503614372691538056949324121758929000",
                "205864639794460668859304002513360450632",
                "263935609509968652182767949358216433049",
                "112116611136197362246297263686871177054",
                "225967313157463314884010407276283364999",
                "299165462300759676789375488575726047990",
                "191939857853744181323623032538252515538",
                "78848314783698700818214971207698658038",
                "39348551091176721208883192670629499165",
                "56208067792951541787529189542762169521",
                "130413540116322480954806876384615457036",
                "303896882907216807597646066131235337603",
                "89409175648083741219164477201744246831",
                "266926393815316771710711789658348334395",
                "194465183922027135812651906868080993450",
                "45263971781458014805356998528022477517",
                "222015467700922113628944794690157065988",
                "223963725266569934370343373604492991967",
                "54084505897051228363946241593786667028",
                "117446398552343404471374158348154880072",
                "266109782880903168322976973987203884188",
                "137458886423109071780251032053665011661",
                "229848820035742668450360178076418371637",
                "161929665616695355691356350063964241001",
                "50803589415506192545237713530869957874",
                "40619981657365336962183602024271423039",
                "286782320357361143803408076421137202250",
                "268693117166682068317023442914742871910",
                "185989664294412919779722831315236350741",
                "96904533571696048345821649112310725679",
                "210317693051937673999887987971601495316",
                "62370489521673706807790509952388772574",
                "61070636910182083323863652883168616303",
                "135538588653994593785188052137221515481",
                "187266638846281766187501038766917661517",
                "143884277034433912982984152063305924355",
                "16140212381357001459038487540562588381",
                "289609845432759560369825307426047773058",
                "287949124707944121872742351989530112939",
                "256634035962537484134228117796543279410",
                "103075952583755563220734780788502300671",
                "257265977820412308193037828148101215983",
                "212600833048199594383329915230838164704",
                "2250108665239445307969050032565648737"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-cff16772",
        "target": {
            "file": "common/core/src/ux_host_stack_interface_setting_select.c",
            "function": "_ux_host_stack_interface_setting_select"
        },
        "digest": {
            "length": 1495.0,
            "function_hash": "58045531806659237552146310556574032084"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-d175d738",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_audio_transfer_request.c"
        },
        "digest": {
            "line_hashes": [
                "300127697474925042395689364316398048175",
                "124339634203972471257713241196903724042",
                "37066330236533284258493018963557943395",
                "95270018875865862972432136944989197930",
                "52213912049600688828245154544557059936",
                "53735591093790943556668020419047658543",
                "330003148120574140005508124817805137936",
                "258924979475210266451502803811721350231",
                "94880353023842363858286607853638824830",
                "93992616439325133081668163718049013170",
                "177579178379764832253129365363547719806",
                "719003051642308819561137478081618198",
                "281355999888486966836312252465097462809",
                "103198515481606993163854979777246517202",
                "243811925701990755893020996138708854440",
                "41920083699577233372692117106501264602",
                "59929314307587617459801799180464802714"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-d1a1c97a",
        "target": {
            "file": "common/core/src/ux_device_stack_disconnect.c",
            "function": "_ux_device_stack_disconnect"
        },
        "digest": {
            "length": 1784.0,
            "function_hash": "85858176267183296945212892867323679982"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-d2510967",
        "target": {
            "file": "common/usbx_host_controllers/src/ux_hcd_ohci_port_reset.c"
        },
        "digest": {
            "line_hashes": [
                "278321608662209290097745012894400569941",
                "214779020002570106615726684768546907342",
                "260361226822113950386642126151317073421",
                "55527839734063585658937352974372044183",
                "57580188989798386876312696539831181780",
                "14473975965443714224106046654411115269",
                "83761041708141839082806532602437929717",
                "29393358431662625544653831730567727635",
                "161845375845980280840248154981208666280",
                "196848626206221793682787833293063320147",
                "67254001266007259072682379867102128485",
                "297687044734906784267966823808075603026",
                "159198086287754432939286660093453411749",
                "330137601291302270907892564377334459193",
                "13980376967830195156992311481117234581",
                "153172403866280869270953900361302739055",
                "69604992573179825118752499506620904130",
                "339182277738792686798182261931651614116",
                "238259716229847966451757903423660775892"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-d2da3baf",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_storage_transport_run.c"
        },
        "digest": {
            "line_hashes": [
                "309066779222945185082932464778164149702",
                "131125801184134580695253970071767926789",
                "21189257284691037849214417760018038354",
                "39110292383298022344737198593582271488",
                "21302751898867248007111076084875878399",
                "247526146321292094140214600620321727296",
                "110190860946905588399052305625520995518",
                "180364616695944690679798953821908696462",
                "249854176932970765559792184457368766669",
                "206611099414816671362757274799701746488",
                "222579666774057377317405398716616320312",
                "334305652143871866081874207782419983875",
                "130830673361344536888972883087524425532",
                "297742979658009091259416838660029876026"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-d3181f27",
        "target": {
            "file": "common/core/src/ux_hcd_sim_host_request_isochronous_transfer.c",
            "function": "_ux_hcd_sim_host_request_isochronous_transfer"
        },
        "digest": {
            "length": 2444.0,
            "function_hash": "5732204288741683647350942765250032754"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-d347c597",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_printer_activate.c"
        },
        "digest": {
            "line_hashes": [
                "42354638433899385609356413984915914124",
                "12290119427066366589127510713965914941",
                "218724301336836765252360628815903982855",
                "74933513667271268668087415612066096455",
                "212032224099083611749823825938601416818",
                "109395961343890261132475310984120891890",
                "108863326738874691465424817142570570022",
                "98898916266338704948653934396336460244",
                "78530108485653611069535781458701034272",
                "319249507301026830014904447053916062243",
                "303787879934106558202997811040828397434",
                "134820879694019110988495550773765378085",
                "114717920143532108162008876637868470814",
                "285044300483038994542655439237704560252",
                "198445162451082181179882489800033064404",
                "2131413333724922360566612230066098037",
                "13548453188421873991528042138811385842"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-d4134553",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_cdc_ecm_bulkin_thread.c"
        },
        "digest": {
            "line_hashes": [
                "123408512545629014861940060161622719560",
                "119876094537175908670179039284487214058",
                "39126741307436019108128863099388445111",
                "18664484342995273931801394581603388755",
                "339305245097876835940391460745399205424",
                "125363968035001596938773448683630326620",
                "296369016301647968889325911170222884240",
                "202020122000092527256401694142534029033",
                "265629864352067943937323621056796317233"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-d494207d",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_audio_control_value_get.c",
            "function": "_ux_host_class_audio_control_value_get"
        },
        "digest": {
            "length": 1779.0,
            "function_hash": "285774900457194632936068988265275276889"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-d6084956",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_pima_storage_ids_get.c",
            "function": "_ux_host_class_pima_storage_ids_get"
        },
        "digest": {
            "length": 1819.0,
            "function_hash": "75765381284965081105749367503423447783"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-d6633600",
        "target": {
            "file": "common/usbx_pictbridge/src/ux_pictbridge_dpsclient_api_continuejob.c"
        },
        "digest": {
            "line_hashes": [
                "47857657955918348242431987705035332655",
                "297522034921813956876632101205418645282",
                "261201906334074899247650320867229740667",
                "268004071893589036129868320271732006160",
                "330294107946348188331749015664319339226",
                "255352172640393489311920396448738393557",
                "273379932532517913198525401869079348444"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-d701d199",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_audio_transfer_request.c",
            "function": "_ux_host_class_audio_transfer_request"
        },
        "digest": {
            "length": 848.0,
            "function_hash": "157164460740181747651238427188416741987"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-d70d336a",
        "target": {
            "file": "common/core/src/ux_device_class_dpump_initialize.c",
            "function": "_ux_device_class_dpump_initialize"
        },
        "digest": {
            "length": 660.0,
            "function_hash": "145600725063627703052736795200065098971"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-d736ae0d",
        "target": {
            "file": "common/core/src/ux_host_stack_device_remove.c"
        },
        "digest": {
            "line_hashes": [
                "327487158563849115095587213524366309936",
                "158728090873986533162261811997052866892",
                "157601778810550848175229193432306305271",
                "97322077707247261429528343930467156503",
                "317518509260927796028421065684613941235",
                "235319259955950974930009207072052967802",
                "70871818666947690515942394001162730768",
                "181189526994735098948645830313905340062",
                "51845646464574553580711835544386480907",
                "282288723196846138458866969939940593549",
                "139738125341813658017631485864145103657",
                "20099028659237546361655040372063979274",
                "105922379535626136056612427450185385779",
                "67291476962026300532674659731807889143",
                "120952625866309814581042590961816713354",
                "297013203575306767814831029739843730478",
                "336638465989806300100925340627313662198",
                "310196875843573449297996628367801412615"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-d86cbc0f",
        "target": {
            "file": "common/usbx_network/src/ux_network_driver.c"
        },
        "digest": {
            "line_hashes": [
                "301672700997942585021365121508907593388",
                "29497424973103458357978011697160136479",
                "203492957448383594317115983880804897179",
                "29823649600991425739492068249661759",
                "205756514260236446829105547097304442053",
                "62480976563820822005447613304318722154",
                "337635249788332895887397382772688941850",
                "20426863962882284919688479491079540786",
                "72561790446464398491914137041200150146",
                "94592040294133372574884997839298641696",
                "37038510490415485783566841544200445168",
                "58112918264556349992806021095224936133",
                "161875371622071107833208414695599380658",
                "34915978204330371056800774999062290906",
                "220817708775106086013546665684856402353",
                "209632900390593998004938632565354695627",
                "36485532891625126252209082549979881392",
                "99679136690141605968621634727578419536",
                "107887169413313013787753935481365039202",
                "91778101359053070968874518345306011012",
                "100227097241506681792479159228317803035",
                "98245108085967559076100596683291837630",
                "103844586428374369735046673695202858044",
                "336072903410314040640293617054410397537",
                "132239474511671405261175663458962722188",
                "144104363960554350328389081574584579217",
                "83360042870677805355833976578839164656",
                "166267196197743304465809132995101517994",
                "164025734941358821897735086223062064313",
                "140877033700998149950777643850610936199",
                "102945607989711032605013762314248633403"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-d91114b1",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_pima_thread.c"
        },
        "digest": {
            "line_hashes": [
                "24544432906257537660703360379343588349",
                "283633586940554990974527512046214092970",
                "159074046063983020735874520028024064005",
                "154576830422835458130949636121606426592",
                "315936798074601723104108659070657280824",
                "42315758842328376190412944576712531667",
                "147299449516259886206921604228520881596",
                "332453116521324841786848783302842130850",
                "82653575577007738092924368612014599736",
                "86332327976584511858414219345701204081",
                "233869502437036869342849740519350872920",
                "118170792764316386772493498607893842799",
                "99496260535251196738544776187952783576"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-d9371510",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_rndis_control_request.c",
            "function": "_ux_device_class_rndis_control_request"
        },
        "digest": {
            "length": 2105.0,
            "function_hash": "202609762246595352265657125242888422474"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-d93b5949",
        "target": {
            "file": "common/usbx_pictbridge/src/ux_pictbridge_dpshost_response_get.c",
            "function": "_ux_pictbridge_dpshost_response_get"
        },
        "digest": {
            "length": 3338.0,
            "function_hash": "43713891803838737017321334795409953434"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-d9d70f59",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_dfu_thread.c",
            "function": "_ux_device_class_dfu_thread"
        },
        "digest": {
            "length": 1032.0,
            "function_hash": "216195162773488319189730446313347358404"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-db5f0ed5",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_printer_activate.c"
        },
        "digest": {
            "line_hashes": [
                "141854700062076107014073644935312013774",
                "276482751019968268937325263243599997837",
                "145827413965816448995560217340115365492",
                "260396372316626454234673338915255804920",
                "99133068651300955650641767777730776586",
                "139967377814649628760969960857652363148",
                "44245754972233906999001049284936714978",
                "333339561380572769064840281289506864007",
                "234746019045175038993135137449146494434",
                "41280338380763274173250082094117806851",
                "50610014604820748857886869058890507172",
                "252112258749441166942856954365593670255",
                "289847235926080391509592071315766868877",
                "177640622782023371661361570611339500735",
                "125876859684993346511084356954527794784",
                "8427506134535205761612004039292729101",
                "221250648563176774172055994137850380108",
                "7306909132147643733583711644216854151",
                "237583679617474473101778245465210929437",
                "305155422868489777812062406914605732226"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-dca463cd",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_storage_activate.c"
        },
        "digest": {
            "line_hashes": [
                "24009518476038089082336993524119918668",
                "323878737371963080004218207975172664622",
                "194780665286557780333019537792216901305",
                "45358835742814475795523092270196301794",
                "28204413023226782616709169771429492544",
                "183870829557561017714485691580671248208",
                "79312894106096035775880915484360919160",
                "339129381340725883118858704702194880240",
                "318289763016589194832615415793943443180",
                "299029578836470624042059225407590605029",
                "284971798824636566018602614502609975560",
                "171826754243204514093370317583835097338",
                "147297713755495831679716866233423803719",
                "53904735474920260376655111685296626900",
                "265576677290141938599681085684966777412",
                "13083869894882866332732919248353522344",
                "57653000448178636864781877101414452962",
                "29942072005636247943903774349643276676",
                "262309190304825543827390961205335902372",
                "169706203244117890375423588584336285571"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-dccc787f",
        "target": {
            "file": "common/usbx_pictbridge/src/ux_pictbridge_dpsclient_input_object_prepare.c"
        },
        "digest": {
            "line_hashes": [
                "273324398408528257324048203610629748182",
                "119378810631023470110133134425797847248",
                "130797390532772932079189014672800708228",
                "210061025669456957484584713721080239196",
                "250605617689330156468365366862487700211",
                "288704572979874762826058481741643338487",
                "168229505709703116247489684160868161455",
                "30875653435109431717399431898139804668",
                "75661888094222426690836275286566909940",
                "265428804043951891519789095621708367510"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-dd2da436",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_cdc_acm_activate.c"
        },
        "digest": {
            "line_hashes": [
                "143840276676172617136263518118969180291",
                "144362101071316525570987570199810307081",
                "213219497658689605893657672035493405612",
                "148160373893733220549627479747622253079",
                "103694063146601475546341700673986105437",
                "141885025809964564528328062325710290930",
                "336165056007453052515826116540648824083",
                "178021836903512783221962344795555703765",
                "63865480141462442435974429650676123686",
                "162986174781234971455101726729125778555",
                "144515271393381816393225058706451158884",
                "240153067475063600022082434233008032362",
                "142942424934696506882339186047690106789",
                "11891057302927779850597924280141459413",
                "206226638494606750705304191298769611804",
                "221221950576324050848946014935041662408",
                "199950219204331459284973385957211274783",
                "334815626772656819114399668976867637944",
                "194105454885275750980118329936367198093",
                "302069280454875753217940133923794647697",
                "24169975794152639400295682269627568575",
                "35982366047630654515274794132572171872",
                "231843358483174089824111746299360088225",
                "97797846436935322104603694424067196906",
                "313127791540587014726370636464662458900",
                "97755085342613505311733570845390129900",
                "49781807841905951942053580673193062565",
                "153314719548178861865671752103134116751",
                "114500499694815682416206257402795778594",
                "181354552840556615256544891090746965985",
                "185889510333049179054286056747093945495",
                "20829406174468270268827997685782730891",
                "133476203417718531364688311436292054260",
                "12999129183109414859499585130590397980",
                "82787677827081892399004212463345314578",
                "249074081865094581815506357145565886670",
                "226303482842272084524036031271115543086",
                "21260061753950738497822847210281967406",
                "73336935098565726124830953698253961717",
                "288146219150143379889886088196689221299",
                "126057905007472080038947277557232246443",
                "224613510129698710475210993007055213572",
                "161307960819944616903365241127853484511",
                "274603152530477905577127216814959032965",
                "134552168966321011912058088436413790134",
                "41245215335424612489571583605898458638",
                "233592205474040710788186170626956253516",
                "310322920878399763558114227877454401838",
                "306102742878564260406723977011207755797",
                "114608259738641669187092416163684990758",
                "290662628188845517357185338862448583384",
                "311509132194360972718914916869681313146",
                "300264524774040159480173676701085029190",
                "175248021369471370720892991343296020253",
                "174766723699683202324293658711895352164",
                "14954824798766792654126195790938687236",
                "87870316878528648882025202136303133267",
                "14632529719042109397856969657700426656",
                "307095445239458364891848311146246537545",
                "158872964748172986497532055915888449613",
                "46490897892766749782082077843143907115",
                "83304206120748067918533144253617126171",
                "227954882881108694411462606271250930577",
                "105130754732933222777052941239346291860",
                "118090714306224367557175872185087726531",
                "26895944095209717485186115323428397419",
                "242091110565171360940328385126037826491",
                "272106556573372715299108813048766541176",
                "15304558168337013128517046786419654045",
                "250811065981078404061897739750683836164",
                "97087316082270807536663385626984969532",
                "332390990124697018418511728155742328355"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-df4367d0",
        "target": {
            "file": "ports/generic/inc/ux_port.h"
        },
        "digest": {
            "line_hashes": [
                "225318788935042848090351008867690716474",
                "43042359314715776662172213197571686818",
                "336160776384703500752668834941378765246",
                "327238750111321288138492498661017478419"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-df6d5e08",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_hid_entry.c",
            "function": "_ux_host_class_hid_report_descriptor_parse"
        },
        "digest": {
            "length": 1610.0,
            "function_hash": "174414183096516636813273887328538411350"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-df998aa3",
        "target": {
            "file": "common/usbx_pictbridge/src/ux_pictbridge_dpsclient_thread.c"
        },
        "digest": {
            "line_hashes": [
                "302875761465826304674400334828965884211",
                "106630378685882551029721464257528713470",
                "286547289438637294639133099294115577994",
                "226548952833930096716926938169176722581",
                "132196376942978785205112111512117713679",
                "140339719511333421573389125562684783057",
                "61713773962152093832854243567316430187"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-e2683cb8",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_hub_transfer_request_completed.c"
        },
        "digest": {
            "line_hashes": [
                "329928740514223813220943891667470044153",
                "145760985773664211092224101875448471895",
                "3389550742202787731876324741045456651",
                "93101166593148320670476783449636400227",
                "280513777660528028947305492468997208041",
                "197998270663706146105593763771882019548",
                "240806702427154889697787754743450517930",
                "241602354331360837187095322701191838383",
                "250887799348203290661581634324519713669",
                "75010886956379441190329770983753542903"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-e2f45dd9",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_cdc_acm_deactivate.c"
        },
        "digest": {
            "line_hashes": [
                "103798552262915627813906101228731667071",
                "200557473739327439425154759418537884219",
                "308218436416601145857571403831300821349",
                "87330979948676241174921788597183324871",
                "172592032876566554564612752433811512376",
                "294179396434073077343533618468582511042",
                "199151928186007400067804096946803045055",
                "158517256694303318168907681979683244547",
                "314889200277170006844931001671185157312",
                "120433325972570515462867490259901580061",
                "159223839094600731114948041196360041932",
                "310246842545432810329204909453148578833",
                "218025495025700010575960179427793882532",
                "88273941177646413275715194171042045663"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-e312e110",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_hub_feature.c"
        },
        "digest": {
            "line_hashes": [
                "310987948329714435295008897509786470369",
                "30448427880955164008034318573966020649",
                "69679608899824405663773575681319502832",
                "45337615856729601923585554904526643060",
                "143964611213328476091422247948139680003",
                "28564818430358675772265431584232898214"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-e38063ce",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_cdc_acm_initialize.c"
        },
        "digest": {
            "line_hashes": [
                "55911927732128386576579710262670708340",
                "1446581504477792751741116485666042222",
                "273289293223300986949715993541481609520",
                "117440577083669185976077244721820499460",
                "217668496551544266261156849323648181103",
                "297139170442767686953964950342434608956",
                "139352359392405717303632197792279125473",
                "301666152142892527320372777187906377978",
                "52163090092877005234446829866085731254",
                "285158608099834044295014453192853487155",
                "328128829248131073528077152885068628277",
                "159079528544520220153625402225334495696",
                "218009616611858809660942974627656287922",
                "140384550372889914346340986675938973731",
                "20652970602738200712834464804209896629",
                "333651305612903691008382570585209336240",
                "177020021221026284697668279410019056900",
                "281708444364743125911107914431797508213",
                "39594155229235992543091993201660338901",
                "254519598416070242057395132897953594953",
                "256390226633054469596823980242278243715",
                "232602190628058544105324438663800115822"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-e3f868fd",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_cdc_acm_unitialize.c",
            "function": "_ux_device_class_cdc_acm_uninitialize"
        },
        "digest": {
            "length": 740.0,
            "function_hash": "306900566970201172517293105243762786931"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-e465f0af",
        "target": {
            "file": "common/core/src/ux_host_stack_endpoint_instance_create.c",
            "function": "_ux_host_stack_endpoint_instance_create"
        },
        "digest": {
            "length": 1150.0,
            "function_hash": "29444199594262900051262695282594594476"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-e4c35bb0",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_video_transfer_buffer_add.c"
        },
        "digest": {
            "line_hashes": [
                "313901842936310828997888098939938188244",
                "66457570272460584867574450567525364264",
                "172686059139780679569539853413190980783",
                "27110735095027232171644956963821970810",
                "39202130017744021242994286017183753861",
                "64469829211598293039588128156210331543",
                "85747810362164054786061708497869487733",
                "62004550799175522164674800707823733678",
                "169981080813280212382282547292808992838",
                "137371478895578825213160997404486845678",
                "274064966403672790903641432695598682755",
                "247227675251789777189897715409847207260",
                "266940652547845509996442708924889019943",
                "150236259571563185792316590465031179111",
                "5853885078479650387722035038454594719",
                "326540555529841400010247444260537188140",
                "263321019359612483159965658310151990307",
                "283992403363468646764277341457564785165",
                "73628565244109793616431642997570891952",
                "156834379092877472506989738666537077633",
                "180448257516162015947966304091756212175",
                "56345420936900036883185742900134654724",
                "163670176123834385448786209761653637060"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-e51190ed",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_rndis_interrupt_thread.c",
            "function": "_ux_device_class_rndis_interrupt_thread"
        },
        "digest": {
            "length": 1064.0,
            "function_hash": "232540383492127265832356314682089451528"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-e52de940",
        "target": {
            "file": "common/usbx_device_classes/inc/ux_device_class_audio.h"
        },
        "digest": {
            "line_hashes": [
                "78192211636887221733107824942554869937",
                "28003846760336248084681622478036131201",
                "62898199464829491781460161895129223867",
                "297061395140754719982670092409108663362",
                "278704188525946023674197976332612056256",
                "175812797509596030521575676582801582459",
                "130973754383318890122306953704469816383",
                "184042805041113797472739439589293689692",
                "10974252296950378884595094041097865873",
                "106624235152748356245279035134043995740",
                "170051344617587738521458118693526304002",
                "263851431316968820686985741547450516079",
                "147078473038591560931249252153632548204",
                "119825161230880270783749325731030058262",
                "110603398637216685836875521770878218563"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-e66d24cc",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_audio_control_value_get.c"
        },
        "digest": {
            "line_hashes": [
                "305112688886878028952494469909131340312",
                "8287432297950854686350629078215799476",
                "130100887383722851154220308833101418287",
                "61203425407578861690525417770503677563",
                "266594689519707055430438750093493218113",
                "279382031767328137383728138928871155252",
                "121227509602561014052441507461348991091",
                "103559084349786724193689933308175370054",
                "301244047868208192622446922833350575559",
                "228224572040692519611907560533534797590",
                "325016531100195924533365903303790970543",
                "175430115383269984588106033694123783209",
                "116820507709226768558303286608395483814",
                "325368546059449293723611191698703195598",
                "231432321269155317385441148146988871778",
                "60238490709186907415218277766397195885",
                "183119441835537171190290053154787443708",
                "31266114585450314382418069083913481695",
                "56058861880759764815512358580621613024",
                "236121729319178423188564458682384835201",
                "118842219671582811940973500657001228424",
                "4101937553130155799345893774723410055",
                "136149182662923351667590545861738611694",
                "109887651051955011787248248933982792602",
                "116657460381722795592637703051199682976",
                "247300835224220583594713613496156399841",
                "310906564833230191370879319945039565474",
                "116225577919435214386447362404483756237"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-e6a1e7ec",
        "target": {
            "file": "common/usbx_host_classes/inc/ux_host_class_hub.h"
        },
        "digest": {
            "line_hashes": [
                "114206579544496340894647390727322167721",
                "197021954660240525046701080116041476864",
                "124223460135364983055362799770330756367",
                "115550792323251495372132386039782410260",
                "221371571655352217866075696005193421715",
                "39387130803355761381685728840787671168",
                "64948344350046737488013532375740680424",
                "182912783007715943399632277048568428321",
                "287789336272374882504634170284040202201",
                "2190444643660760375078578872998750531",
                "77557712889494021511084290808126211191",
                "238988117363809969204188342015842258998",
                "321423271966163493176141949793641083060",
                "133803606195459718915044529519660488699",
                "122409522136360660710361721719996062114",
                "103657857525915137381223113325916677986"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-e72244dc",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_cdc_ecm_bulkin_thread.c",
            "function": "_ux_device_class_cdc_ecm_bulkin_thread"
        },
        "digest": {
            "length": 2681.0,
            "function_hash": "20473534036998782497715730815606022762"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-e7cae2ff",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_hid_initialize.c",
            "function": "_ux_device_class_hid_initialize"
        },
        "digest": {
            "length": 3934.0,
            "function_hash": "251261786124595831255301062342280985327"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-e7f10c32",
        "target": {
            "file": "common/usbx_host_controllers/src/ux_hcd_ehci_hsisochronous_tds_process.c"
        },
        "digest": {
            "line_hashes": [
                "156547908331846230129415702129089989925",
                "138613047417313030944185191466805766581",
                "287168467803604897659612352650299607957",
                "15778002139858561766100553379537183815",
                "170990959749810255912362675436806889896",
                "42660996369739553212062328852593305450",
                "280050989766523029412018654989259903563",
                "290497259631049906069414824338215314734",
                "40331202865854571449590525570776677312",
                "182192595162295294920913217020875455097",
                "176736399327129479043329819813758712308",
                "145119574925500893447964143360890606290",
                "71697980179952921877231351008635823764",
                "256450977310292447840694502207585877140"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-e8ba6578",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_printer_uninitialize.c"
        },
        "digest": {
            "line_hashes": [
                "104634626288070490984964035121021211234",
                "45181936283173371899202236439443920127",
                "173887616800196235805828263069846323251",
                "29337565319488808148209279572532641104",
                "98038232099145223788784373234817795753",
                "275513068094583136987202245285374052936",
                "198748626433188188556489200119453266459",
                "213672369011616943373467724036753692119",
                "255375525366632925796765635809266951293"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-e8f0d2ca",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_rndis_deactivate.c",
            "function": "_ux_device_class_rndis_deactivate"
        },
        "digest": {
            "length": 1267.0,
            "function_hash": "177303772988498419003611432634469284255"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-e97ca16b",
        "target": {
            "file": "common/usbx_pictbridge/src/ux_pictbridge_dpsclient_input_object_prepare.c",
            "function": "_ux_pictbridge_dpsclient_input_object_prepare"
        },
        "digest": {
            "length": 3182.0,
            "function_hash": "336410873666019603643666098943216636218"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-ebfe0648",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_cdc_ecm_initialize.c"
        },
        "digest": {
            "line_hashes": [
                "157287957880613490013108775115101686491",
                "31277132792176389936816251068932428850",
                "162550372254491478920344206347864816089",
                "321493303800838899369427187765934255956",
                "289963284963893133621422698597745705439",
                "43332802179143213536887241129735464963",
                "258955489663795468368634632843735203579",
                "29615649466229075293419933164026675054",
                "105495392789330823189273757066566834342",
                "230385484459978144311866201719628574174",
                "139111195693634386952851389687639791454",
                "110859693449156177684440074370674729492",
                "83848693053309406966561715710926415038",
                "156651360857958013683807804903064307765",
                "51956739721714672722232281718254386101",
                "72643761927278494000696846420659723862",
                "123907038107044181756637329145410310034",
                "219039227427378197083524914450727165048",
                "245156110522034889792343664570604110008",
                "233100359692333757547191956550249730646",
                "38288940437013464236701992949542042560",
                "129342456208381529108734907122905363863",
                "35585644644719037410753089172102581219",
                "269043424586886525681252810917278860144",
                "85710549372950049377122818134946744871",
                "34335217775556941598292819176942970702",
                "195224962210453739654975364779944935409",
                "40649202808965501707482383966402755032",
                "271604557708043418264292334921409468722",
                "255466122407981341084810818495284410443",
                "54746546527730041491863549332456491325",
                "161638188256145425476259465477095517462",
                "175632587319830984668512163095743019261",
                "278900680881119743119484999495912069759",
                "226399464907671943544352940998639474651",
                "156217665783505015577216879446654605628",
                "117393205513120115437070202548577195908",
                "99484208387227578972000212255466551501"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-ec17ddc1",
        "target": {
            "file": "common/core/src/ux_device_stack_control_request_process.c",
            "function": "_ux_device_stack_control_request_process"
        },
        "digest": {
            "length": 3534.0,
            "function_hash": "29369472871259722063143827414868717286"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-ec6fbb24",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_cdc_ecm_control_request.c"
        },
        "digest": {
            "line_hashes": [
                "207343619606724615219258428172551555109",
                "60564570047547841635235978123484576048",
                "22771780806334166796649211833695896182",
                "2837441497518747749080942405570319100",
                "293287332902530591990427348703929065451",
                "318577962583070162767679665469186285219",
                "289636598372803169029976305395646674812",
                "162184811904628737933907680377783321260",
                "31018725847785293939482162418429969963",
                "181806133262014191032666959258877512241",
                "213137414789654536986787497504280806329",
                "239744794075360698181733340383218714259"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-ed5b5063",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_storage_uninitialize.c",
            "function": "_ux_device_class_storage_uninitialize"
        },
        "digest": {
            "length": 441.0,
            "function_hash": "231586713100201531308855404510967380811"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-eea8bd6f",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_printer_entry.c",
            "function": "_ux_host_class_printer_activate_wait"
        },
        "digest": {
            "length": 2918.0,
            "function_hash": "33326866668545034325667131717614761303"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-ef1e1b41",
        "target": {
            "file": "ports/arm9/iar/inc/ux_port.h"
        },
        "digest": {
            "line_hashes": [
                "294865693823482758863939802175484782397",
                "131235656456191879756169551896445703166",
                "311429582827787618835244996836571943914",
                "67566928052146645194410173953722391838"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-eff7c685",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_hub_entry.c"
        },
        "digest": {
            "line_hashes": [
                "65128246960947393221783187032912139664",
                "237434925638786661495773740984286953540",
                "94212013222064284673002414718724732266",
                "79941574899779018172877409086711428221",
                "81180444927974881799374703602372770218",
                "170953696456284985307578495383099758835",
                "290456466505144007974059042951196888807",
                "293627823324773181059379357042083044965",
                "178642130971752736978780384610782563486",
                "339511737662642167743658699316018497721",
                "160505943543641000083337246509427677687",
                "126303011584469439806180279308996633601",
                "128860242997203921772033288902793737723",
                "141289841653523741659889503059841089042",
                "27863700967418080534377256421314808350"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-eff89aa5",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_audio_device_controls_list_get.c"
        },
        "digest": {
            "line_hashes": [
                "271216746856289218067886898415169976810",
                "74671115052297956908633432779575896699",
                "128223011538560192654363546252826821102",
                "304110773317570432273641115409749539537",
                "291612667658587924243708222773476745056",
                "138917517783522557833412753950883070280",
                "255683268044877096213830412868741589259",
                "82853678587496474025056284575748244484",
                "108937411155192371434395097998935585293",
                "209278092410990524894868622876715785400",
                "137379697554747711470628478042214351392",
                "16074112460976798409541890578803975068",
                "279083946540448065976259857748956210885",
                "39988229005099171425131617984995698987",
                "193718662315097400269326113448143942339",
                "10039691338487236201610039972563663822",
                "32032479302636472814369509125797747690",
                "267221740234127870002508824998375751710",
                "254020471399115226474256042572943536477",
                "213454932535345785145241043232450069786",
                "127070570286625887083025627459591268641",
                "252028130760917071763914642861047295797",
                "95960007041762379358729183603225880546",
                "213435230844474656968859043939677502658",
                "146544215871755383714727100357867529697",
                "226410164706413898227677243486629650268",
                "286844663463267328205873371345650879792",
                "71009999510465162516532104600310752233",
                "222401659129877398797481141774235602580",
                "128105143464406857503602574681161505438",
                "290743492524407943898571064082815834942",
                "338042521054287385704503240194953254174",
                "27521410443714569498992706578976225258",
                "261194959808918839520836334577320109263",
                "185162362941808350066662659815341376182",
                "192110161019282145280415694523700600886",
                "237106162994925711911939786858049024348",
                "284992071600339383020082559247892398957",
                "29773386675505489104146636555393446587",
                "200503492652273458869868258252148455071",
                "62995450182006434274730824118733045264",
                "234918108015720366382609535306671932755",
                "30799123815940313187440595784844732351",
                "211536002286359502832200759532697874878"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-f124c730",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_cdc_acm_entry.c"
        },
        "digest": {
            "line_hashes": [
                "83712567357065713735133340005714110014",
                "118831677674328348921024649222075998887",
                "194589418920353129936662558582190854022",
                "289774951730862413054952329594842939788",
                "97053609858504283826056925939693609",
                "29790486374404539598927341059569352194",
                "281070671925249128347402758045005339896",
                "252213493807823586397937541860042090443",
                "122217706708325516032281926429588885547",
                "203020082910114367271877259692712327785",
                "122982378093344869798159858285691479554",
                "183726231665526701114593152448605966053",
                "33073641523546999112033397433544953279",
                "1426305462374160695260227410468549303",
                "14756688873756026259406648629867077035",
                "3267103761596822882725497065019715865",
                "227146292321612282311506070997722653155",
                "106177525876585043831750928426097608382",
                "71863737114066963359407309845795724442",
                "70098085842152731013645532998197974620",
                "40042940087255455991862612966643051113",
                "125365549663116233351929275556644044188",
                "24187653455744351222330166573665610249",
                "127437240487075425639955485971408005574",
                "246473890095153671646468100524365143128",
                "11602615998661860581806367413855677325",
                "19335255333968186727525546515452068267",
                "268846031748205045539043366957662631770",
                "194263764199143291899056715926372148736",
                "262544503398301698291948005155951316928",
                "189806577347514832575272772627010895994",
                "151940464908567941210455920147670913788",
                "295569586168166410890281300656263418229",
                "30568858599838420805522092250538663111",
                "49733865461644409971066197961338755101"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-f1ef39f6",
        "target": {
            "file": "common/core/src/ux_host_stack_new_endpoint_create.c"
        },
        "digest": {
            "line_hashes": [
                "330072658058958048263360513270436886210",
                "147629971846231242581749148627840962830",
                "152228987887108241045539619662457604810",
                "107160614366158121176693800107961275448",
                "299695749769363410217672627475370647717",
                "287335820522271663834084633342561984224",
                "52232609574065709301773255199252653849",
                "338925164316537168057388451229514829778",
                "338844435374930413599050381461074210141",
                "183187266317339758236883138888157964717",
                "6196995488366396866511713094959173716",
                "22780296582130903002300267943139004902",
                "122263712693833339676061144401745077875",
                "255322620385246924815491036066153128573",
                "103241614493628067879708119564031124464",
                "1370799806848039710672050051347528743",
                "195956117329255380558799288048720627606",
                "194656928464472128359223538675519199736",
                "272521651834757928136072663847074662769",
                "6206970987281120965257179220133617768",
                "140583678691518148922202549062526270012",
                "113443365409446321061288856279667987299",
                "327031728676216473053974980202851872742",
                "91677646549332530430652510143887889873",
                "70787389253153632851008251349303047683"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-f293dd61",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_rndis_control_request.c"
        },
        "digest": {
            "line_hashes": [
                "157676606666295310988477750974245300108",
                "161794042377473753185426329240687867849",
                "227498040672142350034906278897956279799",
                "309255222754425029378267667061263758405",
                "194666848919453758671134777910682796466",
                "295104230069691846697152839496836110893",
                "28188488907636544656995909537598578859",
                "275007091468799552164271870871321480187",
                "75511404673139330402410698772331888184",
                "279192300418637404038978825129314651344",
                "66606933032048235129510277010482371260",
                "77889703830996431817792112361878501463"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-f294096a",
        "target": {
            "file": "common/core/inc/ux_device_class_dpump.h"
        },
        "digest": {
            "line_hashes": [
                "238036416252905992901603684640294883421",
                "99739580758731552488750276131798096021"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-f29c09c2",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_cdc_acm_write_run.c"
        },
        "digest": {
            "line_hashes": [
                "212345785734364246308755580007162986941",
                "181057575158914671354669168497608556387",
                "136567362542453276359143394882111166243",
                "111122126692304349715744410660010632765",
                "257478052641093207233843906474623848057",
                "218736386383930897336657476079112281349",
                "189175177786624436730705178962628561983",
                "159315869257319011902581492924814877824",
                "95980838299263542495743735856513456986",
                "339610958550205851409371564244321168298",
                "202355739594114428039935310704001565297",
                "323698368312231744118119364543716826109",
                "97632932045968873336835616035220748685",
                "186368395575036001368322209716699285436",
                "70867766620916162861062668212199160821",
                "225760669202663430706933105234015829666",
                "257594013332525681280015738136325325292",
                "45087074698320127470676811262468778901",
                "97876816198864270922122670295280548904",
                "322217284145011524076618814850166122139",
                "317833436846686135547643955180323359984",
                "203011635504218284298456478707651374783",
                "299712100679241536065999598142320449355",
                "52188758479636068388011470141522721074",
                "9490418683262687506276687023194394519"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-f29d709b",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_rndis_interrupt_thread.c"
        },
        "digest": {
            "line_hashes": [
                "15167263990253281527511583516351062392",
                "212226713961818522629023163826759327503",
                "280554820485040730696793962829493752017",
                "298929912316544612729731215887475953206",
                "46640249282397085046211102441807022123",
                "70987123629490984837542628963673135758",
                "299099795274841514289673700551581389730",
                "109487715202206766806925451827203212298",
                "28960712882397097948485291251095298693",
                "176781809090195397452890909767512319413",
                "57489482851737102554383749756760247964",
                "302569946264497467912343072517235496891",
                "195527468596812028352603058695281801953"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-f2b3cea4",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_storage_thread.c",
            "function": "_ux_device_class_storage_thread"
        },
        "digest": {
            "length": 5875.0,
            "function_hash": "57266559620357750004250906204117788392"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-f2bf9aed",
        "target": {
            "file": "ports/cortex_m7/iar/inc/ux_port.h"
        },
        "digest": {
            "line_hashes": [
                "326461713248725717090339684424471365621",
                "280565246248912489348025647187103429475",
                "185167735595591054902622057111012376148",
                "226289357304564876759869070219613961035"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-f5581b1f",
        "target": {
            "file": "common/core/src/ux_host_stack_interface_setting_select.c"
        },
        "digest": {
            "line_hashes": [
                "20848265430539222021239766393149180428",
                "230159094078120118488643694647915783721",
                "131365286742354431111124892717706110818",
                "121350293291622804847588344369905483974",
                "7428603522702266225629235171650478033",
                "162072597652062922392771010104105163223",
                "251989696558233871467463519645045939284",
                "220444405426880821586184555733532367793",
                "238810305874593331419894261282466311629",
                "64979349857510837689574885030128185943",
                "312256540797070519107207022755512165728",
                "12920819191973584854902857806219827329",
                "269885122965857681570043954967315789293",
                "33744826201626998139050343328385905327",
                "128031162062471184487525840524120367871",
                "191657602830688322541596640524729626464",
                "203783045918212649468877424077846417517",
                "156611711335931370175233249684169192118",
                "221059029141420564307077174598855313482",
                "183650416805874920119325431906884498465",
                "299937008836713069826934335387155071027",
                "238722500392647085853562336536548719660",
                "318779253575637944891134935376149821121",
                "56019314799762910138592317022084510021",
                "226807104868334297116026612666633006772",
                "313678947279532296236854156518105664265",
                "28089359726784327965343325934765276464",
                "20602154758272272646445975668170645167",
                "321492552552256743533214012373427446099",
                "58327829909077505820998385109932627319",
                "112960030381495874053672242267107361969"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-f5812f8c",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_cdc_acm_bulkout_thread.c"
        },
        "digest": {
            "line_hashes": [
                "299729614431947259203587182467439130396",
                "174952708135441137189479866197018820033",
                "139077371993744791301434335079239611585",
                "163579727167164394320899372501353577739",
                "69370413012447215239981592954115565882",
                "326462876234087135558536861853929106821",
                "200977526374204386693503128663445056799",
                "212172154164497243072417525479751372940",
                "226635581251835758711397685682437051500",
                "213907460629551349402164184922390194135",
                "273962438019902347964858266273352301921",
                "214165965677706081441701380743211145566"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-f722a610",
        "target": {
            "file": "ports/cortex_r4/gnu/inc/ux_port.h"
        },
        "digest": {
            "line_hashes": [
                "38483177449448460979504752021063490062",
                "199241611522500081938883465511809361941",
                "317305616266223956591160040466461029669",
                "37717143576459554767833240905748770971"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-f7915c56",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_pima_read.c"
        },
        "digest": {
            "line_hashes": [
                "395584357896900115037427507774379368",
                "200988883057422311198141931839253661795",
                "35859798747942154733907091244279535855",
                "139320276164994198107684991610407656653",
                "103841747600017375755808928282744654788",
                "116567086249017636584634550067433359829",
                "169048447036156743824336041924339882887",
                "7719054476894081819966582157495879677",
                "5297351684473706884785730290920773823",
                "328586335638524361548654557427675549990"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-f7b69249",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_hid_descriptor_parse.c",
            "function": "_ux_host_class_hid_descriptor_parse"
        },
        "digest": {
            "length": 2983.0,
            "function_hash": "29535931686465756519443749376139808298"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-f8006805",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_cdc_acm_activate.c",
            "function": "_ux_device_class_cdc_acm_activate"
        },
        "digest": {
            "length": 796.0,
            "function_hash": "337890641171512875942700130633612696986"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-f88e9fe8",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_hid_interrupt_thread.c",
            "function": "_ux_device_class_hid_interrupt_thread"
        },
        "digest": {
            "length": 1868.0,
            "function_hash": "265669029415823266392283634246209920765"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-f8cb8944",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_video_transfer_buffer_add.c",
            "function": "_ux_host_class_video_transfer_buffer_add"
        },
        "digest": {
            "length": 2052.0,
            "function_hash": "258687159830391898269671236137590805792"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-f98f1fd3",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_pima_deactivate.c"
        },
        "digest": {
            "line_hashes": [
                "119308549298308337192314902589233696811",
                "107102778602939062501487903766494804040",
                "88349318461518689245289777648002102121",
                "65510293855840372956789857151282893251",
                "308555762863350648022419175738981520535",
                "151642301224361798192545170700377854044",
                "35859833742142160180393241705926711038",
                "244722938820023632442026306550471922901",
                "207897082364880339248280981777535499565"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-f9c4f0e1",
        "target": {
            "file": "common/core/src/ux_host_stack_configuration_instance_delete.c"
        },
        "digest": {
            "line_hashes": [
                "230776553881626865186718546255442961551",
                "149575050086759887886155479227699768566",
                "59243616902851663505292056207970022300",
                "130642799490908540318986043449807299056",
                "321963585710935139585856101929415765268",
                "135042423743834683360814793366784809394",
                "10531718421236295195159008213946674657",
                "66446188757370653396778341142472552751",
                "129768806288304660440838198102188612270",
                "120200789487842023794127258946733107232",
                "143728194363909548346761323218331461137",
                "88615264570336655188095994817112175016",
                "109229147348906777445993020386678724491",
                "216458359665836663032805241182908750472",
                "36649062760672435120692207846058972549",
                "280821522961668590834573793943081356547",
                "223301877915300730126745497559010395875",
                "145647177299255903387091694391267394954",
                "243317052402013165718053149777369569556",
                "309975085534698388637385074218647868978"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-f9da3c8a",
        "target": {
            "file": "common/core/src/ux_device_stack_alternate_setting_get.c"
        },
        "digest": {
            "line_hashes": [
                "36824200403424355298679083163373366120",
                "237313152785889910910199315901151455903",
                "153977884068046847565010775325438778073",
                "50656396761615492175438665448641179357",
                "207101630881384052202154210432734314903",
                "103043640110892444482438020305988349547",
                "111690540975294840224511824103167070112",
                "62655697245818767795503375432759352733",
                "194422698482454143690522262873816731829",
                "175504475946795162686533408669419436505",
                "231917229609037251343128292452601790823",
                "328599479065674259132941501999433621889",
                "199839010072884358709497104007491383663",
                "228685712083905158298184851554046435677",
                "5156571422304661375080582561699982660",
                "198198974733361996487523721956088951811",
                "164176191291432116976692780143500537369",
                "316801790719606491431129614897514324617",
                "301535281474083248930540155683992288444",
                "62393342829929227141569484485709387447",
                "145457487334974604839050840739260611979",
                "287988146819722987915947602699939241754",
                "67512769700243744317907528181318087332",
                "2627791212715628250184298482933672321",
                "142046169901295555724943344599608432165"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-fb6e883c",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_pima_initialize.c"
        },
        "digest": {
            "line_hashes": [
                "281151602606660971222020720482253638347",
                "320097751951219312495185683059935005258",
                "272811412257904231339686661615543749051",
                "232117192302590962861048002147443603905",
                "171806103050857789380772356891505378782",
                "77107768543793883459406082003032223937",
                "229778095283996284802771949518010903085",
                "289588435837338142583570788103392322553",
                "19836082145715592793076034412184123490",
                "71741674771878283756776962660066828092",
                "97914208400794060284468436310953541981",
                "238959460997248437903038194203557541895",
                "107423360466870173171876910638187989936",
                "157769377190204064484542852770284271664",
                "318842980104043426099470290060703689819",
                "251006779284852560677407597363845736900",
                "39332881218386780059495554852105417403",
                "130473676297883098219178728260309865295",
                "124986403912229697284351531328936285580",
                "9798787805840387785461606801502396522",
                "100860947658930968223243309693274098865",
                "179469495453669123588869159709563732929",
                "302845586146714104549372623345614873326",
                "256533061147838138308485907243392917726",
                "209874083716104165857823479248160709761",
                "225198345853319671264117315277546213061",
                "253877511524034229911900299436687666953",
                "247108015980290337459595501297212342990",
                "333536999821504769158952190108417287191",
                "212344867976901667948527595545046530972"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-fb6f8c3c",
        "target": {
            "file": "ports/cortex_a7/gnu/inc/ux_port.h"
        },
        "digest": {
            "line_hashes": [
                "235938539697916555696499095511341772578",
                "321559922916597287082639951741213702912",
                "125825568567879520530665371601705157542",
                "17640565644057439137209902258271031095"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-fba0a4a6",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_video_entities_parse.c"
        },
        "digest": {
            "line_hashes": [
                "272279111515783472740821956741066126480",
                "319825408544024684675864416858597974195",
                "264019402975193638680205279417297162182",
                "205425166172680363151863958609712158230",
                "285678240435744477839884838953219474038",
                "61937760458954611152048065608597024349",
                "23669604968695231060277106876650895125",
                "53966781189081598107211068083718053150",
                "304703246985421887592358921983278903364",
                "162016386827427863260911091621740906687",
                "75633020639114187026838547275653400696",
                "137823672539121077928438322162689340925"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-fc2bb34b",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_video_transfer_buffers_add.c"
        },
        "digest": {
            "line_hashes": [
                "103713555358126415574625159804819605360",
                "182913670556522410859405826061836851655",
                "266386026614324478972018744041516424348",
                "202867370172242128632241154749867709427",
                "203267257500073913269497983246698739935",
                "119300577622149014265516204528161537548",
                "291208191531564147759337455707199885494",
                "62004550799175522164674800707823733678",
                "169981080813280212382282547292808992838",
                "137371478895578825213160997404486845678",
                "274064966403672790903641432695598682755",
                "247227675251789777189897715409847207260",
                "119509470177185223381296412343247993140",
                "211192140202201736832267289858806475949",
                "96259476692077150316402584949991614141",
                "143982443699346698027143102727601144650",
                "9377074081634998821210058500236443859",
                "91406156482495290210556244757576760450",
                "107975761408862613385718968852273020507",
                "191277143480491970065473364473843081927",
                "213876075762762694836708137871162128384",
                "56991926271243096465798677036648832775",
                "163670176123834385448786209761653637060"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-fc3b7485",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_hid_client_register.c"
        },
        "digest": {
            "line_hashes": [
                "260563344325637195312108872511926018407",
                "211133589144892910418516268705982686108",
                "262990882490566501595193504048207952056",
                "287164182923854166763017527075780403285",
                "106805243939097594158309022405803166473",
                "1144879238294444982722859425106150748",
                "194968670000111550083414687697880246728",
                "135749794139176535851146503764425965783",
                "37177774018462342423624631381359754026",
                "39112371717450699214412880857792371484",
                "244795960992884348698544756251981370799",
                "74658356179660466730108179753103102921",
                "225585052476811526690495294980541124716",
                "101350325895629743551847610356698079212",
                "77774980711554344742479003093828659111",
                "113795008704007251599049824537230776714",
                "205003579416219480605445289010393068728",
                "247707929788794076975981252212734404740",
                "21741084715579031020419497202904300959",
                "268015033796657385250151008902482463228",
                "281146658287390149622387674907583197680"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-fc446d26",
        "target": {
            "file": "common/usbx_pictbridge/src/ux_pictbridge_xml_function_input_startjob.c"
        },
        "digest": {
            "line_hashes": [
                "106734974729523497001054129058155996525",
                "148606831236311681931375518449691915485",
                "95932360000562217605084144477730084369",
                "80538724422870725096606229369777914067",
                "313398934617018821671114677808621723908"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-fc5495a3",
        "target": {
            "file": "ports/cortex_a15/gnu/inc/ux_port.h"
        },
        "digest": {
            "line_hashes": [
                "287543184898509133847254507799995807696",
                "4697915534633433765973432883191618317",
                "116446304767566080763379560900204471033",
                "41273631391441395981834985342680363534"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-fc8ffe60",
        "target": {
            "file": "common/core/src/ux_hcd_sim_host_transaction_schedule.c",
            "function": "_ux_hcd_sim_host_transaction_schedule"
        },
        "digest": {
            "length": 8381.0,
            "function_hash": "113381197527124060204225275066411870019"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-fcb05d25",
        "target": {
            "file": "common/usbx_pictbridge/src/ux_pictbridge_dpshost_thread.c"
        },
        "digest": {
            "line_hashes": [
                "74538299710009851111749141226047420477",
                "316323495348921255867246022024575808017",
                "108066993251830521946851180189335583040",
                "330947750868617008481899322106660402682",
                "309785176796332636615490196749596235125",
                "204767743100328785977537388172981377424",
                "91314164665187958148208344733646410413",
                "202222983241743064339220264423597578336",
                "175380672858773416715044525495533874945",
                "16087145096870502343535980643107210951",
                "239503821311395056059939962943216846213",
                "60440701199010878503914484662431512088",
                "270115330999562383899699954423046548481",
                "244211175429777855529692935273459724216",
                "287386760360639847644644040697503872489",
                "215359359398184704217167218340238138767",
                "297326105692492011470697872597112681193",
                "27329571655915511789942910058176475928"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-fcc866c9",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_cdc_ecm_bulkout_thread.c",
            "function": "_ux_device_class_cdc_ecm_bulkout_thread"
        },
        "digest": {
            "length": 2091.0,
            "function_hash": "311849723458617063827047904100463330298"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-fd767edd",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_audio_activate.c",
            "function": "_ux_host_class_audio_activate"
        },
        "digest": {
            "length": 2162.0,
            "function_hash": "24605123957612685203562209245319760395"
        }
    },
    {
        "signature_type": "Function",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-fdd53184",
        "target": {
            "file": "common/usbx_host_classes/src/ux_host_class_hub_interrupt_endpoint_start.c",
            "function": "_ux_host_class_hub_interrupt_endpoint_start"
        },
        "digest": {
            "length": 1646.0,
            "function_hash": "324467478466251094158776911786621441460"
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-ff310e9e",
        "target": {
            "file": "common/usbx_pictbridge/src/ux_pictbridge_dpsclient_api_capability.c"
        },
        "digest": {
            "line_hashes": [
                "49356936488591582331430843867351136260",
                "331276860693030384821433983803230558788",
                "42485767012104493995832375004337420737",
                "232843961029886165732696083307797310386",
                "24502735243745402716554433542424909978",
                "11700304029190418479308962980089574325",
                "4007441708002644822915367515151728699"
            ],
            "threshold": 0.9
        }
    },
    {
        "signature_type": "Line",
        "source": "https://github.com/azure-rtos/usbx/commit/cd55ec74569aa3fbfbd8f02d025a47c5a51a285a",
        "signature_version": "v1",
        "deprecated": false,
        "id": "CVE-2022-39293-ffe25754",
        "target": {
            "file": "common/usbx_device_classes/src/ux_device_class_cdc_acm_read.c"
        },
        "digest": {
            "line_hashes": [
                "152875441639988988036149550215612701640",
                "84280997607677051992533532724375259295",
                "108840868727779626117882728670485944968",
                "111122126692304349715744410660010632765",
                "257478052641093207233843906474623848057",
                "25988932299007612935483387157220786383",
                "234735837251701013854089934936178947345",
                "5067962061892872410162331302141975478",
                "95980838299263542495743735856513456986",
                "181723336986273102631307280661369590741",
                "273962438019902347964858266273352301921",
                "214165965677706081441701380743211145566"
            ],
            "threshold": 0.9
        }
    }
]