CVE-2024-58014
- EPSS 0.04%
- Veröffentlicht 27.02.2025 03:15:12
- Zuletzt bearbeitet 03.11.2025 20:16:58
In the Linux kernel, the following vulnerability has been resolved: wifi: brcmsmac: add gain range check to wlc_phy_iqcal_gainparams_nphy() In 'wlc_phy_iqcal_gainparams_nphy()', add gain range check to WARN() instead of possible out-of-bounds 'tbl_...
CVE-2024-58015
- EPSS 0.04%
- Veröffentlicht 27.02.2025 03:15:12
- Zuletzt bearbeitet 22.10.2025 19:37:21
In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Fix for out-of bound access error Selfgen stats are placed in a buffer using print_array_to_buf_index() function. Array length parameter passed to the function is too...
CVE-2024-58016
- EPSS 0.05%
- Veröffentlicht 27.02.2025 03:15:12
- Zuletzt bearbeitet 03.11.2025 20:16:58
In the Linux kernel, the following vulnerability has been resolved: safesetid: check size of policy writes syzbot attempts to write a buffer with a large size to a sysfs entry with writes handled by handle_policy_update(), triggering a warning in k...
CVE-2024-58017
- EPSS 0.05%
- Veröffentlicht 27.02.2025 03:15:12
- Zuletzt bearbeitet 03.11.2025 20:16:58
In the Linux kernel, the following vulnerability has been resolved: printk: Fix signed integer overflow when defining LOG_BUF_LEN_MAX Shifting 1 << 31 on a 32-bit int causes signed integer overflow, which leads to undefined behavior. To prevent thi...
CVE-2024-58018
- EPSS 0.03%
- Veröffentlicht 27.02.2025 03:15:12
- Zuletzt bearbeitet 22.10.2025 19:36:06
In the Linux kernel, the following vulnerability has been resolved: nvkm: correctly calculate the available space of the GSP cmdq buffer r535_gsp_cmdq_push() waits for the available page in the GSP cmdq buffer when handling a large RPC request. Whe...
CVE-2024-58019
- EPSS 0.03%
- Veröffentlicht 27.02.2025 03:15:12
- Zuletzt bearbeitet 28.10.2025 20:41:36
In the Linux kernel, the following vulnerability has been resolved: nvkm/gsp: correctly advance the read pointer of GSP message queue A GSP event message consists three parts: message header, RPC header, message body. GSP calculates the number of p...
CVE-2024-58020
- EPSS 0.09%
- Veröffentlicht 27.02.2025 03:15:12
- Zuletzt bearbeitet 03.11.2025 20:16:58
In the Linux kernel, the following vulnerability has been resolved: HID: multitouch: Add NULL check in mt_input_configured devm_kasprintf() can return a NULL pointer on failure,but this returned value in mt_input_configured() is not checked. Add NU...
CVE-2024-58001
- EPSS 0.05%
- Veröffentlicht 27.02.2025 03:15:11
- Zuletzt bearbeitet 03.11.2025 20:16:57
In the Linux kernel, the following vulnerability has been resolved: ocfs2: handle a symlink read error correctly Patch series "Convert ocfs2 to use folios". Mark did a conversion of ocfs2 to use folios and sent it to me as a giant patch for review...
CVE-2024-58002
- EPSS 0.05%
- Veröffentlicht 27.02.2025 03:15:11
- Zuletzt bearbeitet 03.11.2025 20:16:57
In the Linux kernel, the following vulnerability has been resolved: media: uvcvideo: Remove dangling pointers When an async control is written, we copy a pointer to the file handle that started the operation. That pointer will be used when the devi...
CVE-2024-58003
- EPSS 0.04%
- Veröffentlicht 27.02.2025 03:15:11
- Zuletzt bearbeitet 23.10.2025 13:04:16
In the Linux kernel, the following vulnerability has been resolved: media: i2c: ds90ub9x3: Fix extra fwnode_handle_put() The ub913 and ub953 drivers call fwnode_handle_put(priv->sd.fwnode) as part of their remove process, and if the driver is remov...