CVE-2024-49938

Advisory lineage Upstream: 0 Downstream: 56
Modified
Published: 21 Oct 2024, 18:01
Last modified:12 May 2026, 11:59

Vulnerability Summary

Overall Risk (default)
low
22/100
CVSS Score
5.5 MEDIUM
v3.1 (nvd)
EPSS Score
0.01% LOW
0% probability 0.00%
KEV
Not listed
Ransomware
No reports
Public exploits
None found
Dark Web
Not detected

Timeline

21 Oct 2024, 18:01
Published
Vulnerability first disclosed
12 May 2026, 11:59
Last Modified
Vulnerability information updated

Description

In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k_htc: Use __skb_set_length() for resetting urb before resubmit Syzbot points out that skb_trim() has a sanity check on the existing length of the skb, which can be uninitialised in some error paths. The intent here is clearly just to reset the length to zero before resubmitting, so switch to calling __skb_set_length(skb, 0) directly. In addition, __skb_set_length() already contains a call to skb_reset_tail_pointer(), so remove the redundant call. The syzbot report came from ath9k_hif_usb_reg_in_cb(), but there's a similar usage of skb_trim() in ath9k_hif_usb_rx_cb(), change both while we're at it.

CVSS Metrics

  • v3.1MEDIUMScore: 5.5CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

EPSS Trends

Current EPSS score: 0.01% Percentile: 1%

Techniques & Countermeasures

  • CWE-824Access of Uninitialized Pointer

    The product accesses or uses a pointer that has not been initialized.

Affected Systems

  • linuxlinux

    ≥ fb9987d0f748c983bb795a86f47522313f701a08, < e6b9bf32e0695e4f374674002de0527d2a6768eb | ≥ fb9987d0f748c983bb795a86f47522313f701a08, < d1f2fbc6a769081503f6ffedbb5cd1ac497f0e77 | ≥ fb9987d0f748c983bb795a86f47522313f701a08, < b02eb7c86ff2ef1411c3095ec8a52b13f68db04f | ≥ fb9987d0f748c983bb795a86f47522313f701a08, < 012ae530afa0785102360de452745d33c99a321b | ≥ fb9987d0f748c983bb795a86f47522313f701a08, < 6a875220670475d9247e576c15dc29823100a4e4 | ≥ fb9987d0f748c983bb795a86f47522313f701a08, < e37e348835032d6940ec89308cc8996ded691d2d | ≥ fb9987d0f748c983bb795a86f47522313f701a08, < 2c230210ec0ae6ed08306ac70dc21c24b817bb95 | ≥ fb9987d0f748c983bb795a86f47522313f701a08, < a9f4e28e8adaf0715bd4e01462af0a52ee46b01f | ≥ fb9987d0f748c983bb795a86f47522313f701a08, < 94745807f3ebd379f23865e6dab196f220664179 | 2.6.35

  • linuxlinux_kernel

    < 5.10.227 | ≥ 5.11, < 5.15.168 | ≥ 5.16, < 6.1.113 | ≥ 6.2, < 6.6.55 | ≥ 6.7, < 6.10.14 | ≥ 6.11, < 6.11.3

References (13)