- EPSS 0.03%
- Published 22.08.2025 16:02:58
- Last modified 22.08.2025 18:08:51
In the Linux kernel, the following vulnerability has been resolved: iio: fix potential out-of-bound write The buffer is set to 20 characters. If a caller write more characters, count is truncated to the max available space in "simple_write_to_buffe...
- EPSS 0.03%
- Published 22.08.2025 16:02:57
- Last modified 22.08.2025 18:08:51
In the Linux kernel, the following vulnerability has been resolved: can: netlink: can_changelink(): fix NULL pointer deref of struct can_priv::do_set_mode Andrei Lalaev reported a NULL pointer deref when a CAN device is restarted from Bus Off and t...
- EPSS 0.04%
- Published 22.08.2025 16:02:56
- Last modified 28.08.2025 15:15:57
In the Linux kernel, the following vulnerability has been resolved: ice: Fix a null pointer dereference in ice_copy_and_init_pkg() Add check for the return value of devm_kmemdup() to prevent potential null pointer dereference.
- EPSS 0.02%
- Published 22.08.2025 16:02:55
- Last modified 22.08.2025 18:08:51
In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8365-dai-i2s: pass correct size to mt8365_dai_set_priv Given mt8365_dai_set_priv allocate priv_size space to copy priv_data which means we should pass mt8365_i2s_...
- EPSS 0.04%
- Published 22.08.2025 16:02:55
- Last modified 28.08.2025 15:15:57
In the Linux kernel, the following vulnerability has been resolved: nilfs2: reject invalid file types when reading inodes To prevent inodes with invalid file types from tripping through the vfs and causing malfunctions or assertion failures, add a ...
- EPSS 0.03%
- Published 22.08.2025 16:02:54
- Last modified 22.08.2025 18:08:51
In the Linux kernel, the following vulnerability has been resolved: platform/x86: alienware-wmi-wmax: Fix `dmi_system_id` array Add missing empty member to `awcc_dmi_table`.
- EPSS 0.03%
- Published 22.08.2025 16:01:03
- Last modified 22.08.2025 18:08:51
In the Linux kernel, the following vulnerability has been resolved: [ceph] parse_longname(): strrchr() expects NUL-terminated string ... and parse_longname() is not guaranteed that. That's the reason why it uses kmemdup_nul() to build the argument...
- EPSS 0.03%
- Published 22.08.2025 16:01:02
- Last modified 22.08.2025 18:08:51
In the Linux kernel, the following vulnerability has been resolved: gfs2: No more self recovery When a node withdraws and it turns out that it is the only node that has the filesystem mounted, gfs2 currently tries to replay the local journal to bri...
- EPSS 0.03%
- Published 22.08.2025 16:01:01
- Last modified 22.08.2025 18:08:51
In the Linux kernel, the following vulnerability has been resolved: nvmet: pci-epf: Do not complete commands twice if nvmet_req_init() fails Have nvmet_req_init() and req->execute() complete failed commands. Description of the problem: nvmet_req_i...
- EPSS 0.03%
- Published 22.08.2025 16:01:00
- Last modified 22.08.2025 18:08:51
In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: mcc: prevent shift wrapping in rtw89_core_mlsr_switch() The "link_id" value comes from the user via debugfs. If it's larger than BITS_PER_LONG then that would result ...