In the Linux kernel, the following vulnerability has been resolved:
tcp: add accessors to read/set tp->snd_cwnd
We had various bugs over the years with code breaking the assumption that tp->snd_cwnd is greater than zero.
Lately, syzbot reported the WARNONONCE(!tp->priorcwnd) added in commit 8b8a321ff72c ("tcp: fix zero cwnd in tcpcwnd_reduction") can trigger, and without a repro we would have to spend considerable time finding the bug.
Instead of complaining too late, we want to catch where and when tp->snd_cwnd is set to an illegal value.
[
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_westwood.c"
},
"id": "CVE-2022-49325-003e6fd5",
"digest": {
"threshold": 0.9,
"line_hashes": [
"320930268690183742166916812409915424611",
"165831718921281132175410826951883798385",
"318842948202103622474328872878780553994",
"195774814026632237993820343504669515564"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_is_cwnd_limited",
"file": "include/net/tcp.h"
},
"id": "CVE-2022-49325-009051d1",
"digest": {
"length": 207.0,
"function_hash": "101012575568791196393500114371462919574"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_update_pacing_rate",
"file": "net/ipv4/tcp_input.c"
},
"id": "CVE-2022-49325-00f20a75",
"digest": {
"length": 575.0,
"function_hash": "180514912895452267473792260233440858931"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "_bpf_setsockopt",
"file": "net/core/filter.c"
},
"id": "CVE-2022-49325-01a0bf47",
"digest": {
"length": 4980.0,
"function_hash": "20971620887907891644096711662317606922"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_yeah.c"
},
"id": "CVE-2022-49325-01c8c77a",
"digest": {
"threshold": 0.9,
"line_hashes": [
"114635185301038179485772419319369649539",
"230741416951368683847135231656967360883",
"218128442060322600727696271503522564346",
"319668075210955380563954893611041231224",
"265726251021557374516047105602531205084",
"94824389958773155231397962381450638076",
"206573605096405947399340170125533075691",
"230110211928985599391681539504969891969",
"219870489434033266032055242433737871958",
"256666298042423039250856627353500730667",
"57676054595375162668752057007192782193",
"177093681894060167353541432233309248485",
"67012756525000949561164983259077865063",
"72787368602974864779227741801461265393",
"97756748072012723039076285869205774476",
"311033729137986493294388642851744217191",
"321465030727455104356920049730337107525",
"221966590380154292171541963888332427134",
"224871893044653980343393954896873785877",
"31915899482210522637280870123610838812",
"170735498769227970828526548232752641626",
"68979227005791622273022503694554423219",
"28130237244049536809502491827225159769",
"161099568025894746800229865963135825606",
"17017095266152213258387375808473266463",
"126103293580176723141729284751161906574",
"206330829546041559892065895249202651779",
"227161707935531775520051227231123288067",
"93866851889811192220926540460396232462",
"85779673626518778661800424382871435757",
"259903718523496268133942215247395037908",
"190757900175064948533862516652913738279",
"258260525625164446076804408637012903695",
"278307847840088212532465695933558349012",
"72745348586687994302608243361570050739",
"123851355177408276711825521037872976313",
"204174416498848977679024144026128752374",
"119182739422977136684451775786485710882"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_cdg_cwnd_event",
"file": "net/ipv4/tcp_cdg.c"
},
"id": "CVE-2022-49325-0201f71c",
"digest": {
"length": 595.0,
"function_hash": "91694747754131866313971313612827382508"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_mtu_probe",
"file": "net/ipv4/tcp_output.c"
},
"id": "CVE-2022-49325-030cbfd0",
"digest": {
"length": 2706.0,
"function_hash": "171778895231731305250968653707658548221"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_lp.c"
},
"id": "CVE-2022-49325-0475f0bb",
"digest": {
"threshold": 0.9,
"line_hashes": [
"241403298807887037397615581107136879356",
"323703156155215493048752475414791084901",
"334947493206045771426113333214193916034",
"268939782822051344096339504798530433049",
"58016515491400817988869941488034832148",
"156452382903168076504011721727857692697",
"231990455795720316477442465365107285355",
"142660046615754206721923204453378283671",
"106356139842076226137654591683948087684",
"148498697420200676021535643778418990097"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "include/net/tcp.h"
},
"id": "CVE-2022-49325-05751591",
"digest": {
"threshold": 0.9,
"line_hashes": [
"90858359977767631602116187538800363104",
"286290852035811716608938392152604965467",
"80505101437601273863551154111873169994",
"154444152711215874466375000262289042403",
"3646842015184278599475563630558490072",
"66173095892547733211459271571007827861",
"140615465346793699996136303669306053368",
"23842362547916798863503355178312853109",
"7399711932070849647136445695980680502",
"193444771519039830915362196990598640790",
"193903637032588499061298440672390570213",
"149875536078861320676525359321884069069",
"158744261579855523011245261680259473001",
"297672391407164408828708279472996174528",
"226546276376288593149739065075936894738"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_get_info",
"file": "net/ipv4/tcp.c"
},
"id": "CVE-2022-49325-059d26c7",
"digest": {
"length": 3791.0,
"function_hash": "228796313733341311896110081403027354007"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_bic.c"
},
"id": "CVE-2022-49325-07eb0341",
"digest": {
"threshold": 0.9,
"line_hashes": [
"210163171402335058721706736535660730957",
"73271691638318831003725733593367029492",
"338209921453387824656907393356372241885",
"134353050165864037526351440615604630821",
"98320132914515775548301725022530491264",
"75588190814499022805433760294254255141",
"208379296169106154460735417305298186652",
"155498680495794319420409245530432833628",
"116899145936744126869408262098091521396",
"181253450998570653667956191371337735432",
"264343263959033476319749089708326314640",
"124653260403968479637878658082332877868",
"278528586434269734412193787211299315008",
"112395254120220800483042625911605694862",
"181788367867006895627258622496779418920",
"289938738564820765244185317852818281619"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_highspeed.c"
},
"id": "CVE-2022-49325-07eb0d4a",
"digest": {
"threshold": 0.9,
"line_hashes": [
"160778102482727072435813852279271176269",
"12307531416012226941201387676670207686",
"300033400081655005309021417460104378001",
"100251954811107675403768152201640598141",
"153068010969719003837083989533771066360",
"11950628494959626323490878672696872244",
"146882290811768057030032640007513697107",
"331545505862497521116287898262996893858",
"150672356952291366343612284320381025140",
"11246521762021079379020365737258315322",
"87490825820877491383089402378929766497",
"317312175882458112162247189624037909561",
"103494815079084900293022287351840303402",
"115830079350311207492274669441205959455",
"302265053106136365817216554333665018981",
"204060130824609023782746744315267190390",
"204164604230208280053419270336593052993",
"267046707616125228449711737873393730076",
"242965607074226262350542756219646962114",
"115131081958091691011665681911433148884"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_cdg_ssthresh",
"file": "net/ipv4/tcp_cdg.c"
},
"id": "CVE-2022-49325-083d2bc2",
"digest": {
"length": 524.0,
"function_hash": "308667186493384751920565878986248492268"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "bictcp_recalc_ssthresh",
"file": "net/ipv4/tcp_bic.c"
},
"id": "CVE-2022-49325-09b851e3",
"digest": {
"length": 525.0,
"function_hash": "152186904369512640785052680933038324005"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_fastretrans_alert",
"file": "net/ipv4/tcp_input.c"
},
"id": "CVE-2022-49325-0bd0d8a4",
"digest": {
"length": 2228.0,
"function_hash": "168903498977874690180379927244457638817"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_output.c"
},
"id": "CVE-2022-49325-0c0a3a68",
"digest": {
"threshold": 0.9,
"line_hashes": [
"70308284243011222555444733015387790366",
"58946013604097689905169463199364832084",
"155171369589579106339622386529297590047",
"2055760709073612277392583373203095766",
"323705781962511180372347873378189633857",
"301241410745541006122361709830358242744",
"328949327675521850898515628825986882390",
"106309099017851717267532913353211760165",
"128554635832424637334426233113154438499",
"158592341463037091979353996427576305961",
"152720547698937987778475277950738028014",
"122550012808075804279436307148311374048",
"239408719375017775464117143998750877311",
"46953620251459664901257262693186130332",
"67535887663901516490392452127753585557",
"141309465806676634572576181355373799723",
"14016711968764755031409240743769914075",
"62719801936819637112578956709435972093",
"280727994532402464633510972258336198105",
"254207980611788211280323804463933068485",
"204394269403532293294426960082232620876",
"77478176935136651356114330823519455134",
"24552247121434611720464888183449077342",
"213319066069727670092301741416756028645",
"294490638044914576494205858421344481569",
"327947199398122791478657861852011128406",
"254260875939074117548803020816771976568",
"87478729162060977092627177944358314924",
"228793069392424328168802891228496320926",
"250857365592149522181512062154918299528",
"51004528404162455864527085352596359199",
"326671290128900290934258904378784024486",
"214075526935355381507823443009211204983",
"40807044402474135344328690557874921796",
"125351964841140399133729234157271498538",
"158439897898119344507725448831371290876",
"43047320009910123121396365837551872616",
"179581894944685837970727471466847916214",
"124937377046438166979481979494117566525",
"186900157227498918121904986632629706401",
"126737457855343037426391979763120459844",
"320277542975846998769715670330281999516",
"17745020410248919619144299260469620010",
"17562217865745293372354873528099734061",
"93912066652407095016661143621833948363",
"54647379483511777535078086619086158538",
"298816577860433260696923619658547180860",
"171682523243083471990636528929566441104",
"52779054439444501399958127892971957314",
"203299565160658714445924551255520696637",
"48317474410401105785592963843457868604",
"329764544802204177465224795559149406699",
"188609853965847259793188951756780662910",
"290604986541315449836507649433531381690",
"128954856400361343119516167950873232075",
"45411391889400657879617036662347748616"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "hstcp_cong_avoid",
"file": "net/ipv4/tcp_highspeed.c"
},
"id": "CVE-2022-49325-0ca466cf",
"digest": {
"length": 807.0,
"function_hash": "276839330121252377041127565221050088795"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_should_expand_sndbuf",
"file": "net/ipv4/tcp_input.c"
},
"id": "CVE-2022-49325-0d1769f2",
"digest": {
"length": 333.0,
"function_hash": "277365827986648001007736290477395857108"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "cubictcp_cong_avoid",
"file": "net/ipv4/tcp_cubic.c"
},
"id": "CVE-2022-49325-0d1849a5",
"digest": {
"length": 350.0,
"function_hash": "296152676911437231624325126450961901107"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_illinois_cong_avoid",
"file": "net/ipv4/tcp_illinois.c"
},
"id": "CVE-2022-49325-0d7b063e",
"digest": {
"length": 600.0,
"function_hash": "34315383341748028255268602421214383908"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp.c"
},
"id": "CVE-2022-49325-0da89c01",
"digest": {
"threshold": 0.9,
"line_hashes": [
"242504522326802826610232870789158964734",
"309937186566725939729956028442288527298",
"337713617865681608104125742928410586155",
"132386394845576394326078540248890291783",
"130910843778213604945794291096269275967",
"206157971827762771448972614859538464172",
"139428642741048904640339451687443307940",
"59213482288986977025582255288776473315",
"133043699782844241461324341089146103755",
"161128110549095428044296438955126027733",
"22911402760463370290376693361939151202",
"47439235456117483084760567022273037504",
"88069545811594031177471705842116898531",
"75549934203279328739980122579821315281",
"266904545118519841018783344529774575543",
"83688676816957600531861699892262035418"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_illinois_cong_avoid",
"file": "net/ipv4/tcp_illinois.c"
},
"id": "CVE-2022-49325-0e08070a",
"digest": {
"length": 600.0,
"function_hash": "34315383341748028255268602421214383908"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_illinois.c"
},
"id": "CVE-2022-49325-0e89bb5b",
"digest": {
"threshold": 0.9,
"line_hashes": [
"45496533249670566486158638520389425199",
"267695553650006535274113628237161585977",
"269210180833576877533722174618116082116",
"172259861277262678842057363039431327087",
"115573789392128953503204151579930821425",
"110591773041803187472227334544831934075",
"327792319534973800929061887759969034987",
"64737606951407907646502714780102797658",
"164654454130031614343536853509564672383",
"279102590278220048298962485106052550533",
"230171756311277755813234334696471857642",
"283160144277418548022097635518101461230",
"336148411863956428724981613243706877738",
"89166151514476503007858343211814569189",
"44164395990286198094054548415179339104"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_yeah_cong_avoid",
"file": "net/ipv4/tcp_yeah.c"
},
"id": "CVE-2022-49325-0eabcf52",
"digest": {
"length": 1693.0,
"function_hash": "122408065470611909997126638806511403902"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_cong.c"
},
"id": "CVE-2022-49325-0f8a9ff4",
"digest": {
"threshold": 0.9,
"line_hashes": [
"172948014879320575171459845121873313570",
"30269693958992385473003270667726530096",
"213468855518564887125970984999020501061",
"139861410749130665736908905837754303239",
"59959878507249708484135062920285010811",
"337341430387790623157286165581406430182",
"181846766910490787342739741816360772265",
"171548902823774208212426425702388166392",
"317738782533268901899931877382536599934",
"187040916320308866481202817780347468282",
"19599952537823713003059772029512622501",
"73591711389099240763585839113626257433",
"84612598960721041658972060057681390890",
"65669386122424015410701897348848476456",
"130971552046854372438042409861864747281",
"98488725055638998444995185766165862897",
"43395543145594706136990165852410164084",
"250243345229848108964641847662868111276",
"218569012246535539859086654370649876516",
"309898365122119180535811256315280818417",
"60149009362972094298242602660314460824",
"108927412245313620248368822121285051758",
"317783199935319235297274692109378107650",
"328620415886327247009213263948782925608",
"210251065797276817651855102091538857168",
"43798997236979955030893919164125735242",
"120460709434678340605329607081454108611",
"316801280005309774683468183714235136120"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_htcp.c"
},
"id": "CVE-2022-49325-1049d108",
"digest": {
"threshold": 0.9,
"line_hashes": [
"245111156814009638597356982576626497648",
"313573098455145812613005942859595402701",
"9393285992696170647707819571109588283",
"208706467089386724774445167699184842109",
"71711561220796432952576217141325568965",
"109536164019030018375974609129051445892",
"324223687009490184567389525422877338463",
"334039451796735668648921605072853464109",
"67585760626168305700359095408080885826",
"53437767999549255122908243274188156135",
"97789607488919269645569290724380738401",
"4540130002778853556962615922645871741",
"105758017006172281944746621224544532305",
"187172701314508915837252733659314855823"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_slow_start",
"file": "net/ipv4/tcp_cong.c"
},
"id": "CVE-2022-49325-105de078",
"digest": {
"length": 242.0,
"function_hash": "259462028484865910305198659683687605135"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "dctcp_ssthresh",
"file": "net/ipv4/tcp_dctcp.c"
},
"id": "CVE-2022-49325-10659907",
"digest": {
"length": 247.0,
"function_hash": "66675955501824957508419437637465018105"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv6/tcp_ipv6.c"
},
"id": "CVE-2022-49325-1087d65b",
"digest": {
"threshold": 0.9,
"line_hashes": [
"221718876625058559258987825482661146515",
"5238474241056437441984538121405063727",
"40195481565069218516423755097844073234",
"41223003896542390795226869318663258514"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_vegas_ssthresh",
"file": "net/ipv4/tcp_vegas.c"
},
"id": "CVE-2022-49325-10a8eb07",
"digest": {
"length": 114.0,
"function_hash": "27661150239252997912453569017172213989"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "hybla_cong_avoid",
"file": "net/ipv4/tcp_hybla.c"
},
"id": "CVE-2022-49325-1109d91f",
"digest": {
"length": 1175.0,
"function_hash": "110722830884119294724743710549349981656"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_veno_cong_avoid",
"file": "net/ipv4/tcp_veno.c"
},
"id": "CVE-2022-49325-110e53e1",
"digest": {
"length": 1130.0,
"function_hash": "225129695725876042914973328546189462483"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "bbr_update_ack_aggregation",
"file": "net/ipv4/tcp_bbr.c"
},
"id": "CVE-2022-49325-11735130",
"digest": {
"length": 1252.0,
"function_hash": "123377948030817826782245103582653696916"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_fastretrans_alert",
"file": "net/ipv4/tcp_input.c"
},
"id": "CVE-2022-49325-117833fe",
"digest": {
"length": 2228.0,
"function_hash": "168903498977874690180379927244457638817"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_mtup_probe_success",
"file": "net/ipv4/tcp_input.c"
},
"id": "CVE-2022-49325-11c069a0",
"digest": {
"length": 583.0,
"function_hash": "206102297272051053997763177152009869914"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_send_loss_probe",
"file": "net/ipv4/tcp_output.c"
},
"id": "CVE-2022-49325-14330804",
"digest": {
"length": 1376.0,
"function_hash": "118718396162458180544556020143839403438"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "DBGUNDO",
"file": "net/ipv4/tcp_input.c"
},
"id": "CVE-2022-49325-14bb8cea",
"digest": {
"length": 742.0,
"function_hash": "268399372087690799542406679807410961602"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "get_tcp6_sock",
"file": "net/ipv6/tcp_ipv6.c"
},
"id": "CVE-2022-49325-16199ad8",
"digest": {
"length": 1972.0,
"function_hash": "336720108591055347810779600025858611648"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_update_metrics",
"file": "net/ipv4/tcp_metrics.c"
},
"id": "CVE-2022-49325-17b03474",
"digest": {
"length": 2809.0,
"function_hash": "11095899654515013131130627557307437068"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_cwnd_restart",
"file": "net/ipv4/tcp_output.c"
},
"id": "CVE-2022-49325-181a40cb",
"digest": {
"length": 479.0,
"function_hash": "168421556170746440889214228140949823395"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_cwnd_reduction",
"file": "net/ipv4/tcp_input.c"
},
"id": "CVE-2022-49325-184e4f97",
"digest": {
"length": 751.0,
"function_hash": "111541582347635793485064292120478315949"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcpnv_cong_avoid",
"file": "net/ipv4/tcp_nv.c"
},
"id": "CVE-2022-49325-18782d37",
"digest": {
"length": 565.0,
"function_hash": "74256641556832322967143836671415393408"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_highspeed.c"
},
"id": "CVE-2022-49325-18f28fcd",
"digest": {
"threshold": 0.9,
"line_hashes": [
"160778102482727072435813852279271176269",
"12307531416012226941201387676670207686",
"300033400081655005309021417460104378001",
"100251954811107675403768152201640598141",
"153068010969719003837083989533771066360",
"11950628494959626323490878672696872244",
"146882290811768057030032640007513697107",
"331545505862497521116287898262996893858",
"150672356952291366343612284320381025140",
"11246521762021079379020365737258315322",
"87490825820877491383089402378929766497",
"317312175882458112162247189624037909561",
"103494815079084900293022287351840303402",
"115830079350311207492274669441205959455",
"302265053106136365817216554333665018981",
"204060130824609023782746744315267190390",
"204164604230208280053419270336593052993",
"267046707616125228449711737873393730076",
"242965607074226262350542756219646962114",
"115131081958091691011665681911433148884"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_htcp.c"
},
"id": "CVE-2022-49325-194d6ee1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"245111156814009638597356982576626497648",
"313573098455145812613005942859595402701",
"9393285992696170647707819571109588283",
"208706467089386724774445167699184842109",
"71711561220796432952576217141325568965",
"109536164019030018375974609129051445892",
"324223687009490184567389525422877338463",
"334039451796735668648921605072853464109",
"67585760626168305700359095408080885826",
"53437767999549255122908243274188156135",
"97789607488919269645569290724380738401",
"4540130002778853556962615922645871741",
"105758017006172281944746621224544532305",
"187172701314508915837252733659314855823"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "bbr_set_cwnd_to_recover_or_restore",
"file": "net/ipv4/tcp_bbr.c"
},
"id": "CVE-2022-49325-19512f78",
"digest": {
"length": 837.0,
"function_hash": "50090490741317756847916473265721581264"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "bbr_set_cwnd",
"file": "net/ipv4/tcp_bbr.c"
},
"id": "CVE-2022-49325-19bcbbf3",
"digest": {
"length": 775.0,
"function_hash": "104808937697263271345034921897512263069"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_yeah_cong_avoid",
"file": "net/ipv4/tcp_yeah.c"
},
"id": "CVE-2022-49325-19d4814e",
"digest": {
"length": 1693.0,
"function_hash": "122408065470611909997126638806511403902"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "bbr_update_ack_aggregation",
"file": "net/ipv4/tcp_bbr.c"
},
"id": "CVE-2022-49325-1abdb27b",
"digest": {
"length": 1252.0,
"function_hash": "123377948030817826782245103582653696916"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_input.c"
},
"id": "CVE-2022-49325-1b31bf83",
"digest": {
"threshold": 0.9,
"line_hashes": [
"94673810116036689279439809342068563342",
"47746502722664885137459788945198781252",
"184862563287931166467159241181888876829",
"92293127491097621533965988689214668564",
"21119655823170947588523661565683095531",
"275542275241846275376609727412821245583",
"280928957125879472989839473662176262393",
"258502331179707120098144994717548610325",
"138627098484689782523629728565280263127",
"34620052754841019804063335464884797237",
"157245957831721493451186321326399100686",
"214779689640445373988240678511844547664",
"306084792599503465179817979285887410220",
"32604473450754637009644786525087143495",
"175240000554311311806318275386114977515",
"79995506879329045523044446621975398213",
"214264523503113952674611087922911575940",
"333085782111433820232961763654940929042",
"196021566581279773393606646978914989912",
"265681174233645662775654234295848488016",
"142093499642799285278625348826371414640",
"72925815740971225778430647234735665051",
"35082515814379433781660758878769655846",
"155708507272037541355038949900368306259",
"288896183070718578205871005615364489132",
"305051180842437009643112004160047402641",
"193307148874981903360379784529989540363",
"240996572384983682380740984133064832639",
"288896183070718578205871005615364489132",
"210955805854972085777743431584087902110",
"20357861330332512650965797456487890534",
"205701475606254575982184608604827777807",
"134295531985153725999835237613163128960",
"235270295214534431106643804346605849657",
"19945213395569382356851660566599619762",
"134614196001547317204794449285345377869",
"154547178112659591072712851127114514977",
"324344524275822262940724264357477992675",
"24020407021223918138602937781206070775",
"113552045221809903237545754242118529176",
"75865489244154395520102741834318953373",
"211699767570553449237669906609314036967",
"304293940209071988016260540617620971609",
"184626505628336111883232187916990486104",
"117480361379377762957650071602085495738",
"56504272821423346122249506269991206955",
"198445301889040696869951993413020982686",
"334422042001753633370190223688039318876",
"34783626022575128280983761089423281152",
"198486446602529004164594718793327604368",
"78316101105925764875917526955577995434",
"266377584724522046584937560437504850365",
"215776833962278194759869510612323356205",
"338596859450166873386363816313591469376",
"190483825210180635102826631040573138832",
"207375569399268830339152760689715364909",
"319692978747983928661884366303364197564",
"212609918427249309571911951070286406754",
"254896368304808925897061299769379557164",
"182133850649403184175194541839203709205",
"310290118310024775791032504291051586270",
"164593072780294021964663969045393294513",
"316191044039060333726490323802788756464",
"226308130721567872506457101524213306111",
"100294988836848673258137875209018976541"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_xmit_retransmit_queue",
"file": "net/ipv4/tcp_output.c"
},
"id": "CVE-2022-49325-1bdd4619",
"digest": {
"length": 1406.0,
"function_hash": "221769842086878869171991525297556842530"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_dctcp.c"
},
"id": "CVE-2022-49325-1c28e9b8",
"digest": {
"threshold": 0.9,
"line_hashes": [
"311889158732726014448931389480734611713",
"109995902479404404599757068131247870040",
"74244470713842018799788568788705413534",
"190753840492194690044676155999286108793",
"316510841565468161209198368692466989512",
"311889158732726014448931389480734611713",
"319924375728228663911852322824919920163",
"28457778002950452366578299859187169615",
"99787593202727655698620380287789984558",
"211383154853277811524646173205376905873",
"83098929722155073077897401523825110441",
"172254831942940558167626902545337790468",
"66030294372584719476247855339899836963",
"289265852513449464124004317534246310528",
"40886705924972622705783736069882286137"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "bbr_update_ack_aggregation",
"file": "net/ipv4/tcp_bbr.c"
},
"id": "CVE-2022-49325-1e2312b4",
"digest": {
"length": 1252.0,
"function_hash": "123377948030817826782245103582653696916"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_yeah_ssthresh",
"file": "net/ipv4/tcp_yeah.c"
},
"id": "CVE-2022-49325-1e305177",
"digest": {
"length": 520.0,
"function_hash": "134963311987678734251723184024150239041"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_init_cwnd_reduction",
"file": "net/ipv4/tcp_input.c"
},
"id": "CVE-2022-49325-1fc6d094",
"digest": {
"length": 350.0,
"function_hash": "187635464282922566179166626720111489195"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "bbr_check_probe_rtt_done",
"file": "net/ipv4/tcp_bbr.c"
},
"id": "CVE-2022-49325-1fd08a64",
"digest": {
"length": 352.0,
"function_hash": "334561166907142552893327945252510226689"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_cubic.c"
},
"id": "CVE-2022-49325-2051687a",
"digest": {
"threshold": 0.9,
"line_hashes": [
"269964729284183921170665555184731110256",
"4441047532263068719779107915409783470",
"306482971389666757694876207651183410882",
"28484311310866039167522023584906253025",
"98320132914515775548301725022530491264",
"75588190814499022805433760294254255141",
"208379296169106154460735417305298186652",
"155498680495794319420409245530432833628",
"116899145936744126869408262098091521396",
"154486292669469386834606230233304383506",
"59058561500174739146617569429025265987",
"329216747690056061975640083813395182091",
"165558803257308782432231964040557256946",
"19327862169402809562549535764269884910",
"211974542347859013631913072741562626817",
"246013999884176582791564981366551027860",
"196499533693591277659645704112987151317",
"331340987671826436825743717405178968510",
"44972588607325511789438194210108409534",
"263819877276068205144308091022088048961",
"180789617456067471610330922130678529786",
"200480194366459776982682019146455259246",
"299412941031812891608098828608654113075",
"113093432374165109468486201257787360920",
"236018758937714219924102247172125589839",
"148364129546929414527097868531361155461",
"200480194366459776982682019146455259246",
"299412941031812891608098828608654113075",
"308279816631264166428657957617410830290",
"330669097791258660421032579507959682480",
"107742190758395592857244092499463677736",
"228085235361372790965433967910447524100"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_is_cwnd_limited",
"file": "include/net/tcp.h"
},
"id": "CVE-2022-49325-206b4267",
"digest": {
"length": 207.0,
"function_hash": "101012575568791196393500114371462919574"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "hybla_cong_avoid",
"file": "net/ipv4/tcp_hybla.c"
},
"id": "CVE-2022-49325-20818873",
"digest": {
"length": 1175.0,
"function_hash": "110722830884119294724743710549349981656"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_yeah.c"
},
"id": "CVE-2022-49325-215ad2c6",
"digest": {
"threshold": 0.9,
"line_hashes": [
"114635185301038179485772419319369649539",
"230741416951368683847135231656967360883",
"218128442060322600727696271503522564346",
"319668075210955380563954893611041231224",
"265726251021557374516047105602531205084",
"94824389958773155231397962381450638076",
"206573605096405947399340170125533075691",
"230110211928985599391681539504969891969",
"219870489434033266032055242433737871958",
"256666298042423039250856627353500730667",
"57676054595375162668752057007192782193",
"177093681894060167353541432233309248485",
"67012756525000949561164983259077865063",
"72787368602974864779227741801461265393",
"97756748072012723039076285869205774476",
"311033729137986493294388642851744217191",
"321465030727455104356920049730337107525",
"221966590380154292171541963888332427134",
"224871893044653980343393954896873785877",
"31915899482210522637280870123610838812",
"170735498769227970828526548232752641626",
"68979227005791622273022503694554423219",
"28130237244049536809502491827225159769",
"161099568025894746800229865963135825606",
"17017095266152213258387375808473266463",
"126103293580176723141729284751161906574",
"206330829546041559892065895249202651779",
"227161707935531775520051227231123288067",
"93866851889811192220926540460396232462",
"85779673626518778661800424382871435757",
"259903718523496268133942215247395037908",
"190757900175064948533862516652913738279",
"258260525625164446076804408637012903695",
"278307847840088212532465695933558349012",
"72745348586687994302608243361570050739",
"123851355177408276711825521037872976313",
"204174416498848977679024144026128752374",
"119182739422977136684451775786485710882"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_cdg_cong_avoid",
"file": "net/ipv4/tcp_cdg.c"
},
"id": "CVE-2022-49325-21ec72d1",
"digest": {
"length": 833.0,
"function_hash": "339092183478897357814894347568813772105"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_hybla.c"
},
"id": "CVE-2022-49325-234c743a",
"digest": {
"threshold": 0.9,
"line_hashes": [
"316134211634663870308305976628516525676",
"22624035012989273550186922184266870486",
"93882370632104878981682464592580526793",
"127221594655280800431931615375660020359",
"185388919823577320105588533048698475936",
"296965835044729552389395159220634184032",
"233891422775105749272553889495466260112",
"122839742633301523234751735771704766924",
"272487258140219016671836453176583923900",
"108171327418346771751550859086036322287",
"686651590136539475794757561179241063",
"217078326365166776640475150120773275706",
"330416176035599708389707913088301558634",
"318714411565172071631699248810065892986",
"153214116483249551847607957765770555578",
"54891943259799502494914635385754351998",
"209809737088251417192227536633171956426",
"320681139779752173368460239764203032540",
"36747142081720621557607945760578494343",
"286665560051489063519352147582786493327",
"244625963593132691576515684195543767596",
"260850904518219183148919150727441462368",
"270075265087629703767314778530323942943",
"330714112802951229713564748552882316834",
"36945910287017703123110941253289984934",
"174025027063969398124989028084374483099",
"313251580300109142012354654600452018156",
"89201495906514088795788214993066576314",
"252897364539709661159322419415930527285",
"196498954164912289247454380572431718068"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_cong.c"
},
"id": "CVE-2022-49325-23adb7e2",
"digest": {
"threshold": 0.9,
"line_hashes": [
"172948014879320575171459845121873313570",
"30269693958992385473003270667726530096",
"213468855518564887125970984999020501061",
"139861410749130665736908905837754303239",
"59959878507249708484135062920285010811",
"337341430387790623157286165581406430182",
"181846766910490787342739741816360772265",
"171548902823774208212426425702388166392",
"317738782533268901899931877382536599934",
"187040916320308866481202817780347468282",
"19599952537823713003059772029512622501",
"73591711389099240763585839113626257433",
"84612598960721041658972060057681390890",
"65669386122424015410701897348848476456",
"130971552046854372438042409861864747281",
"98488725055638998444995185766165862897",
"43395543145594706136990165852410164084",
"250243345229848108964641847662868111276",
"218569012246535539859086654370649876516",
"309898365122119180535811256315280818417",
"60149009362972094298242602660314460824",
"108927412245313620248368822121285051758",
"317783199935319235297274692109378107650",
"328620415886327247009213263948782925608",
"210251065797276817651855102091538857168",
"43798997236979955030893919164125735242",
"120460709434678340605329607081454108611",
"316801280005309774683468183714235136120"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_rate.c"
},
"id": "CVE-2022-49325-249e4d16",
"digest": {
"threshold": 0.9,
"line_hashes": [
"293739308092431640923020758779536148165",
"294509426248555965441745905276176968146",
"245855455807134128448596445554934466283",
"325292880008002530605363123355241207733"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_illinois_ssthresh",
"file": "net/ipv4/tcp_illinois.c"
},
"id": "CVE-2022-49325-2648111a",
"digest": {
"length": 210.0,
"function_hash": "201815190756008343245510676946179917548"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcpnv_cong_avoid",
"file": "net/ipv4/tcp_nv.c"
},
"id": "CVE-2022-49325-266e9d74",
"digest": {
"length": 565.0,
"function_hash": "74256641556832322967143836671415393408"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_cwnd_application_limited",
"file": "net/ipv4/tcp_output.c"
},
"id": "CVE-2022-49325-26c7e804",
"digest": {
"length": 525.0,
"function_hash": "144196478522690577675813384034287135519"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "measure_achieved_throughput",
"file": "net/ipv4/tcp_htcp.c"
},
"id": "CVE-2022-49325-276485d9",
"digest": {
"length": 1105.0,
"function_hash": "296673787651918732798644616111854489151"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_init_transfer",
"file": "net/ipv4/tcp_input.c"
},
"id": "CVE-2022-49325-28f55497",
"digest": {
"length": 521.0,
"function_hash": "66319056344133454888460699666348281336"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "htcp_recalc_ssthresh",
"file": "net/ipv4/tcp_htcp.c"
},
"id": "CVE-2022-49325-2a1b920b",
"digest": {
"length": 212.0,
"function_hash": "93593330477316449440571318017509763883"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "dctcp_ssthresh",
"file": "net/ipv4/tcp_dctcp.c"
},
"id": "CVE-2022-49325-2ab4f392",
"digest": {
"length": 247.0,
"function_hash": "66675955501824957508419437637465018105"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_illinois.c"
},
"id": "CVE-2022-49325-2d6e94de",
"digest": {
"threshold": 0.9,
"line_hashes": [
"45496533249670566486158638520389425199",
"267695553650006535274113628237161585977",
"269210180833576877533722174618116082116",
"172259861277262678842057363039431327087",
"115573789392128953503204151579930821425",
"110591773041803187472227334544831934075",
"327792319534973800929061887759969034987",
"64737606951407907646502714780102797658",
"164654454130031614343536853509564672383",
"279102590278220048298962485106052550533",
"230171756311277755813234334696471857642",
"283160144277418548022097635518101461230",
"336148411863956428724981613243706877738",
"89166151514476503007858343211814569189",
"44164395990286198094054548415179339104"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "cubictcp_acked",
"file": "net/ipv4/tcp_cubic.c"
},
"id": "CVE-2022-49325-2d8bde75",
"digest": {
"length": 532.0,
"function_hash": "200144576657571530433229970942106624"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "get_tcp6_sock",
"file": "net/ipv6/tcp_ipv6.c"
},
"id": "CVE-2022-49325-2e43c817",
"digest": {
"length": 1972.0,
"function_hash": "336720108591055347810779600025858611648"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "bictcp_recalc_ssthresh",
"file": "net/ipv4/tcp_bic.c"
},
"id": "CVE-2022-49325-2eb49211",
"digest": {
"length": 525.0,
"function_hash": "152186904369512640785052680933038324005"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_cwnd_test",
"file": "net/ipv4/tcp_output.c"
},
"id": "CVE-2022-49325-2ed04202",
"digest": {
"length": 360.0,
"function_hash": "200189554745479846557185535801254460749"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_write_xmit",
"file": "net/ipv4/tcp_output.c"
},
"id": "CVE-2022-49325-2efc5b97",
"digest": {
"length": 2183.0,
"function_hash": "33104673471727694681839736817400104702"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "_bpf_setsockopt",
"file": "net/core/filter.c"
},
"id": "CVE-2022-49325-2f9f7f07",
"digest": {
"length": 5103.0,
"function_hash": "283519490711998358158671380072252721445"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_rate_check_app_limited",
"file": "net/ipv4/tcp_rate.c"
},
"id": "CVE-2022-49325-30488c4b",
"digest": {
"length": 318.0,
"function_hash": "319382997644708697605712502194624383469"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_vegas.c"
},
"id": "CVE-2022-49325-304c07da",
"digest": {
"threshold": 0.9,
"line_hashes": [
"168321572947089187936341189123280932969",
"7265402322351205813002300038445165156",
"136500655925542913583467932870478353076",
"68150420803442247338253366175637670144",
"202437103573711317642422540249418611328",
"172948171061298924173577675548619848082",
"299294894744089600159110230763379692808",
"178713859382726413583627774909924824686",
"216267308715639743976989593406162813187",
"81951059316154378817714508470549552747",
"147409465756646789751879517336377741127",
"221352827698066856351348728625382192264",
"133098054598090405674250704341286329544",
"132293675043157399111073500052522438103",
"303273646006335038489534710215698006896",
"148644665116894028744739421481249248888",
"292561423443211043472881549048671630142",
"48290543361266847559430086418114330756",
"129242427951379391781516350741856102906",
"255705999706233305132938985144388116439",
"101796984534222572028935204004574215956",
"193127325000791825163553227677992019741",
"150504310049769253877670363946681563226",
"187969081237767539031580202838580557227",
"276589183131363764328317158455914543158",
"103774883401580795549861704523105618201",
"102622896310230444542793125455127220506"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "dctcp_cwnd_undo",
"file": "net/ipv4/tcp_dctcp.c"
},
"id": "CVE-2022-49325-3194d90a",
"digest": {
"length": 156.0,
"function_hash": "147414738520215578457592953692463557571"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_reno_ssthresh",
"file": "net/ipv4/tcp_cong.c"
},
"id": "CVE-2022-49325-32b1442a",
"digest": {
"length": 126.0,
"function_hash": "160351688439178996940711267058142765302"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_cong_avoid_ai",
"file": "net/ipv4/tcp_cong.c"
},
"id": "CVE-2022-49325-33e9aae1",
"digest": {
"length": 421.0,
"function_hash": "183182787243124210547253903422570388134"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_illinois.c"
},
"id": "CVE-2022-49325-357df4a6",
"digest": {
"threshold": 0.9,
"line_hashes": [
"45496533249670566486158638520389425199",
"267695553650006535274113628237161585977",
"269210180833576877533722174618116082116",
"172259861277262678842057363039431327087",
"115573789392128953503204151579930821425",
"110591773041803187472227334544831934075",
"327792319534973800929061887759969034987",
"64737606951407907646502714780102797658",
"164654454130031614343536853509564672383",
"279102590278220048298962485106052550533",
"230171756311277755813234334696471857642",
"283160144277418548022097635518101461230",
"336148411863956428724981613243706877738",
"89166151514476503007858343211814569189",
"44164395990286198094054548415179339104"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_in_slow_start",
"file": "include/net/tcp.h"
},
"id": "CVE-2022-49325-359a8864",
"digest": {
"length": 107.0,
"function_hash": "198947383113177074154304870483327105902"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "cubictcp_recalc_ssthresh",
"file": "net/ipv4/tcp_cubic.c"
},
"id": "CVE-2022-49325-3690c2eb",
"digest": {
"length": 434.0,
"function_hash": "189108992964613525817407308666003933974"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "bbr_undo_cwnd",
"file": "net/ipv4/tcp_bbr.c"
},
"id": "CVE-2022-49325-36b08454",
"digest": {
"length": 185.0,
"function_hash": "266270838025875473243564713562027122424"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcpnv_recalc_ssthresh",
"file": "net/ipv4/tcp_nv.c"
},
"id": "CVE-2022-49325-374ad320",
"digest": {
"length": 158.0,
"function_hash": "15964421195531867276750924828068947590"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_init_sock",
"file": "net/ipv4/tcp.c"
},
"id": "CVE-2022-49325-3836e5d2",
"digest": {
"length": 1144.0,
"function_hash": "81982646202385822034454128319058524103"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "update_params",
"file": "net/ipv4/tcp_illinois.c"
},
"id": "CVE-2022-49325-3870fa85",
"digest": {
"length": 424.0,
"function_hash": "290220533293555520633017742707834408740"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "include/net/tcp.h"
},
"id": "CVE-2022-49325-38ff80b2",
"digest": {
"threshold": 0.9,
"line_hashes": [
"90858359977767631602116187538800363104",
"286290852035811716608938392152604965467",
"80505101437601273863551154111873169994",
"154444152711215874466375000262289042403",
"3646842015184278599475563630558490072",
"66173095892547733211459271571007827861",
"140615465346793699996136303669306053368",
"23842362547916798863503355178312853109",
"7399711932070849647136445695980680502",
"193444771519039830915362196990598640790",
"193903637032588499061298440672390570213",
"149875536078861320676525359321884069069",
"158744261579855523011245261680259473001",
"297672391407164408828708279472996174528",
"226546276376288593149739065075936894738"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_in_slow_start",
"file": "include/net/tcp.h"
},
"id": "CVE-2022-49325-399dc2a6",
"digest": {
"length": 107.0,
"function_hash": "198947383113177074154304870483327105902"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_tsq_write",
"file": "net/ipv4/tcp_output.c"
},
"id": "CVE-2022-49325-39d8ecaa",
"digest": {
"length": 407.0,
"function_hash": "46066008780812571492998771097735776357"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "hstcp_ssthresh",
"file": "net/ipv4/tcp_highspeed.c"
},
"id": "CVE-2022-49325-39f0eef9",
"digest": {
"length": 230.0,
"function_hash": "271916227650027518142952917269268295425"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "htcp_cong_avoid",
"file": "net/ipv4/tcp_htcp.c"
},
"id": "CVE-2022-49325-3a98501c",
"digest": {
"length": 497.0,
"function_hash": "3160199407751740849747690412127217040"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_rate_check_app_limited",
"file": "net/ipv4/tcp_rate.c"
},
"id": "CVE-2022-49325-3a9c497c",
"digest": {
"length": 318.0,
"function_hash": "319382997644708697605712502194624383469"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "DBGUNDO",
"file": "net/ipv4/tcp_input.c"
},
"id": "CVE-2022-49325-3aa710fb",
"digest": {
"length": 742.0,
"function_hash": "268399372087690799542406679807410961602"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_is_cwnd_limited",
"file": "include/net/tcp.h"
},
"id": "CVE-2022-49325-3b069d97",
"digest": {
"length": 207.0,
"function_hash": "101012575568791196393500114371462919574"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "hystart_update",
"file": "net/ipv4/tcp_cubic.c"
},
"id": "CVE-2022-49325-3cb1b346",
"digest": {
"length": 1414.0,
"function_hash": "300455642338219680037303815146843559640"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/core/filter.c"
},
"id": "CVE-2022-49325-3d10d346",
"digest": {
"threshold": 0.9,
"line_hashes": [
"263702733958106393470220323856060460741",
"65309840802913803946661157163804708905",
"260849677221971777381180319196216251788",
"215437328429041749114044191700981205223"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "hybla_cong_avoid",
"file": "net/ipv4/tcp_hybla.c"
},
"id": "CVE-2022-49325-3d3725f8",
"digest": {
"length": 1175.0,
"function_hash": "110722830884119294724743710549349981656"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_scalable.c"
},
"id": "CVE-2022-49325-3e883f72",
"digest": {
"threshold": 0.9,
"line_hashes": [
"180581449501690173200094549050931876361",
"84425555964812259460276617293114497538",
"97136848228202487250084810076416048881",
"331088225119987584097391510258695519559",
"292114673697278140281933577204164883569",
"326726257699060165400035326105447759427",
"25251622468322486541561013118506314532",
"6853962931741044905899164432695110411"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "hybla_init",
"file": "net/ipv4/tcp_hybla.c"
},
"id": "CVE-2022-49325-3f3cf355",
"digest": {
"length": 386.0,
"function_hash": "327349834059030434484816995117897961917"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "hstcp_cong_avoid",
"file": "net/ipv4/tcp_highspeed.c"
},
"id": "CVE-2022-49325-3ff8cfb3",
"digest": {
"length": 807.0,
"function_hash": "276839330121252377041127565221050088795"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_reno_ssthresh",
"file": "net/ipv4/tcp_cong.c"
},
"id": "CVE-2022-49325-400a7d0a",
"digest": {
"length": 126.0,
"function_hash": "160351688439178996940711267058142765302"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "dctcp_cwnd_undo",
"file": "net/ipv4/tcp_dctcp.c"
},
"id": "CVE-2022-49325-40491631",
"digest": {
"length": 156.0,
"function_hash": "147414738520215578457592953692463557571"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_should_expand_sndbuf",
"file": "net/ipv4/tcp_input.c"
},
"id": "CVE-2022-49325-4098597a",
"digest": {
"length": 433.0,
"function_hash": "97365893401816501486296706608260371098"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "bbr_update_ack_aggregation",
"file": "net/ipv4/tcp_bbr.c"
},
"id": "CVE-2022-49325-40f9faa2",
"digest": {
"length": 1252.0,
"function_hash": "123377948030817826782245103582653696916"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "cubictcp_cong_avoid",
"file": "net/ipv4/tcp_cubic.c"
},
"id": "CVE-2022-49325-41096d3f",
"digest": {
"length": 350.0,
"function_hash": "296152676911437231624325126450961901107"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_cdg_cwnd_event",
"file": "net/ipv4/tcp_cdg.c"
},
"id": "CVE-2022-49325-419ddd4e",
"digest": {
"length": 595.0,
"function_hash": "91694747754131866313971313612827382508"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_westwood_event",
"file": "net/ipv4/tcp_westwood.c"
},
"id": "CVE-2022-49325-42a722f1",
"digest": {
"length": 363.0,
"function_hash": "12635906024111616887705309582352046081"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "bbr_undo_cwnd",
"file": "net/ipv4/tcp_bbr.c"
},
"id": "CVE-2022-49325-42b8a7ba",
"digest": {
"length": 185.0,
"function_hash": "266270838025875473243564713562027122424"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "dctcp_react_to_loss",
"file": "net/ipv4/tcp_dctcp.c"
},
"id": "CVE-2022-49325-4330c11c",
"digest": {
"length": 214.0,
"function_hash": "307116086447076974576719598606713355657"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "bbr_set_cwnd_to_recover_or_restore",
"file": "net/ipv4/tcp_bbr.c"
},
"id": "CVE-2022-49325-434b1239",
"digest": {
"length": 837.0,
"function_hash": "50090490741317756847916473265721581264"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "dctcp_react_to_loss",
"file": "net/ipv4/tcp_dctcp.c"
},
"id": "CVE-2022-49325-43d94e86",
"digest": {
"length": 214.0,
"function_hash": "307116086447076974576719598606713355657"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_disconnect",
"file": "net/ipv4/tcp.c"
},
"id": "CVE-2022-49325-43e7559c",
"digest": {
"length": 3416.0,
"function_hash": "165130177596552148524431085636292289270"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_rate.c"
},
"id": "CVE-2022-49325-44067e38",
"digest": {
"threshold": 0.9,
"line_hashes": [
"293739308092431640923020758779536148165",
"294509426248555965441745905276176968146",
"245855455807134128448596445554934466283",
"325292880008002530605363123355241207733"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "bbr_init_pacing_rate_from_rtt",
"file": "net/ipv4/tcp_bbr.c"
},
"id": "CVE-2022-49325-44493bc0",
"digest": {
"length": 404.0,
"function_hash": "88066912486680181330272591464748425817"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_cdg_hystart_update",
"file": "net/ipv4/tcp_cdg.c"
},
"id": "CVE-2022-49325-448b8259",
"digest": {
"length": 1208.0,
"function_hash": "297839099862082518178115318895743306900"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "update_params",
"file": "net/ipv4/tcp_illinois.c"
},
"id": "CVE-2022-49325-44986efc",
"digest": {
"length": 424.0,
"function_hash": "290220533293555520633017742707834408740"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_dctcp.c"
},
"id": "CVE-2022-49325-449e1b19",
"digest": {
"threshold": 0.9,
"line_hashes": [
"311889158732726014448931389480734611713",
"109995902479404404599757068131247870040",
"74244470713842018799788568788705413534",
"190753840492194690044676155999286108793",
"316510841565468161209198368692466989512",
"311889158732726014448931389480734611713",
"319924375728228663911852322824919920163",
"28457778002950452366578299859187169615",
"99787593202727655698620380287789984558",
"211383154853277811524646173205376905873",
"83098929722155073077897401523825110441",
"172254831942940558167626902545337790468",
"66030294372584719476247855339899836963",
"289265852513449464124004317534246310528",
"40886705924972622705783736069882286137"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_mtu_probe",
"file": "net/ipv4/tcp_output.c"
},
"id": "CVE-2022-49325-44b4f433",
"digest": {
"length": 2706.0,
"function_hash": "171778895231731305250968653707658548221"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_in_slow_start",
"file": "include/net/tcp.h"
},
"id": "CVE-2022-49325-44c4e13d",
"digest": {
"length": 107.0,
"function_hash": "198947383113177074154304870483327105902"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_cwnd_reduction",
"file": "net/ipv4/tcp_input.c"
},
"id": "CVE-2022-49325-459d36d1",
"digest": {
"length": 751.0,
"function_hash": "111541582347635793485064292120478315949"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_mtup_probe_success",
"file": "net/ipv4/tcp_input.c"
},
"id": "CVE-2022-49325-46f37856",
"digest": {
"length": 583.0,
"function_hash": "206102297272051053997763177152009869914"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_cwnd_restart",
"file": "net/ipv4/tcp_output.c"
},
"id": "CVE-2022-49325-4817ada9",
"digest": {
"length": 479.0,
"function_hash": "168421556170746440889214228140949823395"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_tsq_write",
"file": "net/ipv4/tcp_output.c"
},
"id": "CVE-2022-49325-49718c18",
"digest": {
"length": 407.0,
"function_hash": "46066008780812571492998771097735776357"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "dctcp_cwnd_undo",
"file": "net/ipv4/tcp_dctcp.c"
},
"id": "CVE-2022-49325-4b18f7c0",
"digest": {
"length": 156.0,
"function_hash": "147414738520215578457592953692463557571"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_vegas_ssthresh",
"file": "net/ipv4/tcp_vegas.c"
},
"id": "CVE-2022-49325-4b886856",
"digest": {
"length": 114.0,
"function_hash": "27661150239252997912453569017172213989"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_update_pacing_rate",
"file": "net/ipv4/tcp_input.c"
},
"id": "CVE-2022-49325-4b8f052b",
"digest": {
"length": 575.0,
"function_hash": "180514912895452267473792260233440858931"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "htcp_cong_avoid",
"file": "net/ipv4/tcp_htcp.c"
},
"id": "CVE-2022-49325-4c4415ec",
"digest": {
"length": 497.0,
"function_hash": "3160199407751740849747690412127217040"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "htcp_cong_avoid",
"file": "net/ipv4/tcp_htcp.c"
},
"id": "CVE-2022-49325-4c7a2538",
"digest": {
"length": 497.0,
"function_hash": "3160199407751740849747690412127217040"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_should_expand_sndbuf",
"file": "net/ipv4/tcp_input.c"
},
"id": "CVE-2022-49325-4cb5eb8b",
"digest": {
"length": 433.0,
"function_hash": "97365893401816501486296706608260371098"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_cwnd_reduction",
"file": "net/ipv4/tcp_input.c"
},
"id": "CVE-2022-49325-4cdde7b7",
"digest": {
"length": 751.0,
"function_hash": "111541582347635793485064292120478315949"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "cubictcp_acked",
"file": "net/ipv4/tcp_cubic.c"
},
"id": "CVE-2022-49325-4d2dc1fd",
"digest": {
"length": 532.0,
"function_hash": "200144576657571530433229970942106624"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_undo_cwnd_reduction",
"file": "net/ipv4/tcp_input.c"
},
"id": "CVE-2022-49325-4daa7688",
"digest": {
"length": 613.0,
"function_hash": "305631264409287915275766254145623275179"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_update_metrics",
"file": "net/ipv4/tcp_metrics.c"
},
"id": "CVE-2022-49325-4dc4097e",
"digest": {
"length": 2809.0,
"function_hash": "11095899654515013131130627557307437068"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_mtup_probe_success",
"file": "net/ipv4/tcp_input.c"
},
"id": "CVE-2022-49325-4df8a58e",
"digest": {
"length": 583.0,
"function_hash": "206102297272051053997763177152009869914"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_cdg_backoff",
"file": "net/ipv4/tcp_cdg.c"
},
"id": "CVE-2022-49325-4e217b22",
"digest": {
"length": 434.0,
"function_hash": "10708241222707889718062605195683542241"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_ipv4.c"
},
"id": "CVE-2022-49325-4e9ca67f",
"digest": {
"threshold": 0.9,
"line_hashes": [
"302648630239287503910631153196228160862",
"24545236437069320726436926960610216449",
"150463419009405007928126538077779465802",
"3110403611471871872620641585709253843"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "get_tcp6_sock",
"file": "net/ipv6/tcp_ipv6.c"
},
"id": "CVE-2022-49325-4eb45c3f",
"digest": {
"length": 1972.0,
"function_hash": "336720108591055347810779600025858611648"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "bbr_check_probe_rtt_done",
"file": "net/ipv4/tcp_bbr.c"
},
"id": "CVE-2022-49325-4ef147d2",
"digest": {
"length": 352.0,
"function_hash": "334561166907142552893327945252510226689"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_end_cwnd_reduction",
"file": "net/ipv4/tcp_input.c"
},
"id": "CVE-2022-49325-4fa727c8",
"digest": {
"length": 410.0,
"function_hash": "261099976227775729919328793807480114914"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcpnv_acked",
"file": "net/ipv4/tcp_nv.c"
},
"id": "CVE-2022-49325-4fbe9644",
"digest": {
"length": 3932.0,
"function_hash": "304303041594118798160135744024791905295"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_cdg_backoff",
"file": "net/ipv4/tcp_cdg.c"
},
"id": "CVE-2022-49325-515d5e7f",
"digest": {
"length": 434.0,
"function_hash": "10708241222707889718062605195683542241"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_get_info",
"file": "net/ipv4/tcp.c"
},
"id": "CVE-2022-49325-51a753ca",
"digest": {
"length": 3791.0,
"function_hash": "228796313733341311896110081403027354007"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_vegas_ssthresh",
"file": "net/ipv4/tcp_vegas.c"
},
"id": "CVE-2022-49325-51ce8ef9",
"digest": {
"length": 114.0,
"function_hash": "27661150239252997912453569017172213989"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_metrics.c"
},
"id": "CVE-2022-49325-5204ee1a",
"digest": {
"threshold": 0.9,
"line_hashes": [
"18258809822485504580628204683167130510",
"331986268658773064447144501715285642374",
"223018694228435650004012583183804040381",
"119737069148687187192660570782524126883",
"53793670749416403868072641228522504199",
"261430496599170151004541303702696709776",
"255207064643355176156764387409803338902",
"38329716246127829213569372610585551958",
"336968800056597798950019059336262724124",
"9841912356439432748651482556971353437",
"25373589168266391721204653028111952280",
"194552747446516710185955964326725136163",
"156941080283631792304605553105947272112",
"155154729837667131601405668081680500240",
"262570722990258185205678279052847855491",
"83140611412363414176923823139072117245",
"34729702196693031365282052441629319906",
"197285980938849375779974485664451031092",
"87675669404707662254746911579457209541"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_ipv4.c"
},
"id": "CVE-2022-49325-54fc538d",
"digest": {
"threshold": 0.9,
"line_hashes": [
"302648630239287503910631153196228160862",
"24545236437069320726436926960610216449",
"150463419009405007928126538077779465802",
"3110403611471871872620641585709253843"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "measure_achieved_throughput",
"file": "net/ipv4/tcp_htcp.c"
},
"id": "CVE-2022-49325-565be3c8",
"digest": {
"length": 1105.0,
"function_hash": "296673787651918732798644616111854489151"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "_bpf_setsockopt",
"file": "net/core/filter.c"
},
"id": "CVE-2022-49325-56fbb16d",
"digest": {
"length": 5103.0,
"function_hash": "283519490711998358158671380072252721445"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp.c"
},
"id": "CVE-2022-49325-5758b7e3",
"digest": {
"threshold": 0.9,
"line_hashes": [
"242504522326802826610232870789158964734",
"309937186566725939729956028442288527298",
"337713617865681608104125742928410586155",
"132386394845576394326078540248890291783",
"130910843778213604945794291096269275967",
"206157971827762771448972614859538464172",
"139428642741048904640339451687443307940",
"59213482288986977025582255288776473315",
"133043699782844241461324341089146103755",
"161128110549095428044296438955126027733",
"22911402760463370290376693361939151202",
"47439235456117483084760567022273037504",
"88069545811594031177471705842116898531",
"75549934203279328739980122579821315281",
"266904545118519841018783344529774575543",
"83688676816957600531861699892262035418"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_send_loss_probe",
"file": "net/ipv4/tcp_output.c"
},
"id": "CVE-2022-49325-5760ccb2",
"digest": {
"length": 1376.0,
"function_hash": "118718396162458180544556020143839403438"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_reno_cong_avoid",
"file": "net/ipv4/tcp_cong.c"
},
"id": "CVE-2022-49325-57cf170d",
"digest": {
"length": 268.0,
"function_hash": "323509959422068687506611505107360679550"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "hystart_update",
"file": "net/ipv4/tcp_cubic.c"
},
"id": "CVE-2022-49325-58222422",
"digest": {
"length": 1414.0,
"function_hash": "300455642338219680037303815146843559640"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_bbr.c"
},
"id": "CVE-2022-49325-58e0d1c9",
"digest": {
"threshold": 0.9,
"line_hashes": [
"49665248556735344778247693118926858130",
"112310351792684541094250113378699768537",
"284777599967660042382425915043110686556",
"120929363261285382441415077354333642385",
"201047139866293356334819187347852843341",
"252647105217696392327191023122307092050",
"283551599031139232991405585769345243093",
"177581945867494777623203716495733475298",
"190217966028620453383715938449334183775",
"288761535598997198106803043590365597298",
"41614622212853610632783631291761837635",
"24606381404333741470748345655601328444",
"287383827226942496869240597318801870860",
"152098040738730402561732725938898974263",
"105277108435798845794462572898537460360",
"28233956922570955772442551019731606878",
"230274917037241403616086847698008926197",
"42531231289105187275075943241714541405",
"18843453507344966062148126908893192220",
"197378997144576894490013157042095401151",
"50048035108188618528641494783525350300",
"65688514412678061328948802417541044926",
"227049667365406975919233054378981766256",
"48621042074615082459284061718165123212",
"298165888099757922580122180502444000223",
"208818625680232915991695306890277105626",
"144329985167579982718140271473160116248",
"82749684395718948374279413897782949228",
"299178945882385043927106176275094966892",
"31694225316147272192549950797258438683",
"300700657871918001652525940294875987561",
"223053184033189862659291311663251514339",
"171685094618977106363684826035895801164",
"144088544851192818534252099214321155323",
"179197253683415613533111542984860674232",
"266136600908845866465769781910051904196"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_sndbuf_expand",
"file": "net/ipv4/tcp_input.c"
},
"id": "CVE-2022-49325-5aa38cab",
"digest": {
"length": 691.0,
"function_hash": "57822231547269786584801070578381240044"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_init_sock",
"file": "net/ipv4/tcp.c"
},
"id": "CVE-2022-49325-5ac09c83",
"digest": {
"length": 1190.0,
"function_hash": "218517107996165994973771287213202320773"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_veno_cong_avoid",
"file": "net/ipv4/tcp_veno.c"
},
"id": "CVE-2022-49325-5b16ca90",
"digest": {
"length": 1130.0,
"function_hash": "225129695725876042914973328546189462483"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_input.c"
},
"id": "CVE-2022-49325-5b4a7d6f",
"digest": {
"threshold": 0.9,
"line_hashes": [
"94673810116036689279439809342068563342",
"47746502722664885137459788945198781252",
"184862563287931166467159241181888876829",
"92293127491097621533965988689214668564",
"21119655823170947588523661565683095531",
"275542275241846275376609727412821245583",
"280928957125879472989839473662176262393",
"258502331179707120098144994717548610325",
"138627098484689782523629728565280263127",
"34620052754841019804063335464884797237",
"157245957831721493451186321326399100686",
"214779689640445373988240678511844547664",
"306084792599503465179817979285887410220",
"32604473450754637009644786525087143495",
"175240000554311311806318275386114977515",
"79995506879329045523044446621975398213",
"214264523503113952674611087922911575940",
"333085782111433820232961763654940929042",
"196021566581279773393606646978914989912",
"265681174233645662775654234295848488016",
"142093499642799285278625348826371414640",
"72925815740971225778430647234735665051",
"35082515814379433781660758878769655846",
"155708507272037541355038949900368306259",
"288896183070718578205871005615364489132",
"305051180842437009643112004160047402641",
"193307148874981903360379784529989540363",
"240996572384983682380740984133064832639",
"288896183070718578205871005615364489132",
"210955805854972085777743431584087902110",
"20357861330332512650965797456487890534",
"205701475606254575982184608604827777807",
"134295531985153725999835237613163128960",
"235270295214534431106643804346605849657",
"19945213395569382356851660566599619762",
"134614196001547317204794449285345377869",
"154547178112659591072712851127114514977",
"324344524275822262940724264357477992675",
"24020407021223918138602937781206070775",
"113552045221809903237545754242118529176",
"75865489244154395520102741834318953373",
"211699767570553449237669906609314036967",
"304293940209071988016260540617620971609",
"184626505628336111883232187916990486104",
"117480361379377762957650071602085495738",
"56504272821423346122249506269991206955",
"198445301889040696869951993413020982686",
"334422042001753633370190223688039318876",
"34783626022575128280983761089423281152",
"198486446602529004164594718793327604368",
"78316101105925764875917526955577995434",
"266377584724522046584937560437504850365",
"215776833962278194759869510612323356205",
"338596859450166873386363816313591469376",
"190483825210180635102826631040573138832",
"86118220746935088119000047597517817718",
"319692978747983928661884366303364197564",
"212609918427249309571911951070286406754",
"254896368304808925897061299769379557164",
"182133850649403184175194541839203709205",
"310290118310024775791032504291051586270",
"164593072780294021964663969045393294513",
"316191044039060333726490323802788756464",
"226308130721567872506457101524213306111",
"100294988836848673258137875209018976541"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "include/trace/events/tcp.h"
},
"id": "CVE-2022-49325-5b4b0d37",
"digest": {
"threshold": 0.9,
"line_hashes": [
"117736924246281895916967405415433425277",
"148740968257930814045274125984708991005",
"189265862175972098920202451802840458164",
"165834662305105836098763416333757694852"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_illinois_cong_avoid",
"file": "net/ipv4/tcp_illinois.c"
},
"id": "CVE-2022-49325-5bbc664f",
"digest": {
"length": 600.0,
"function_hash": "34315383341748028255268602421214383908"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcpnv_acked",
"file": "net/ipv4/tcp_nv.c"
},
"id": "CVE-2022-49325-5c367cad",
"digest": {
"length": 3932.0,
"function_hash": "304303041594118798160135744024791905295"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_htcp.c"
},
"id": "CVE-2022-49325-5ce688d6",
"digest": {
"threshold": 0.9,
"line_hashes": [
"245111156814009638597356982576626497648",
"313573098455145812613005942859595402701",
"9393285992696170647707819571109588283",
"208706467089386724774445167699184842109",
"71711561220796432952576217141325568965",
"109536164019030018375974609129051445892",
"324223687009490184567389525422877338463",
"334039451796735668648921605072853464109",
"67585760626168305700359095408080885826",
"53437767999549255122908243274188156135",
"97789607488919269645569290724380738401",
"4540130002778853556962615922645871741",
"105758017006172281944746621224544532305",
"187172701314508915837252733659314855823"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_cong.c"
},
"id": "CVE-2022-49325-5d3c5c5c",
"digest": {
"threshold": 0.9,
"line_hashes": [
"172948014879320575171459845121873313570",
"30269693958992385473003270667726530096",
"213468855518564887125970984999020501061",
"139861410749130665736908905837754303239",
"59959878507249708484135062920285010811",
"337341430387790623157286165581406430182",
"181846766910490787342739741816360772265",
"171548902823774208212426425702388166392",
"317738782533268901899931877382536599934",
"187040916320308866481202817780347468282",
"19599952537823713003059772029512622501",
"73591711389099240763585839113626257433",
"84612598960721041658972060057681390890",
"65669386122424015410701897348848476456",
"130971552046854372438042409861864747281",
"98488725055638998444995185766165862897",
"43395543145594706136990165852410164084",
"250243345229848108964641847662868111276",
"218569012246535539859086654370649876516",
"309898365122119180535811256315280818417",
"60149009362972094298242602660314460824",
"108927412245313620248368822121285051758",
"317783199935319235297274692109378107650",
"328620415886327247009213263948782925608",
"210251065797276817651855102091538857168",
"43798997236979955030893919164125735242",
"120460709434678340605329607081454108611",
"316801280005309774683468183714235136120"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_cdg_init",
"file": "net/ipv4/tcp_cdg.c"
},
"id": "CVE-2022-49325-5d6b80f9",
"digest": {
"length": 308.0,
"function_hash": "170623489059789621066217635185246778152"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "bbr_set_cwnd",
"file": "net/ipv4/tcp_bbr.c"
},
"id": "CVE-2022-49325-5dfcc8f1",
"digest": {
"length": 775.0,
"function_hash": "104808937697263271345034921897512263069"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_update_pacing_rate",
"file": "net/ipv4/tcp_input.c"
},
"id": "CVE-2022-49325-5e8031d3",
"digest": {
"length": 575.0,
"function_hash": "180514912895452267473792260233440858931"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_cwnd_application_limited",
"file": "net/ipv4/tcp_output.c"
},
"id": "CVE-2022-49325-5f09527e",
"digest": {
"length": 525.0,
"function_hash": "144196478522690577675813384034287135519"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_scalable_ssthresh",
"file": "net/ipv4/tcp_scalable.c"
},
"id": "CVE-2022-49325-5f320130",
"digest": {
"length": 174.0,
"function_hash": "308534999570952766479432700358438141913"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_get_info",
"file": "net/ipv4/tcp.c"
},
"id": "CVE-2022-49325-5fd6b702",
"digest": {
"length": 3791.0,
"function_hash": "228796313733341311896110081403027354007"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_current_ssthresh",
"file": "include/net/tcp.h"
},
"id": "CVE-2022-49325-6112648b",
"digest": {
"length": 257.0,
"function_hash": "94044168271975077168531963174242332618"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_vegas_ssthresh",
"file": "net/ipv4/tcp_vegas.c"
},
"id": "CVE-2022-49325-61833801",
"digest": {
"length": 114.0,
"function_hash": "27661150239252997912453569017172213989"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_cdg_hystart_update",
"file": "net/ipv4/tcp_cdg.c"
},
"id": "CVE-2022-49325-62392ea3",
"digest": {
"length": 1208.0,
"function_hash": "297839099862082518178115318895743306900"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_disconnect",
"file": "net/ipv4/tcp.c"
},
"id": "CVE-2022-49325-62d67a1e",
"digest": {
"length": 3340.0,
"function_hash": "287786088124578780046097059879776711769"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_end_cwnd_reduction",
"file": "net/ipv4/tcp_input.c"
},
"id": "CVE-2022-49325-63072010",
"digest": {
"length": 410.0,
"function_hash": "261099976227775729919328793807480114914"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_yeah_ssthresh",
"file": "net/ipv4/tcp_yeah.c"
},
"id": "CVE-2022-49325-630fe99d",
"digest": {
"length": 520.0,
"function_hash": "134963311987678734251723184024150239041"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "hybla_init",
"file": "net/ipv4/tcp_hybla.c"
},
"id": "CVE-2022-49325-633874d8",
"digest": {
"length": 386.0,
"function_hash": "327349834059030434484816995117897961917"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "include/net/tcp.h"
},
"id": "CVE-2022-49325-63512afd",
"digest": {
"threshold": 0.9,
"line_hashes": [
"90858359977767631602116187538800363104",
"286290852035811716608938392152604965467",
"80505101437601273863551154111873169994",
"154444152711215874466375000262289042403",
"3646842015184278599475563630558490072",
"66173095892547733211459271571007827861",
"140615465346793699996136303669306053368",
"23842362547916798863503355178312853109",
"7399711932070849647136445695980680502",
"193444771519039830915362196990598640790",
"193903637032588499061298440672390570213",
"149875536078861320676525359321884069069",
"158744261579855523011245261680259473001",
"297672391407164408828708279472996174528",
"226546276376288593149739065075936894738"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_cdg_backoff",
"file": "net/ipv4/tcp_cdg.c"
},
"id": "CVE-2022-49325-63fa9e47",
"digest": {
"length": 434.0,
"function_hash": "10708241222707889718062605195683542241"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "htcp_cong_avoid",
"file": "net/ipv4/tcp_htcp.c"
},
"id": "CVE-2022-49325-651bfe1b",
"digest": {
"length": 497.0,
"function_hash": "3160199407751740849747690412127217040"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_illinois_ssthresh",
"file": "net/ipv4/tcp_illinois.c"
},
"id": "CVE-2022-49325-66934858",
"digest": {
"length": 210.0,
"function_hash": "201815190756008343245510676946179917548"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_reno_undo_cwnd",
"file": "net/ipv4/tcp_cong.c"
},
"id": "CVE-2022-49325-66ec58a9",
"digest": {
"length": 135.0,
"function_hash": "249703121984207278370459442118240331848"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_yeah.c"
},
"id": "CVE-2022-49325-66f3a3d4",
"digest": {
"threshold": 0.9,
"line_hashes": [
"114635185301038179485772419319369649539",
"230741416951368683847135231656967360883",
"218128442060322600727696271503522564346",
"319668075210955380563954893611041231224",
"265726251021557374516047105602531205084",
"94824389958773155231397962381450638076",
"206573605096405947399340170125533075691",
"230110211928985599391681539504969891969",
"219870489434033266032055242433737871958",
"256666298042423039250856627353500730667",
"57676054595375162668752057007192782193",
"177093681894060167353541432233309248485",
"67012756525000949561164983259077865063",
"72787368602974864779227741801461265393",
"97756748072012723039076285869205774476",
"311033729137986493294388642851744217191",
"321465030727455104356920049730337107525",
"221966590380154292171541963888332427134",
"224871893044653980343393954896873785877",
"31915899482210522637280870123610838812",
"170735498769227970828526548232752641626",
"68979227005791622273022503694554423219",
"28130237244049536809502491827225159769",
"161099568025894746800229865963135825606",
"17017095266152213258387375808473266463",
"126103293580176723141729284751161906574",
"206330829546041559892065895249202651779",
"227161707935531775520051227231123288067",
"93866851889811192220926540460396232462",
"85779673626518778661800424382871435757",
"259903718523496268133942215247395037908",
"190757900175064948533862516652913738279",
"258260525625164446076804408637012903695",
"278307847840088212532465695933558349012",
"72745348586687994302608243361570050739",
"123851355177408276711825521037872976313",
"204174416498848977679024144026128752374",
"119182739422977136684451775786485710882"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_enter_loss",
"file": "net/ipv4/tcp_input.c"
},
"id": "CVE-2022-49325-670ecb89",
"digest": {
"length": 1139.0,
"function_hash": "138017750820704703225896757053135727691"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_cong_avoid_ai",
"file": "net/ipv4/tcp_cong.c"
},
"id": "CVE-2022-49325-672c2692",
"digest": {
"length": 421.0,
"function_hash": "183182787243124210547253903422570388134"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "hstcp_ssthresh",
"file": "net/ipv4/tcp_highspeed.c"
},
"id": "CVE-2022-49325-67554827",
"digest": {
"length": 230.0,
"function_hash": "271916227650027518142952917269268295425"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_veno_ssthresh",
"file": "net/ipv4/tcp_veno.c"
},
"id": "CVE-2022-49325-679ac22b",
"digest": {
"length": 250.0,
"function_hash": "36826774416883902093529992121509165485"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_reno_cong_avoid",
"file": "net/ipv4/tcp_cong.c"
},
"id": "CVE-2022-49325-68546d94",
"digest": {
"length": 268.0,
"function_hash": "323509959422068687506611505107360679550"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_dctcp.c"
},
"id": "CVE-2022-49325-6864d35b",
"digest": {
"threshold": 0.9,
"line_hashes": [
"311889158732726014448931389480734611713",
"109995902479404404599757068131247870040",
"74244470713842018799788568788705413534",
"190753840492194690044676155999286108793",
"316510841565468161209198368692466989512",
"311889158732726014448931389480734611713",
"319924375728228663911852322824919920163",
"28457778002950452366578299859187169615",
"99787593202727655698620380287789984558",
"211383154853277811524646173205376905873",
"83098929722155073077897401523825110441",
"172254831942940558167626902545337790468",
"66030294372584719476247855339899836963",
"289265852513449464124004317534246310528",
"40886705924972622705783736069882286137"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_init_sock",
"file": "net/ipv4/tcp.c"
},
"id": "CVE-2022-49325-68a73bf4",
"digest": {
"length": 1144.0,
"function_hash": "81982646202385822034454128319058524103"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_tsq_write",
"file": "net/ipv4/tcp_output.c"
},
"id": "CVE-2022-49325-69590b9e",
"digest": {
"length": 407.0,
"function_hash": "46066008780812571492998771097735776357"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_scalable_cong_avoid",
"file": "net/ipv4/tcp_scalable.c"
},
"id": "CVE-2022-49325-6a4b63eb",
"digest": {
"length": 310.0,
"function_hash": "326990690800370956623847713430301946627"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "bictcp_cong_avoid",
"file": "net/ipv4/tcp_bic.c"
},
"id": "CVE-2022-49325-6a67862e",
"digest": {
"length": 342.0,
"function_hash": "285443229961843739197622942550164611781"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_veno_ssthresh",
"file": "net/ipv4/tcp_veno.c"
},
"id": "CVE-2022-49325-6ae510de",
"digest": {
"length": 250.0,
"function_hash": "36826774416883902093529992121509165485"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "DBGUNDO",
"file": "net/ipv4/tcp_input.c"
},
"id": "CVE-2022-49325-6b581eff",
"digest": {
"length": 742.0,
"function_hash": "268399372087690799542406679807410961602"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_rate.c"
},
"id": "CVE-2022-49325-6c21489f",
"digest": {
"threshold": 0.9,
"line_hashes": [
"293739308092431640923020758779536148165",
"294509426248555965441745905276176968146",
"245855455807134128448596445554934466283",
"325292880008002530605363123355241207733"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_xmit_retransmit_queue",
"file": "net/ipv4/tcp_output.c"
},
"id": "CVE-2022-49325-6dfe914a",
"digest": {
"length": 1406.0,
"function_hash": "221769842086878869171991525297556842530"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_metrics.c"
},
"id": "CVE-2022-49325-6e9fb5c0",
"digest": {
"threshold": 0.9,
"line_hashes": [
"18258809822485504580628204683167130510",
"331986268658773064447144501715285642374",
"223018694228435650004012583183804040381",
"119737069148687187192660570782524126883",
"53793670749416403868072641228522504199",
"261430496599170151004541303702696709776",
"255207064643355176156764387409803338902",
"38329716246127829213569372610585551958",
"336968800056597798950019059336262724124",
"9841912356439432748651482556971353437",
"25373589168266391721204653028111952280",
"194552747446516710185955964326725136163",
"156941080283631792304605553105947272112",
"155154729837667131601405668081680500240",
"262570722990258185205678279052847855491",
"83140611412363414176923823139072117245",
"34729702196693031365282052441629319906",
"197285980938849375779974485664451031092",
"87675669404707662254746911579457209541"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_cdg.c"
},
"id": "CVE-2022-49325-6ea1790f",
"digest": {
"threshold": 0.9,
"line_hashes": [
"44972588607325511789438194210108409534",
"263819877276068205144308091022088048961",
"255113464410977326398591263823647636601",
"154144856656583771629338843939882141496",
"326241641758595345810310418746029798239",
"113093432374165109468486201257787360920",
"236018758937714219924102247172125589839",
"148364129546929414527097868531361155461",
"200480194366459776982682019146455259246",
"299412941031812891608098828608654113075",
"221148943614230916310238232357949300116",
"331419925999733101074220715610542325",
"212230656359760238532890513657187568754",
"205477145572813085610057809931918610225",
"193428217780073378242679185605403212150",
"185667370257145449733993254785204653632",
"18527977419455749840650209535475068230",
"125983001638576939639194225876364069004",
"132000944365215873688258681961221343640",
"289771388302532520482475527151629243542",
"155301145030771064897978018667968522388",
"144628291761223472282083731109534800277",
"189066386178961212420097348128751569952",
"62978341779920594820628792467484709210",
"108745641666617764689152751178790020701",
"328894179938909552654966530975503468912",
"257782038023049755562187616332357883606",
"6345316828328674385410335765705809096",
"255881044698438313020046516240849839005",
"165059643335665932439073793623026950855",
"311206970949886560671329456333508101050",
"180306455492213614239627713026986206360",
"240563370420935347963552911895721178257",
"90262987513940285055999248074116355646",
"303140144170059455108510681071653274256",
"45157486262611422715835334099503091104",
"252124104889042734044184473074979941953",
"86423411416934115779944774968621047040",
"289268787013730630830478376126173580873",
"130944668648218535161136673967547390968",
"61882198065013646631050344977545627904"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "cubictcp_acked",
"file": "net/ipv4/tcp_cubic.c"
},
"id": "CVE-2022-49325-6fea90d5",
"digest": {
"length": 532.0,
"function_hash": "200144576657571530433229970942106624"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_fastretrans_alert",
"file": "net/ipv4/tcp_input.c"
},
"id": "CVE-2022-49325-709156ea",
"digest": {
"length": 2228.0,
"function_hash": "168903498977874690180379927244457638817"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_get_timestamping_opt_stats",
"file": "net/ipv4/tcp.c"
},
"id": "CVE-2022-49325-70cf5565",
"digest": {
"length": 2246.0,
"function_hash": "328705816120997668837482162699314261171"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_current_ssthresh",
"file": "include/net/tcp.h"
},
"id": "CVE-2022-49325-730847f7",
"digest": {
"length": 257.0,
"function_hash": "94044168271975077168531963174242332618"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_tso_should_defer",
"file": "net/ipv4/tcp_output.c"
},
"id": "CVE-2022-49325-7324db12",
"digest": {
"length": 1576.0,
"function_hash": "241460264418353612096900043169366694379"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "bbr_set_cwnd",
"file": "net/ipv4/tcp_bbr.c"
},
"id": "CVE-2022-49325-735127ba",
"digest": {
"length": 775.0,
"function_hash": "104808937697263271345034921897512263069"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_vegas_cong_avoid",
"file": "net/ipv4/tcp_vegas.c"
},
"id": "CVE-2022-49325-73aefe34",
"digest": {
"length": 1239.0,
"function_hash": "68699903168154988453900655074359982087"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_slow_start",
"file": "net/ipv4/tcp_cong.c"
},
"id": "CVE-2022-49325-7563bad0",
"digest": {
"length": 242.0,
"function_hash": "259462028484865910305198659683687605135"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_illinois_ssthresh",
"file": "net/ipv4/tcp_illinois.c"
},
"id": "CVE-2022-49325-75b04d3a",
"digest": {
"length": 210.0,
"function_hash": "201815190756008343245510676946179917548"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_nv.c"
},
"id": "CVE-2022-49325-75daf656",
"digest": {
"threshold": 0.9,
"line_hashes": [
"335382874280152447108398358858055008207",
"50221734033474824428034224919078144007",
"205835703121277925117419076642350653942",
"130769046370636864811281406696337814412",
"302198394172895557236770383529714014735",
"163570068518464576204704955000770380460",
"216851131207578660576579948507029566527",
"1657875060586556568170729506787022676",
"215722415591321776173494790909298155449",
"287688018426384558304379505820785588505",
"46301717394610521275887834873239926632",
"138092072884383752248112267103013652771",
"309945658178037843665667401898484860237",
"69210159367245462514496326628100202879",
"301763224630828999527799777008026043147",
"128359931870933289503931738528076545667",
"170659141963982025161216035350292527843",
"205178455166045014208616305700368841248",
"328884795687249263633004093427353092565",
"227795651289594327593500617577626866401",
"110715657275343165675102531768353230679",
"285336604906173861100808117856668392797",
"263062379612199466849044790311638319152",
"233916400230062498805280547550812288105",
"133487586419373247338731934225484608426",
"209870207461950183128423388387099162545",
"136165638761718043447676743870405616755",
"13263194910711687056066802035421323030",
"313170744787374263143330432430364454323",
"96678955937311414644805519242587520127",
"219000170052223305577739427118901137249",
"25522899322706476825536564428831027719",
"195744375681465010555831225015160674674",
"48340857150416902064319093178414590080",
"125237443453373790018073929756497677590",
"288445152094588489804395973318858164323",
"97179196828857038784710251354977522401",
"140624423631212210939741550593964993953",
"207074758584960744661053994688993277811"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_send_loss_probe",
"file": "net/ipv4/tcp_output.c"
},
"id": "CVE-2022-49325-76604189",
"digest": {
"length": 1376.0,
"function_hash": "118718396162458180544556020143839403438"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_cwnd_test",
"file": "net/ipv4/tcp_output.c"
},
"id": "CVE-2022-49325-7722a1a6",
"digest": {
"length": 360.0,
"function_hash": "200189554745479846557185535801254460749"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_cdg.c"
},
"id": "CVE-2022-49325-78dcdabc",
"digest": {
"threshold": 0.9,
"line_hashes": [
"44972588607325511789438194210108409534",
"263819877276068205144308091022088048961",
"255113464410977326398591263823647636601",
"154144856656583771629338843939882141496",
"326241641758595345810310418746029798239",
"113093432374165109468486201257787360920",
"236018758937714219924102247172125589839",
"148364129546929414527097868531361155461",
"200480194366459776982682019146455259246",
"299412941031812891608098828608654113075",
"221148943614230916310238232357949300116",
"331419925999733101074220715610542325",
"212230656359760238532890513657187568754",
"205477145572813085610057809931918610225",
"193428217780073378242679185605403212150",
"185667370257145449733993254785204653632",
"18527977419455749840650209535475068230",
"125983001638576939639194225876364069004",
"132000944365215873688258681961221343640",
"289771388302532520482475527151629243542",
"155301145030771064897978018667968522388",
"144628291761223472282083731109534800277",
"189066386178961212420097348128751569952",
"62978341779920594820628792467484709210",
"108745641666617764689152751178790020701",
"328894179938909552654966530975503468912",
"257782038023049755562187616332357883606",
"6345316828328674385410335765705809096",
"255881044698438313020046516240849839005",
"165059643335665932439073793623026950855",
"311206970949886560671329456333508101050",
"180306455492213614239627713026986206360",
"240563370420935347963552911895721178257",
"90262987513940285055999248074116355646",
"303140144170059455108510681071653274256",
"45157486262611422715835334099503091104",
"252124104889042734044184473074979941953",
"86423411416934115779944774968621047040",
"289268787013730630830478376126173580873",
"130944668648218535161136673967547390968",
"61882198065013646631050344977545627904"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_cdg_ssthresh",
"file": "net/ipv4/tcp_cdg.c"
},
"id": "CVE-2022-49325-78e13de1",
"digest": {
"length": 524.0,
"function_hash": "308667186493384751920565878986248492268"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "bbr_check_probe_rtt_done",
"file": "net/ipv4/tcp_bbr.c"
},
"id": "CVE-2022-49325-793addf5",
"digest": {
"length": 352.0,
"function_hash": "334561166907142552893327945252510226689"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "hstcp_cong_avoid",
"file": "net/ipv4/tcp_highspeed.c"
},
"id": "CVE-2022-49325-79c59a3b",
"digest": {
"length": 807.0,
"function_hash": "276839330121252377041127565221050088795"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_ipv4.c"
},
"id": "CVE-2022-49325-7aa44577",
"digest": {
"threshold": 0.9,
"line_hashes": [
"302648630239287503910631153196228160862",
"24545236437069320726436926960610216449",
"150463419009405007928126538077779465802",
"3110403611471871872620641585709253843"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "bbr_init_pacing_rate_from_rtt",
"file": "net/ipv4/tcp_bbr.c"
},
"id": "CVE-2022-49325-7b336bd1",
"digest": {
"length": 404.0,
"function_hash": "88066912486680181330272591464748425817"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_tso_should_defer",
"file": "net/ipv4/tcp_output.c"
},
"id": "CVE-2022-49325-7b6c8148",
"digest": {
"length": 1576.0,
"function_hash": "241460264418353612096900043169366694379"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "include/trace/events/tcp.h"
},
"id": "CVE-2022-49325-7c50b493",
"digest": {
"threshold": 0.9,
"line_hashes": [
"117736924246281895916967405415433425277",
"148740968257930814045274125984708991005",
"189265862175972098920202451802840458164",
"165834662305105836098763416333757694852"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_nv.c"
},
"id": "CVE-2022-49325-7c631473",
"digest": {
"threshold": 0.9,
"line_hashes": [
"335382874280152447108398358858055008207",
"50221734033474824428034224919078144007",
"205835703121277925117419076642350653942",
"130769046370636864811281406696337814412",
"302198394172895557236770383529714014735",
"163570068518464576204704955000770380460",
"216851131207578660576579948507029566527",
"1657875060586556568170729506787022676",
"215722415591321776173494790909298155449",
"287688018426384558304379505820785588505",
"46301717394610521275887834873239926632",
"138092072884383752248112267103013652771",
"309945658178037843665667401898484860237",
"69210159367245462514496326628100202879",
"301763224630828999527799777008026043147",
"128359931870933289503931738528076545667",
"170659141963982025161216035350292527843",
"205178455166045014208616305700368841248",
"328884795687249263633004093427353092565",
"227795651289594327593500617577626866401",
"110715657275343165675102531768353230679",
"285336604906173861100808117856668392797",
"263062379612199466849044790311638319152",
"233916400230062498805280547550812288105",
"133487586419373247338731934225484608426",
"209870207461950183128423388387099162545",
"136165638761718043447676743870405616755",
"13263194910711687056066802035421323030",
"313170744787374263143330432430364454323",
"96678955937311414644805519242587520127",
"219000170052223305577739427118901137249",
"25522899322706476825536564428831027719",
"195744375681465010555831225015160674674",
"48340857150416902064319093178414590080",
"125237443453373790018073929756497677590",
"288445152094588489804395973318858164323",
"97179196828857038784710251354977522401",
"140624423631212210939741550593964993953",
"207074758584960744661053994688993277811"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "cubictcp_recalc_ssthresh",
"file": "net/ipv4/tcp_cubic.c"
},
"id": "CVE-2022-49325-7da82723",
"digest": {
"length": 434.0,
"function_hash": "189108992964613525817407308666003933974"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_hybla.c"
},
"id": "CVE-2022-49325-7e51fb20",
"digest": {
"threshold": 0.9,
"line_hashes": [
"316134211634663870308305976628516525676",
"22624035012989273550186922184266870486",
"93882370632104878981682464592580526793",
"127221594655280800431931615375660020359",
"185388919823577320105588533048698475936",
"296965835044729552389395159220634184032",
"233891422775105749272553889495466260112",
"122839742633301523234751735771704766924",
"272487258140219016671836453176583923900",
"108171327418346771751550859086036322287",
"686651590136539475794757561179241063",
"217078326365166776640475150120773275706",
"330416176035599708389707913088301558634",
"318714411565172071631699248810065892986",
"153214116483249551847607957765770555578",
"54891943259799502494914635385754351998",
"209809737088251417192227536633171956426",
"320681139779752173368460239764203032540",
"36747142081720621557607945760578494343",
"286665560051489063519352147582786493327",
"244625963593132691576515684195543767596",
"260850904518219183148919150727441462368",
"270075265087629703767314778530323942943",
"330714112802951229713564748552882316834",
"36945910287017703123110941253289984934",
"174025027063969398124989028084374483099",
"313251580300109142012354654600452018156",
"89201495906514088795788214993066576314",
"252897364539709661159322419415930527285",
"196498954164912289247454380572431718068"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_illinois_ssthresh",
"file": "net/ipv4/tcp_illinois.c"
},
"id": "CVE-2022-49325-7e71b016",
"digest": {
"length": 210.0,
"function_hash": "201815190756008343245510676946179917548"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "bictcp_cong_avoid",
"file": "net/ipv4/tcp_bic.c"
},
"id": "CVE-2022-49325-7f397cbf",
"digest": {
"length": 342.0,
"function_hash": "285443229961843739197622942550164611781"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "bbr_check_probe_rtt_done",
"file": "net/ipv4/tcp_bbr.c"
},
"id": "CVE-2022-49325-7f48685d",
"digest": {
"length": 352.0,
"function_hash": "334561166907142552893327945252510226689"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_scalable_ssthresh",
"file": "net/ipv4/tcp_scalable.c"
},
"id": "CVE-2022-49325-7f74020c",
"digest": {
"length": 174.0,
"function_hash": "308534999570952766479432700358438141913"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_westwood_event",
"file": "net/ipv4/tcp_westwood.c"
},
"id": "CVE-2022-49325-803e382d",
"digest": {
"length": 363.0,
"function_hash": "12635906024111616887705309582352046081"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_scalable_ssthresh",
"file": "net/ipv4/tcp_scalable.c"
},
"id": "CVE-2022-49325-80766fde",
"digest": {
"length": 174.0,
"function_hash": "308534999570952766479432700358438141913"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "bbr_undo_cwnd",
"file": "net/ipv4/tcp_bbr.c"
},
"id": "CVE-2022-49325-8160b587",
"digest": {
"length": 185.0,
"function_hash": "266270838025875473243564713562027122424"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_send_loss_probe",
"file": "net/ipv4/tcp_output.c"
},
"id": "CVE-2022-49325-81a9895e",
"digest": {
"length": 1376.0,
"function_hash": "118718396162458180544556020143839403438"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_westwood_event",
"file": "net/ipv4/tcp_westwood.c"
},
"id": "CVE-2022-49325-81b4b52d",
"digest": {
"length": 363.0,
"function_hash": "12635906024111616887705309582352046081"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_update_metrics",
"file": "net/ipv4/tcp_metrics.c"
},
"id": "CVE-2022-49325-82a0b5c0",
"digest": {
"length": 2809.0,
"function_hash": "11095899654515013131130627557307437068"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "get_tcp4_sock",
"file": "net/ipv4/tcp_ipv4.c"
},
"id": "CVE-2022-49325-8396a049",
"digest": {
"length": 1724.0,
"function_hash": "122249854666626198077968792409236667044"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_scalable.c"
},
"id": "CVE-2022-49325-849f994a",
"digest": {
"threshold": 0.9,
"line_hashes": [
"180581449501690173200094549050931876361",
"84425555964812259460276617293114497538",
"97136848228202487250084810076416048881",
"331088225119987584097391510258695519559",
"292114673697278140281933577204164883569",
"326726257699060165400035326105447759427",
"25251622468322486541561013118506314532",
"6853962931741044905899164432695110411"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_output.c"
},
"id": "CVE-2022-49325-85d426f0",
"digest": {
"threshold": 0.9,
"line_hashes": [
"70308284243011222555444733015387790366",
"58946013604097689905169463199364832084",
"155171369589579106339622386529297590047",
"2055760709073612277392583373203095766",
"323705781962511180372347873378189633857",
"301241410745541006122361709830358242744",
"328949327675521850898515628825986882390",
"106309099017851717267532913353211760165",
"128554635832424637334426233113154438499",
"158592341463037091979353996427576305961",
"152720547698937987778475277950738028014",
"122550012808075804279436307148311374048",
"239408719375017775464117143998750877311",
"46953620251459664901257262693186130332",
"67535887663901516490392452127753585557",
"141309465806676634572576181355373799723",
"14016711968764755031409240743769914075",
"62719801936819637112578956709435972093",
"280727994532402464633510972258336198105",
"254207980611788211280323804463933068485",
"204394269403532293294426960082232620876",
"77478176935136651356114330823519455134",
"24552247121434611720464888183449077342",
"213319066069727670092301741416756028645",
"294490638044914576494205858421344481569",
"327947199398122791478657861852011128406",
"254260875939074117548803020816771976568",
"87478729162060977092627177944358314924",
"228793069392424328168802891228496320926",
"250857365592149522181512062154918299528",
"51004528404162455864527085352596359199",
"326671290128900290934258904378784024486",
"214075526935355381507823443009211204983",
"40807044402474135344328690557874921796",
"125351964841140399133729234157271498538",
"158439897898119344507725448831371290876",
"43047320009910123121396365837551872616",
"179581894944685837970727471466847916214",
"124937377046438166979481979494117566525",
"186900157227498918121904986632629706401",
"126737457855343037426391979763120459844",
"320277542975846998769715670330281999516",
"17745020410248919619144299260469620010",
"17562217865745293372354873528099734061",
"93912066652407095016661143621833948363",
"54647379483511777535078086619086158538",
"298816577860433260696923619658547180860",
"171682523243083471990636528929566441104",
"52779054439444501399958127892971957314",
"203299565160658714445924551255520696637",
"48317474410401105785592963843457868604",
"329764544802204177465224795559149406699",
"188609853965847259793188951756780662910",
"290604986541315449836507649433531381690",
"128954856400361343119516167950873232075",
"45411391889400657879617036662347748616"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_nv.c"
},
"id": "CVE-2022-49325-867baf30",
"digest": {
"threshold": 0.9,
"line_hashes": [
"335382874280152447108398358858055008207",
"50221734033474824428034224919078144007",
"205835703121277925117419076642350653942",
"130769046370636864811281406696337814412",
"302198394172895557236770383529714014735",
"163570068518464576204704955000770380460",
"216851131207578660576579948507029566527",
"1657875060586556568170729506787022676",
"215722415591321776173494790909298155449",
"287688018426384558304379505820785588505",
"46301717394610521275887834873239926632",
"138092072884383752248112267103013652771",
"309945658178037843665667401898484860237",
"69210159367245462514496326628100202879",
"301763224630828999527799777008026043147",
"128359931870933289503931738528076545667",
"170659141963982025161216035350292527843",
"205178455166045014208616305700368841248",
"328884795687249263633004093427353092565",
"227795651289594327593500617577626866401",
"110715657275343165675102531768353230679",
"285336604906173861100808117856668392797",
"263062379612199466849044790311638319152",
"233916400230062498805280547550812288105",
"133487586419373247338731934225484608426",
"209870207461950183128423388387099162545",
"136165638761718043447676743870405616755",
"13263194910711687056066802035421323030",
"313170744787374263143330432430364454323",
"96678955937311414644805519242587520127",
"219000170052223305577739427118901137249",
"25522899322706476825536564428831027719",
"195744375681465010555831225015160674674",
"48340857150416902064319093178414590080",
"125237443453373790018073929756497677590",
"288445152094588489804395973318858164323",
"97179196828857038784710251354977522401",
"140624423631212210939741550593964993953",
"207074758584960744661053994688993277811"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv6/tcp_ipv6.c"
},
"id": "CVE-2022-49325-867e08ca",
"digest": {
"threshold": 0.9,
"line_hashes": [
"221718876625058559258987825482661146515",
"5238474241056437441984538121405063727",
"40195481565069218516423755097844073234",
"41223003896542390795226869318663258514"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_cong_avoid_ai",
"file": "net/ipv4/tcp_cong.c"
},
"id": "CVE-2022-49325-8745ad99",
"digest": {
"length": 421.0,
"function_hash": "183182787243124210547253903422570388134"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_cdg.c"
},
"id": "CVE-2022-49325-87e8637e",
"digest": {
"threshold": 0.9,
"line_hashes": [
"44972588607325511789438194210108409534",
"263819877276068205144308091022088048961",
"255113464410977326398591263823647636601",
"154144856656583771629338843939882141496",
"326241641758595345810310418746029798239",
"113093432374165109468486201257787360920",
"236018758937714219924102247172125589839",
"148364129546929414527097868531361155461",
"200480194366459776982682019146455259246",
"299412941031812891608098828608654113075",
"221148943614230916310238232357949300116",
"331419925999733101074220715610542325",
"212230656359760238532890513657187568754",
"205477145572813085610057809931918610225",
"193428217780073378242679185605403212150",
"185667370257145449733993254785204653632",
"18527977419455749840650209535475068230",
"125983001638576939639194225876364069004",
"132000944365215873688258681961221343640",
"289771388302532520482475527151629243542",
"155301145030771064897978018667968522388",
"144628291761223472282083731109534800277",
"189066386178961212420097348128751569952",
"62978341779920594820628792467484709210",
"108745641666617764689152751178790020701",
"328894179938909552654966530975503468912",
"257782038023049755562187616332357883606",
"6345316828328674385410335765705809096",
"255881044698438313020046516240849839005",
"165059643335665932439073793623026950855",
"311206970949886560671329456333508101050",
"180306455492213614239627713026986206360",
"240563370420935347963552911895721178257",
"90262987513940285055999248074116355646",
"303140144170059455108510681071653274256",
"45157486262611422715835334099503091104",
"252124104889042734044184473074979941953",
"86423411416934115779944774968621047040",
"289268787013730630830478376126173580873",
"130944668648218535161136673967547390968",
"61882198065013646631050344977545627904"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_bic.c"
},
"id": "CVE-2022-49325-88e2c5b2",
"digest": {
"threshold": 0.9,
"line_hashes": [
"210163171402335058721706736535660730957",
"73271691638318831003725733593367029492",
"338209921453387824656907393356372241885",
"134353050165864037526351440615604630821",
"98320132914515775548301725022530491264",
"75588190814499022805433760294254255141",
"208379296169106154460735417305298186652",
"155498680495794319420409245530432833628",
"116899145936744126869408262098091521396",
"181253450998570653667956191371337735432",
"264343263959033476319749089708326314640",
"124653260403968479637878658082332877868",
"278528586434269734412193787211299315008",
"112395254120220800483042625911605694862",
"181788367867006895627258622496779418920",
"289938738564820765244185317852818281619"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_reno_undo_cwnd",
"file": "net/ipv4/tcp_cong.c"
},
"id": "CVE-2022-49325-89983c94",
"digest": {
"length": 135.0,
"function_hash": "249703121984207278370459442118240331848"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_xmit_retransmit_queue",
"file": "net/ipv4/tcp_output.c"
},
"id": "CVE-2022-49325-89bbb78b",
"digest": {
"length": 1406.0,
"function_hash": "221769842086878869171991525297556842530"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_cwnd_restart",
"file": "net/ipv4/tcp_output.c"
},
"id": "CVE-2022-49325-8a0f7986",
"digest": {
"length": 479.0,
"function_hash": "168421556170746440889214228140949823395"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_cdg_ssthresh",
"file": "net/ipv4/tcp_cdg.c"
},
"id": "CVE-2022-49325-8abc0bf3",
"digest": {
"length": 524.0,
"function_hash": "308667186493384751920565878986248492268"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_undo_cwnd_reduction",
"file": "net/ipv4/tcp_input.c"
},
"id": "CVE-2022-49325-8c5524ac",
"digest": {
"length": 613.0,
"function_hash": "305631264409287915275766254145623275179"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp.c"
},
"id": "CVE-2022-49325-8c6846b7",
"digest": {
"threshold": 0.9,
"line_hashes": [
"242504522326802826610232870789158964734",
"309937186566725939729956028442288527298",
"337713617865681608104125742928410586155",
"132386394845576394326078540248890291783",
"130910843778213604945794291096269275967",
"206157971827762771448972614859538464172",
"139428642741048904640339451687443307940",
"59213482288986977025582255288776473315",
"133043699782844241461324341089146103755",
"161128110549095428044296438955126027733",
"22911402760463370290376693361939151202",
"47439235456117483084760567022273037504",
"88069545811594031177471705842116898531",
"75549934203279328739980122579821315281",
"266904545118519841018783344529774575543",
"83688676816957600531861699892262035418"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "dctcp_ssthresh",
"file": "net/ipv4/tcp_dctcp.c"
},
"id": "CVE-2022-49325-8ced6b91",
"digest": {
"length": 247.0,
"function_hash": "66675955501824957508419437637465018105"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_cdg_cwnd_event",
"file": "net/ipv4/tcp_cdg.c"
},
"id": "CVE-2022-49325-8ddfdf48",
"digest": {
"length": 595.0,
"function_hash": "91694747754131866313971313612827382508"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_end_cwnd_reduction",
"file": "net/ipv4/tcp_input.c"
},
"id": "CVE-2022-49325-8e3245e1",
"digest": {
"length": 410.0,
"function_hash": "261099976227775729919328793807480114914"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "cubictcp_recalc_ssthresh",
"file": "net/ipv4/tcp_cubic.c"
},
"id": "CVE-2022-49325-8e45eccc",
"digest": {
"length": 434.0,
"function_hash": "189108992964613525817407308666003933974"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_mtu_probe",
"file": "net/ipv4/tcp_output.c"
},
"id": "CVE-2022-49325-8e711636",
"digest": {
"length": 2795.0,
"function_hash": "18396115454650937188045581123052779250"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_cong.c"
},
"id": "CVE-2022-49325-8f7d195e",
"digest": {
"threshold": 0.9,
"line_hashes": [
"172948014879320575171459845121873313570",
"30269693958992385473003270667726530096",
"213468855518564887125970984999020501061",
"139861410749130665736908905837754303239",
"59959878507249708484135062920285010811",
"337341430387790623157286165581406430182",
"181846766910490787342739741816360772265",
"171548902823774208212426425702388166392",
"317738782533268901899931877382536599934",
"187040916320308866481202817780347468282",
"19599952537823713003059772029512622501",
"73591711389099240763585839113626257433",
"84612598960721041658972060057681390890",
"65669386122424015410701897348848476456",
"130971552046854372438042409861864747281",
"98488725055638998444995185766165862897",
"43395543145594706136990165852410164084",
"250243345229848108964641847662868111276",
"218569012246535539859086654370649876516",
"309898365122119180535811256315280818417",
"60149009362972094298242602660314460824",
"108927412245313620248368822121285051758",
"317783199935319235297274692109378107650",
"328620415886327247009213263948782925608",
"210251065797276817651855102091538857168",
"43798997236979955030893919164125735242",
"120460709434678340605329607081454108611",
"316801280005309774683468183714235136120"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "bbr_undo_cwnd",
"file": "net/ipv4/tcp_bbr.c"
},
"id": "CVE-2022-49325-8fd725ac",
"digest": {
"length": 185.0,
"function_hash": "266270838025875473243564713562027122424"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv6/tcp_ipv6.c"
},
"id": "CVE-2022-49325-90b3773a",
"digest": {
"threshold": 0.9,
"line_hashes": [
"221718876625058559258987825482661146515",
"5238474241056437441984538121405063727",
"40195481565069218516423755097844073234",
"41223003896542390795226869318663258514"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "update_params",
"file": "net/ipv4/tcp_illinois.c"
},
"id": "CVE-2022-49325-90e132d0",
"digest": {
"length": 424.0,
"function_hash": "290220533293555520633017742707834408740"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_hybla.c"
},
"id": "CVE-2022-49325-91014db3",
"digest": {
"threshold": 0.9,
"line_hashes": [
"316134211634663870308305976628516525676",
"22624035012989273550186922184266870486",
"93882370632104878981682464592580526793",
"127221594655280800431931615375660020359",
"185388919823577320105588533048698475936",
"296965835044729552389395159220634184032",
"233891422775105749272553889495466260112",
"122839742633301523234751735771704766924",
"272487258140219016671836453176583923900",
"108171327418346771751550859086036322287",
"686651590136539475794757561179241063",
"217078326365166776640475150120773275706",
"330416176035599708389707913088301558634",
"318714411565172071631699248810065892986",
"153214116483249551847607957765770555578",
"54891943259799502494914635385754351998",
"209809737088251417192227536633171956426",
"320681139779752173368460239764203032540",
"36747142081720621557607945760578494343",
"286665560051489063519352147582786493327",
"244625963593132691576515684195543767596",
"260850904518219183148919150727441462368",
"270075265087629703767314778530323942943",
"330714112802951229713564748552882316834",
"36945910287017703123110941253289984934",
"174025027063969398124989028084374483099",
"313251580300109142012354654600452018156",
"89201495906514088795788214993066576314",
"252897364539709661159322419415930527285",
"196498954164912289247454380572431718068"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_cwnd_reduction",
"file": "net/ipv4/tcp_input.c"
},
"id": "CVE-2022-49325-917abe45",
"digest": {
"length": 751.0,
"function_hash": "111541582347635793485064292120478315949"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "bbr_init_pacing_rate_from_rtt",
"file": "net/ipv4/tcp_bbr.c"
},
"id": "CVE-2022-49325-92137598",
"digest": {
"length": 404.0,
"function_hash": "88066912486680181330272591464748425817"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp.c"
},
"id": "CVE-2022-49325-9325cb9c",
"digest": {
"threshold": 0.9,
"line_hashes": [
"242504522326802826610232870789158964734",
"309937186566725939729956028442288527298",
"337713617865681608104125742928410586155",
"132386394845576394326078540248890291783",
"130910843778213604945794291096269275967",
"206157971827762771448972614859538464172",
"139428642741048904640339451687443307940",
"59213482288986977025582255288776473315",
"133043699782844241461324341089146103755",
"161128110549095428044296438955126027733",
"22911402760463370290376693361939151202",
"47439235456117483084760567022273037504",
"88069545811594031177471705842116898531",
"75549934203279328739980122579821315281",
"266904545118519841018783344529774575543",
"83688676816957600531861699892262035418"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_lp_pkts_acked",
"file": "net/ipv4/tcp_lp.c"
},
"id": "CVE-2022-49325-9502b1a8",
"digest": {
"length": 1100.0,
"function_hash": "211813039838893551090288046778033131906"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_lp_pkts_acked",
"file": "net/ipv4/tcp_lp.c"
},
"id": "CVE-2022-49325-957d1567",
"digest": {
"length": 1100.0,
"function_hash": "211813039838893551090288046778033131906"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_output.c"
},
"id": "CVE-2022-49325-957f3f46",
"digest": {
"threshold": 0.9,
"line_hashes": [
"70308284243011222555444733015387790366",
"58946013604097689905169463199364832084",
"155171369589579106339622386529297590047",
"2055760709073612277392583373203095766",
"323705781962511180372347873378189633857",
"301241410745541006122361709830358242744",
"328949327675521850898515628825986882390",
"106309099017851717267532913353211760165",
"128554635832424637334426233113154438499",
"158592341463037091979353996427576305961",
"152720547698937987778475277950738028014",
"122550012808075804279436307148311374048",
"239408719375017775464117143998750877311",
"46953620251459664901257262693186130332",
"67535887663901516490392452127753585557",
"141309465806676634572576181355373799723",
"14016711968764755031409240743769914075",
"62719801936819637112578956709435972093",
"280727994532402464633510972258336198105",
"254207980611788211280323804463933068485",
"204394269403532293294426960082232620876",
"77478176935136651356114330823519455134",
"24552247121434611720464888183449077342",
"213319066069727670092301741416756028645",
"294490638044914576494205858421344481569",
"327947199398122791478657861852011128406",
"254260875939074117548803020816771976568",
"87478729162060977092627177944358314924",
"228793069392424328168802891228496320926",
"250857365592149522181512062154918299528",
"51004528404162455864527085352596359199",
"326671290128900290934258904378784024486",
"214075526935355381507823443009211204983",
"40807044402474135344328690557874921796",
"125351964841140399133729234157271498538",
"158439897898119344507725448831371290876",
"43047320009910123121396365837551872616",
"179581894944685837970727471466847916214",
"124937377046438166979481979494117566525",
"186900157227498918121904986632629706401",
"126737457855343037426391979763120459844",
"320277542975846998769715670330281999516",
"17745020410248919619144299260469620010",
"17562217865745293372354873528099734061",
"93912066652407095016661143621833948363",
"54647379483511777535078086619086158538",
"298816577860433260696923619658547180860",
"171682523243083471990636528929566441104",
"52779054439444501399958127892971957314",
"203299565160658714445924551255520696637",
"48317474410401105785592963843457868604",
"329764544802204177465224795559149406699",
"188609853965847259793188951756780662910",
"290604986541315449836507649433531381690",
"128954856400361343119516167950873232075",
"45411391889400657879617036662347748616"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_hybla.c"
},
"id": "CVE-2022-49325-95cca4d3",
"digest": {
"threshold": 0.9,
"line_hashes": [
"316134211634663870308305976628516525676",
"22624035012989273550186922184266870486",
"93882370632104878981682464592580526793",
"127221594655280800431931615375660020359",
"185388919823577320105588533048698475936",
"296965835044729552389395159220634184032",
"233891422775105749272553889495466260112",
"122839742633301523234751735771704766924",
"272487258140219016671836453176583923900",
"108171327418346771751550859086036322287",
"686651590136539475794757561179241063",
"217078326365166776640475150120773275706",
"330416176035599708389707913088301558634",
"318714411565172071631699248810065892986",
"153214116483249551847607957765770555578",
"54891943259799502494914635385754351998",
"209809737088251417192227536633171956426",
"320681139779752173368460239764203032540",
"36747142081720621557607945760578494343",
"286665560051489063519352147582786493327",
"244625963593132691576515684195543767596",
"260850904518219183148919150727441462368",
"270075265087629703767314778530323942943",
"330714112802951229713564748552882316834",
"36945910287017703123110941253289984934",
"174025027063969398124989028084374483099",
"313251580300109142012354654600452018156",
"89201495906514088795788214993066576314",
"252897364539709661159322419415930527285",
"196498954164912289247454380572431718068"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "get_tcp6_sock",
"file": "net/ipv6/tcp_ipv6.c"
},
"id": "CVE-2022-49325-963223aa",
"digest": {
"length": 1972.0,
"function_hash": "336720108591055347810779600025858611648"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_write_xmit",
"file": "net/ipv4/tcp_output.c"
},
"id": "CVE-2022-49325-967fec5d",
"digest": {
"length": 2183.0,
"function_hash": "33104673471727694681839736817400104702"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_bbr.c"
},
"id": "CVE-2022-49325-9854fef0",
"digest": {
"threshold": 0.9,
"line_hashes": [
"49665248556735344778247693118926858130",
"112310351792684541094250113378699768537",
"284777599967660042382425915043110686556",
"120929363261285382441415077354333642385",
"201047139866293356334819187347852843341",
"252647105217696392327191023122307092050",
"283551599031139232991405585769345243093",
"177581945867494777623203716495733475298",
"190217966028620453383715938449334183775",
"288761535598997198106803043590365597298",
"41614622212853610632783631291761837635",
"24606381404333741470748345655601328444",
"287383827226942496869240597318801870860",
"152098040738730402561732725938898974263",
"105277108435798845794462572898537460360",
"28233956922570955772442551019731606878",
"230274917037241403616086847698008926197",
"42531231289105187275075943241714541405",
"18843453507344966062148126908893192220",
"197378997144576894490013157042095401151",
"50048035108188618528641494783525350300",
"65688514412678061328948802417541044926",
"227049667365406975919233054378981766256",
"48621042074615082459284061718165123212",
"298165888099757922580122180502444000223",
"208818625680232915991695306890277105626",
"144329985167579982718140271473160116248",
"82749684395718948374279413897782949228",
"299178945882385043927106176275094966892",
"31694225316147272192549950797258438683",
"300700657871918001652525940294875987561",
"223053184033189862659291311663251514339",
"171685094618977106363684826035895801164",
"144088544851192818534252099214321155323",
"179197253683415613533111542984860674232",
"266136600908845866465769781910051904196"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_lp.c"
},
"id": "CVE-2022-49325-98d10d30",
"digest": {
"threshold": 0.9,
"line_hashes": [
"241403298807887037397615581107136879356",
"323703156155215493048752475414791084901",
"334947493206045771426113333214193916034",
"268939782822051344096339504798530433049",
"58016515491400817988869941488034832148",
"156452382903168076504011721727857692697",
"231990455795720316477442465365107285355",
"142660046615754206721923204453378283671",
"106356139842076226137654591683948087684",
"148498697420200676021535643778418990097"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_mtu_probe",
"file": "net/ipv4/tcp_output.c"
},
"id": "CVE-2022-49325-99082b82",
"digest": {
"length": 2706.0,
"function_hash": "171778895231731305250968653707658548221"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "bictcp_cong_avoid",
"file": "net/ipv4/tcp_bic.c"
},
"id": "CVE-2022-49325-9aa15d7c",
"digest": {
"length": 342.0,
"function_hash": "285443229961843739197622942550164611781"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "get_tcp4_sock",
"file": "net/ipv4/tcp_ipv4.c"
},
"id": "CVE-2022-49325-9add4ce6",
"digest": {
"length": 1724.0,
"function_hash": "122249854666626198077968792409236667044"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_slow_start",
"file": "net/ipv4/tcp_cong.c"
},
"id": "CVE-2022-49325-9b00b2cf",
"digest": {
"length": 242.0,
"function_hash": "259462028484865910305198659683687605135"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "bbr_set_cwnd_to_recover_or_restore",
"file": "net/ipv4/tcp_bbr.c"
},
"id": "CVE-2022-49325-9b961c33",
"digest": {
"length": 837.0,
"function_hash": "50090490741317756847916473265721581264"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "hstcp_ssthresh",
"file": "net/ipv4/tcp_highspeed.c"
},
"id": "CVE-2022-49325-9d216553",
"digest": {
"length": 230.0,
"function_hash": "271916227650027518142952917269268295425"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "DBGUNDO",
"file": "net/ipv4/tcp_input.c"
},
"id": "CVE-2022-49325-9d497cff",
"digest": {
"length": 742.0,
"function_hash": "268399372087690799542406679807410961602"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/core/filter.c"
},
"id": "CVE-2022-49325-9d741092",
"digest": {
"threshold": 0.9,
"line_hashes": [
"263702733958106393470220323856060460741",
"65309840802913803946661157163804708905",
"260849677221971777381180319196216251788",
"215437328429041749114044191700981205223"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_veno_ssthresh",
"file": "net/ipv4/tcp_veno.c"
},
"id": "CVE-2022-49325-9d8bd004",
"digest": {
"length": 250.0,
"function_hash": "36826774416883902093529992121509165485"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "dctcp_react_to_loss",
"file": "net/ipv4/tcp_dctcp.c"
},
"id": "CVE-2022-49325-9e4bd71b",
"digest": {
"length": 214.0,
"function_hash": "307116086447076974576719598606713355657"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_cdg_init",
"file": "net/ipv4/tcp_cdg.c"
},
"id": "CVE-2022-49325-9ec8a24e",
"digest": {
"length": 308.0,
"function_hash": "170623489059789621066217635185246778152"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_reno_cong_avoid",
"file": "net/ipv4/tcp_cong.c"
},
"id": "CVE-2022-49325-9ecc8037",
"digest": {
"length": 268.0,
"function_hash": "323509959422068687506611505107360679550"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "_bpf_setsockopt",
"file": "net/core/filter.c"
},
"id": "CVE-2022-49325-9fa10fef",
"digest": {
"length": 4980.0,
"function_hash": "20971620887907891644096711662317606922"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/core/filter.c"
},
"id": "CVE-2022-49325-9fd6d01c",
"digest": {
"threshold": 0.9,
"line_hashes": [
"263702733958106393470220323856060460741",
"65309840802913803946661157163804708905",
"260849677221971777381180319196216251788",
"215437328429041749114044191700981205223"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "hystart_update",
"file": "net/ipv4/tcp_cubic.c"
},
"id": "CVE-2022-49325-a05fb870",
"digest": {
"length": 1414.0,
"function_hash": "300455642338219680037303815146843559640"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_current_ssthresh",
"file": "include/net/tcp.h"
},
"id": "CVE-2022-49325-a0687741",
"digest": {
"length": 257.0,
"function_hash": "94044168271975077168531963174242332618"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "cubictcp_acked",
"file": "net/ipv4/tcp_cubic.c"
},
"id": "CVE-2022-49325-a0ca0c7b",
"digest": {
"length": 532.0,
"function_hash": "200144576657571530433229970942106624"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_cdg_cwnd_event",
"file": "net/ipv4/tcp_cdg.c"
},
"id": "CVE-2022-49325-a1e60a73",
"digest": {
"length": 595.0,
"function_hash": "91694747754131866313971313612827382508"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv6/tcp_ipv6.c"
},
"id": "CVE-2022-49325-a3c18d01",
"digest": {
"threshold": 0.9,
"line_hashes": [
"221718876625058559258987825482661146515",
"5238474241056437441984538121405063727",
"40195481565069218516423755097844073234",
"41223003896542390795226869318663258514"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "get_tcp4_sock",
"file": "net/ipv4/tcp_ipv4.c"
},
"id": "CVE-2022-49325-a46e8a06",
"digest": {
"length": 1724.0,
"function_hash": "122249854666626198077968792409236667044"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_rate_check_app_limited",
"file": "net/ipv4/tcp_rate.c"
},
"id": "CVE-2022-49325-a561bdeb",
"digest": {
"length": 318.0,
"function_hash": "319382997644708697605712502194624383469"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_veno.c"
},
"id": "CVE-2022-49325-a71b9b6d",
"digest": {
"threshold": 0.9,
"line_hashes": [
"267620527635639869355561114663325416466",
"112217343157787845243182616098547779498",
"7570821602648198084173346593997650160",
"199948613909831208378179583144297718640",
"51616431470261678029946007243647971629",
"112638738444753401487887476573273041418",
"238492050404165351343239782798754270767",
"106890719503305847683907513410447135118",
"184503621085719596062078279214659048722",
"185242236599176789630052948938287284283",
"193418663526045287596737502780340197229",
"237516610828162668946438183363558590247",
"173986305376487348715498491156781911247",
"223680863154379363695576985168156356405",
"55752745336253873148952871382415084136",
"288589918547849657823051904296555196394",
"325077218485428649586650311595372566321",
"209183150763956222306500752890783825886",
"67562068243531296708794617383210462126",
"187969081237767539031580202838580557227",
"219982655655424398663150932016066668698",
"182505421288046326740129068656819525195",
"246364503076516302481012299847499199069",
"255516129232859802415195708743891328885",
"69871472383292250871222473024308053360",
"304368671601823006599293654516306054801",
"144269652498878259005816145066510580048",
"118729778333615022420297231628433837320",
"158736772917072327482383476462675118098"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_enter_loss",
"file": "net/ipv4/tcp_input.c"
},
"id": "CVE-2022-49325-a8de2195",
"digest": {
"length": 1139.0,
"function_hash": "138017750820704703225896757053135727691"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_init_cwnd_reduction",
"file": "net/ipv4/tcp_input.c"
},
"id": "CVE-2022-49325-a8e1f533",
"digest": {
"length": 350.0,
"function_hash": "187635464282922566179166626720111489195"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_cwnd_test",
"file": "net/ipv4/tcp_output.c"
},
"id": "CVE-2022-49325-a8e70c98",
"digest": {
"length": 360.0,
"function_hash": "200189554745479846557185535801254460749"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_cdg_cong_avoid",
"file": "net/ipv4/tcp_cdg.c"
},
"id": "CVE-2022-49325-a9194d55",
"digest": {
"length": 833.0,
"function_hash": "339092183478897357814894347568813772105"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_mtup_probe_success",
"file": "net/ipv4/tcp_input.c"
},
"id": "CVE-2022-49325-a9822005",
"digest": {
"length": 583.0,
"function_hash": "206102297272051053997763177152009869914"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_illinois.c"
},
"id": "CVE-2022-49325-aa08c8ef",
"digest": {
"threshold": 0.9,
"line_hashes": [
"45496533249670566486158638520389425199",
"267695553650006535274113628237161585977",
"269210180833576877533722174618116082116",
"172259861277262678842057363039431327087",
"115573789392128953503204151579930821425",
"110591773041803187472227334544831934075",
"327792319534973800929061887759969034987",
"64737606951407907646502714780102797658",
"164654454130031614343536853509564672383",
"279102590278220048298962485106052550533",
"230171756311277755813234334696471857642",
"283160144277418548022097635518101461230",
"336148411863956428724981613243706877738",
"89166151514476503007858343211814569189",
"44164395990286198094054548415179339104"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "bictcp_recalc_ssthresh",
"file": "net/ipv4/tcp_bic.c"
},
"id": "CVE-2022-49325-aa330c98",
"digest": {
"length": 525.0,
"function_hash": "152186904369512640785052680933038324005"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_reno_ssthresh",
"file": "net/ipv4/tcp_cong.c"
},
"id": "CVE-2022-49325-aaf11a1f",
"digest": {
"length": 126.0,
"function_hash": "160351688439178996940711267058142765302"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_reno_cong_avoid",
"file": "net/ipv4/tcp_cong.c"
},
"id": "CVE-2022-49325-ab006262",
"digest": {
"length": 268.0,
"function_hash": "323509959422068687506611505107360679550"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_bic.c"
},
"id": "CVE-2022-49325-aba0327a",
"digest": {
"threshold": 0.9,
"line_hashes": [
"210163171402335058721706736535660730957",
"73271691638318831003725733593367029492",
"338209921453387824656907393356372241885",
"134353050165864037526351440615604630821",
"98320132914515775548301725022530491264",
"75588190814499022805433760294254255141",
"208379296169106154460735417305298186652",
"155498680495794319420409245530432833628",
"116899145936744126869408262098091521396",
"181253450998570653667956191371337735432",
"264343263959033476319749089708326314640",
"124653260403968479637878658082332877868",
"278528586434269734412193787211299315008",
"112395254120220800483042625911605694862",
"181788367867006895627258622496779418920",
"289938738564820765244185317852818281619"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_yeah_cong_avoid",
"file": "net/ipv4/tcp_yeah.c"
},
"id": "CVE-2022-49325-ac5c7fd5",
"digest": {
"length": 1693.0,
"function_hash": "122408065470611909997126638806511403902"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "hystart_update",
"file": "net/ipv4/tcp_cubic.c"
},
"id": "CVE-2022-49325-acce72ff",
"digest": {
"length": 1414.0,
"function_hash": "300455642338219680037303815146843559640"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_get_timestamping_opt_stats",
"file": "net/ipv4/tcp.c"
},
"id": "CVE-2022-49325-ae5b2f74",
"digest": {
"length": 2246.0,
"function_hash": "328705816120997668837482162699314261171"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_should_expand_sndbuf",
"file": "net/ipv4/tcp_input.c"
},
"id": "CVE-2022-49325-aeaf51b4",
"digest": {
"length": 433.0,
"function_hash": "97365893401816501486296706608260371098"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "measure_achieved_throughput",
"file": "net/ipv4/tcp_htcp.c"
},
"id": "CVE-2022-49325-af0bf62c",
"digest": {
"length": 1105.0,
"function_hash": "296673787651918732798644616111854489151"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcpnv_recalc_ssthresh",
"file": "net/ipv4/tcp_nv.c"
},
"id": "CVE-2022-49325-afafef08",
"digest": {
"length": 158.0,
"function_hash": "15964421195531867276750924828068947590"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "htcp_recalc_ssthresh",
"file": "net/ipv4/tcp_htcp.c"
},
"id": "CVE-2022-49325-b1e4a73d",
"digest": {
"length": 212.0,
"function_hash": "93593330477316449440571318017509763883"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_vegas.c"
},
"id": "CVE-2022-49325-b2ddd946",
"digest": {
"threshold": 0.9,
"line_hashes": [
"168321572947089187936341189123280932969",
"7265402322351205813002300038445165156",
"136500655925542913583467932870478353076",
"68150420803442247338253366175637670144",
"202437103573711317642422540249418611328",
"172948171061298924173577675548619848082",
"299294894744089600159110230763379692808",
"178713859382726413583627774909924824686",
"216267308715639743976989593406162813187",
"81951059316154378817714508470549552747",
"147409465756646789751879517336377741127",
"221352827698066856351348728625382192264",
"133098054598090405674250704341286329544",
"132293675043157399111073500052522438103",
"303273646006335038489534710215698006896",
"148644665116894028744739421481249248888",
"292561423443211043472881549048671630142",
"48290543361266847559430086418114330756",
"129242427951379391781516350741856102906",
"255705999706233305132938985144388116439",
"101796984534222572028935204004574215956",
"193127325000791825163553227677992019741",
"150504310049769253877670363946681563226",
"187969081237767539031580202838580557227",
"276589183131363764328317158455914543158",
"103774883401580795549861704523105618201",
"102622896310230444542793125455127220506"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_end_cwnd_reduction",
"file": "net/ipv4/tcp_input.c"
},
"id": "CVE-2022-49325-b3cb194f",
"digest": {
"length": 410.0,
"function_hash": "261099976227775729919328793807480114914"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_cdg_hystart_update",
"file": "net/ipv4/tcp_cdg.c"
},
"id": "CVE-2022-49325-b4acb240",
"digest": {
"length": 1208.0,
"function_hash": "297839099862082518178115318895743306900"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_lp_pkts_acked",
"file": "net/ipv4/tcp_lp.c"
},
"id": "CVE-2022-49325-b5317b8d",
"digest": {
"length": 1100.0,
"function_hash": "211813039838893551090288046778033131906"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_sndbuf_expand",
"file": "net/ipv4/tcp_input.c"
},
"id": "CVE-2022-49325-b53dc0a7",
"digest": {
"length": 691.0,
"function_hash": "57822231547269786584801070578381240044"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_vegas_cong_avoid",
"file": "net/ipv4/tcp_vegas.c"
},
"id": "CVE-2022-49325-b567fa70",
"digest": {
"length": 1239.0,
"function_hash": "68699903168154988453900655074359982087"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_sndbuf_expand",
"file": "net/ipv4/tcp_input.c"
},
"id": "CVE-2022-49325-b66ac652",
"digest": {
"length": 691.0,
"function_hash": "57822231547269786584801070578381240044"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_cdg_cong_avoid",
"file": "net/ipv4/tcp_cdg.c"
},
"id": "CVE-2022-49325-b6c0d296",
"digest": {
"length": 833.0,
"function_hash": "339092183478897357814894347568813772105"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_metrics.c"
},
"id": "CVE-2022-49325-b6dcdf22",
"digest": {
"threshold": 0.9,
"line_hashes": [
"18258809822485504580628204683167130510",
"331986268658773064447144501715285642374",
"223018694228435650004012583183804040381",
"119737069148687187192660570782524126883",
"53793670749416403868072641228522504199",
"261430496599170151004541303702696709776",
"255207064643355176156764387409803338902",
"38329716246127829213569372610585551958",
"336968800056597798950019059336262724124",
"9841912356439432748651482556971353437",
"25373589168266391721204653028111952280",
"194552747446516710185955964326725136163",
"156941080283631792304605553105947272112",
"155154729837667131601405668081680500240",
"262570722990258185205678279052847855491",
"83140611412363414176923823139072117245",
"34729702196693031365282052441629319906",
"197285980938849375779974485664451031092",
"87675669404707662254746911579457209541"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_cong_avoid_ai",
"file": "net/ipv4/tcp_cong.c"
},
"id": "CVE-2022-49325-b73ae9df",
"digest": {
"length": 421.0,
"function_hash": "183182787243124210547253903422570388134"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_vegas_cong_avoid",
"file": "net/ipv4/tcp_vegas.c"
},
"id": "CVE-2022-49325-b7931678",
"digest": {
"length": 1239.0,
"function_hash": "68699903168154988453900655074359982087"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "include/trace/events/tcp.h"
},
"id": "CVE-2022-49325-b8512b75",
"digest": {
"threshold": 0.9,
"line_hashes": [
"117736924246281895916967405415433425277",
"148740968257930814045274125984708991005",
"189265862175972098920202451802840458164",
"165834662305105836098763416333757694852"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_lp_pkts_acked",
"file": "net/ipv4/tcp_lp.c"
},
"id": "CVE-2022-49325-b8ffb4c2",
"digest": {
"length": 1100.0,
"function_hash": "211813039838893551090288046778033131906"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_scalable_cong_avoid",
"file": "net/ipv4/tcp_scalable.c"
},
"id": "CVE-2022-49325-b9524c4d",
"digest": {
"length": 310.0,
"function_hash": "326990690800370956623847713430301946627"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_westwood.c"
},
"id": "CVE-2022-49325-bccca6f8",
"digest": {
"threshold": 0.9,
"line_hashes": [
"320930268690183742166916812409915424611",
"165831718921281132175410826951883798385",
"318842948202103622474328872878780553994",
"195774814026632237993820343504669515564"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_metrics.c"
},
"id": "CVE-2022-49325-be2f5e6e",
"digest": {
"threshold": 0.9,
"line_hashes": [
"18258809822485504580628204683167130510",
"331986268658773064447144501715285642374",
"223018694228435650004012583183804040381",
"119737069148687187192660570782524126883",
"53793670749416403868072641228522504199",
"261430496599170151004541303702696709776",
"255207064643355176156764387409803338902",
"38329716246127829213569372610585551958",
"336968800056597798950019059336262724124",
"9841912356439432748651482556971353437",
"25373589168266391721204653028111952280",
"194552747446516710185955964326725136163",
"156941080283631792304605553105947272112",
"155154729837667131601405668081680500240",
"262570722990258185205678279052847855491",
"83140611412363414176923823139072117245",
"34729702196693031365282052441629319906",
"197285980938849375779974485664451031092",
"87675669404707662254746911579457209541"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_reno_undo_cwnd",
"file": "net/ipv4/tcp_cong.c"
},
"id": "CVE-2022-49325-be880235",
"digest": {
"length": 135.0,
"function_hash": "249703121984207278370459442118240331848"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_lp.c"
},
"id": "CVE-2022-49325-bed74e3d",
"digest": {
"threshold": 0.9,
"line_hashes": [
"241403298807887037397615581107136879356",
"323703156155215493048752475414791084901",
"334947493206045771426113333214193916034",
"268939782822051344096339504798530433049",
"58016515491400817988869941488034832148",
"156452382903168076504011721727857692697",
"231990455795720316477442465365107285355",
"142660046615754206721923204453378283671",
"106356139842076226137654591683948087684",
"148498697420200676021535643778418990097"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "htcp_recalc_ssthresh",
"file": "net/ipv4/tcp_htcp.c"
},
"id": "CVE-2022-49325-bf121969",
"digest": {
"length": 212.0,
"function_hash": "93593330477316449440571318017509763883"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_slow_start",
"file": "net/ipv4/tcp_cong.c"
},
"id": "CVE-2022-49325-c01def03",
"digest": {
"length": 242.0,
"function_hash": "259462028484865910305198659683687605135"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "dctcp_ssthresh",
"file": "net/ipv4/tcp_dctcp.c"
},
"id": "CVE-2022-49325-c0bc4582",
"digest": {
"length": 247.0,
"function_hash": "66675955501824957508419437637465018105"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_tso_should_defer",
"file": "net/ipv4/tcp_output.c"
},
"id": "CVE-2022-49325-c0cdb28e",
"digest": {
"length": 1576.0,
"function_hash": "241460264418353612096900043169366694379"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_sndbuf_expand",
"file": "net/ipv4/tcp_input.c"
},
"id": "CVE-2022-49325-c102f76f",
"digest": {
"length": 691.0,
"function_hash": "57822231547269786584801070578381240044"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_scalable.c"
},
"id": "CVE-2022-49325-c1283702",
"digest": {
"threshold": 0.9,
"line_hashes": [
"180581449501690173200094549050931876361",
"84425555964812259460276617293114497538",
"97136848228202487250084810076416048881",
"331088225119987584097391510258695519559",
"292114673697278140281933577204164883569",
"326726257699060165400035326105447759427",
"25251622468322486541561013118506314532",
"6853962931741044905899164432695110411"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_enter_loss",
"file": "net/ipv4/tcp_input.c"
},
"id": "CVE-2022-49325-c2dc09e6",
"digest": {
"length": 1139.0,
"function_hash": "138017750820704703225896757053135727691"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_reno_ssthresh",
"file": "net/ipv4/tcp_cong.c"
},
"id": "CVE-2022-49325-c3a0fd13",
"digest": {
"length": 126.0,
"function_hash": "160351688439178996940711267058142765302"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcpnv_acked",
"file": "net/ipv4/tcp_nv.c"
},
"id": "CVE-2022-49325-c5e79adc",
"digest": {
"length": 3932.0,
"function_hash": "304303041594118798160135744024791905295"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_reno_undo_cwnd",
"file": "net/ipv4/tcp_cong.c"
},
"id": "CVE-2022-49325-c753d17b",
"digest": {
"length": 135.0,
"function_hash": "249703121984207278370459442118240331848"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_init_transfer",
"file": "net/ipv4/tcp_input.c"
},
"id": "CVE-2022-49325-c75aaa6f",
"digest": {
"length": 521.0,
"function_hash": "66319056344133454888460699666348281336"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_yeah_cong_avoid",
"file": "net/ipv4/tcp_yeah.c"
},
"id": "CVE-2022-49325-c7d175d1",
"digest": {
"length": 1693.0,
"function_hash": "122408065470611909997126638806511403902"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_veno.c"
},
"id": "CVE-2022-49325-c8225684",
"digest": {
"threshold": 0.9,
"line_hashes": [
"267620527635639869355561114663325416466",
"112217343157787845243182616098547779498",
"7570821602648198084173346593997650160",
"199948613909831208378179583144297718640",
"51616431470261678029946007243647971629",
"112638738444753401487887476573273041418",
"238492050404165351343239782798754270767",
"106890719503305847683907513410447135118",
"184503621085719596062078279214659048722",
"185242236599176789630052948938287284283",
"193418663526045287596737502780340197229",
"237516610828162668946438183363558590247",
"173986305376487348715498491156781911247",
"223680863154379363695576985168156356405",
"55752745336253873148952871382415084136",
"288589918547849657823051904296555196394",
"325077218485428649586650311595372566321",
"209183150763956222306500752890783825886",
"67562068243531296708794617383210462126",
"187969081237767539031580202838580557227",
"219982655655424398663150932016066668698",
"182505421288046326740129068656819525195",
"246364503076516302481012299847499199069",
"255516129232859802415195708743891328885",
"69871472383292250871222473024308053360",
"304368671601823006599293654516306054801",
"144269652498878259005816145066510580048",
"118729778333615022420297231628433837320",
"158736772917072327482383476462675118098"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "bbr_save_cwnd",
"file": "net/ipv4/tcp_bbr.c"
},
"id": "CVE-2022-49325-c8c52703",
"digest": {
"length": 305.0,
"function_hash": "176129968962277741778796956247020215520"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_get_timestamping_opt_stats",
"file": "net/ipv4/tcp.c"
},
"id": "CVE-2022-49325-c9076983",
"digest": {
"length": 2246.0,
"function_hash": "328705816120997668837482162699314261171"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_cdg_backoff",
"file": "net/ipv4/tcp_cdg.c"
},
"id": "CVE-2022-49325-c9b50a30",
"digest": {
"length": 434.0,
"function_hash": "10708241222707889718062605195683542241"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_xmit_retransmit_queue",
"file": "net/ipv4/tcp_output.c"
},
"id": "CVE-2022-49325-c9d636e1",
"digest": {
"length": 1406.0,
"function_hash": "221769842086878869171991525297556842530"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "bbr_save_cwnd",
"file": "net/ipv4/tcp_bbr.c"
},
"id": "CVE-2022-49325-ca165b70",
"digest": {
"length": 305.0,
"function_hash": "176129968962277741778796956247020215520"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_cdg_ssthresh",
"file": "net/ipv4/tcp_cdg.c"
},
"id": "CVE-2022-49325-cb75daae",
"digest": {
"length": 524.0,
"function_hash": "308667186493384751920565878986248492268"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_scalable_ssthresh",
"file": "net/ipv4/tcp_scalable.c"
},
"id": "CVE-2022-49325-cb7b3fb3",
"digest": {
"length": 174.0,
"function_hash": "308534999570952766479432700358438141913"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_ipv4.c"
},
"id": "CVE-2022-49325-cc0edf1a",
"digest": {
"threshold": 0.9,
"line_hashes": [
"302648630239287503910631153196228160862",
"24545236437069320726436926960610216449",
"150463419009405007928126538077779465802",
"3110403611471871872620641585709253843"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_cwnd_test",
"file": "net/ipv4/tcp_output.c"
},
"id": "CVE-2022-49325-cd3ae607",
"digest": {
"length": 360.0,
"function_hash": "200189554745479846557185535801254460749"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_update_pacing_rate",
"file": "net/ipv4/tcp_input.c"
},
"id": "CVE-2022-49325-cdfd0517",
"digest": {
"length": 575.0,
"function_hash": "180514912895452267473792260233440858931"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_input.c"
},
"id": "CVE-2022-49325-ce3189b9",
"digest": {
"threshold": 0.9,
"line_hashes": [
"94673810116036689279439809342068563342",
"47746502722664885137459788945198781252",
"184862563287931166467159241181888876829",
"92293127491097621533965988689214668564",
"21119655823170947588523661565683095531",
"275542275241846275376609727412821245583",
"280928957125879472989839473662176262393",
"258502331179707120098144994717548610325",
"138627098484689782523629728565280263127",
"34620052754841019804063335464884797237",
"157245957831721493451186321326399100686",
"214779689640445373988240678511844547664",
"306084792599503465179817979285887410220",
"32604473450754637009644786525087143495",
"175240000554311311806318275386114977515",
"79995506879329045523044446621975398213",
"214264523503113952674611087922911575940",
"333085782111433820232961763654940929042",
"196021566581279773393606646978914989912",
"265681174233645662775654234295848488016",
"142093499642799285278625348826371414640",
"72925815740971225778430647234735665051",
"35082515814379433781660758878769655846",
"155708507272037541355038949900368306259",
"288896183070718578205871005615364489132",
"305051180842437009643112004160047402641",
"193307148874981903360379784529989540363",
"240996572384983682380740984133064832639",
"288896183070718578205871005615364489132",
"210955805854972085777743431584087902110",
"20357861330332512650965797456487890534",
"205701475606254575982184608604827777807",
"134295531985153725999835237613163128960",
"235270295214534431106643804346605849657",
"19945213395569382356851660566599619762",
"134614196001547317204794449285345377869",
"154547178112659591072712851127114514977",
"324344524275822262940724264357477992675",
"24020407021223918138602937781206070775",
"113552045221809903237545754242118529176",
"75865489244154395520102741834318953373",
"211699767570553449237669906609314036967",
"304293940209071988016260540617620971609",
"184626505628336111883232187916990486104",
"117480361379377762957650071602085495738",
"56504272821423346122249506269991206955",
"198445301889040696869951993413020982686",
"334422042001753633370190223688039318876",
"34783626022575128280983761089423281152",
"198486446602529004164594718793327604368",
"78316101105925764875917526955577995434",
"266377584724522046584937560437504850365",
"215776833962278194759869510612323356205",
"338596859450166873386363816313591469376",
"190483825210180635102826631040573138832",
"86118220746935088119000047597517817718",
"319692978747983928661884366303364197564",
"212609918427249309571911951070286406754",
"254896368304808925897061299769379557164",
"182133850649403184175194541839203709205",
"310290118310024775791032504291051586270",
"164593072780294021964663969045393294513",
"316191044039060333726490323802788756464",
"226308130721567872506457101524213306111",
"100294988836848673258137875209018976541"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "htcp_recalc_ssthresh",
"file": "net/ipv4/tcp_htcp.c"
},
"id": "CVE-2022-49325-cec11917",
"digest": {
"length": 212.0,
"function_hash": "93593330477316449440571318017509763883"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "measure_achieved_throughput",
"file": "net/ipv4/tcp_htcp.c"
},
"id": "CVE-2022-49325-cf7515d0",
"digest": {
"length": 1105.0,
"function_hash": "296673787651918732798644616111854489151"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_init_cwnd_reduction",
"file": "net/ipv4/tcp_input.c"
},
"id": "CVE-2022-49325-cf90180d",
"digest": {
"length": 350.0,
"function_hash": "187635464282922566179166626720111489195"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_vegas.c"
},
"id": "CVE-2022-49325-d031f608",
"digest": {
"threshold": 0.9,
"line_hashes": [
"168321572947089187936341189123280932969",
"7265402322351205813002300038445165156",
"136500655925542913583467932870478353076",
"68150420803442247338253366175637670144",
"202437103573711317642422540249418611328",
"172948171061298924173577675548619848082",
"299294894744089600159110230763379692808",
"178713859382726413583627774909924824686",
"216267308715639743976989593406162813187",
"81951059316154378817714508470549552747",
"147409465756646789751879517336377741127",
"221352827698066856351348728625382192264",
"133098054598090405674250704341286329544",
"132293675043157399111073500052522438103",
"303273646006335038489534710215698006896",
"148644665116894028744739421481249248888",
"292561423443211043472881549048671630142",
"48290543361266847559430086418114330756",
"129242427951379391781516350741856102906",
"255705999706233305132938985144388116439",
"101796984534222572028935204004574215956",
"193127325000791825163553227677992019741",
"150504310049769253877670363946681563226",
"187969081237767539031580202838580557227",
"276589183131363764328317158455914543158",
"103774883401580795549861704523105618201",
"102622896310230444542793125455127220506"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_in_slow_start",
"file": "include/net/tcp.h"
},
"id": "CVE-2022-49325-d08cbd29",
"digest": {
"length": 107.0,
"function_hash": "198947383113177074154304870483327105902"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_get_info",
"file": "net/ipv4/tcp.c"
},
"id": "CVE-2022-49325-d0939581",
"digest": {
"length": 3765.0,
"function_hash": "104214579337359053436328074661857026786"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "update_params",
"file": "net/ipv4/tcp_illinois.c"
},
"id": "CVE-2022-49325-d0954a7c",
"digest": {
"length": 424.0,
"function_hash": "290220533293555520633017742707834408740"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/core/filter.c"
},
"id": "CVE-2022-49325-d0afdf17",
"digest": {
"threshold": 0.9,
"line_hashes": [
"263702733958106393470220323856060460741",
"65309840802913803946661157163804708905",
"260849677221971777381180319196216251788",
"215437328429041749114044191700981205223"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_westwood.c"
},
"id": "CVE-2022-49325-d1b08aa1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"320930268690183742166916812409915424611",
"165831718921281132175410826951883798385",
"318842948202103622474328872878780553994",
"195774814026632237993820343504669515564"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_scalable_cong_avoid",
"file": "net/ipv4/tcp_scalable.c"
},
"id": "CVE-2022-49325-d1f4bd9d",
"digest": {
"length": 310.0,
"function_hash": "326990690800370956623847713430301946627"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "include/trace/events/tcp.h"
},
"id": "CVE-2022-49325-d22d1b1e",
"digest": {
"threshold": 0.9,
"line_hashes": [
"117736924246281895916967405415433425277",
"148740968257930814045274125984708991005",
"189265862175972098920202451802840458164",
"165834662305105836098763416333757694852"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_bbr.c"
},
"id": "CVE-2022-49325-d24994c4",
"digest": {
"threshold": 0.9,
"line_hashes": [
"49665248556735344778247693118926858130",
"112310351792684541094250113378699768537",
"284777599967660042382425915043110686556",
"120929363261285382441415077354333642385",
"201047139866293356334819187347852843341",
"252647105217696392327191023122307092050",
"283551599031139232991405585769345243093",
"177581945867494777623203716495733475298",
"190217966028620453383715938449334183775",
"288761535598997198106803043590365597298",
"41614622212853610632783631291761837635",
"24606381404333741470748345655601328444",
"287383827226942496869240597318801870860",
"152098040738730402561732725938898974263",
"105277108435798845794462572898537460360",
"28233956922570955772442551019731606878",
"230274917037241403616086847698008926197",
"42531231289105187275075943241714541405",
"18843453507344966062148126908893192220",
"197378997144576894490013157042095401151",
"50048035108188618528641494783525350300",
"65688514412678061328948802417541044926",
"227049667365406975919233054378981766256",
"48621042074615082459284061718165123212",
"298165888099757922580122180502444000223",
"208818625680232915991695306890277105626",
"144329985167579982718140271473160116248",
"82749684395718948374279413897782949228",
"299178945882385043927106176275094966892",
"31694225316147272192549950797258438683",
"300700657871918001652525940294875987561",
"223053184033189862659291311663251514339",
"171685094618977106363684826035895801164",
"144088544851192818534252099214321155323",
"179197253683415613533111542984860674232",
"266136600908845866465769781910051904196"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_init_transfer",
"file": "net/ipv4/tcp_input.c"
},
"id": "CVE-2022-49325-d2ca32d6",
"digest": {
"length": 521.0,
"function_hash": "66319056344133454888460699666348281336"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "bbr_set_cwnd",
"file": "net/ipv4/tcp_bbr.c"
},
"id": "CVE-2022-49325-d30eb2aa",
"digest": {
"length": 775.0,
"function_hash": "104808937697263271345034921897512263069"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_illinois_cong_avoid",
"file": "net/ipv4/tcp_illinois.c"
},
"id": "CVE-2022-49325-d32ab691",
"digest": {
"length": 600.0,
"function_hash": "34315383341748028255268602421214383908"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_undo_cwnd_reduction",
"file": "net/ipv4/tcp_input.c"
},
"id": "CVE-2022-49325-d32c8b14",
"digest": {
"length": 613.0,
"function_hash": "305631264409287915275766254145623275179"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_bic.c"
},
"id": "CVE-2022-49325-d33d2155",
"digest": {
"threshold": 0.9,
"line_hashes": [
"210163171402335058721706736535660730957",
"73271691638318831003725733593367029492",
"338209921453387824656907393356372241885",
"134353050165864037526351440615604630821",
"98320132914515775548301725022530491264",
"75588190814499022805433760294254255141",
"208379296169106154460735417305298186652",
"155498680495794319420409245530432833628",
"116899145936744126869408262098091521396",
"181253450998570653667956191371337735432",
"264343263959033476319749089708326314640",
"124653260403968479637878658082332877868",
"278528586434269734412193787211299315008",
"112395254120220800483042625911605694862",
"181788367867006895627258622496779418920",
"289938738564820765244185317852818281619"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_bbr.c"
},
"id": "CVE-2022-49325-d447f5d1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"49665248556735344778247693118926858130",
"112310351792684541094250113378699768537",
"284777599967660042382425915043110686556",
"120929363261285382441415077354333642385",
"201047139866293356334819187347852843341",
"252647105217696392327191023122307092050",
"283551599031139232991405585769345243093",
"177581945867494777623203716495733475298",
"190217966028620453383715938449334183775",
"288761535598997198106803043590365597298",
"41614622212853610632783631291761837635",
"24606381404333741470748345655601328444",
"287383827226942496869240597318801870860",
"152098040738730402561732725938898974263",
"105277108435798845794462572898537460360",
"28233956922570955772442551019731606878",
"230274917037241403616086847698008926197",
"42531231289105187275075943241714541405",
"18843453507344966062148126908893192220",
"197378997144576894490013157042095401151",
"50048035108188618528641494783525350300",
"65688514412678061328948802417541044926",
"227049667365406975919233054378981766256",
"48621042074615082459284061718165123212",
"298165888099757922580122180502444000223",
"208818625680232915991695306890277105626",
"144329985167579982718140271473160116248",
"82749684395718948374279413897782949228",
"299178945882385043927106176275094966892",
"31694225316147272192549950797258438683",
"300700657871918001652525940294875987561",
"223053184033189862659291311663251514339",
"171685094618977106363684826035895801164",
"144088544851192818534252099214321155323",
"179197253683415613533111542984860674232",
"266136600908845866465769781910051904196"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "include/net/tcp.h"
},
"id": "CVE-2022-49325-d44fdb51",
"digest": {
"threshold": 0.9,
"line_hashes": [
"90858359977767631602116187538800363104",
"286290852035811716608938392152604965467",
"80505101437601273863551154111873169994",
"154444152711215874466375000262289042403",
"3646842015184278599475563630558490072",
"66173095892547733211459271571007827861",
"140615465346793699996136303669306053368",
"23842362547916798863503355178312853109",
"7399711932070849647136445695980680502",
"193444771519039830915362196990598640790",
"193903637032588499061298440672390570213",
"149875536078861320676525359321884069069",
"158744261579855523011245261680259473001",
"297672391407164408828708279472996174528",
"226546276376288593149739065075936894738"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_cdg_init",
"file": "net/ipv4/tcp_cdg.c"
},
"id": "CVE-2022-49325-d48fb730",
"digest": {
"length": 308.0,
"function_hash": "170623489059789621066217635185246778152"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_init_sock",
"file": "net/ipv4/tcp.c"
},
"id": "CVE-2022-49325-d5615e23",
"digest": {
"length": 1144.0,
"function_hash": "81982646202385822034454128319058524103"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcpnv_cong_avoid",
"file": "net/ipv4/tcp_nv.c"
},
"id": "CVE-2022-49325-d5ee41a0",
"digest": {
"length": 565.0,
"function_hash": "74256641556832322967143836671415393408"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_rate_check_app_limited",
"file": "net/ipv4/tcp_rate.c"
},
"id": "CVE-2022-49325-d5efe974",
"digest": {
"length": 318.0,
"function_hash": "319382997644708697605712502194624383469"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcpnv_recalc_ssthresh",
"file": "net/ipv4/tcp_nv.c"
},
"id": "CVE-2022-49325-d6609365",
"digest": {
"length": 158.0,
"function_hash": "15964421195531867276750924828068947590"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "hybla_cong_avoid",
"file": "net/ipv4/tcp_hybla.c"
},
"id": "CVE-2022-49325-d6fc331b",
"digest": {
"length": 1175.0,
"function_hash": "110722830884119294724743710549349981656"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_init_transfer",
"file": "net/ipv4/tcp_input.c"
},
"id": "CVE-2022-49325-d7694072",
"digest": {
"length": 521.0,
"function_hash": "66319056344133454888460699666348281336"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_cubic.c"
},
"id": "CVE-2022-49325-d7eaedcf",
"digest": {
"threshold": 0.9,
"line_hashes": [
"269964729284183921170665555184731110256",
"4441047532263068719779107915409783470",
"306482971389666757694876207651183410882",
"28484311310866039167522023584906253025",
"98320132914515775548301725022530491264",
"75588190814499022805433760294254255141",
"208379296169106154460735417305298186652",
"155498680495794319420409245530432833628",
"116899145936744126869408262098091521396",
"154486292669469386834606230233304383506",
"59058561500174739146617569429025265987",
"329216747690056061975640083813395182091",
"165558803257308782432231964040557256946",
"19327862169402809562549535764269884910",
"211974542347859013631913072741562626817",
"246013999884176582791564981366551027860",
"196499533693591277659645704112987151317",
"331340987671826436825743717405178968510",
"44972588607325511789438194210108409534",
"263819877276068205144308091022088048961",
"180789617456067471610330922130678529786",
"200480194366459776982682019146455259246",
"299412941031812891608098828608654113075",
"113093432374165109468486201257787360920",
"236018758937714219924102247172125589839",
"148364129546929414527097868531361155461",
"200480194366459776982682019146455259246",
"299412941031812891608098828608654113075",
"308279816631264166428657957617410830290",
"330669097791258660421032579507959682480",
"107742190758395592857244092499463677736",
"228085235361372790965433967910447524100"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_highspeed.c"
},
"id": "CVE-2022-49325-d8b97eba",
"digest": {
"threshold": 0.9,
"line_hashes": [
"160778102482727072435813852279271176269",
"12307531416012226941201387676670207686",
"300033400081655005309021417460104378001",
"100251954811107675403768152201640598141",
"153068010969719003837083989533771066360",
"11950628494959626323490878672696872244",
"146882290811768057030032640007513697107",
"331545505862497521116287898262996893858",
"150672356952291366343612284320381025140",
"11246521762021079379020365737258315322",
"87490825820877491383089402378929766497",
"317312175882458112162247189624037909561",
"103494815079084900293022287351840303402",
"115830079350311207492274669441205959455",
"302265053106136365817216554333665018981",
"204060130824609023782746744315267190390",
"204164604230208280053419270336593052993",
"267046707616125228449711737873393730076",
"242965607074226262350542756219646962114",
"115131081958091691011665681911433148884"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_veno.c"
},
"id": "CVE-2022-49325-db227a23",
"digest": {
"threshold": 0.9,
"line_hashes": [
"267620527635639869355561114663325416466",
"112217343157787845243182616098547779498",
"7570821602648198084173346593997650160",
"199948613909831208378179583144297718640",
"51616431470261678029946007243647971629",
"112638738444753401487887476573273041418",
"238492050404165351343239782798754270767",
"106890719503305847683907513410447135118",
"184503621085719596062078279214659048722",
"185242236599176789630052948938287284283",
"193418663526045287596737502780340197229",
"237516610828162668946438183363558590247",
"173986305376487348715498491156781911247",
"223680863154379363695576985168156356405",
"55752745336253873148952871382415084136",
"288589918547849657823051904296555196394",
"325077218485428649586650311595372566321",
"209183150763956222306500752890783825886",
"67562068243531296708794617383210462126",
"187969081237767539031580202838580557227",
"219982655655424398663150932016066668698",
"182505421288046326740129068656819525195",
"246364503076516302481012299847499199069",
"255516129232859802415195708743891328885",
"69871472383292250871222473024308053360",
"304368671601823006599293654516306054801",
"144269652498878259005816145066510580048",
"118729778333615022420297231628433837320",
"158736772917072327482383476462675118098"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_veno_cong_avoid",
"file": "net/ipv4/tcp_veno.c"
},
"id": "CVE-2022-49325-db584702",
"digest": {
"length": 1130.0,
"function_hash": "225129695725876042914973328546189462483"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_current_ssthresh",
"file": "include/net/tcp.h"
},
"id": "CVE-2022-49325-db58d74d",
"digest": {
"length": 257.0,
"function_hash": "94044168271975077168531963174242332618"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "bictcp_cong_avoid",
"file": "net/ipv4/tcp_bic.c"
},
"id": "CVE-2022-49325-dbae3cb1",
"digest": {
"length": 342.0,
"function_hash": "285443229961843739197622942550164611781"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_cdg_hystart_update",
"file": "net/ipv4/tcp_cdg.c"
},
"id": "CVE-2022-49325-dc052c2f",
"digest": {
"length": 1208.0,
"function_hash": "297839099862082518178115318895743306900"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_nv.c"
},
"id": "CVE-2022-49325-dc4460b7",
"digest": {
"threshold": 0.9,
"line_hashes": [
"335382874280152447108398358858055008207",
"50221734033474824428034224919078144007",
"205835703121277925117419076642350653942",
"130769046370636864811281406696337814412",
"302198394172895557236770383529714014735",
"163570068518464576204704955000770380460",
"216851131207578660576579948507029566527",
"1657875060586556568170729506787022676",
"215722415591321776173494790909298155449",
"287688018426384558304379505820785588505",
"46301717394610521275887834873239926632",
"138092072884383752248112267103013652771",
"309945658178037843665667401898484860237",
"69210159367245462514496326628100202879",
"301763224630828999527799777008026043147",
"128359931870933289503931738528076545667",
"170659141963982025161216035350292527843",
"205178455166045014208616305700368841248",
"328884795687249263633004093427353092565",
"227795651289594327593500617577626866401",
"110715657275343165675102531768353230679",
"285336604906173861100808117856668392797",
"263062379612199466849044790311638319152",
"233916400230062498805280547550812288105",
"133487586419373247338731934225484608426",
"209870207461950183128423388387099162545",
"136165638761718043447676743870405616755",
"13263194910711687056066802035421323030",
"313170744787374263143330432430364454323",
"96678955937311414644805519242587520127",
"219000170052223305577739427118901137249",
"25522899322706476825536564428831027719",
"195744375681465010555831225015160674674",
"48340857150416902064319093178414590080",
"125237443453373790018073929756497677590",
"288445152094588489804395973318858164323",
"97179196828857038784710251354977522401",
"140624423631212210939741550593964993953",
"207074758584960744661053994688993277811"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_cubic.c"
},
"id": "CVE-2022-49325-dc8fbe50",
"digest": {
"threshold": 0.9,
"line_hashes": [
"269964729284183921170665555184731110256",
"4441047532263068719779107915409783470",
"306482971389666757694876207651183410882",
"28484311310866039167522023584906253025",
"98320132914515775548301725022530491264",
"75588190814499022805433760294254255141",
"208379296169106154460735417305298186652",
"155498680495794319420409245530432833628",
"116899145936744126869408262098091521396",
"154486292669469386834606230233304383506",
"59058561500174739146617569429025265987",
"329216747690056061975640083813395182091",
"165558803257308782432231964040557256946",
"19327862169402809562549535764269884910",
"211974542347859013631913072741562626817",
"246013999884176582791564981366551027860",
"196499533693591277659645704112987151317",
"331340987671826436825743717405178968510",
"44972588607325511789438194210108409534",
"263819877276068205144308091022088048961",
"180789617456067471610330922130678529786",
"200480194366459776982682019146455259246",
"299412941031812891608098828608654113075",
"113093432374165109468486201257787360920",
"236018758937714219924102247172125589839",
"148364129546929414527097868531361155461",
"200480194366459776982682019146455259246",
"299412941031812891608098828608654113075",
"308279816631264166428657957617410830290",
"330669097791258660421032579507959682480",
"107742190758395592857244092499463677736",
"228085235361372790965433967910447524100"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_scalable.c"
},
"id": "CVE-2022-49325-dccecb33",
"digest": {
"threshold": 0.9,
"line_hashes": [
"180581449501690173200094549050931876361",
"84425555964812259460276617293114497538",
"97136848228202487250084810076416048881",
"331088225119987584097391510258695519559",
"292114673697278140281933577204164883569",
"326726257699060165400035326105447759427",
"25251622468322486541561013118506314532",
"6853962931741044905899164432695110411"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_tso_should_defer",
"file": "net/ipv4/tcp_output.c"
},
"id": "CVE-2022-49325-e09a08fa",
"digest": {
"length": 1576.0,
"function_hash": "241460264418353612096900043169366694379"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_veno_cong_avoid",
"file": "net/ipv4/tcp_veno.c"
},
"id": "CVE-2022-49325-e1b3e2c3",
"digest": {
"length": 1130.0,
"function_hash": "225129695725876042914973328546189462483"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "dctcp_cwnd_undo",
"file": "net/ipv4/tcp_dctcp.c"
},
"id": "CVE-2022-49325-e1fcaf84",
"digest": {
"length": 156.0,
"function_hash": "147414738520215578457592953692463557571"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_enter_loss",
"file": "net/ipv4/tcp_input.c"
},
"id": "CVE-2022-49325-e39ba4d2",
"digest": {
"length": 1139.0,
"function_hash": "138017750820704703225896757053135727691"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_write_xmit",
"file": "net/ipv4/tcp_output.c"
},
"id": "CVE-2022-49325-e3eee11a",
"digest": {
"length": 2209.0,
"function_hash": "46329039480736565432722859387226033501"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_disconnect",
"file": "net/ipv4/tcp.c"
},
"id": "CVE-2022-49325-e44c5b07",
"digest": {
"length": 3340.0,
"function_hash": "287786088124578780046097059879776711769"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_input.c"
},
"id": "CVE-2022-49325-e63a3e2e",
"digest": {
"threshold": 0.9,
"line_hashes": [
"94673810116036689279439809342068563342",
"47746502722664885137459788945198781252",
"184862563287931166467159241181888876829",
"92293127491097621533965988689214668564",
"21119655823170947588523661565683095531",
"275542275241846275376609727412821245583",
"280928957125879472989839473662176262393",
"258502331179707120098144994717548610325",
"138627098484689782523629728565280263127",
"34620052754841019804063335464884797237",
"157245957831721493451186321326399100686",
"214779689640445373988240678511844547664",
"306084792599503465179817979285887410220",
"32604473450754637009644786525087143495",
"175240000554311311806318275386114977515",
"79995506879329045523044446621975398213",
"214264523503113952674611087922911575940",
"333085782111433820232961763654940929042",
"196021566581279773393606646978914989912",
"265681174233645662775654234295848488016",
"142093499642799285278625348826371414640",
"72925815740971225778430647234735665051",
"35082515814379433781660758878769655846",
"155708507272037541355038949900368306259",
"288896183070718578205871005615364489132",
"305051180842437009643112004160047402641",
"193307148874981903360379784529989540363",
"240996572384983682380740984133064832639",
"288896183070718578205871005615364489132",
"210955805854972085777743431584087902110",
"20357861330332512650965797456487890534",
"205701475606254575982184608604827777807",
"134295531985153725999835237613163128960",
"235270295214534431106643804346605849657",
"19945213395569382356851660566599619762",
"134614196001547317204794449285345377869",
"154547178112659591072712851127114514977",
"324344524275822262940724264357477992675",
"24020407021223918138602937781206070775",
"113552045221809903237545754242118529176",
"75865489244154395520102741834318953373",
"211699767570553449237669906609314036967",
"304293940209071988016260540617620971609",
"184626505628336111883232187916990486104",
"117480361379377762957650071602085495738",
"56504272821423346122249506269991206955",
"198445301889040696869951993413020982686",
"334422042001753633370190223688039318876",
"34783626022575128280983761089423281152",
"198486446602529004164594718793327604368",
"78316101105925764875917526955577995434",
"266377584724522046584937560437504850365",
"215776833962278194759869510612323356205",
"338596859450166873386363816313591469376",
"190483825210180635102826631040573138832",
"86118220746935088119000047597517817718",
"319692978747983928661884366303364197564",
"212609918427249309571911951070286406754",
"254896368304808925897061299769379557164",
"182133850649403184175194541839203709205",
"310290118310024775791032504291051586270",
"164593072780294021964663969045393294513",
"316191044039060333726490323802788756464",
"226308130721567872506457101524213306111",
"100294988836848673258137875209018976541"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcpnv_acked",
"file": "net/ipv4/tcp_nv.c"
},
"id": "CVE-2022-49325-e6930b8c",
"digest": {
"length": 3932.0,
"function_hash": "304303041594118798160135744024791905295"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "hstcp_cong_avoid",
"file": "net/ipv4/tcp_highspeed.c"
},
"id": "CVE-2022-49325-e6b0a82d",
"digest": {
"length": 807.0,
"function_hash": "276839330121252377041127565221050088795"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "hstcp_ssthresh",
"file": "net/ipv4/tcp_highspeed.c"
},
"id": "CVE-2022-49325-e7e7889c",
"digest": {
"length": 230.0,
"function_hash": "271916227650027518142952917269268295425"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_vegas.c"
},
"id": "CVE-2022-49325-e7fc6b43",
"digest": {
"threshold": 0.9,
"line_hashes": [
"168321572947089187936341189123280932969",
"7265402322351205813002300038445165156",
"136500655925542913583467932870478353076",
"68150420803442247338253366175637670144",
"202437103573711317642422540249418611328",
"172948171061298924173577675548619848082",
"299294894744089600159110230763379692808",
"178713859382726413583627774909924824686",
"216267308715639743976989593406162813187",
"81951059316154378817714508470549552747",
"147409465756646789751879517336377741127",
"221352827698066856351348728625382192264",
"133098054598090405674250704341286329544",
"132293675043157399111073500052522438103",
"303273646006335038489534710215698006896",
"148644665116894028744739421481249248888",
"292561423443211043472881549048671630142",
"48290543361266847559430086418114330756",
"129242427951379391781516350741856102906",
"255705999706233305132938985144388116439",
"101796984534222572028935204004574215956",
"193127325000791825163553227677992019741",
"150504310049769253877670363946681563226",
"187969081237767539031580202838580557227",
"276589183131363764328317158455914543158",
"103774883401580795549861704523105618201",
"102622896310230444542793125455127220506"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_cdg.c"
},
"id": "CVE-2022-49325-e80fe96b",
"digest": {
"threshold": 0.9,
"line_hashes": [
"44972588607325511789438194210108409534",
"263819877276068205144308091022088048961",
"255113464410977326398591263823647636601",
"154144856656583771629338843939882141496",
"326241641758595345810310418746029798239",
"113093432374165109468486201257787360920",
"236018758937714219924102247172125589839",
"148364129546929414527097868531361155461",
"200480194366459776982682019146455259246",
"299412941031812891608098828608654113075",
"221148943614230916310238232357949300116",
"331419925999733101074220715610542325",
"212230656359760238532890513657187568754",
"205477145572813085610057809931918610225",
"193428217780073378242679185605403212150",
"185667370257145449733993254785204653632",
"18527977419455749840650209535475068230",
"125983001638576939639194225876364069004",
"132000944365215873688258681961221343640",
"289771388302532520482475527151629243542",
"155301145030771064897978018667968522388",
"144628291761223472282083731109534800277",
"189066386178961212420097348128751569952",
"62978341779920594820628792467484709210",
"108745641666617764689152751178790020701",
"328894179938909552654966530975503468912",
"257782038023049755562187616332357883606",
"6345316828328674385410335765705809096",
"255881044698438313020046516240849839005",
"165059643335665932439073793623026950855",
"311206970949886560671329456333508101050",
"180306455492213614239627713026986206360",
"240563370420935347963552911895721178257",
"90262987513940285055999248074116355646",
"303140144170059455108510681071653274256",
"45157486262611422715835334099503091104",
"252124104889042734044184473074979941953",
"86423411416934115779944774968621047040",
"289268787013730630830478376126173580873",
"130944668648218535161136673967547390968",
"61882198065013646631050344977545627904"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "bbr_set_cwnd_to_recover_or_restore",
"file": "net/ipv4/tcp_bbr.c"
},
"id": "CVE-2022-49325-e842feb7",
"digest": {
"length": 837.0,
"function_hash": "50090490741317756847916473265721581264"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "get_tcp4_sock",
"file": "net/ipv4/tcp_ipv4.c"
},
"id": "CVE-2022-49325-e88c605e",
"digest": {
"length": 1724.0,
"function_hash": "122249854666626198077968792409236667044"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_dctcp.c"
},
"id": "CVE-2022-49325-eaa6e441",
"digest": {
"threshold": 0.9,
"line_hashes": [
"311889158732726014448931389480734611713",
"109995902479404404599757068131247870040",
"74244470713842018799788568788705413534",
"190753840492194690044676155999286108793",
"316510841565468161209198368692466989512",
"311889158732726014448931389480734611713",
"319924375728228663911852322824919920163",
"28457778002950452366578299859187169615",
"99787593202727655698620380287789984558",
"211383154853277811524646173205376905873",
"83098929722155073077897401523825110441",
"172254831942940558167626902545337790468",
"66030294372584719476247855339899836963",
"289265852513449464124004317534246310528",
"40886705924972622705783736069882286137"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "hybla_init",
"file": "net/ipv4/tcp_hybla.c"
},
"id": "CVE-2022-49325-eacba794",
"digest": {
"length": 386.0,
"function_hash": "327349834059030434484816995117897961917"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_init_cwnd_reduction",
"file": "net/ipv4/tcp_input.c"
},
"id": "CVE-2022-49325-eb8e9ad5",
"digest": {
"length": 350.0,
"function_hash": "187635464282922566179166626720111489195"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_scalable_cong_avoid",
"file": "net/ipv4/tcp_scalable.c"
},
"id": "CVE-2022-49325-ebedf26c",
"digest": {
"length": 310.0,
"function_hash": "326990690800370956623847713430301946627"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_yeah.c"
},
"id": "CVE-2022-49325-ecaa1d71",
"digest": {
"threshold": 0.9,
"line_hashes": [
"114635185301038179485772419319369649539",
"230741416951368683847135231656967360883",
"218128442060322600727696271503522564346",
"319668075210955380563954893611041231224",
"265726251021557374516047105602531205084",
"94824389958773155231397962381450638076",
"206573605096405947399340170125533075691",
"230110211928985599391681539504969891969",
"219870489434033266032055242433737871958",
"256666298042423039250856627353500730667",
"57676054595375162668752057007192782193",
"177093681894060167353541432233309248485",
"67012756525000949561164983259077865063",
"72787368602974864779227741801461265393",
"97756748072012723039076285869205774476",
"311033729137986493294388642851744217191",
"321465030727455104356920049730337107525",
"221966590380154292171541963888332427134",
"224871893044653980343393954896873785877",
"31915899482210522637280870123610838812",
"170735498769227970828526548232752641626",
"68979227005791622273022503694554423219",
"28130237244049536809502491827225159769",
"161099568025894746800229865963135825606",
"17017095266152213258387375808473266463",
"126103293580176723141729284751161906574",
"206330829546041559892065895249202651779",
"227161707935531775520051227231123288067",
"93866851889811192220926540460396232462",
"85779673626518778661800424382871435757",
"259903718523496268133942215247395037908",
"190757900175064948533862516652913738279",
"258260525625164446076804408637012903695",
"278307847840088212532465695933558349012",
"72745348586687994302608243361570050739",
"123851355177408276711825521037872976313",
"204174416498848977679024144026128752374",
"119182739422977136684451775786485710882"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "dctcp_react_to_loss",
"file": "net/ipv4/tcp_dctcp.c"
},
"id": "CVE-2022-49325-ed4e86af",
"digest": {
"length": 214.0,
"function_hash": "307116086447076974576719598606713355657"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcpnv_cong_avoid",
"file": "net/ipv4/tcp_nv.c"
},
"id": "CVE-2022-49325-ed5e7320",
"digest": {
"length": 565.0,
"function_hash": "74256641556832322967143836671415393408"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_get_timestamping_opt_stats",
"file": "net/ipv4/tcp.c"
},
"id": "CVE-2022-49325-ed8f3cd2",
"digest": {
"length": 2246.0,
"function_hash": "328705816120997668837482162699314261171"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_vegas_cong_avoid",
"file": "net/ipv4/tcp_vegas.c"
},
"id": "CVE-2022-49325-edbc0c55",
"digest": {
"length": 1239.0,
"function_hash": "68699903168154988453900655074359982087"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "bbr_init_pacing_rate_from_rtt",
"file": "net/ipv4/tcp_bbr.c"
},
"id": "CVE-2022-49325-edda2ec2",
"digest": {
"length": 404.0,
"function_hash": "88066912486680181330272591464748425817"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "cubictcp_cong_avoid",
"file": "net/ipv4/tcp_cubic.c"
},
"id": "CVE-2022-49325-ee28afe5",
"digest": {
"length": 350.0,
"function_hash": "296152676911437231624325126450961901107"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "bbr_save_cwnd",
"file": "net/ipv4/tcp_bbr.c"
},
"id": "CVE-2022-49325-ef40fddb",
"digest": {
"length": 305.0,
"function_hash": "176129968962277741778796956247020215520"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_westwood_event",
"file": "net/ipv4/tcp_westwood.c"
},
"id": "CVE-2022-49325-ef6aa840",
"digest": {
"length": 363.0,
"function_hash": "12635906024111616887705309582352046081"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_write_xmit",
"file": "net/ipv4/tcp_output.c"
},
"id": "CVE-2022-49325-ef85f063",
"digest": {
"length": 2209.0,
"function_hash": "46329039480736565432722859387226033501"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_tsq_write",
"file": "net/ipv4/tcp_output.c"
},
"id": "CVE-2022-49325-efb8fd72",
"digest": {
"length": 407.0,
"function_hash": "46066008780812571492998771097735776357"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_rate.c"
},
"id": "CVE-2022-49325-f0441d95",
"digest": {
"threshold": 0.9,
"line_hashes": [
"293739308092431640923020758779536148165",
"294509426248555965441745905276176968146",
"245855455807134128448596445554934466283",
"325292880008002530605363123355241207733"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_lp.c"
},
"id": "CVE-2022-49325-f08952f7",
"digest": {
"threshold": 0.9,
"line_hashes": [
"241403298807887037397615581107136879356",
"323703156155215493048752475414791084901",
"334947493206045771426113333214193916034",
"268939782822051344096339504798530433049",
"58016515491400817988869941488034832148",
"156452382903168076504011721727857692697",
"231990455795720316477442465365107285355",
"142660046615754206721923204453378283671",
"106356139842076226137654591683948087684",
"148498697420200676021535643778418990097"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_htcp.c"
},
"id": "CVE-2022-49325-f0cdbbb4",
"digest": {
"threshold": 0.9,
"line_hashes": [
"245111156814009638597356982576626497648",
"313573098455145812613005942859595402701",
"9393285992696170647707819571109588283",
"208706467089386724774445167699184842109",
"71711561220796432952576217141325568965",
"109536164019030018375974609129051445892",
"324223687009490184567389525422877338463",
"334039451796735668648921605072853464109",
"67585760626168305700359095408080885826",
"53437767999549255122908243274188156135",
"97789607488919269645569290724380738401",
"4540130002778853556962615922645871741",
"105758017006172281944746621224544532305",
"187172701314508915837252733659314855823"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "cubictcp_recalc_ssthresh",
"file": "net/ipv4/tcp_cubic.c"
},
"id": "CVE-2022-49325-f1fdb565",
"digest": {
"length": 434.0,
"function_hash": "189108992964613525817407308666003933974"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_update_metrics",
"file": "net/ipv4/tcp_metrics.c"
},
"id": "CVE-2022-49325-f5272d86",
"digest": {
"length": 2809.0,
"function_hash": "11095899654515013131130627557307437068"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_yeah_ssthresh",
"file": "net/ipv4/tcp_yeah.c"
},
"id": "CVE-2022-49325-f5388ce7",
"digest": {
"length": 520.0,
"function_hash": "134963311987678734251723184024150239041"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_is_cwnd_limited",
"file": "include/net/tcp.h"
},
"id": "CVE-2022-49325-f579c274",
"digest": {
"length": 207.0,
"function_hash": "101012575568791196393500114371462919574"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_disconnect",
"file": "net/ipv4/tcp.c"
},
"id": "CVE-2022-49325-f75db0ed",
"digest": {
"length": 3340.0,
"function_hash": "287786088124578780046097059879776711769"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_fastretrans_alert",
"file": "net/ipv4/tcp_input.c"
},
"id": "CVE-2022-49325-f818f53c",
"digest": {
"length": 2228.0,
"function_hash": "168903498977874690180379927244457638817"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_veno_ssthresh",
"file": "net/ipv4/tcp_veno.c"
},
"id": "CVE-2022-49325-f81f70eb",
"digest": {
"length": 250.0,
"function_hash": "36826774416883902093529992121509165485"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_output.c"
},
"id": "CVE-2022-49325-f892d7af",
"digest": {
"threshold": 0.9,
"line_hashes": [
"70308284243011222555444733015387790366",
"58946013604097689905169463199364832084",
"155171369589579106339622386529297590047",
"2055760709073612277392583373203095766",
"323705781962511180372347873378189633857",
"301241410745541006122361709830358242744",
"328949327675521850898515628825986882390",
"106309099017851717267532913353211760165",
"128554635832424637334426233113154438499",
"158592341463037091979353996427576305961",
"152720547698937987778475277950738028014",
"122550012808075804279436307148311374048",
"239408719375017775464117143998750877311",
"46953620251459664901257262693186130332",
"67535887663901516490392452127753585557",
"141309465806676634572576181355373799723",
"14016711968764755031409240743769914075",
"62719801936819637112578956709435972093",
"280727994532402464633510972258336198105",
"254207980611788211280323804463933068485",
"204394269403532293294426960082232620876",
"77478176935136651356114330823519455134",
"24552247121434611720464888183449077342",
"213319066069727670092301741416756028645",
"294490638044914576494205858421344481569",
"327947199398122791478657861852011128406",
"254260875939074117548803020816771976568",
"87478729162060977092627177944358314924",
"228793069392424328168802891228496320926",
"250857365592149522181512062154918299528",
"51004528404162455864527085352596359199",
"326671290128900290934258904378784024486",
"214075526935355381507823443009211204983",
"40807044402474135344328690557874921796",
"125351964841140399133729234157271498538",
"158439897898119344507725448831371290876",
"43047320009910123121396365837551872616",
"179581894944685837970727471466847916214",
"124937377046438166979481979494117566525",
"186900157227498918121904986632629706401",
"126737457855343037426391979763120459844",
"320277542975846998769715670330281999516",
"17745020410248919619144299260469620010",
"17562217865745293372354873528099734061",
"93912066652407095016661143621833948363",
"54647379483511777535078086619086158538",
"298816577860433260696923619658547180860",
"171682523243083471990636528929566441104",
"52779054439444501399958127892971957314",
"203299565160658714445924551255520696637",
"48317474410401105785592963843457868604",
"329764544802204177465224795559149406699",
"188609853965847259793188951756780662910",
"290604986541315449836507649433531381690",
"128954856400361343119516167950873232075",
"45411391889400657879617036662347748616"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcpnv_recalc_ssthresh",
"file": "net/ipv4/tcp_nv.c"
},
"id": "CVE-2022-49325-f96d3b3d",
"digest": {
"length": 158.0,
"function_hash": "15964421195531867276750924828068947590"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_cubic.c"
},
"id": "CVE-2022-49325-f9a0c7a5",
"digest": {
"threshold": 0.9,
"line_hashes": [
"269964729284183921170665555184731110256",
"4441047532263068719779107915409783470",
"306482971389666757694876207651183410882",
"28484311310866039167522023584906253025",
"98320132914515775548301725022530491264",
"75588190814499022805433760294254255141",
"208379296169106154460735417305298186652",
"155498680495794319420409245530432833628",
"116899145936744126869408262098091521396",
"154486292669469386834606230233304383506",
"59058561500174739146617569429025265987",
"329216747690056061975640083813395182091",
"165558803257308782432231964040557256946",
"19327862169402809562549535764269884910",
"211974542347859013631913072741562626817",
"246013999884176582791564981366551027860",
"196499533693591277659645704112987151317",
"331340987671826436825743717405178968510",
"44972588607325511789438194210108409534",
"263819877276068205144308091022088048961",
"180789617456067471610330922130678529786",
"200480194366459776982682019146455259246",
"299412941031812891608098828608654113075",
"113093432374165109468486201257787360920",
"236018758937714219924102247172125589839",
"148364129546929414527097868531361155461",
"200480194366459776982682019146455259246",
"299412941031812891608098828608654113075",
"308279816631264166428657957617410830290",
"330669097791258660421032579507959682480",
"107742190758395592857244092499463677736",
"228085235361372790965433967910447524100"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_cdg_init",
"file": "net/ipv4/tcp_cdg.c"
},
"id": "CVE-2022-49325-f9d2bedc",
"digest": {
"length": 308.0,
"function_hash": "170623489059789621066217635185246778152"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_westwood.c"
},
"id": "CVE-2022-49325-f9e6db77",
"digest": {
"threshold": 0.9,
"line_hashes": [
"320930268690183742166916812409915424611",
"165831718921281132175410826951883798385",
"318842948202103622474328872878780553994",
"195774814026632237993820343504669515564"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "bictcp_recalc_ssthresh",
"file": "net/ipv4/tcp_bic.c"
},
"id": "CVE-2022-49325-fa5c4276",
"digest": {
"length": 525.0,
"function_hash": "152186904369512640785052680933038324005"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5aba0ad44fb4a7fb78c5076c313456de199a3c29",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "cubictcp_cong_avoid",
"file": "net/ipv4/tcp_cubic.c"
},
"id": "CVE-2022-49325-fb11ac33",
"digest": {
"length": 350.0,
"function_hash": "296152676911437231624325126450961901107"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "bbr_save_cwnd",
"file": "net/ipv4/tcp_bbr.c"
},
"id": "CVE-2022-49325-fb2c54df",
"digest": {
"length": 305.0,
"function_hash": "176129968962277741778796956247020215520"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_cwnd_application_limited",
"file": "net/ipv4/tcp_output.c"
},
"id": "CVE-2022-49325-fbd38c04",
"digest": {
"length": 525.0,
"function_hash": "144196478522690577675813384034287135519"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_cwnd_restart",
"file": "net/ipv4/tcp_output.c"
},
"id": "CVE-2022-49325-fc3ad04b",
"digest": {
"length": 479.0,
"function_hash": "168421556170746440889214228140949823395"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_highspeed.c"
},
"id": "CVE-2022-49325-fd079dd0",
"digest": {
"threshold": 0.9,
"line_hashes": [
"160778102482727072435813852279271176269",
"12307531416012226941201387676670207686",
"300033400081655005309021417460104378001",
"100251954811107675403768152201640598141",
"153068010969719003837083989533771066360",
"11950628494959626323490878672696872244",
"146882290811768057030032640007513697107",
"331545505862497521116287898262996893858",
"150672356952291366343612284320381025140",
"11246521762021079379020365737258315322",
"87490825820877491383089402378929766497",
"317312175882458112162247189624037909561",
"103494815079084900293022287351840303402",
"115830079350311207492274669441205959455",
"302265053106136365817216554333665018981",
"204060130824609023782746744315267190390",
"204164604230208280053419270336593052993",
"267046707616125228449711737873393730076",
"242965607074226262350542756219646962114",
"115131081958091691011665681911433148884"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_cwnd_application_limited",
"file": "net/ipv4/tcp_output.c"
},
"id": "CVE-2022-49325-fe39a7df",
"digest": {
"length": 525.0,
"function_hash": "144196478522690577675813384034287135519"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_undo_cwnd_reduction",
"file": "net/ipv4/tcp_input.c"
},
"id": "CVE-2022-49325-fe658b24",
"digest": {
"length": 613.0,
"function_hash": "305631264409287915275766254145623275179"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@3308676ec525901bf1656014003c443a60730a04",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_yeah_ssthresh",
"file": "net/ipv4/tcp_yeah.c"
},
"id": "CVE-2022-49325-fe88b967",
"digest": {
"length": 520.0,
"function_hash": "134963311987678734251723184024150239041"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "tcp_cdg_cong_avoid",
"file": "net/ipv4/tcp_cdg.c"
},
"id": "CVE-2022-49325-febf40e3",
"digest": {
"length": 833.0,
"function_hash": "339092183478897357814894347568813772105"
},
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@40570375356c874b1578e05c1dcc3ff7c1322dbe",
"signature_version": "v1",
"deprecated": false,
"target": {
"file": "net/ipv4/tcp_veno.c"
},
"id": "CVE-2022-49325-ff38f5d4",
"digest": {
"threshold": 0.9,
"line_hashes": [
"267620527635639869355561114663325416466",
"112217343157787845243182616098547779498",
"7570821602648198084173346593997650160",
"199948613909831208378179583144297718640",
"51616431470261678029946007243647971629",
"112638738444753401487887476573273041418",
"238492050404165351343239782798754270767",
"106890719503305847683907513410447135118",
"184503621085719596062078279214659048722",
"185242236599176789630052948938287284283",
"193418663526045287596737502780340197229",
"237516610828162668946438183363558590247",
"173986305376487348715498491156781911247",
"223680863154379363695576985168156356405",
"55752745336253873148952871382415084136",
"288589918547849657823051904296555196394",
"325077218485428649586650311595372566321",
"209183150763956222306500752890783825886",
"67562068243531296708794617383210462126",
"187969081237767539031580202838580557227",
"219982655655424398663150932016066668698",
"182505421288046326740129068656819525195",
"246364503076516302481012299847499199069",
"255516129232859802415195708743891328885",
"69871472383292250871222473024308053360",
"304368671601823006599293654516306054801",
"144269652498878259005816145066510580048",
"118729778333615022420297231628433837320",
"158736772917072327482383476462675118098"
]
},
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@41e191fe72282e193a7744e2fc1786b23156c9e4",
"signature_version": "v1",
"deprecated": false,
"target": {
"function": "hybla_init",
"file": "net/ipv4/tcp_hybla.c"
},
"id": "CVE-2022-49325-ff9f75ab",
"digest": {
"length": 386.0,
"function_hash": "327349834059030434484816995117897961917"
},
"signature_type": "Function"
}
]