CVE-2023-53191
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:06:33
- Zuletzt bearbeitet 02.12.2025 02:42:36
In the Linux kernel, the following vulnerability has been resolved: irqchip/alpine-msi: Fix refcount leak in alpine_msix_init_domains of_irq_find_parent() returns a node pointer with refcount incremented, We should use of_node_put() on it when not ...
CVE-2023-53189
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:05:26
- Zuletzt bearbeitet 02.12.2025 02:55:18
In the Linux kernel, the following vulnerability has been resolved: ipv6/addrconf: fix a potential refcount underflow for idev Now in addrconf_mod_rs_timer(), reference idev depends on whether rs_timer is not pending. Then modify rs_timer timeout. ...
CVE-2023-53185
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:04:37
- Zuletzt bearbeitet 02.12.2025 02:56:18
In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: don't allow to overwrite ENDPOINT0 attributes A bad USB device is able to construct a service connection response message with target endpoint being ENDPOINT0 which is...
CVE-2023-53182
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:04:33
- Zuletzt bearbeitet 02.12.2025 02:57:13
In the Linux kernel, the following vulnerability has been resolved: ACPICA: Avoid undefined behavior: applying zero offset to null pointer ACPICA commit 770653e3ba67c30a629ca7d12e352d83c2541b1e Before this change we see the following UBSAN stack t...
CVE-2023-53179
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:04:26
- Zuletzt bearbeitet 02.12.2025 02:57:31
In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro for ip_set_hash_netportnet.c The missing IP_SET_HASH_WITH_NET0 macro in ip_set_hash_netportnet can lead to the use of ...
CVE-2023-53176
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:04:16
- Zuletzt bearbeitet 02.12.2025 02:58:00
In the Linux kernel, the following vulnerability has been resolved: serial: 8250: Reinit port->pm on port specific driver unbind When we unbind a serial port hardware specific 8250 driver, the generic serial8250 driver takes over the port. After th...
CVE-2023-53174
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:04:08
- Zuletzt bearbeitet 02.12.2025 02:58:29
In the Linux kernel, the following vulnerability has been resolved: scsi: core: Fix possible memory leak if device_add() fails If device_add() returns error, the name allocated by dev_set_name() needs be freed. As the comment of device_add() says, ...
CVE-2023-53167
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:03:56
- Zuletzt bearbeitet 24.11.2025 21:02:37
In the Linux kernel, the following vulnerability has been resolved: tracing: Fix null pointer dereference in tracing_err_log_open() Fix an issue in function 'tracing_err_log_open'. The function doesn't call 'seq_open' if the file is opened only wit...
CVE-2023-53165
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:03:53
- Zuletzt bearbeitet 24.11.2025 21:02:23
In the Linux kernel, the following vulnerability has been resolved: udf: Fix uninitialized array access for some pathnames For filenames that begin with . and are between 2 and 5 characters long, UDF charset conversion code would read uninitialized...
CVE-2023-53164
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:03:50
- Zuletzt bearbeitet 24.11.2025 21:02:18
In the Linux kernel, the following vulnerability has been resolved: irqchip/ti-sci: Fix refcount leak in ti_sci_intr_irq_domain_probe of_irq_find_parent() returns a node pointer with refcount incremented, We should use of_node_put() on it when not ...