CVE-2025-37820
- EPSS 0.02%
- Veröffentlicht 08.05.2025 06:26:14
- Zuletzt bearbeitet 12.11.2025 21:24:20
In the Linux kernel, the following vulnerability has been resolved: xen-netfront: handle NULL returned by xdp_convert_buff_to_frame() The function xdp_convert_buff_to_frame() may return NULL if it fails to correctly convert the XDP buffer into an X...
CVE-2025-37819
- EPSS 0.02%
- Veröffentlicht 08.05.2025 06:26:13
- Zuletzt bearbeitet 12.11.2025 21:25:03
In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v2m: Prevent use after free of gicv2m_get_fwnode() With ACPI in place, gicv2m_get_fwnode() is registered with the pci subsystem as pci_msi_get_fwnode_cb(), which may ge...
CVE-2025-37818
- EPSS 0.02%
- Veröffentlicht 08.05.2025 06:26:13
- Zuletzt bearbeitet 12.11.2025 21:34:55
In the Linux kernel, the following vulnerability has been resolved: LoongArch: Return NULL from huge_pte_offset() for invalid PMD LoongArch's huge_pte_offset() currently returns a pointer to a PMD slot even if the underlying entry points to invalid...
CVE-2025-37817
- EPSS 0.02%
- Veröffentlicht 08.05.2025 06:26:12
- Zuletzt bearbeitet 12.11.2025 21:36:47
In the Linux kernel, the following vulnerability has been resolved: mcb: fix a double free bug in chameleon_parse_gdd() In chameleon_parse_gdd(), if mcb_device_register() fails, 'mdev' would be released in mcb_device_register() via put_device(). Th...
CVE-2025-37812
- EPSS 0.01%
- Veröffentlicht 08.05.2025 06:26:09
- Zuletzt bearbeitet 12.11.2025 21:39:11
In the Linux kernel, the following vulnerability has been resolved: usb: cdns3: Fix deadlock when using NCM gadget The cdns3 driver has the same NCM deadlock as fixed in cdnsp by commit 58f2fcb3a845 ("usb: cdnsp: Fix deadlock issue during using NCM...
CVE-2025-37811
- EPSS 0.02%
- Veröffentlicht 08.05.2025 06:26:08
- Zuletzt bearbeitet 12.11.2025 21:40:05
In the Linux kernel, the following vulnerability has been resolved: usb: chipidea: ci_hdrc_imx: fix usbmisc handling usbmisc is an optional device property so it is totally valid for the corresponding data->usbmisc_data to have a NULL value. Check...
CVE-2025-37810
- EPSS 0.02%
- Veröffentlicht 08.05.2025 06:26:08
- Zuletzt bearbeitet 12.11.2025 21:40:46
In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: gadget: check that event count does not exceed event buffer length The event count is read from register DWC3_GEVNTCOUNT. There is a check for the count being zero, but ...
CVE-2025-37808
- EPSS 0.02%
- Veröffentlicht 08.05.2025 06:26:06
- Zuletzt bearbeitet 10.11.2025 17:31:43
In the Linux kernel, the following vulnerability has been resolved: crypto: null - Use spin lock instead of mutex As the null algorithm may be freed in softirq context through af_alg, use spin locks instead of mutexes to protect the default null al...
CVE-2024-47619
- EPSS 0.11%
- Veröffentlicht 07.05.2025 15:12:02
- Zuletzt bearbeitet 22.09.2025 10:33:37
syslog-ng is an enhanced log daemo. Prior to version 4.8.2, `tls_wildcard_match()` matches on certificates such as `foo.*.bar` although that is not allowed. It is also possible to pass partial wildcards such as `foo.a*c.bar` which glib matches but sh...
CVE-2022-21546
- EPSS 0.04%
- Veröffentlicht 02.05.2025 21:52:09
- Zuletzt bearbeitet 10.11.2025 17:37:14
In the Linux kernel, the following vulnerability has been resolved: scsi: target: Fix WRITE_SAME No Data Buffer crash In newer version of the SBC specs, we have a NDOB bit that indicates there is no data buffer that gets written out. If this bit is...