CVE-2022-49763
- EPSS 0.01%
- Veröffentlicht 01.05.2025 14:09:03
- Zuletzt bearbeitet 06.11.2025 21:59:01
In the Linux kernel, the following vulnerability has been resolved: ntfs: fix use-after-free in ntfs_attr_find() Patch series "ntfs: fix bugs about Attribute", v2. This patchset fixes three bugs relative to Attribute in record: Patch 1 adds a san...
CVE-2020-36790
- EPSS 0.02%
- Veröffentlicht 01.05.2025 14:09:02
- Zuletzt bearbeitet 06.11.2025 21:59:33
In the Linux kernel, the following vulnerability has been resolved: nvmet: fix a memory leak We forgot to free new_model_number
CVE-2022-49762
- EPSS 0.01%
- Veröffentlicht 01.05.2025 14:09:02
- Zuletzt bearbeitet 06.11.2025 21:59:25
In the Linux kernel, the following vulnerability has been resolved: ntfs: check overflow when iterating ATTR_RECORDs Kernel iterates over ATTR_RECORDs in mft record in ntfs_attr_find(). Because the ATTR_RECORDs are next to each other, kernel can g...
CVE-2025-37796
- EPSS 0.02%
- Veröffentlicht 01.05.2025 13:07:27
- Zuletzt bearbeitet 03.11.2025 20:18:35
In the Linux kernel, the following vulnerability has been resolved: wifi: at76c50x: fix use after free access in at76_disconnect The memory pointed to by priv is freed at the end of at76_delete_device function (using ieee80211_free_hw). But the cod...
CVE-2025-37794
- EPSS 0.02%
- Veröffentlicht 01.05.2025 13:07:26
- Zuletzt bearbeitet 03.11.2025 20:18:35
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: Purge vif txq in ieee80211_do_stop() After ieee80211_do_stop() SKB from vif's txq could still be processed. Indeed another concurrent vif schedule_and_wake_txq call...
- EPSS 0.02%
- Veröffentlicht 01.05.2025 13:07:26
- Zuletzt bearbeitet 10.05.2025 14:15:32
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2025-37793
- EPSS 0.02%
- Veröffentlicht 01.05.2025 13:07:25
- Zuletzt bearbeitet 31.10.2025 20:05:22
In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: avs: Fix null-ptr-deref in avs_component_probe() devm_kasprintf() returns NULL when memory allocation fails. Currently, avs_component_probe() does not check for this c...
- EPSS 0.02%
- Veröffentlicht 01.05.2025 13:07:24
- Zuletzt bearbeitet 02.05.2025 13:53:20
In the Linux kernel, the following vulnerability has been resolved: ethtool: cmis_cdb: use correct rpl size in ethtool_cmis_module_poll() rpl is passed as a pointer to ethtool_cmis_module_poll(), so the correct size of rpl is sizeof(*rpl) which sho...
CVE-2025-37792
- EPSS 0.02%
- Veröffentlicht 01.05.2025 13:07:24
- Zuletzt bearbeitet 04.11.2025 18:21:05
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btrtl: Prevent potential NULL dereference The btrtl_initialize() function checks that rtl_load_file() either had an error or it loaded a zero length file. However, if i...
CVE-2025-37790
- EPSS 0.02%
- Veröffentlicht 01.05.2025 13:07:23
- Zuletzt bearbeitet 06.11.2025 17:49:56
In the Linux kernel, the following vulnerability has been resolved: net: mctp: Set SOCK_RCU_FREE Bind lookup runs under RCU, so ensure that a socket doesn't go away in the middle of a lookup.