CVE-2022-49080
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:00:45
- Zuletzt bearbeitet 23.09.2025 18:32:22
In the Linux kernel, the following vulnerability has been resolved: mm/mempolicy: fix mpol_new leak in shared_policy_replace If mpol_new is allocated but not used in restart loop, mpol_new will be freed via mpol_put before returning to the caller. ...
CVE-2022-49084
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:00:45
- Zuletzt bearbeitet 23.09.2025 18:33:20
In the Linux kernel, the following vulnerability has been resolved: qede: confirm skb is allocated before using qede_build_skb() assumes build_skb() always works and goes straight to skb_reserve(). However, build_skb() can fail under memory pressur...
CVE-2022-49085
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:00:45
- Zuletzt bearbeitet 25.03.2025 16:21:29
In the Linux kernel, the following vulnerability has been resolved: drbd: Fix five use after free bugs in get_initial_state In get_initial_state, it calls notify_initial_state_done(skb,..) if cb->args[5]==1. If genlmsg_put() failed in notify_initia...
CVE-2022-49086
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:00:45
- Zuletzt bearbeitet 23.09.2025 18:10:06
In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: fix leak of nested actions While parsing user-provided actions, openvswitch module may dynamically allocate memory and store pointers in the internal copy of the ...
CVE-2022-49073
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:00:44
- Zuletzt bearbeitet 23.09.2025 18:29:17
In the Linux kernel, the following vulnerability has been resolved: ata: sata_dwc_460ex: Fix crash due to OOB write the driver uses libata's "tag" values from in various arrays. Since the mentioned patch bumped the ATA_TAG_INTERNAL to 32, the value...
CVE-2022-49074
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:00:44
- Zuletzt bearbeitet 14.10.2025 20:31:47
In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3: Fix GICR_CTLR.RWP polling It turns out that our polling of RWP is totally wrong when checking for it in the redistributors, as we test the *distributor* bit index, ...
CVE-2022-49075
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:00:44
- Zuletzt bearbeitet 23.09.2025 18:32:06
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix qgroup reserve overflow the qgroup limit We use extent_changeset->bytes_changed in qgroup_reserve_data() to record how many bytes we set for EXTENT_QGROUP_RESERVED state...
CVE-2022-49058
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:00:43
- Zuletzt bearbeitet 01.10.2025 20:15:44
In the Linux kernel, the following vulnerability has been resolved: cifs: potential buffer overflow in handling symlinks Smatch printed a warning: arch/x86/crypto/poly1305_glue.c:198 poly1305_update_arch() error: __memcpy() 'dctx->buf' too small ...
CVE-2022-49059
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:00:43
- Zuletzt bearbeitet 24.03.2025 17:43:25
In the Linux kernel, the following vulnerability has been resolved: nfc: nci: add flush_workqueue to prevent uaf Our detector found a concurrent use-after-free bug when detaching an NCI device. The main reason for this bug is the unexpected schedul...
CVE-2022-49060
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:00:43
- Zuletzt bearbeitet 01.10.2025 20:15:44
In the Linux kernel, the following vulnerability has been resolved: net/smc: Fix NULL pointer dereference in smc_pnet_find_ib() dev_name() was called with dev.parent as argument but without to NULL-check it before. Solve this by checking the pointe...