In the Linux kernel, the following vulnerability has been resolved:
wifi: ath9k: delay all of ath9kwmievent_tasklet() until init is complete
The ath9kwmieventtasklet() used in ath9khtc assumes that all the data structures have been fully initialised by the time it runs. However, because of the order in which things are initialised, this is not guaranteed to be the case, because the device is exposed to the USB subsystem before the ath9k driver initialisation is completed.
We already committed a partial fix for this in commit: 8b3046abc99e ("ath9khtc: fix NULL pointer dereference at ath9khtctxget_packet()")
However, that commit only aborted the WMITXSTATUSEVENTID command in the event tasklet, pairing it with an "initialisation complete" bit in the TX struct. It seems syzbot managed to trigger the race for one of the other commands as well, so let's just move the existing synchronisation bit to cover the whole tasklet (setting it at the end of ath9khtcprobedevice() instead of inside ath9ktx_init()).
{ "vanir_signatures": [ { "signature_type": "Line", "target": { "file": "drivers/net/wireless/ath/ath9k/htc_drv_init.c" }, "signature_version": "v1", "digest": { "threshold": 0.9, "line_hashes": [ "20665540073766757692224925304439188758", "334788508219269359797279376335618377782", "270168211274059526748799916238581298958" ] }, "deprecated": false, "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ac90e22e735bac44f74b5161fb096fbeb0ff8bc2", "id": "CVE-2024-26897-03226996" }, { "signature_type": "Line", "target": { "file": "drivers/net/wireless/ath/ath9k/htc.h" }, "signature_version": "v1", "digest": { "threshold": 0.9, "line_hashes": [ "317705123099836628467200029853073162204", "100197258043251430109507256498584708158", "24945559854211320803121458729546102786", "166535946507320740500482624888273273426", "212845532983031957731105759844955627874", "204450344115405418316917365711070519697", "269855405111174148538844237819295326974", "316047883324762175086409139763673844582" ] }, "deprecated": false, "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@1bc5461a21c56a36e2a7d81e152b90ce019a3905", "id": "CVE-2024-26897-04df6d02" }, { "signature_type": "Line", "target": { "file": "drivers/net/wireless/ath/ath9k/wmi.c" }, "signature_version": "v1", "digest": { "threshold": 0.9, "line_hashes": [ "106959767650646248591728647329579874092", "85407944182366973089964995598999231583", "254221436684556801554980339599364466767", "296584699880291196483898318199057925539", "101324934177430006951439744968868053489", "259844567900701449171474984739940485899", "135977191634765336596873990955252762773", "214005715181413998098240075071724434797" ] }, "deprecated": false, "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a015fbf698c8957aa5fbeefc5c59dd2cf3107298", "id": "CVE-2024-26897-096bb411" }, { "signature_type": "Line", "target": { "file": "drivers/net/wireless/ath/ath9k/htc.h" }, "signature_version": "v1", "digest": { "threshold": 0.9, "line_hashes": [ "317705123099836628467200029853073162204", "100197258043251430109507256498584708158", "24945559854211320803121458729546102786", "166535946507320740500482624888273273426", "212845532983031957731105759844955627874", "204450344115405418316917365711070519697", "269855405111174148538844237819295326974", "316047883324762175086409139763673844582" ] }, "deprecated": false, "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a015fbf698c8957aa5fbeefc5c59dd2cf3107298", "id": "CVE-2024-26897-0f37cb6b" }, { "signature_type": "Function", "target": { "file": "drivers/net/wireless/ath/ath9k/htc_drv_txrx.c", "function": "ath9k_tx_init" }, "signature_version": "v1", "digest": { "length": 407.0, "function_hash": "334029245186834545766829283064741030486" }, "deprecated": false, "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ac90e22e735bac44f74b5161fb096fbeb0ff8bc2", "id": "CVE-2024-26897-12a48254" }, { "signature_type": "Line", "target": { "file": "drivers/net/wireless/ath/ath9k/htc_drv_txrx.c" }, "signature_version": "v1", "digest": { "threshold": 0.9, "line_hashes": [ "287395574005753722056597587711053728741", "203015153044069890048930095643813462601", "50320972607410532998456813817356535799", "224493289949783296553880028964142103907", "333453260283818907345342354844910272838" ] }, "deprecated": false, "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a015fbf698c8957aa5fbeefc5c59dd2cf3107298", "id": "CVE-2024-26897-17464112" }, { "signature_type": "Line", "target": { "file": "drivers/net/wireless/ath/ath9k/htc_drv_txrx.c" }, "signature_version": "v1", "digest": { "threshold": 0.9, "line_hashes": [ "287395574005753722056597587711053728741", "203015153044069890048930095643813462601", "50320972607410532998456813817356535799", "224493289949783296553880028964142103907", "333453260283818907345342354844910272838" ] }, "deprecated": false, "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@74d0639261dd795dce958d1b14815bdcbb48a715", "id": "CVE-2024-26897-1a9ae46f" }, { "signature_type": "Line", "target": { "file": "drivers/net/wireless/ath/ath9k/htc_drv_init.c" }, "signature_version": "v1", "digest": { "threshold": 0.9, "line_hashes": [ "20665540073766757692224925304439188758", "334788508219269359797279376335618377782", "270168211274059526748799916238581298958" ] }, "deprecated": false, "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@24355fcb0d4cbcb6ddda262596558e8cfba70f11", "id": "CVE-2024-26897-1b831a9f" }, { "signature_type": "Function", "target": { "file": "drivers/net/wireless/ath/ath9k/htc_drv_txrx.c", "function": "ath9k_tx_init" }, "signature_version": "v1", "digest": { "length": 407.0, "function_hash": "334029245186834545766829283064741030486" }, "deprecated": false, "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@1bc5461a21c56a36e2a7d81e152b90ce019a3905", "id": "CVE-2024-26897-2402a36c" }, { "signature_type": "Line", "target": { "file": "drivers/net/wireless/ath/ath9k/wmi.c" }, "signature_version": "v1", "digest": { "threshold": 0.9, "line_hashes": [ "106959767650646248591728647329579874092", "85407944182366973089964995598999231583", "254221436684556801554980339599364466767", "296584699880291196483898318199057925539", "101324934177430006951439744968868053489", "259844567900701449171474984739940485899", "135977191634765336596873990955252762773", "214005715181413998098240075071724434797" ] }, "deprecated": false, "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@1bc5461a21c56a36e2a7d81e152b90ce019a3905", "id": "CVE-2024-26897-29a6ff30" }, { "signature_type": "Function", "target": { "file": "drivers/net/wireless/ath/ath9k/htc_drv_txrx.c", "function": "ath9k_tx_init" }, "signature_version": "v1", "digest": { "length": 407.0, "function_hash": "334029245186834545766829283064741030486" }, "deprecated": false, "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@4afa0246656d5680c8a4c3fb37ba6570c4ab819b", "id": "CVE-2024-26897-376beb0d" }, { "signature_type": "Line", "target": { "file": "drivers/net/wireless/ath/ath9k/htc.h" }, "signature_version": "v1", "digest": { "threshold": 0.9, "line_hashes": [ "317705123099836628467200029853073162204", "100197258043251430109507256498584708158", "24945559854211320803121458729546102786", "166535946507320740500482624888273273426", "212845532983031957731105759844955627874", "204450344115405418316917365711070519697", "269855405111174148538844237819295326974", "316047883324762175086409139763673844582" ] }, "deprecated": false, "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@24355fcb0d4cbcb6ddda262596558e8cfba70f11", "id": "CVE-2024-26897-3bfcf264" }, { "signature_type": "Line", "target": { "file": "drivers/net/wireless/ath/ath9k/htc_drv_init.c" }, "signature_version": "v1", "digest": { "threshold": 0.9, "line_hashes": [ "20665540073766757692224925304439188758", "334788508219269359797279376335618377782", "270168211274059526748799916238581298958" ] }, "deprecated": false, "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@74d0639261dd795dce958d1b14815bdcbb48a715", "id": "CVE-2024-26897-3fa4d0e4" }, { "signature_type": "Function", "target": { "file": "drivers/net/wireless/ath/ath9k/wmi.c", "function": "ath9k_wmi_event_tasklet" }, "signature_version": "v1", "digest": { "length": 1064.0, "function_hash": "5002146212459994864076689385384989404" }, "deprecated": false, "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@f8ff4b4df71e87f609be0cc37d92e918107f9b90", "id": "CVE-2024-26897-45ac7e0a" }, { "signature_type": "Line", "target": { "file": "drivers/net/wireless/ath/ath9k/wmi.c" }, "signature_version": "v1", "digest": { "threshold": 0.9, "line_hashes": [ "106959767650646248591728647329579874092", "85407944182366973089964995598999231583", "254221436684556801554980339599364466767", "296584699880291196483898318199057925539", "101324934177430006951439744968868053489", "259844567900701449171474984739940485899", "135977191634765336596873990955252762773", "214005715181413998098240075071724434797" ] }, "deprecated": false, "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@74d0639261dd795dce958d1b14815bdcbb48a715", "id": "CVE-2024-26897-46c7d2d5" }, { "signature_type": "Line", "target": { "file": "drivers/net/wireless/ath/ath9k/htc.h" }, "signature_version": "v1", "digest": { "threshold": 0.9, "line_hashes": [ "317705123099836628467200029853073162204", "100197258043251430109507256498584708158", "24945559854211320803121458729546102786", "166535946507320740500482624888273273426", "212845532983031957731105759844955627874", "204450344115405418316917365711070519697", "269855405111174148538844237819295326974", "316047883324762175086409139763673844582" ] }, "deprecated": false, "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@4afa0246656d5680c8a4c3fb37ba6570c4ab819b", "id": "CVE-2024-26897-49425c87" }, { "signature_type": "Line", "target": { "file": "drivers/net/wireless/ath/ath9k/wmi.c" }, "signature_version": "v1", "digest": { "threshold": 0.9, "line_hashes": [ "106959767650646248591728647329579874092", "85407944182366973089964995598999231583", "254221436684556801554980339599364466767", "296584699880291196483898318199057925539", "101324934177430006951439744968868053489", "259844567900701449171474984739940485899", "135977191634765336596873990955252762773", "214005715181413998098240075071724434797" ] }, "deprecated": false, "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ac90e22e735bac44f74b5161fb096fbeb0ff8bc2", "id": "CVE-2024-26897-5ec99c4a" }, { "signature_type": "Function", "target": { "file": "drivers/net/wireless/ath/ath9k/htc_drv_init.c", "function": "ath9k_htc_probe_device" }, "signature_version": "v1", "digest": { "length": 819.0, "function_hash": "58129177079785903113497104673622620539" }, "deprecated": false, "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@74d0639261dd795dce958d1b14815bdcbb48a715", "id": "CVE-2024-26897-69afe33e" }, { "signature_type": "Function", "target": { "file": "drivers/net/wireless/ath/ath9k/htc_drv_init.c", "function": "ath9k_htc_probe_device" }, "signature_version": "v1", "digest": { "length": 819.0, "function_hash": "58129177079785903113497104673622620539" }, "deprecated": false, "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ac90e22e735bac44f74b5161fb096fbeb0ff8bc2", "id": "CVE-2024-26897-6b1c5839" }, { "signature_type": "Function", "target": { "file": "drivers/net/wireless/ath/ath9k/htc_drv_txrx.c", "function": "ath9k_tx_init" }, "signature_version": "v1", "digest": { "length": 407.0, "function_hash": "334029245186834545766829283064741030486" }, "deprecated": false, "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a015fbf698c8957aa5fbeefc5c59dd2cf3107298", "id": "CVE-2024-26897-6f571349" }, { "signature_type": "Line", "target": { "file": "drivers/net/wireless/ath/ath9k/htc_drv_txrx.c" }, "signature_version": "v1", "digest": { "threshold": 0.9, "line_hashes": [ "287395574005753722056597587711053728741", "203015153044069890048930095643813462601", "50320972607410532998456813817356535799", "224493289949783296553880028964142103907", "333453260283818907345342354844910272838" ] }, "deprecated": false, "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@4afa0246656d5680c8a4c3fb37ba6570c4ab819b", "id": "CVE-2024-26897-71cc0571" }, { "signature_type": "Line", "target": { "file": "drivers/net/wireless/ath/ath9k/htc.h" }, "signature_version": "v1", "digest": { "threshold": 0.9, "line_hashes": [ "317705123099836628467200029853073162204", "100197258043251430109507256498584708158", "24945559854211320803121458729546102786", "166535946507320740500482624888273273426", "212845532983031957731105759844955627874", "204450344115405418316917365711070519697", "269855405111174148538844237819295326974", "316047883324762175086409139763673844582" ] }, "deprecated": false, "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@74d0639261dd795dce958d1b14815bdcbb48a715", "id": "CVE-2024-26897-71eaf36c" }, { "signature_type": "Function", "target": { "file": "drivers/net/wireless/ath/ath9k/htc_drv_init.c", "function": "ath9k_htc_probe_device" }, "signature_version": "v1", "digest": { "length": 819.0, "function_hash": "58129177079785903113497104673622620539" }, "deprecated": false, "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@f8ff4b4df71e87f609be0cc37d92e918107f9b90", "id": "CVE-2024-26897-73c584e9" }, { "signature_type": "Line", "target": { "file": "drivers/net/wireless/ath/ath9k/htc_drv_txrx.c" }, "signature_version": "v1", "digest": { "threshold": 0.9, "line_hashes": [ "287395574005753722056597587711053728741", "203015153044069890048930095643813462601", "50320972607410532998456813817356535799", "224493289949783296553880028964142103907", "333453260283818907345342354844910272838" ] }, "deprecated": false, "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ac90e22e735bac44f74b5161fb096fbeb0ff8bc2", "id": "CVE-2024-26897-7bb7e95c" }, { "signature_type": "Function", "target": { "file": "drivers/net/wireless/ath/ath9k/htc_drv_txrx.c", "function": "ath9k_tx_init" }, "signature_version": "v1", "digest": { "length": 407.0, "function_hash": "334029245186834545766829283064741030486" }, "deprecated": false, "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@74d0639261dd795dce958d1b14815bdcbb48a715", "id": "CVE-2024-26897-8d664e9d" }, { "signature_type": "Function", "target": { "file": "drivers/net/wireless/ath/ath9k/wmi.c", "function": "ath9k_wmi_event_tasklet" }, "signature_version": "v1", "digest": { "length": 1064.0, "function_hash": "5002146212459994864076689385384989404" }, "deprecated": false, "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@24355fcb0d4cbcb6ddda262596558e8cfba70f11", "id": "CVE-2024-26897-8d8ffd21" }, { "signature_type": "Line", "target": { "file": "drivers/net/wireless/ath/ath9k/htc_drv_txrx.c" }, "signature_version": "v1", "digest": { "threshold": 0.9, "line_hashes": [ "287395574005753722056597587711053728741", "203015153044069890048930095643813462601", "50320972607410532998456813817356535799", "224493289949783296553880028964142103907", "333453260283818907345342354844910272838" ] }, "deprecated": false, "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@f8ff4b4df71e87f609be0cc37d92e918107f9b90", "id": "CVE-2024-26897-a1115392" }, { "signature_type": "Line", "target": { "file": "drivers/net/wireless/ath/ath9k/htc.h" }, "signature_version": "v1", "digest": { "threshold": 0.9, "line_hashes": [ "317705123099836628467200029853073162204", "100197258043251430109507256498584708158", "24945559854211320803121458729546102786", "166535946507320740500482624888273273426", "212845532983031957731105759844955627874", "204450344115405418316917365711070519697", "269855405111174148538844237819295326974", "316047883324762175086409139763673844582" ] }, "deprecated": false, "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ac90e22e735bac44f74b5161fb096fbeb0ff8bc2", "id": "CVE-2024-26897-a7a2b2a1" }, { "signature_type": "Line", "target": { "file": "drivers/net/wireless/ath/ath9k/wmi.c" }, "signature_version": "v1", "digest": { "threshold": 0.9, "line_hashes": [ "106959767650646248591728647329579874092", "85407944182366973089964995598999231583", "254221436684556801554980339599364466767", "296584699880291196483898318199057925539", "101324934177430006951439744968868053489", "259844567900701449171474984739940485899", "135977191634765336596873990955252762773", "214005715181413998098240075071724434797" ] }, "deprecated": false, "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@f8ff4b4df71e87f609be0cc37d92e918107f9b90", "id": "CVE-2024-26897-afc596e4" }, { "signature_type": "Function", "target": { "file": "drivers/net/wireless/ath/ath9k/wmi.c", "function": "ath9k_wmi_event_tasklet" }, "signature_version": "v1", "digest": { "length": 1064.0, "function_hash": "5002146212459994864076689385384989404" }, "deprecated": false, "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ac90e22e735bac44f74b5161fb096fbeb0ff8bc2", "id": "CVE-2024-26897-b13c3ed5" }, { "signature_type": "Function", "target": { "file": "drivers/net/wireless/ath/ath9k/htc_drv_txrx.c", "function": "ath9k_tx_init" }, "signature_version": "v1", "digest": { "length": 407.0, "function_hash": "334029245186834545766829283064741030486" }, "deprecated": false, "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@f8ff4b4df71e87f609be0cc37d92e918107f9b90", "id": "CVE-2024-26897-b3a5399e" }, { "signature_type": "Function", "target": { "file": "drivers/net/wireless/ath/ath9k/htc_drv_txrx.c", "function": "ath9k_tx_init" }, "signature_version": "v1", "digest": { "length": 407.0, "function_hash": "334029245186834545766829283064741030486" }, "deprecated": false, "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@24355fcb0d4cbcb6ddda262596558e8cfba70f11", "id": "CVE-2024-26897-c2dc9fdb" }, { "signature_type": "Line", "target": { "file": "drivers/net/wireless/ath/ath9k/htc_drv_init.c" }, "signature_version": "v1", "digest": { "threshold": 0.9, "line_hashes": [ "20665540073766757692224925304439188758", "334788508219269359797279376335618377782", "270168211274059526748799916238581298958" ] }, "deprecated": false, "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@f8ff4b4df71e87f609be0cc37d92e918107f9b90", "id": "CVE-2024-26897-c6288269" }, { "signature_type": "Line", "target": { "file": "drivers/net/wireless/ath/ath9k/htc.h" }, "signature_version": "v1", "digest": { "threshold": 0.9, "line_hashes": [ "317705123099836628467200029853073162204", "100197258043251430109507256498584708158", "24945559854211320803121458729546102786", "166535946507320740500482624888273273426", "212845532983031957731105759844955627874", "204450344115405418316917365711070519697", "269855405111174148538844237819295326974", "316047883324762175086409139763673844582" ] }, "deprecated": false, "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@f8ff4b4df71e87f609be0cc37d92e918107f9b90", "id": "CVE-2024-26897-c84062e3" }, { "signature_type": "Function", "target": { "file": "drivers/net/wireless/ath/ath9k/wmi.c", "function": "ath9k_wmi_event_tasklet" }, "signature_version": "v1", "digest": { "length": 1064.0, "function_hash": "5002146212459994864076689385384989404" }, "deprecated": false, "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@1bc5461a21c56a36e2a7d81e152b90ce019a3905", "id": "CVE-2024-26897-cfe89510" }, { "signature_type": "Function", "target": { "file": "drivers/net/wireless/ath/ath9k/wmi.c", "function": "ath9k_wmi_event_tasklet" }, "signature_version": "v1", "digest": { "length": 1064.0, "function_hash": "5002146212459994864076689385384989404" }, "deprecated": false, "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a015fbf698c8957aa5fbeefc5c59dd2cf3107298", "id": "CVE-2024-26897-d457d1a3" }, { "signature_type": "Line", "target": { "file": "drivers/net/wireless/ath/ath9k/htc_drv_txrx.c" }, "signature_version": "v1", "digest": { "threshold": 0.9, "line_hashes": [ "287395574005753722056597587711053728741", "203015153044069890048930095643813462601", "50320972607410532998456813817356535799", "224493289949783296553880028964142103907", "333453260283818907345342354844910272838" ] }, "deprecated": false, "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@24355fcb0d4cbcb6ddda262596558e8cfba70f11", "id": "CVE-2024-26897-d7f3efa7" }, { "signature_type": "Function", "target": { "file": "drivers/net/wireless/ath/ath9k/wmi.c", "function": "ath9k_wmi_event_tasklet" }, "signature_version": "v1", "digest": { "length": 1064.0, "function_hash": "5002146212459994864076689385384989404" }, "deprecated": false, "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@74d0639261dd795dce958d1b14815bdcbb48a715", "id": "CVE-2024-26897-ddf59c40" }, { "signature_type": "Line", "target": { "file": "drivers/net/wireless/ath/ath9k/htc_drv_init.c" }, "signature_version": "v1", "digest": { "threshold": 0.9, "line_hashes": [ "20665540073766757692224925304439188758", "334788508219269359797279376335618377782", "270168211274059526748799916238581298958" ] }, "deprecated": false, "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@4afa0246656d5680c8a4c3fb37ba6570c4ab819b", "id": "CVE-2024-26897-e4632f8a" }, { "signature_type": "Function", "target": { "file": "drivers/net/wireless/ath/ath9k/wmi.c", "function": "ath9k_wmi_event_tasklet" }, "signature_version": "v1", "digest": { "length": 1064.0, "function_hash": "5002146212459994864076689385384989404" }, "deprecated": false, "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@4afa0246656d5680c8a4c3fb37ba6570c4ab819b", "id": "CVE-2024-26897-e4c1a872" }, { "signature_type": "Line", "target": { "file": "drivers/net/wireless/ath/ath9k/htc_drv_init.c" }, "signature_version": "v1", "digest": { "threshold": 0.9, "line_hashes": [ "20665540073766757692224925304439188758", "334788508219269359797279376335618377782", "270168211274059526748799916238581298958" ] }, "deprecated": false, "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a015fbf698c8957aa5fbeefc5c59dd2cf3107298", "id": "CVE-2024-26897-e6df806d" }, { "signature_type": "Line", "target": { "file": "drivers/net/wireless/ath/ath9k/wmi.c" }, "signature_version": "v1", "digest": { "threshold": 0.9, "line_hashes": [ "106959767650646248591728647329579874092", "85407944182366973089964995598999231583", "254221436684556801554980339599364466767", "296584699880291196483898318199057925539", "101324934177430006951439744968868053489", "259844567900701449171474984739940485899", "135977191634765336596873990955252762773", "214005715181413998098240075071724434797" ] }, "deprecated": false, "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@24355fcb0d4cbcb6ddda262596558e8cfba70f11", "id": "CVE-2024-26897-e8e4ad47" }, { "signature_type": "Line", "target": { "file": "drivers/net/wireless/ath/ath9k/htc_drv_txrx.c" }, "signature_version": "v1", "digest": { "threshold": 0.9, "line_hashes": [ "287395574005753722056597587711053728741", "203015153044069890048930095643813462601", "50320972607410532998456813817356535799", "224493289949783296553880028964142103907", "333453260283818907345342354844910272838" ] }, "deprecated": false, "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@1bc5461a21c56a36e2a7d81e152b90ce019a3905", "id": "CVE-2024-26897-ede8051a" }, { "signature_type": "Line", "target": { "file": "drivers/net/wireless/ath/ath9k/htc_drv_init.c" }, "signature_version": "v1", "digest": { "threshold": 0.9, "line_hashes": [ "20665540073766757692224925304439188758", "334788508219269359797279376335618377782", "270168211274059526748799916238581298958" ] }, "deprecated": false, "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@1bc5461a21c56a36e2a7d81e152b90ce019a3905", "id": "CVE-2024-26897-f7adfd0e" }, { "signature_type": "Function", "target": { "file": "drivers/net/wireless/ath/ath9k/htc_drv_init.c", "function": "ath9k_htc_probe_device" }, "signature_version": "v1", "digest": { "length": 819.0, "function_hash": "58129177079785903113497104673622620539" }, "deprecated": false, "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@1bc5461a21c56a36e2a7d81e152b90ce019a3905", "id": "CVE-2024-26897-f84b597e" }, { "signature_type": "Line", "target": { "file": "drivers/net/wireless/ath/ath9k/wmi.c" }, "signature_version": "v1", "digest": { "threshold": 0.9, "line_hashes": [ "106959767650646248591728647329579874092", "85407944182366973089964995598999231583", "254221436684556801554980339599364466767", "296584699880291196483898318199057925539", "101324934177430006951439744968868053489", "259844567900701449171474984739940485899", "135977191634765336596873990955252762773", "214005715181413998098240075071724434797" ] }, "deprecated": false, "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@4afa0246656d5680c8a4c3fb37ba6570c4ab819b", "id": "CVE-2024-26897-f8b29315" }, { "signature_type": "Function", "target": { "file": "drivers/net/wireless/ath/ath9k/htc_drv_init.c", "function": "ath9k_htc_probe_device" }, "signature_version": "v1", "digest": { "length": 819.0, "function_hash": "58129177079785903113497104673622620539" }, "deprecated": false, "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a015fbf698c8957aa5fbeefc5c59dd2cf3107298", "id": "CVE-2024-26897-f9399207" }, { "signature_type": "Function", "target": { "file": "drivers/net/wireless/ath/ath9k/htc_drv_init.c", "function": "ath9k_htc_probe_device" }, "signature_version": "v1", "digest": { "length": 807.0, "function_hash": "266575908997416815615810628067923180287" }, "deprecated": false, "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@4afa0246656d5680c8a4c3fb37ba6570c4ab819b", "id": "CVE-2024-26897-faaffa78" }, { "signature_type": "Function", "target": { "file": "drivers/net/wireless/ath/ath9k/htc_drv_init.c", "function": "ath9k_htc_probe_device" }, "signature_version": "v1", "digest": { "length": 807.0, "function_hash": "266575908997416815615810628067923180287" }, "deprecated": false, "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@24355fcb0d4cbcb6ddda262596558e8cfba70f11", "id": "CVE-2024-26897-fd31e133" } ] }