CVE-2026-23420
- EPSS 0.01%
- Veröffentlicht 03.04.2026 13:24:29
- Zuletzt bearbeitet 24.04.2026 15:21:23
In the Linux kernel, the following vulnerability has been resolved: wifi: wlcore: Fix a locking bug Make sure that wl->mutex is locked before it is unlocked. This has been detected by the Clang thread-safety analyzer.
CVE-2026-23410
- EPSS 0.01%
- Veröffentlicht 01.04.2026 08:36:39
- Zuletzt bearbeitet 24.04.2026 15:23:43
In the Linux kernel, the following vulnerability has been resolved: apparmor: fix race on rawdata dereference There is a race condition that leads to a use-after-free situation: because the rawdata inodes are not refcounted, an attacker can start o...
CVE-2026-23411
- EPSS 0.01%
- Veröffentlicht 01.04.2026 08:36:39
- Zuletzt bearbeitet 24.04.2026 15:23:12
In the Linux kernel, the following vulnerability has been resolved: apparmor: fix race between freeing data and fs accessing it AppArmor was putting the reference to i_private data on its end after removing the original entry from the file system. ...
CVE-2026-23409
- EPSS 0.02%
- Veröffentlicht 01.04.2026 08:36:38
- Zuletzt bearbeitet 24.04.2026 15:23:55
In the Linux kernel, the following vulnerability has been resolved: apparmor: fix differential encoding verification Differential encoding allows loops to be created if it is abused. To prevent this the unpack should verify that a diff-encode chain...
CVE-2026-23407
- EPSS 0.02%
- Veröffentlicht 01.04.2026 08:36:37
- Zuletzt bearbeitet 24.04.2026 16:38:39
In the Linux kernel, the following vulnerability has been resolved: apparmor: fix missing bounds check on DEFAULT table in verify_dfa() The verify_dfa() function only checks DEFAULT_TABLE bounds when the state is not differentially encoded. When t...
CVE-2026-23408
- EPSS 0.02%
- Veröffentlicht 01.04.2026 08:36:37
- Zuletzt bearbeitet 24.04.2026 15:24:02
In the Linux kernel, the following vulnerability has been resolved: apparmor: Fix double free of ns_name in aa_replace_profiles() if ns_name is NULL after 1071 error = aa_unpack(udata, &lh, &ns_name); and if ent->ns_name contains an ns_nam...
CVE-2026-23406
- EPSS 0.02%
- Veröffentlicht 01.04.2026 08:36:36
- Zuletzt bearbeitet 24.04.2026 18:40:51
In the Linux kernel, the following vulnerability has been resolved: apparmor: fix side-effect bug in match_char() macro usage The match_char() macro evaluates its character parameter multiple times when traversing differential encoding chains. When...
CVE-2026-23404
- EPSS 0.02%
- Veröffentlicht 01.04.2026 08:36:35
- Zuletzt bearbeitet 24.04.2026 18:40:10
In the Linux kernel, the following vulnerability has been resolved: apparmor: replace recursive profile removal with iterative approach The profile removal code uses recursion when removing nested profiles, which can lead to kernel stack exhaustion...
CVE-2026-23405
- EPSS 0.02%
- Veröffentlicht 01.04.2026 08:36:35
- Zuletzt bearbeitet 24.04.2026 18:40:27
In the Linux kernel, the following vulnerability has been resolved: apparmor: fix: limit the number of levels of policy namespaces Currently the number of policy namespaces is not bounded relying on the user namespace limit. However policy namespac...
CVE-2026-23403
- EPSS 0.02%
- Veröffentlicht 01.04.2026 08:36:34
- Zuletzt bearbeitet 24.04.2026 18:39:58
In the Linux kernel, the following vulnerability has been resolved: apparmor: fix memory leak in verify_header The function sets `*ns = NULL` on every call, leaking the namespace string allocated in previous iterations when multiple profiles are un...