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-53173
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:04:07
- Zuletzt bearbeitet 02.12.2025 02:58:40
In the Linux kernel, the following vulnerability has been resolved: tty: pcn_uart: fix memory leak with using debugfs_lookup() When calling debugfs_lookup() the result must have dput() called on it, otherwise the memory will leak over time. To mak...
CVE-2023-53171
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:04:04
- Zuletzt bearbeitet 02.12.2025 02:58:59
In the Linux kernel, the following vulnerability has been resolved: vfio/type1: prevent underflow of locked_vm via exec() When a vfio container is preserved across exec, the task does not change, but it gets a new mm with locked_vm=0, and loses the...
CVE-2023-53169
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:04:02
- Zuletzt bearbeitet 02.12.2025 19:06:38
In the Linux kernel, the following vulnerability has been resolved: x86/resctrl: Clear staged_config[] before and after it is used As a temporary storage, staged_config[] in rdt_domain should be cleared before and after it is used. The stale value ...
CVE-2023-53168
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:03:59
- Zuletzt bearbeitet 24.11.2025 21:02:45
In the Linux kernel, the following vulnerability has been resolved: usb: ucsi_acpi: Increase the command completion timeout Commit 130a96d698d7 ("usb: typec: ucsi: acpi: Increase command completion timeout value") increased the timeout from 5 secon...
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-53166
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:03:55
- Zuletzt bearbeitet 24.11.2025 21:02:32
In the Linux kernel, the following vulnerability has been resolved: power: supply: bq25890: Fix external_power_changed race bq25890_charger_external_power_changed() dereferences bq->charger, which gets sets in bq25890_power_supply_init() like this:...
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 ...
CVE-2023-53163
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:03:33
- Zuletzt bearbeitet 24.11.2025 21:01:50
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: don't hold ni_lock when calling truncate_setsize() syzbot is reporting hung task at do_user_addr_fault() [1], for there is a silent deadlock between PG_locked bit and ni_...