CVE-2022-49277
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:04
- Zuletzt bearbeitet 01.10.2025 20:16:00
In the Linux kernel, the following vulnerability has been resolved: jffs2: fix memory leak in jffs2_do_mount_fs If jffs2_build_filesystem() in jffs2_do_mount_fs() returns an error, we can observe the following kmemleak report: --------------------...
CVE-2022-49279
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:04
- Zuletzt bearbeitet 01.10.2025 20:16:00
In the Linux kernel, the following vulnerability has been resolved: NFSD: prevent integer overflow on 32 bit systems On a 32 bit system, the "len * sizeof(*p)" operation can have an integer overflow.
CVE-2022-49280
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:04
- Zuletzt bearbeitet 23.12.2025 14:16:08
In the Linux kernel, the following vulnerability has been resolved: NFSD: prevent underflow in nfssvc_decode_writeargs() Smatch complains: fs/nfsd/nfsxdr.c:341 nfssvc_decode_writeargs() warn: no lower bound on 'args->len' Change the type to uns...
CVE-2022-49281
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:04
- Zuletzt bearbeitet 21.10.2025 11:46:12
In the Linux kernel, the following vulnerability has been resolved: cifs: fix handlecache and multiuser In multiuser each individual user has their own tcon structure for the share and thus their own handle for a cached directory. When we umount su...
CVE-2022-49264
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:03
- Zuletzt bearbeitet 21.10.2025 11:50:45
In the Linux kernel, the following vulnerability has been resolved: exec: Force single empty string when argv is empty Quoting[1] Ariadne Conill: "In several other operating systems, it is a hard requirement that the second argument to execve(2) b...
CVE-2022-49267
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:03
- Zuletzt bearbeitet 24.03.2026 09:16:18
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2022-49253
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:02
- Zuletzt bearbeitet 22.09.2025 20:55:33
In the Linux kernel, the following vulnerability has been resolved: media: usb: go7007: s2250-board: fix leak in probe() Call i2c_unregister_device(audio) on this error path.
CVE-2022-49241
- EPSS 0.14%
- Veröffentlicht 26.02.2025 07:01:01
- Zuletzt bearbeitet 01.10.2025 20:15:59
In the Linux kernel, the following vulnerability has been resolved: ASoC: atmel: Fix error handling in sam9x5_wm8731_driver_probe The device_node pointer is returned by of_parse_phandle() with refcount incremented. We should use of_node_put() on i...
CVE-2022-49242
- EPSS 0.09%
- Veröffentlicht 26.02.2025 07:01:01
- Zuletzt bearbeitet 01.10.2025 20:15:59
In the Linux kernel, the following vulnerability has been resolved: ASoC: mxs: Fix error handling in mxs_sgtl5000_probe This function only calls of_node_put() in the regular path. And it will cause refcount leak in error paths. For example, when co...
CVE-2022-49243
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:01:01
- Zuletzt bearbeitet 21.10.2025 11:51:52
In the Linux kernel, the following vulnerability has been resolved: ASoC: atmel: Add missing of_node_put() in at91sam9g20ek_audio_probe This node pointer is returned by of_parse_phandle() with refcount incremented in this function. Calling of_node_...