In the Linux kernel, the following vulnerability has been resolved:
wifi: p54: prevent buffer-overflow in p54rxeeprom_readback()
Robert Morris reported:
|If a malicious USB device pretends to be an Intersil p54 wifi |interface and generates an eepromreadback message with a large |eeprom->v1.len, p54rxeepromreadback() will copy data from the |message beyond the end of priv->eeprom. | |static void p54rxeepromreadback(struct p54common *priv, | struct skbuff *skb) |{ | struct p54hdr *hdr = (struct p54hdr *) skb->data; | struct p54eepromlm86 *eeprom = (struct p54eepromlm86 *) hdr->data; | | if (priv->fwvar >= 0x509) { | memcpy(priv->eeprom, eeprom->v2.data, | le16tocpu(eeprom->v2.len)); | } else { | memcpy(priv->eeprom, eeprom->v1.data, | le16tocpu(eeprom->v1.len)); | } | [...]
The eeprom->v{1,2}.len is set by the driver in p54downloadeeprom(). The device is supposed to provide the same length back to the driver. But yes, it's possible (like shown in the report) to alter the value to something that causes a crash/panic due to overrun.
This patch addresses the issue by adding the size to the common device context, so p54rxeeprom_readback no longer relies on possibly tampered values... That said, it also checks if the "firmware" altered the value and no longer copies them.
The one, small saving grace is: Before the driver tries to read the eeprom, it needs to upload >a< firmware. the vendor firmware has a proprietary license and as a reason, it is not present on most distributions by default.
[
{
"digest": {
"threshold": 0.9,
"line_hashes": [
"6328519583093575725863818556954052675",
"183551708929242912012768288270629258017",
"81007997594354118908257402571155812644",
"275780941517960817844947814053006718268",
"238876347136207576353152522582238977222",
"125397907395185757089967176659654830832",
"187601871555450942487960956424569487650",
"59563133283437865913091066426895166617"
]
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@1f7f8168abe8cbe845ab8bb557228d44784a6b57",
"signature_version": "v1",
"deprecated": false,
"signature_type": "Line",
"id": "CVE-2025-38348-043f20b1",
"target": {
"file": "drivers/net/wireless/intersil/p54/fwio.c"
}
},
{
"digest": {
"threshold": 0.9,
"line_hashes": [
"167419616300052726684885928258271286943",
"142522058831519411643976457297466858289",
"184956502368463166476597718941964565268",
"48488876499309273412510357658666728235"
]
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@714afb4c38edd19a057d519c1f9c5d164b43de94",
"signature_version": "v1",
"deprecated": false,
"signature_type": "Line",
"id": "CVE-2025-38348-11b209f4",
"target": {
"file": "drivers/net/wireless/intersil/p54/p54.h"
}
},
{
"digest": {
"function_hash": "333803521099862377022882956444785129180",
"length": 509.0
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@1f7f8168abe8cbe845ab8bb557228d44784a6b57",
"signature_version": "v1",
"deprecated": false,
"signature_type": "Function",
"id": "CVE-2025-38348-140849f1",
"target": {
"file": "drivers/net/wireless/intersil/p54/txrx.c",
"function": "p54_rx_eeprom_readback"
}
},
{
"digest": {
"function_hash": "333803521099862377022882956444785129180",
"length": 509.0
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@f39b2f8c1549a539846e083790fad396ef6cd802",
"signature_version": "v1",
"deprecated": false,
"signature_type": "Function",
"id": "CVE-2025-38348-149567d4",
"target": {
"file": "drivers/net/wireless/intersil/p54/txrx.c",
"function": "p54_rx_eeprom_readback"
}
},
{
"digest": {
"threshold": 0.9,
"line_hashes": [
"6328519583093575725863818556954052675",
"183551708929242912012768288270629258017",
"81007997594354118908257402571155812644",
"275780941517960817844947814053006718268",
"238876347136207576353152522582238977222",
"125397907395185757089967176659654830832",
"187601871555450942487960956424569487650",
"59563133283437865913091066426895166617"
]
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9701f842031b825e2fd5f22d064166f8f13f6e4d",
"signature_version": "v1",
"deprecated": false,
"signature_type": "Line",
"id": "CVE-2025-38348-197caab8",
"target": {
"file": "drivers/net/wireless/intersil/p54/fwio.c"
}
},
{
"digest": {
"threshold": 0.9,
"line_hashes": [
"6328519583093575725863818556954052675",
"183551708929242912012768288270629258017",
"81007997594354118908257402571155812644",
"275780941517960817844947814053006718268",
"238876347136207576353152522582238977222",
"125397907395185757089967176659654830832",
"187601871555450942487960956424569487650",
"59563133283437865913091066426895166617"
]
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@714afb4c38edd19a057d519c1f9c5d164b43de94",
"signature_version": "v1",
"deprecated": false,
"signature_type": "Line",
"id": "CVE-2025-38348-22e1b2c5",
"target": {
"file": "drivers/net/wireless/intersil/p54/fwio.c"
}
},
{
"digest": {
"function_hash": "292431447915292979248097909111731673690",
"length": 1056.0
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@714afb4c38edd19a057d519c1f9c5d164b43de94",
"signature_version": "v1",
"deprecated": false,
"signature_type": "Function",
"id": "CVE-2025-38348-2b545264",
"target": {
"file": "drivers/net/wireless/intersil/p54/fwio.c",
"function": "p54_download_eeprom"
}
},
{
"digest": {
"function_hash": "292431447915292979248097909111731673690",
"length": 1056.0
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@0e4dc150423b829c35cbcf399481ca11594fc036",
"signature_version": "v1",
"deprecated": false,
"signature_type": "Function",
"id": "CVE-2025-38348-2c495e97",
"target": {
"file": "drivers/net/wireless/intersil/p54/fwio.c",
"function": "p54_download_eeprom"
}
},
{
"digest": {
"function_hash": "292431447915292979248097909111731673690",
"length": 1056.0
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@da1b9a55ff116cb040528ef664c70a4eec03ae99",
"signature_version": "v1",
"deprecated": false,
"signature_type": "Function",
"id": "CVE-2025-38348-31bac5fd",
"target": {
"file": "drivers/net/wireless/intersil/p54/fwio.c",
"function": "p54_download_eeprom"
}
},
{
"digest": {
"threshold": 0.9,
"line_hashes": [
"214971305673247308931047091308799028870",
"43111041810435945900077149447640706123",
"336759448440453675266288533759253500508",
"293886571992248744754795343239346554165",
"127783422089911532390451377684231305309",
"251248992686538869215894869257409761993",
"16855526663677080338928570458634216632",
"205904211690812998163677354582259284064",
"8461004593761367982532451129384896550",
"225222648423335724092720757064609198865"
]
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@f39b2f8c1549a539846e083790fad396ef6cd802",
"signature_version": "v1",
"deprecated": false,
"signature_type": "Line",
"id": "CVE-2025-38348-3aa44d15",
"target": {
"file": "drivers/net/wireless/intersil/p54/txrx.c"
}
},
{
"digest": {
"threshold": 0.9,
"line_hashes": [
"214971305673247308931047091308799028870",
"43111041810435945900077149447640706123",
"336759448440453675266288533759253500508",
"293886571992248744754795343239346554165",
"127783422089911532390451377684231305309",
"251248992686538869215894869257409761993",
"16855526663677080338928570458634216632",
"205904211690812998163677354582259284064",
"8461004593761367982532451129384896550",
"225222648423335724092720757064609198865"
]
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@12134f79e53eb56b0b0b7447fa0c512acf6a8422",
"signature_version": "v1",
"deprecated": false,
"signature_type": "Line",
"id": "CVE-2025-38348-3b471e18",
"target": {
"file": "drivers/net/wireless/intersil/p54/txrx.c"
}
},
{
"digest": {
"function_hash": "333803521099862377022882956444785129180",
"length": 509.0
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@12134f79e53eb56b0b0b7447fa0c512acf6a8422",
"signature_version": "v1",
"deprecated": false,
"signature_type": "Function",
"id": "CVE-2025-38348-3f206ec0",
"target": {
"file": "drivers/net/wireless/intersil/p54/txrx.c",
"function": "p54_rx_eeprom_readback"
}
},
{
"digest": {
"function_hash": "333803521099862377022882956444785129180",
"length": 509.0
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@da1b9a55ff116cb040528ef664c70a4eec03ae99",
"signature_version": "v1",
"deprecated": false,
"signature_type": "Function",
"id": "CVE-2025-38348-3f530381",
"target": {
"file": "drivers/net/wireless/intersil/p54/txrx.c",
"function": "p54_rx_eeprom_readback"
}
},
{
"digest": {
"threshold": 0.9,
"line_hashes": [
"167419616300052726684885928258271286943",
"142522058831519411643976457297466858289",
"184956502368463166476597718941964565268",
"48488876499309273412510357658666728235"
]
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@f39b2f8c1549a539846e083790fad396ef6cd802",
"signature_version": "v1",
"deprecated": false,
"signature_type": "Line",
"id": "CVE-2025-38348-46be7724",
"target": {
"file": "drivers/net/wireless/intersil/p54/p54.h"
}
},
{
"digest": {
"threshold": 0.9,
"line_hashes": [
"167419616300052726684885928258271286943",
"142522058831519411643976457297466858289",
"184956502368463166476597718941964565268",
"48488876499309273412510357658666728235"
]
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@12134f79e53eb56b0b0b7447fa0c512acf6a8422",
"signature_version": "v1",
"deprecated": false,
"signature_type": "Line",
"id": "CVE-2025-38348-4c43f627",
"target": {
"file": "drivers/net/wireless/intersil/p54/p54.h"
}
},
{
"digest": {
"function_hash": "292431447915292979248097909111731673690",
"length": 1056.0
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@12134f79e53eb56b0b0b7447fa0c512acf6a8422",
"signature_version": "v1",
"deprecated": false,
"signature_type": "Function",
"id": "CVE-2025-38348-4dcb700d",
"target": {
"file": "drivers/net/wireless/intersil/p54/fwio.c",
"function": "p54_download_eeprom"
}
},
{
"digest": {
"threshold": 0.9,
"line_hashes": [
"6328519583093575725863818556954052675",
"183551708929242912012768288270629258017",
"81007997594354118908257402571155812644",
"275780941517960817844947814053006718268",
"238876347136207576353152522582238977222",
"125397907395185757089967176659654830832",
"187601871555450942487960956424569487650",
"59563133283437865913091066426895166617"
]
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@6d05390d20f110de37d051a3e063ef0a542d01fb",
"signature_version": "v1",
"deprecated": false,
"signature_type": "Line",
"id": "CVE-2025-38348-65f2fa71",
"target": {
"file": "drivers/net/wireless/intersil/p54/fwio.c"
}
},
{
"digest": {
"function_hash": "292431447915292979248097909111731673690",
"length": 1056.0
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9701f842031b825e2fd5f22d064166f8f13f6e4d",
"signature_version": "v1",
"deprecated": false,
"signature_type": "Function",
"id": "CVE-2025-38348-66d81336",
"target": {
"file": "drivers/net/wireless/intersil/p54/fwio.c",
"function": "p54_download_eeprom"
}
},
{
"digest": {
"threshold": 0.9,
"line_hashes": [
"214971305673247308931047091308799028870",
"43111041810435945900077149447640706123",
"336759448440453675266288533759253500508",
"293886571992248744754795343239346554165",
"127783422089911532390451377684231305309",
"251248992686538869215894869257409761993",
"16855526663677080338928570458634216632",
"205904211690812998163677354582259284064",
"8461004593761367982532451129384896550",
"225222648423335724092720757064609198865"
]
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@da1b9a55ff116cb040528ef664c70a4eec03ae99",
"signature_version": "v1",
"deprecated": false,
"signature_type": "Line",
"id": "CVE-2025-38348-74d427be",
"target": {
"file": "drivers/net/wireless/intersil/p54/txrx.c"
}
},
{
"digest": {
"function_hash": "333803521099862377022882956444785129180",
"length": 509.0
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@0e4dc150423b829c35cbcf399481ca11594fc036",
"signature_version": "v1",
"deprecated": false,
"signature_type": "Function",
"id": "CVE-2025-38348-75646e93",
"target": {
"file": "drivers/net/wireless/intersil/p54/txrx.c",
"function": "p54_rx_eeprom_readback"
}
},
{
"digest": {
"threshold": 0.9,
"line_hashes": [
"214971305673247308931047091308799028870",
"43111041810435945900077149447640706123",
"336759448440453675266288533759253500508",
"293886571992248744754795343239346554165",
"127783422089911532390451377684231305309",
"251248992686538869215894869257409761993",
"16855526663677080338928570458634216632",
"205904211690812998163677354582259284064",
"8461004593761367982532451129384896550",
"225222648423335724092720757064609198865"
]
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@714afb4c38edd19a057d519c1f9c5d164b43de94",
"signature_version": "v1",
"deprecated": false,
"signature_type": "Line",
"id": "CVE-2025-38348-769dae46",
"target": {
"file": "drivers/net/wireless/intersil/p54/txrx.c"
}
},
{
"digest": {
"function_hash": "292431447915292979248097909111731673690",
"length": 1056.0
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@1f7f8168abe8cbe845ab8bb557228d44784a6b57",
"signature_version": "v1",
"deprecated": false,
"signature_type": "Function",
"id": "CVE-2025-38348-7b1b7d9d",
"target": {
"file": "drivers/net/wireless/intersil/p54/fwio.c",
"function": "p54_download_eeprom"
}
},
{
"digest": {
"threshold": 0.9,
"line_hashes": [
"167419616300052726684885928258271286943",
"142522058831519411643976457297466858289",
"184956502368463166476597718941964565268",
"48488876499309273412510357658666728235"
]
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@1f7f8168abe8cbe845ab8bb557228d44784a6b57",
"signature_version": "v1",
"deprecated": false,
"signature_type": "Line",
"id": "CVE-2025-38348-8a07149c",
"target": {
"file": "drivers/net/wireless/intersil/p54/p54.h"
}
},
{
"digest": {
"threshold": 0.9,
"line_hashes": [
"167419616300052726684885928258271286943",
"142522058831519411643976457297466858289",
"184956502368463166476597718941964565268",
"48488876499309273412510357658666728235"
]
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@da1b9a55ff116cb040528ef664c70a4eec03ae99",
"signature_version": "v1",
"deprecated": false,
"signature_type": "Line",
"id": "CVE-2025-38348-8aa5971b",
"target": {
"file": "drivers/net/wireless/intersil/p54/p54.h"
}
},
{
"digest": {
"threshold": 0.9,
"line_hashes": [
"6328519583093575725863818556954052675",
"183551708929242912012768288270629258017",
"81007997594354118908257402571155812644",
"275780941517960817844947814053006718268",
"238876347136207576353152522582238977222",
"125397907395185757089967176659654830832",
"187601871555450942487960956424569487650",
"59563133283437865913091066426895166617"
]
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@da1b9a55ff116cb040528ef664c70a4eec03ae99",
"signature_version": "v1",
"deprecated": false,
"signature_type": "Line",
"id": "CVE-2025-38348-8b30d66e",
"target": {
"file": "drivers/net/wireless/intersil/p54/fwio.c"
}
},
{
"digest": {
"threshold": 0.9,
"line_hashes": [
"214971305673247308931047091308799028870",
"43111041810435945900077149447640706123",
"336759448440453675266288533759253500508",
"293886571992248744754795343239346554165",
"127783422089911532390451377684231305309",
"251248992686538869215894869257409761993",
"16855526663677080338928570458634216632",
"205904211690812998163677354582259284064",
"8461004593761367982532451129384896550",
"225222648423335724092720757064609198865"
]
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@1f7f8168abe8cbe845ab8bb557228d44784a6b57",
"signature_version": "v1",
"deprecated": false,
"signature_type": "Line",
"id": "CVE-2025-38348-8f6f52b1",
"target": {
"file": "drivers/net/wireless/intersil/p54/txrx.c"
}
},
{
"digest": {
"threshold": 0.9,
"line_hashes": [
"6328519583093575725863818556954052675",
"183551708929242912012768288270629258017",
"81007997594354118908257402571155812644",
"275780941517960817844947814053006718268",
"238876347136207576353152522582238977222",
"125397907395185757089967176659654830832",
"187601871555450942487960956424569487650",
"59563133283437865913091066426895166617"
]
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@0e4dc150423b829c35cbcf399481ca11594fc036",
"signature_version": "v1",
"deprecated": false,
"signature_type": "Line",
"id": "CVE-2025-38348-9d90ca1c",
"target": {
"file": "drivers/net/wireless/intersil/p54/fwio.c"
}
},
{
"digest": {
"threshold": 0.9,
"line_hashes": [
"6328519583093575725863818556954052675",
"183551708929242912012768288270629258017",
"81007997594354118908257402571155812644",
"275780941517960817844947814053006718268",
"238876347136207576353152522582238977222",
"125397907395185757089967176659654830832",
"187601871555450942487960956424569487650",
"59563133283437865913091066426895166617"
]
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@12134f79e53eb56b0b0b7447fa0c512acf6a8422",
"signature_version": "v1",
"deprecated": false,
"signature_type": "Line",
"id": "CVE-2025-38348-a1652017",
"target": {
"file": "drivers/net/wireless/intersil/p54/fwio.c"
}
},
{
"digest": {
"function_hash": "333803521099862377022882956444785129180",
"length": 509.0
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@6d05390d20f110de37d051a3e063ef0a542d01fb",
"signature_version": "v1",
"deprecated": false,
"signature_type": "Function",
"id": "CVE-2025-38348-a411fc7d",
"target": {
"file": "drivers/net/wireless/intersil/p54/txrx.c",
"function": "p54_rx_eeprom_readback"
}
},
{
"digest": {
"threshold": 0.9,
"line_hashes": [
"167419616300052726684885928258271286943",
"142522058831519411643976457297466858289",
"184956502368463166476597718941964565268",
"48488876499309273412510357658666728235"
]
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@6d05390d20f110de37d051a3e063ef0a542d01fb",
"signature_version": "v1",
"deprecated": false,
"signature_type": "Line",
"id": "CVE-2025-38348-b339ecda",
"target": {
"file": "drivers/net/wireless/intersil/p54/p54.h"
}
},
{
"digest": {
"function_hash": "292431447915292979248097909111731673690",
"length": 1056.0
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@f39b2f8c1549a539846e083790fad396ef6cd802",
"signature_version": "v1",
"deprecated": false,
"signature_type": "Function",
"id": "CVE-2025-38348-dc1477b7",
"target": {
"file": "drivers/net/wireless/intersil/p54/fwio.c",
"function": "p54_download_eeprom"
}
},
{
"digest": {
"function_hash": "333803521099862377022882956444785129180",
"length": 509.0
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9701f842031b825e2fd5f22d064166f8f13f6e4d",
"signature_version": "v1",
"deprecated": false,
"signature_type": "Function",
"id": "CVE-2025-38348-dd5d9a3d",
"target": {
"file": "drivers/net/wireless/intersil/p54/txrx.c",
"function": "p54_rx_eeprom_readback"
}
},
{
"digest": {
"threshold": 0.9,
"line_hashes": [
"167419616300052726684885928258271286943",
"142522058831519411643976457297466858289",
"184956502368463166476597718941964565268",
"48488876499309273412510357658666728235"
]
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9701f842031b825e2fd5f22d064166f8f13f6e4d",
"signature_version": "v1",
"deprecated": false,
"signature_type": "Line",
"id": "CVE-2025-38348-e5178128",
"target": {
"file": "drivers/net/wireless/intersil/p54/p54.h"
}
},
{
"digest": {
"threshold": 0.9,
"line_hashes": [
"167419616300052726684885928258271286943",
"142522058831519411643976457297466858289",
"184956502368463166476597718941964565268",
"48488876499309273412510357658666728235"
]
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@0e4dc150423b829c35cbcf399481ca11594fc036",
"signature_version": "v1",
"deprecated": false,
"signature_type": "Line",
"id": "CVE-2025-38348-e519a6bf",
"target": {
"file": "drivers/net/wireless/intersil/p54/p54.h"
}
},
{
"digest": {
"function_hash": "292431447915292979248097909111731673690",
"length": 1056.0
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@6d05390d20f110de37d051a3e063ef0a542d01fb",
"signature_version": "v1",
"deprecated": false,
"signature_type": "Function",
"id": "CVE-2025-38348-e57a5ca4",
"target": {
"file": "drivers/net/wireless/intersil/p54/fwio.c",
"function": "p54_download_eeprom"
}
},
{
"digest": {
"threshold": 0.9,
"line_hashes": [
"6328519583093575725863818556954052675",
"183551708929242912012768288270629258017",
"81007997594354118908257402571155812644",
"275780941517960817844947814053006718268",
"238876347136207576353152522582238977222",
"125397907395185757089967176659654830832",
"187601871555450942487960956424569487650",
"59563133283437865913091066426895166617"
]
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@f39b2f8c1549a539846e083790fad396ef6cd802",
"signature_version": "v1",
"deprecated": false,
"signature_type": "Line",
"id": "CVE-2025-38348-e80b3f94",
"target": {
"file": "drivers/net/wireless/intersil/p54/fwio.c"
}
},
{
"digest": {
"function_hash": "333803521099862377022882956444785129180",
"length": 509.0
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@714afb4c38edd19a057d519c1f9c5d164b43de94",
"signature_version": "v1",
"deprecated": false,
"signature_type": "Function",
"id": "CVE-2025-38348-f0e456ac",
"target": {
"file": "drivers/net/wireless/intersil/p54/txrx.c",
"function": "p54_rx_eeprom_readback"
}
},
{
"digest": {
"threshold": 0.9,
"line_hashes": [
"214971305673247308931047091308799028870",
"43111041810435945900077149447640706123",
"336759448440453675266288533759253500508",
"293886571992248744754795343239346554165",
"127783422089911532390451377684231305309",
"251248992686538869215894869257409761993",
"16855526663677080338928570458634216632",
"205904211690812998163677354582259284064",
"8461004593761367982532451129384896550",
"225222648423335724092720757064609198865"
]
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@0e4dc150423b829c35cbcf399481ca11594fc036",
"signature_version": "v1",
"deprecated": false,
"signature_type": "Line",
"id": "CVE-2025-38348-f4280c0d",
"target": {
"file": "drivers/net/wireless/intersil/p54/txrx.c"
}
},
{
"digest": {
"threshold": 0.9,
"line_hashes": [
"214971305673247308931047091308799028870",
"43111041810435945900077149447640706123",
"336759448440453675266288533759253500508",
"293886571992248744754795343239346554165",
"127783422089911532390451377684231305309",
"251248992686538869215894869257409761993",
"16855526663677080338928570458634216632",
"205904211690812998163677354582259284064",
"8461004593761367982532451129384896550",
"225222648423335724092720757064609198865"
]
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9701f842031b825e2fd5f22d064166f8f13f6e4d",
"signature_version": "v1",
"deprecated": false,
"signature_type": "Line",
"id": "CVE-2025-38348-fce7d23a",
"target": {
"file": "drivers/net/wireless/intersil/p54/txrx.c"
}
},
{
"digest": {
"threshold": 0.9,
"line_hashes": [
"214971305673247308931047091308799028870",
"43111041810435945900077149447640706123",
"336759448440453675266288533759253500508",
"293886571992248744754795343239346554165",
"127783422089911532390451377684231305309",
"251248992686538869215894869257409761993",
"16855526663677080338928570458634216632",
"205904211690812998163677354582259284064",
"8461004593761367982532451129384896550",
"225222648423335724092720757064609198865"
]
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@6d05390d20f110de37d051a3e063ef0a542d01fb",
"signature_version": "v1",
"deprecated": false,
"signature_type": "Line",
"id": "CVE-2025-38348-fe0577ea",
"target": {
"file": "drivers/net/wireless/intersil/p54/txrx.c"
}
}
]