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-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-53153
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:03:21
- Zuletzt bearbeitet 24.11.2025 21:01:22
In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: Fix use after free for wext Key information in wext.connect is not reset on (re)connect and can hold data from a previous connection. Reset key data to avoid that ...
CVE-2023-53152
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:03:20
- Zuletzt bearbeitet 24.11.2025 21:01:16
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix calltrace warning in amddrm_buddy_fini The following call trace is observed when removing the amdgpu driver, which is caused by that BOs allocated for psp are not f...
CVE-2023-53151
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:03:19
- Zuletzt bearbeitet 24.11.2025 21:00:20
In the Linux kernel, the following vulnerability has been resolved: md/raid10: prevent soft lockup while flush writes Currently, there is no limit for raid1/raid10 plugged bio. While flushing writes, raid1 has cond_resched() while raid10 doesn't, a...
CVE-2023-53150
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:03:14
- Zuletzt bearbeitet 25.11.2025 17:03:47
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Pointer may be dereferenced Klocwork tool reported pointer 'rport' returned from call to function fc_bsg_to_rport() may be NULL and will be dereferenced. Add a fix ...
CVE-2023-53148
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:03:10
- Zuletzt bearbeitet 25.11.2025 17:03:32
In the Linux kernel, the following vulnerability has been resolved: igb: Fix igb_down hung on surprise removal In a setup where a Thunderbolt hub connects to Ethernet and a display through USB Type-C, users may experience a hung task timeout when t...
CVE-2023-53147
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:03:08
- Zuletzt bearbeitet 25.11.2025 17:03:26
In the Linux kernel, the following vulnerability has been resolved: xfrm: add NULL check in xfrm_update_ae_params Normally, x->replay_esn and x->preplay_esn should be allocated at xfrm_alloc_replay_state_esn(...) in xfrm_state_construct(...), hence...