Lucene search
+L

13034 matches found

OSV
OSV
added 2025/05/01 2:15 p.m.6 views

DEBIAN-CVE-2025-37796

In the Linux kernel, the following vulnerability has been resolved: wifi: at76c50x: fix use after free access in at76disconnect The memory pointed to by priv is freed at the end of at76deletedevice function using ieee80211freehw. But the code then accesses the udev field of the freed object to pu...

7.8CVSS5.6AI score0.00192EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/01 2:15 p.m.17 views

CVE-2025-37795

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.5AI score
SaveExploits0References1
OSV
OSV
added 2025/05/01 2:15 p.m.2 views

DEBIAN-CVE-2025-37794

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: Purge vif txq in ieee80211dostop After ieee80211dostop SKB from vif's txq could still be processed. Indeed another concurrent vif scheduleandwaketxq call could cause those packets to be dequeued see...

5.5CVSS5.6AI score0.00193EPSS
SaveExploits0References1
NVD
NVD
added 2025/05/01 2:15 p.m.22 views

CVE-2025-37794

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: Purge vif txq in ieee80211dostop After ieee80211dostop SKB from vif's txq could still be processed. Indeed another concurrent vif scheduleandwaketxq call could cause those packets to be dequeued see...

5.5CVSS0.00193EPSS
SaveExploits0References10
OSV
OSV
added 2025/05/01 2:15 p.m.13 views

UBUNTU-CVE-2025-37794

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: Purge vif txq in ieee80211dostop After ieee80211dostop SKB from vif's txq could still be processed. Indeed another concurrent vif scheduleandwaketxq call could cause those packets to be dequeued see...

5.5CVSS6.2AI score0.00193EPSS
SaveExploits0References40
OSV
OSV
added 2025/05/01 2:15 p.m.9 views

UBUNTU-CVE-2025-37796

In the Linux kernel, the following vulnerability has been resolved: wifi: at76c50x: fix use after free access in at76disconnect The memory pointed to by priv is freed at the end of at76deletedevice function using ieee80211freehw. But the code then accesses the udev field of the freed object to pu...

7.8CVSS6.2AI score0.00192EPSS
SaveExploits0References40
Vulnrichment
Vulnrichment
added 2025/05/01 2:10 p.m.4 views

CVE-2022-49881 wifi: cfg80211: fix memory leak in query_regdb_file()

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: fix memory leak in queryregdbfile In the function queryregdbfile the alpha2 parameter is duplicated using kmemdup and subsequently freed in regdbfwcb. However, requestfirmwarenowait can fail without calling...

6.2AI score0.00194EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/05/01 2:10 p.m.29 views

CVE-2022-49876 wifi: mac80211: fix general-protection-fault in ieee80211_subif_start_xmit()

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix general-protection-fault in ieee80211subifstartxmit When device is running and the interface status is changed, the gpf issue is triggered. The problem triggering process is as follows: Thread A: Thread B...

0.00163EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2025/05/01 2:10 p.m.28 views

CVE-2022-49876

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix general-protection-fault in ieee80211subifstartxmit When device is running and the interface status is changed, the gpf issue is triggered. The problem triggering process is as follows: Thread A: Thread B...

5.5CVSS5.4AI score0.00163EPSS
SaveExploits0
OSV
OSV
added 2025/05/01 1:15 p.m.11 views

AZL-69671 CVE-2025-37745 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: PM: hibernate: Avoid deadlock in hibernatecompressorparamset syzbot reported a deadlock in locksystemsleep see below. The write operation to "/sys/module/hibernate/parameters/compressor" conflicts with the registration of ieee802...

5.5CVSS6.6AI score0.00141EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/01 1:15 p.m.9 views

UBUNTU-CVE-2025-37743

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Avoid memory leak while enabling statistics Driver uses monitor destination rings for extended statistics mode and standalone monitor mode. In extended statistics mode, TLVs are parsed from the buffer received from...

5.5CVSS6.1AI score0.00153EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/05/01 1:07 p.m.25 views

CVE-2025-37796 wifi: at76c50x: fix use after free access in at76_disconnect

In the Linux kernel, the following vulnerability has been resolved: wifi: at76c50x: fix use after free access in at76disconnect The memory pointed to by priv is freed at the end of at76deletedevice function using ieee80211freehw. But the code then accesses the udev field of the freed object to pu...

0.00192EPSS
SaveExploits0References8
OSV
OSV
added 2025/05/01 1:07 p.m.13 views

CVE-2025-37796 wifi: at76c50x: fix use after free access in at76_disconnect

In the Linux kernel, the following vulnerability has been resolved: wifi: at76c50x: fix use after free access in at76disconnect The memory pointed to by priv is freed at the end of at76deletedevice function using ieee80211freehw. But the code then accesses the udev field of the freed object to pu...

6.2AI score
SaveExploits0References13
CVE
CVE
added 2025/05/01 1:07 p.m.184 views

CVE-2025-37796

CVE-2025-37796 affects the Linux kernel wifi driver for at76c50x. The root cause is a use-after-free in at76_disconnect: after freeing the priv object (via ieee80211_free_hw) the code accesses the freed object’s udev field to manage the USB device, which can also cause a memory leak. The issue is...

7.8CVSS6.8AI score0.00192EPSS
SaveExploits0References10Affected Software1
Debian CVE
Debian CVE
added 2025/05/01 1:07 p.m.10 views

CVE-2025-37796

In the Linux kernel, the following vulnerability has been resolved: wifi: at76c50x: fix use after free access in at76disconnect The memory pointed to by priv is freed at the end of at76deletedevice function using ieee80211freehw. But the code then accesses the udev field of the freed object to pu...

7.8CVSS5.6AI score0.00192EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/01 1:07 p.m.14 views

CVE-2025-37795

Removed by vendor...

5.6AI score
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/01 1:07 p.m.12 views

CVE-2025-37794

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: Purge vif txq in ieee80211dostop After ieee80211dostop SKB from vif's txq could still be processed. Indeed another concurrent vif scheduleandwaketxq call could cause those packets to be dequeued see...

5.5CVSS5.6AI score0.00193EPSS
SaveExploits0
OSV
OSV
added 2025/05/01 12:55 p.m.14 views

CVE-2025-37743 wifi: ath12k: Avoid memory leak while enabling statistics

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Avoid memory leak while enabling statistics Driver uses monitor destination rings for extended statistics mode and standalone monitor mode. In extended statistics mode, TLVs are parsed from the buffer received from...

6.5AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/05/01 12:55 p.m.19 views

CVE-2025-37743

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Avoid memory leak while enabling statistics Driver uses monitor destination rings for extended statistics mode and standalone monitor mode. In extended statistics mode, TLVs are parsed from the buffer received from...

5.5CVSS5.6AI score0.00153EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/05/01 12:00 a.m.7 views

PT-2025-18475

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to the fixed version Description A vulnerability in the Linux kernel has been resolved. The issue is related to the wifi mac80211 component, where the skb control block key could be removed before the ieee80211 tx...

7.8CVSS5.7AI score
SaveExploits0References26
Rows per page
Query Builder