CVE-2022-50333
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:49:46
- Zuletzt bearbeitet 04.12.2025 13:48:21
In the Linux kernel, the following vulnerability has been resolved: fs: jfs: fix shift-out-of-bounds in dbDiscardAG This should be applied to most URSAN bugs found recently by syzbot, by guarding the dbMount. As syzbot feeding rubbish into the bmap...
CVE-2022-50332
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:49:42
- Zuletzt bearbeitet 04.12.2025 13:46:08
In the Linux kernel, the following vulnerability has been resolved: video/aperture: Call sysfb_disable() before removing PCI devices Call sysfb_disable() from aperture_remove_conflicting_pci_devices() before removing PCI devices. Without, simpledrm...
CVE-2022-50331
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:49:41
- Zuletzt bearbeitet 03.12.2025 19:36:00
In the Linux kernel, the following vulnerability has been resolved: wwan_hwsim: fix possible memory leak in wwan_hwsim_dev_new() Inject fault while probing module, if device_register() fails, but the refcount of kobject is not decreased to 0, the n...
CVE-2022-50330
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:49:33
- Zuletzt bearbeitet 04.12.2025 13:44:36
In the Linux kernel, the following vulnerability has been resolved: crypto: cavium - prevent integer overflow loading firmware The "code_length" value comes from the firmware file. If your firmware is untrusted realistically there is probably very...
CVE-2022-50329
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:49:32
- Zuletzt bearbeitet 04.12.2025 13:43:46
In the Linux kernel, the following vulnerability has been resolved: block, bfq: fix uaf for bfqq in bfq_exit_icq_bfqq Commit 64dc8c732f5c ("block, bfq: fix possible uaf for 'bfqq->bic'") will access 'bic->bfqq' in bic_set_bfqq(), however, bfq_exit_...
CVE-2022-50328
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:49:30
- Zuletzt bearbeitet 04.12.2025 13:42:22
In the Linux kernel, the following vulnerability has been resolved: jbd2: fix potential use-after-free in jbd2_fc_wait_bufs In 'jbd2_fc_wait_bufs' use 'bh' after put buffer head reference count which may lead to use-after-free. So judge buffer if u...
- EPSS 0.05%
- Veröffentlicht 15.09.2025 14:49:26
- Zuletzt bearbeitet 03.11.2025 18:15:40
In the Linux kernel, the following vulnerability has been resolved: ACPI: processor: idle: Check acpi_fetch_acpi_dev() return value The return value of acpi_fetch_acpi_dev() could be NULL, which would cause a NULL pointer dereference to occur in ac...
CVE-2022-50326
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:49:24
- Zuletzt bearbeitet 03.12.2025 19:32:23
In the Linux kernel, the following vulnerability has been resolved: media: airspy: fix memory leak in airspy probe The commit ca9dc8d06ab6 ("media: airspy: respect the DMA coherency rules") moves variable buf from stack to heap, however, it only f...
CVE-2022-50325
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:49:19
- Zuletzt bearbeitet 04.12.2025 13:41:37
In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: avs: Fix potential RX buffer overflow If an event caused firmware to return invalid RX size for LARGE_CONFIG_GET, memcpy_fromio() could end up copying too many bytes. ...
CVE-2022-50324
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:49:18
- Zuletzt bearbeitet 03.12.2025 19:30:24
In the Linux kernel, the following vulnerability has been resolved: mtd: maps: pxa2xx-flash: fix memory leak in probe Free 'info' upon remapping error to avoid a memory leak. [<miquel.raynal@bootlin.com>: Reword the commit log]