Lucene search
+L

1568 matches found

SUSE CVE
SUSE CVE
added 2025/09/18 11:42 p.m.6 views

SUSE CVE-2022-50413

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix use-after-free We've already freed the assocdata at this point, so need to use another copy of the AP MLD address instead...

7.8CVSS6.5AI score0.00204EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2025/09/18 7:29 p.m.13 views

CVE-2022-50413

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix use-after-free We've already freed the assocdata at this point, so need to use another copy of the AP MLD address instead. Mitigation Mitigation for this issue is either not available or the currently availabl...

7.3CVSS5.4AI score0.00204EPSS
SaveExploits0References4
NVD
NVD
added 2025/09/18 4:15 p.m.21 views

CVE-2022-50413

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix use-after-free We've already freed the assocdata at this point, so need to use another copy of the AP MLD address instead...

8.8CVSS0.00204EPSS
SaveExploits0References2
OSV
OSV
added 2025/09/18 4:15 p.m.5 views

DEBIAN-CVE-2022-50413

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix use-after-free We've already freed the assocdata at this point, so need to use another copy of the AP MLD address instead...

7.8CVSS6.3AI score0.00204EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/18 4:15 p.m.7 views

UBUNTU-CVE-2022-50413

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix use-after-free We've already freed the assocdata at this point, so need to use another copy of the AP MLD address instead...

8.8CVSS5.7AI score0.00204EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/09/18 4:03 p.m.25 views

CVE-2022-50413 wifi: mac80211: fix use-after-free

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix use-after-free We've already freed the assocdata at this point, so need to use another copy of the AP MLD address instead...

8.8CVSS0.00204EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2025/09/18 4:03 p.m.14 views

CVE-2022-50413

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix use-after-free We've already freed the assocdata at this point, so need to use another copy of the AP MLD address instead...

8.8CVSS6.3AI score0.00204EPSS
SaveExploits0
CVE
CVE
added 2025/09/18 4:03 p.m.43 views

CVE-2022-50413

CVE-2022-50413 describes a Linux kernel issue in wifi/mac80211 where the assoc_data is freed and another copy of the AP (MLD) address must be used. The vulnerability is described in multiple sources as resolved, with the core problem being a use-after-free in mac80211 that can impact confidential...

8.8CVSS6.2AI score0.00204EPSS
SaveExploits0References2Affected Software1
Positive Technologies
Positive Technologies
added 2025/09/18 12:00 a.m.15 views

PT-2025-38430

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a use-after-free issue within the mac80211 component. The vulnerability occurs because memory associated with AP MLD address data is freed prematurely, leading ...

6.3AI score0.00204EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/09/17 11:29 p.m.7 views

SUSE CVE-2023-53209

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211hwsim: Fix possible NULL dereference In a call to mac80211hwsimselecttxlink the sta pointer might be NULL, thus need to check that it is not NULL before accessing it...

7CVSS6.5AI score0.00154EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
added 2025/09/17 11:29 p.m.4 views

SUSE CVE-2023-53229

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix invalid drvstaprercuremove calls for non-uploaded sta Avoid potential data corruption issues caused by uninitialized driver private data structures...

5.5CVSS6.8AI score0.00229EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2025/09/17 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2023-53321

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - wifi: mac80211hwsim: drop short frames While technically some control frames like ACK are shorter and end after Address 1, such frames shouldn't be forwarded...

7.1CVSS6.3AI score0.00149EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/09/16 11:29 p.m.6 views

SUSE CVE-2023-53321

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211hwsim: drop short frames While technically some control frames like ACK are shorter and end after Address 1, such frames shouldn't be forwarded through wmediumd or similar userspace, so require the full 3-address...

7CVSS6.5AI score0.00149EPSS
SaveExploits0References35
RedhatCVE
RedhatCVE
added 2025/09/16 5:30 p.m.7 views

CVE-2023-53321

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211hwsim: drop short frames While technically some control frames like ACK are shorter and end after Address 1, such frames shouldn't be forwarded through wmediumd or similar userspace, so require the full 3-address...

7CVSS5.9AI score0.00149EPSS
SaveExploits0References4
CVE
CVE
added 2025/09/16 4:11 p.m.46 views

CVE-2023-53321

CVE-2023-53321 affects the Linux kernel wireless stack, specifically wifi: mac80211_hwsim. The issue arises when short frames are processed in ways that could forward incomplete 3-address headers, risking access to invalid memory if shorter frames slip through (even though some control frames lik...

7.1CVSS6.1AI score0.00149EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2025/09/16 4:11 p.m.13 views

CVE-2023-53321

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211hwsim: drop short frames While technically some control frames like ACK are shorter and end after Address 1, such frames shouldn't be forwarded through wmediumd or similar userspace, so require the full 3-address...

7.1CVSS5.5AI score0.00149EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2025/09/16 4:11 p.m.2 views

CVE-2023-53321 wifi: mac80211_hwsim: drop short frames

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211hwsim: drop short frames While technically some control frames like ACK are shorter and end after Address 1, such frames shouldn't be forwarded through wmediumd or similar userspace, so require the full 3-address...

6.1AI score0.00149EPSS
SaveExploits0References6
OSV
OSV
added 2025/09/16 4:11 p.m.6 views

CVE-2023-53321 wifi: mac80211_hwsim: drop short frames

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211hwsim: drop short frames While technically some control frames like ACK are shorter and end after Address 1, such frames shouldn't be forwarded through wmediumd or similar userspace, so require the full 3-address...

7.1CVSS4.9AI score
SaveExploits0References9
Cvelist
Cvelist
added 2025/09/16 4:11 p.m.16 views

CVE-2023-53321 wifi: mac80211_hwsim: drop short frames

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211hwsim: drop short frames While technically some control frames like ACK are shorter and end after Address 1, such frames shouldn't be forwarded through wmediumd or similar userspace, so require the full 3-address...

7.1CVSS0.00149EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2025/09/16 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2023-53257

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - wifi: mac80211: check S1G action frame size Before checking the action code, check that it even exists in the frame. CVE-2023-53257 Note that Nessus relies on t...

7.8CVSS7.3AI score0.00207EPSS
SaveExploits0References3
Rows per page
Query Builder