In the Linux kernel, the following vulnerability has been resolved:
netlink: Fix wraparounds of sk->skrmemalloc.
Netlink has this pattern in some places
if (atomicread(&sk->skrmemalloc) > sk->skrcvbuf) atomicadd(skb->truesize, &sk->skrmem_alloc);
, which has the same problem fixed by commit 5a465a0da13e ("udp: Fix multiple wraparounds of sk->skrmemalloc.").
For example, if we set INTMAX to SORCVBUFFORCE, the condition is always false as the two operands are of int.
Then, a single socket can eat as many skb as possible until OOM happens, and we can see multiple wraparounds of sk->skrmemalloc.
Let's fix it by using atomicaddreturn() and comparing the two variables as unsigned int.
Before: [root@fedora ~]# ss -f netlink Recv-Q Send-Q Local Address:Port Peer Address:Port -1668710080 0 rtnl:nl_wraparound/293 *
After: [root@fedora ~]# ss -f netlink Recv-Q Send-Q Local Address:Port Peer Address:Port 2147483072 0 rtnl:nlwraparound/290 * ^ `--- INTMAX - 576
[
{
"id": "CVE-2025-38465-017a01d7",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@4b8e18af7bea92f8b7fb92d40aeae729209db250",
"digest": {
"length": 270.0,
"function_hash": "38520968924358963275723278282831540921"
},
"target": {
"file": "net/netlink/af_netlink.c",
"function": "netlink_skb_set_owner_r"
},
"deprecated": false,
"signature_type": "Function",
"signature_version": "v1"
},
{
"id": "CVE-2025-38465-0db25e08",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c4ceaac5c5ba0b992ee1dc88e2a02421549e5c98",
"digest": {
"line_hashes": [
"229267754013765841089218994594603183923",
"69149040016896527280646044728047910587",
"199679635637685925444309871458514613628",
"52364936260150262701796739386059108251",
"70700377846254118812391077206754200230",
"33893252001842623487612177311605563260",
"226480584029963596524972092893084025974",
"13683595326900944682912871522216054736",
"8545708644935447373812419870369631741",
"201653645130584961407198215339515946928",
"134587201248384591687121535333210213705",
"318586593765322878200222113301985670750",
"313574812661886461420609346586171699223",
"338093341115925994735450380361079968025",
"253396792100481787285070799657067613956",
"250351760804526378176425215757574930211",
"87281487350632597893905956920855737130",
"202066990457268333645273575484650345869",
"145638357387491312700147758836593304418",
"66234431997721013805807521307847274271",
"101544042161625623819773326649209904902",
"57976657424155926631730429269109247130",
"11377657925905516923899019268709560072",
"207885767100187492243835067459203689521",
"61311034773245872733863375498930975052",
"309154108999148615271851783500632390206",
"96262013452178225364999963627465103427",
"292697320327815550567902045221466635908",
"3442183956259581624282358541396805424",
"324555315924662758588520552745816396748",
"272960100661564723075509204468756840020",
"6677872800377006046373974190397587841",
"216925692967561445877486767914325858307",
"258239825302525876719812058493351009638",
"303219634127710557005297463439268322807",
"147713352317295992135889476430438174555",
"310949875840909178003077304901240846590",
"278369272744949684634995839575978754170",
"255484535355214174642990109455525658462",
"68328511226655974570318410449748190634",
"296526718741595514002182476073003190735",
"164029100533292837662079966208533578193",
"296681491206268919142162353098752859439",
"7441304635228070254887963731243316833",
"246272683812648104211171895461607597314",
"153378276460579106219541233475863714531",
"186888758284830174248248534186172960840",
"123767515510448535081466837154780503972",
"131727827781445893150705115338081688383",
"125219703704528782456274399586753035404",
"196803053586524750730718210266353785531",
"81944665744846785982611209389298131726",
"152330777137283327592658903089548558563",
"303504797017826279705210097640169625212",
"318900821642804719435371215200804573029",
"38995222044700903320704949249084792438",
"285823059762854660207013878103866637234",
"264261389710796189444181470106525839937",
"186462753223302607935185172400301976251",
"249122329023549506777581446707533026790",
"41466159213901373211039992270860517492",
"94791333278303474121191416839589241836",
"293504385021826180556285233357278254890"
],
"threshold": 0.9
},
"target": {
"file": "net/netlink/af_netlink.c"
},
"deprecated": false,
"signature_type": "Line",
"signature_version": "v1"
},
{
"id": "CVE-2025-38465-1fdff63f",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c4ceaac5c5ba0b992ee1dc88e2a02421549e5c98",
"digest": {
"length": 368.0,
"function_hash": "109785176416022073468947269098348690010"
},
"target": {
"file": "net/netlink/af_netlink.c",
"function": "netlink_broadcast_deliver"
},
"deprecated": false,
"signature_type": "Function",
"signature_version": "v1"
},
{
"id": "CVE-2025-38465-253627e1",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@4b8e18af7bea92f8b7fb92d40aeae729209db250",
"digest": {
"line_hashes": [
"229267754013765841089218994594603183923",
"69149040016896527280646044728047910587",
"199679635637685925444309871458514613628",
"52364936260150262701796739386059108251",
"70700377846254118812391077206754200230",
"33893252001842623487612177311605563260",
"226480584029963596524972092893084025974",
"13683595326900944682912871522216054736",
"8545708644935447373812419870369631741",
"201653645130584961407198215339515946928",
"134587201248384591687121535333210213705",
"318586593765322878200222113301985670750",
"313574812661886461420609346586171699223",
"338093341115925994735450380361079968025",
"253396792100481787285070799657067613956",
"250351760804526378176425215757574930211",
"87281487350632597893905956920855737130",
"202066990457268333645273575484650345869",
"145638357387491312700147758836593304418",
"66234431997721013805807521307847274271",
"101544042161625623819773326649209904902",
"57976657424155926631730429269109247130",
"11377657925905516923899019268709560072",
"207885767100187492243835067459203689521",
"61311034773245872733863375498930975052",
"309154108999148615271851783500632390206",
"96262013452178225364999963627465103427",
"292697320327815550567902045221466635908",
"3442183956259581624282358541396805424",
"324555315924662758588520552745816396748",
"272960100661564723075509204468756840020",
"6677872800377006046373974190397587841",
"216925692967561445877486767914325858307",
"258239825302525876719812058493351009638",
"303219634127710557005297463439268322807",
"147713352317295992135889476430438174555",
"310949875840909178003077304901240846590",
"278369272744949684634995839575978754170",
"255484535355214174642990109455525658462",
"68328511226655974570318410449748190634",
"296526718741595514002182476073003190735",
"164029100533292837662079966208533578193",
"296681491206268919142162353098752859439",
"7441304635228070254887963731243316833",
"246272683812648104211171895461607597314",
"153378276460579106219541233475863714531",
"186888758284830174248248534186172960840",
"123767515510448535081466837154780503972",
"131727827781445893150705115338081688383",
"125219703704528782456274399586753035404",
"196803053586524750730718210266353785531",
"81944665744846785982611209389298131726",
"152330777137283327592658903089548558563",
"303504797017826279705210097640169625212",
"151907493981221065659067918708511948269",
"38995222044700903320704949249084792438",
"285823059762854660207013878103866637234",
"264261389710796189444181470106525839937",
"186462753223302607935185172400301976251",
"249122329023549506777581446707533026790",
"41466159213901373211039992270860517492",
"94791333278303474121191416839589241836",
"293504385021826180556285233357278254890"
],
"threshold": 0.9
},
"target": {
"file": "net/netlink/af_netlink.c"
},
"deprecated": false,
"signature_type": "Line",
"signature_version": "v1"
},
{
"id": "CVE-2025-38465-376b8e94",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@76602d8e13864524382b0687dc32cd8f19164d5a",
"digest": {
"length": 1883.0,
"function_hash": "118223272356976993222883884389349769691"
},
"target": {
"file": "net/netlink/af_netlink.c",
"function": "netlink_dump"
},
"deprecated": false,
"signature_type": "Function",
"signature_version": "v1"
},
{
"id": "CVE-2025-38465-3c11872b",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9da025150b7c14a8390fc06aea314c0a4011e82c",
"digest": {
"length": 906.0,
"function_hash": "26358408955327257008465163053698566074"
},
"target": {
"file": "net/netlink/af_netlink.c",
"function": "netlink_attachskb"
},
"deprecated": false,
"signature_type": "Function",
"signature_version": "v1"
},
{
"id": "CVE-2025-38465-44e715ff",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c4ceaac5c5ba0b992ee1dc88e2a02421549e5c98",
"digest": {
"length": 906.0,
"function_hash": "26358408955327257008465163053698566074"
},
"target": {
"file": "net/netlink/af_netlink.c",
"function": "netlink_attachskb"
},
"deprecated": false,
"signature_type": "Function",
"signature_version": "v1"
},
{
"id": "CVE-2025-38465-47fbfca4",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@fd69af06101090eaa60b3d216ae715f9c0a58e5b",
"digest": {
"length": 1883.0,
"function_hash": "118223272356976993222883884389349769691"
},
"target": {
"file": "net/netlink/af_netlink.c",
"function": "netlink_dump"
},
"deprecated": false,
"signature_type": "Function",
"signature_version": "v1"
},
{
"id": "CVE-2025-38465-4adf4656",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c4ceaac5c5ba0b992ee1dc88e2a02421549e5c98",
"digest": {
"length": 1883.0,
"function_hash": "118223272356976993222883884389349769691"
},
"target": {
"file": "net/netlink/af_netlink.c",
"function": "netlink_dump"
},
"deprecated": false,
"signature_type": "Function",
"signature_version": "v1"
},
{
"id": "CVE-2025-38465-4d37034e",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9da025150b7c14a8390fc06aea314c0a4011e82c",
"digest": {
"length": 368.0,
"function_hash": "109785176416022073468947269098348690010"
},
"target": {
"file": "net/netlink/af_netlink.c",
"function": "netlink_broadcast_deliver"
},
"deprecated": false,
"signature_type": "Function",
"signature_version": "v1"
},
{
"id": "CVE-2025-38465-4e6fa1aa",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@fd69af06101090eaa60b3d216ae715f9c0a58e5b",
"digest": {
"line_hashes": [
"229267754013765841089218994594603183923",
"69149040016896527280646044728047910587",
"199679635637685925444309871458514613628",
"52364936260150262701796739386059108251",
"70700377846254118812391077206754200230",
"33893252001842623487612177311605563260",
"226480584029963596524972092893084025974",
"13683595326900944682912871522216054736",
"8545708644935447373812419870369631741",
"201653645130584961407198215339515946928",
"134587201248384591687121535333210213705",
"318586593765322878200222113301985670750",
"313574812661886461420609346586171699223",
"338093341115925994735450380361079968025",
"253396792100481787285070799657067613956",
"250351760804526378176425215757574930211",
"87281487350632597893905956920855737130",
"202066990457268333645273575484650345869",
"145638357387491312700147758836593304418",
"66234431997721013805807521307847274271",
"101544042161625623819773326649209904902",
"57976657424155926631730429269109247130",
"11377657925905516923899019268709560072",
"207885767100187492243835067459203689521",
"61311034773245872733863375498930975052",
"309154108999148615271851783500632390206",
"96262013452178225364999963627465103427",
"292697320327815550567902045221466635908",
"3442183956259581624282358541396805424",
"324555315924662758588520552745816396748",
"272960100661564723075509204468756840020",
"6677872800377006046373974190397587841",
"216925692967561445877486767914325858307",
"258239825302525876719812058493351009638",
"303219634127710557005297463439268322807",
"147713352317295992135889476430438174555",
"310949875840909178003077304901240846590",
"278369272744949684634995839575978754170",
"255484535355214174642990109455525658462",
"68328511226655974570318410449748190634",
"296526718741595514002182476073003190735",
"164029100533292837662079966208533578193",
"296681491206268919142162353098752859439",
"7441304635228070254887963731243316833",
"246272683812648104211171895461607597314",
"153378276460579106219541233475863714531",
"186888758284830174248248534186172960840",
"123767515510448535081466837154780503972",
"131727827781445893150705115338081688383",
"125219703704528782456274399586753035404",
"196803053586524750730718210266353785531",
"81944665744846785982611209389298131726",
"152330777137283327592658903089548558563",
"303504797017826279705210097640169625212",
"318900821642804719435371215200804573029",
"38995222044700903320704949249084792438",
"285823059762854660207013878103866637234",
"264261389710796189444181470106525839937",
"186462753223302607935185172400301976251",
"249122329023549506777581446707533026790",
"41466159213901373211039992270860517492",
"94791333278303474121191416839589241836",
"293504385021826180556285233357278254890"
],
"threshold": 0.9
},
"target": {
"file": "net/netlink/af_netlink.c"
},
"deprecated": false,
"signature_type": "Line",
"signature_version": "v1"
},
{
"id": "CVE-2025-38465-4f655991",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@76602d8e13864524382b0687dc32cd8f19164d5a",
"digest": {
"length": 906.0,
"function_hash": "26358408955327257008465163053698566074"
},
"target": {
"file": "net/netlink/af_netlink.c",
"function": "netlink_attachskb"
},
"deprecated": false,
"signature_type": "Function",
"signature_version": "v1"
},
{
"id": "CVE-2025-38465-53761ace",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9da025150b7c14a8390fc06aea314c0a4011e82c",
"digest": {
"length": 423.0,
"function_hash": "115292184952552199407033840536446298222"
},
"target": {
"file": "net/netlink/af_netlink.c",
"function": "netlink_unicast_kernel"
},
"deprecated": false,
"signature_type": "Function",
"signature_version": "v1"
},
{
"id": "CVE-2025-38465-6210e133",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@cd7ff61bfffd7000143c42bbffb85eeb792466d6",
"digest": {
"length": 906.0,
"function_hash": "26358408955327257008465163053698566074"
},
"target": {
"file": "net/netlink/af_netlink.c",
"function": "netlink_attachskb"
},
"deprecated": false,
"signature_type": "Function",
"signature_version": "v1"
},
{
"id": "CVE-2025-38465-650778ca",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@cd7ff61bfffd7000143c42bbffb85eeb792466d6",
"digest": {
"line_hashes": [
"229267754013765841089218994594603183923",
"69149040016896527280646044728047910587",
"199679635637685925444309871458514613628",
"52364936260150262701796739386059108251",
"70700377846254118812391077206754200230",
"33893252001842623487612177311605563260",
"226480584029963596524972092893084025974",
"13683595326900944682912871522216054736",
"8545708644935447373812419870369631741",
"201653645130584961407198215339515946928",
"134587201248384591687121535333210213705",
"318586593765322878200222113301985670750",
"313574812661886461420609346586171699223",
"338093341115925994735450380361079968025",
"253396792100481787285070799657067613956",
"250351760804526378176425215757574930211",
"87281487350632597893905956920855737130",
"202066990457268333645273575484650345869",
"145638357387491312700147758836593304418",
"66234431997721013805807521307847274271",
"101544042161625623819773326649209904902",
"57976657424155926631730429269109247130",
"11377657925905516923899019268709560072",
"207885767100187492243835067459203689521",
"61311034773245872733863375498930975052",
"309154108999148615271851783500632390206",
"96262013452178225364999963627465103427",
"292697320327815550567902045221466635908",
"3442183956259581624282358541396805424",
"324555315924662758588520552745816396748",
"272960100661564723075509204468756840020",
"6677872800377006046373974190397587841",
"216925692967561445877486767914325858307",
"258239825302525876719812058493351009638",
"303219634127710557005297463439268322807",
"147713352317295992135889476430438174555",
"310949875840909178003077304901240846590",
"278369272744949684634995839575978754170",
"255484535355214174642990109455525658462",
"68328511226655974570318410449748190634",
"296526718741595514002182476073003190735",
"164029100533292837662079966208533578193",
"296681491206268919142162353098752859439",
"7441304635228070254887963731243316833",
"246272683812648104211171895461607597314",
"153378276460579106219541233475863714531",
"186888758284830174248248534186172960840",
"123767515510448535081466837154780503972",
"131727827781445893150705115338081688383",
"125219703704528782456274399586753035404",
"196803053586524750730718210266353785531",
"81944665744846785982611209389298131726",
"152330777137283327592658903089548558563",
"303504797017826279705210097640169625212",
"151907493981221065659067918708511948269",
"38995222044700903320704949249084792438",
"285823059762854660207013878103866637234",
"264261389710796189444181470106525839937",
"186462753223302607935185172400301976251",
"249122329023549506777581446707533026790",
"41466159213901373211039992270860517492",
"94791333278303474121191416839589241836",
"293504385021826180556285233357278254890"
],
"threshold": 0.9
},
"target": {
"file": "net/netlink/af_netlink.c"
},
"deprecated": false,
"signature_type": "Line",
"signature_version": "v1"
},
{
"id": "CVE-2025-38465-65a69d86",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@4b8e18af7bea92f8b7fb92d40aeae729209db250",
"digest": {
"length": 906.0,
"function_hash": "26358408955327257008465163053698566074"
},
"target": {
"file": "net/netlink/af_netlink.c",
"function": "netlink_attachskb"
},
"deprecated": false,
"signature_type": "Function",
"signature_version": "v1"
},
{
"id": "CVE-2025-38465-67eff9be",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9da025150b7c14a8390fc06aea314c0a4011e82c",
"digest": {
"length": 270.0,
"function_hash": "38520968924358963275723278282831540921"
},
"target": {
"file": "net/netlink/af_netlink.c",
"function": "netlink_skb_set_owner_r"
},
"deprecated": false,
"signature_type": "Function",
"signature_version": "v1"
},
{
"id": "CVE-2025-38465-681ad311",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@cd7ff61bfffd7000143c42bbffb85eeb792466d6",
"digest": {
"length": 368.0,
"function_hash": "109785176416022073468947269098348690010"
},
"target": {
"file": "net/netlink/af_netlink.c",
"function": "netlink_broadcast_deliver"
},
"deprecated": false,
"signature_type": "Function",
"signature_version": "v1"
},
{
"id": "CVE-2025-38465-68a44780",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@cd7ff61bfffd7000143c42bbffb85eeb792466d6",
"digest": {
"length": 270.0,
"function_hash": "38520968924358963275723278282831540921"
},
"target": {
"file": "net/netlink/af_netlink.c",
"function": "netlink_skb_set_owner_r"
},
"deprecated": false,
"signature_type": "Function",
"signature_version": "v1"
},
{
"id": "CVE-2025-38465-68c8f265",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@4b8e18af7bea92f8b7fb92d40aeae729209db250",
"digest": {
"length": 1999.0,
"function_hash": "95036382727825819964891583503013163731"
},
"target": {
"file": "net/netlink/af_netlink.c",
"function": "netlink_dump"
},
"deprecated": false,
"signature_type": "Function",
"signature_version": "v1"
},
{
"id": "CVE-2025-38465-6f2c08c6",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@fd69af06101090eaa60b3d216ae715f9c0a58e5b",
"digest": {
"length": 906.0,
"function_hash": "26358408955327257008465163053698566074"
},
"target": {
"file": "net/netlink/af_netlink.c",
"function": "netlink_attachskb"
},
"deprecated": false,
"signature_type": "Function",
"signature_version": "v1"
},
{
"id": "CVE-2025-38465-6fde13c1",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@cd7ff61bfffd7000143c42bbffb85eeb792466d6",
"digest": {
"length": 1999.0,
"function_hash": "95036382727825819964891583503013163731"
},
"target": {
"file": "net/netlink/af_netlink.c",
"function": "netlink_dump"
},
"deprecated": false,
"signature_type": "Function",
"signature_version": "v1"
},
{
"id": "CVE-2025-38465-78447a10",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9da025150b7c14a8390fc06aea314c0a4011e82c",
"digest": {
"line_hashes": [
"229267754013765841089218994594603183923",
"69149040016896527280646044728047910587",
"199679635637685925444309871458514613628",
"52364936260150262701796739386059108251",
"70700377846254118812391077206754200230",
"33893252001842623487612177311605563260",
"226480584029963596524972092893084025974",
"13683595326900944682912871522216054736",
"8545708644935447373812419870369631741",
"201653645130584961407198215339515946928",
"134587201248384591687121535333210213705",
"318586593765322878200222113301985670750",
"313574812661886461420609346586171699223",
"338093341115925994735450380361079968025",
"253396792100481787285070799657067613956",
"250351760804526378176425215757574930211",
"87281487350632597893905956920855737130",
"202066990457268333645273575484650345869",
"145638357387491312700147758836593304418",
"66234431997721013805807521307847274271",
"101544042161625623819773326649209904902",
"57976657424155926631730429269109247130",
"11377657925905516923899019268709560072",
"207885767100187492243835067459203689521",
"61311034773245872733863375498930975052",
"309154108999148615271851783500632390206",
"96262013452178225364999963627465103427",
"292697320327815550567902045221466635908",
"3442183956259581624282358541396805424",
"324555315924662758588520552745816396748",
"272960100661564723075509204468756840020",
"6677872800377006046373974190397587841",
"216925692967561445877486767914325858307",
"258239825302525876719812058493351009638",
"303219634127710557005297463439268322807",
"147713352317295992135889476430438174555",
"310949875840909178003077304901240846590",
"278369272744949684634995839575978754170",
"255484535355214174642990109455525658462",
"68328511226655974570318410449748190634",
"296526718741595514002182476073003190735",
"164029100533292837662079966208533578193",
"296681491206268919142162353098752859439",
"7441304635228070254887963731243316833",
"246272683812648104211171895461607597314",
"153378276460579106219541233475863714531",
"186888758284830174248248534186172960840",
"123767515510448535081466837154780503972",
"131727827781445893150705115338081688383",
"125219703704528782456274399586753035404",
"196803053586524750730718210266353785531",
"18984081451679612238701750134912020916",
"152330777137283327592658903089548558563",
"148303347955550874704497315843161213937",
"39609323478568112058853358963755321638",
"38995222044700903320704949249084792438",
"285823059762854660207013878103866637234",
"264261389710796189444181470106525839937",
"186462753223302607935185172400301976251",
"155855350417020130186209335374178582688",
"41466159213901373211039992270860517492",
"94791333278303474121191416839589241836",
"293504385021826180556285233357278254890"
],
"threshold": 0.9
},
"target": {
"file": "net/netlink/af_netlink.c"
},
"deprecated": false,
"signature_type": "Line",
"signature_version": "v1"
},
{
"id": "CVE-2025-38465-788488d2",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c4ceaac5c5ba0b992ee1dc88e2a02421549e5c98",
"digest": {
"length": 423.0,
"function_hash": "115292184952552199407033840536446298222"
},
"target": {
"file": "net/netlink/af_netlink.c",
"function": "netlink_unicast_kernel"
},
"deprecated": false,
"signature_type": "Function",
"signature_version": "v1"
},
{
"id": "CVE-2025-38465-7ace946c",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@fd69af06101090eaa60b3d216ae715f9c0a58e5b",
"digest": {
"length": 368.0,
"function_hash": "109785176416022073468947269098348690010"
},
"target": {
"file": "net/netlink/af_netlink.c",
"function": "netlink_broadcast_deliver"
},
"deprecated": false,
"signature_type": "Function",
"signature_version": "v1"
},
{
"id": "CVE-2025-38465-83ef26ed",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@76602d8e13864524382b0687dc32cd8f19164d5a",
"digest": {
"length": 270.0,
"function_hash": "38520968924358963275723278282831540921"
},
"target": {
"file": "net/netlink/af_netlink.c",
"function": "netlink_skb_set_owner_r"
},
"deprecated": false,
"signature_type": "Function",
"signature_version": "v1"
},
{
"id": "CVE-2025-38465-a5d60b63",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@4b8e18af7bea92f8b7fb92d40aeae729209db250",
"digest": {
"length": 423.0,
"function_hash": "115292184952552199407033840536446298222"
},
"target": {
"file": "net/netlink/af_netlink.c",
"function": "netlink_unicast_kernel"
},
"deprecated": false,
"signature_type": "Function",
"signature_version": "v1"
},
{
"id": "CVE-2025-38465-ad3b05ea",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@fd69af06101090eaa60b3d216ae715f9c0a58e5b",
"digest": {
"length": 270.0,
"function_hash": "38520968924358963275723278282831540921"
},
"target": {
"file": "net/netlink/af_netlink.c",
"function": "netlink_skb_set_owner_r"
},
"deprecated": false,
"signature_type": "Function",
"signature_version": "v1"
},
{
"id": "CVE-2025-38465-b0b48401",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@76602d8e13864524382b0687dc32cd8f19164d5a",
"digest": {
"line_hashes": [
"229267754013765841089218994594603183923",
"69149040016896527280646044728047910587",
"199679635637685925444309871458514613628",
"52364936260150262701796739386059108251",
"70700377846254118812391077206754200230",
"33893252001842623487612177311605563260",
"226480584029963596524972092893084025974",
"13683595326900944682912871522216054736",
"8545708644935447373812419870369631741",
"201653645130584961407198215339515946928",
"134587201248384591687121535333210213705",
"318586593765322878200222113301985670750",
"313574812661886461420609346586171699223",
"338093341115925994735450380361079968025",
"253396792100481787285070799657067613956",
"250351760804526378176425215757574930211",
"87281487350632597893905956920855737130",
"202066990457268333645273575484650345869",
"145638357387491312700147758836593304418",
"66234431997721013805807521307847274271",
"101544042161625623819773326649209904902",
"57976657424155926631730429269109247130",
"11377657925905516923899019268709560072",
"207885767100187492243835067459203689521",
"61311034773245872733863375498930975052",
"309154108999148615271851783500632390206",
"96262013452178225364999963627465103427",
"292697320327815550567902045221466635908",
"3442183956259581624282358541396805424",
"324555315924662758588520552745816396748",
"272960100661564723075509204468756840020",
"6677872800377006046373974190397587841",
"216925692967561445877486767914325858307",
"258239825302525876719812058493351009638",
"303219634127710557005297463439268322807",
"147713352317295992135889476430438174555",
"310949875840909178003077304901240846590",
"278369272744949684634995839575978754170",
"255484535355214174642990109455525658462",
"68328511226655974570318410449748190634",
"296526718741595514002182476073003190735",
"164029100533292837662079966208533578193",
"296681491206268919142162353098752859439",
"7441304635228070254887963731243316833",
"246272683812648104211171895461607597314",
"153378276460579106219541233475863714531",
"186888758284830174248248534186172960840",
"123767515510448535081466837154780503972",
"131727827781445893150705115338081688383",
"125219703704528782456274399586753035404",
"196803053586524750730718210266353785531",
"81944665744846785982611209389298131726",
"152330777137283327592658903089548558563",
"303504797017826279705210097640169625212",
"318900821642804719435371215200804573029",
"38995222044700903320704949249084792438",
"285823059762854660207013878103866637234",
"264261389710796189444181470106525839937",
"186462753223302607935185172400301976251",
"249122329023549506777581446707533026790",
"41466159213901373211039992270860517492",
"94791333278303474121191416839589241836",
"293504385021826180556285233357278254890"
],
"threshold": 0.9
},
"target": {
"file": "net/netlink/af_netlink.c"
},
"deprecated": false,
"signature_type": "Line",
"signature_version": "v1"
},
{
"id": "CVE-2025-38465-b1260a83",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c4ceaac5c5ba0b992ee1dc88e2a02421549e5c98",
"digest": {
"length": 270.0,
"function_hash": "38520968924358963275723278282831540921"
},
"target": {
"file": "net/netlink/af_netlink.c",
"function": "netlink_skb_set_owner_r"
},
"deprecated": false,
"signature_type": "Function",
"signature_version": "v1"
},
{
"id": "CVE-2025-38465-b3d343dc",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@fd69af06101090eaa60b3d216ae715f9c0a58e5b",
"digest": {
"length": 423.0,
"function_hash": "115292184952552199407033840536446298222"
},
"target": {
"file": "net/netlink/af_netlink.c",
"function": "netlink_unicast_kernel"
},
"deprecated": false,
"signature_type": "Function",
"signature_version": "v1"
},
{
"id": "CVE-2025-38465-c282b21e",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@cd7ff61bfffd7000143c42bbffb85eeb792466d6",
"digest": {
"length": 423.0,
"function_hash": "115292184952552199407033840536446298222"
},
"target": {
"file": "net/netlink/af_netlink.c",
"function": "netlink_unicast_kernel"
},
"deprecated": false,
"signature_type": "Function",
"signature_version": "v1"
},
{
"id": "CVE-2025-38465-cb445122",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@76602d8e13864524382b0687dc32cd8f19164d5a",
"digest": {
"length": 423.0,
"function_hash": "115292184952552199407033840536446298222"
},
"target": {
"file": "net/netlink/af_netlink.c",
"function": "netlink_unicast_kernel"
},
"deprecated": false,
"signature_type": "Function",
"signature_version": "v1"
},
{
"id": "CVE-2025-38465-f1dcc5bb",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9da025150b7c14a8390fc06aea314c0a4011e82c",
"digest": {
"length": 2072.0,
"function_hash": "156627861813714485028830582956053248202"
},
"target": {
"file": "net/netlink/af_netlink.c",
"function": "netlink_dump"
},
"deprecated": false,
"signature_type": "Function",
"signature_version": "v1"
},
{
"id": "CVE-2025-38465-f9589c3b",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@76602d8e13864524382b0687dc32cd8f19164d5a",
"digest": {
"length": 368.0,
"function_hash": "109785176416022073468947269098348690010"
},
"target": {
"file": "net/netlink/af_netlink.c",
"function": "netlink_broadcast_deliver"
},
"deprecated": false,
"signature_type": "Function",
"signature_version": "v1"
},
{
"id": "CVE-2025-38465-fa8ec941",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@4b8e18af7bea92f8b7fb92d40aeae729209db250",
"digest": {
"length": 368.0,
"function_hash": "109785176416022073468947269098348690010"
},
"target": {
"file": "net/netlink/af_netlink.c",
"function": "netlink_broadcast_deliver"
},
"deprecated": false,
"signature_type": "Function",
"signature_version": "v1"
}
]