Lucene search
+L

1945 matches found

ATTACKERKB
ATTACKERKB
added 2026/04/01 8:36 a.m.4 views

CVE-2026-23406

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix side-effect bug in matchchar macro usage The matchchar macro evaluates its character parameter multiple times when traversing differential encoding chains. When invoked with str++, the string pointer advances on eac...

7.8CVSS5.8AI score0.00177EPSS
SaveExploits0References9Affected Software1
CVE
CVE
added 2026/04/01 8:36 a.m.89 views

CVE-2026-23406

CVE-2026-23406 concerns the AppArmor Linux kernel module. The issue arises in the DFA matching logic used during file path checks, where the macro match_char() can evaluate its character parameter multiple times when traversing differential encoding chains. If invoked with *str++, the string poin...

7.8CVSS5.9AI score0.00177EPSS
SaveExploits0References8Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/04/01 8:36 a.m.5 views

CVE-2026-23404

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 and system crashes. Reproducer: $ pf='a'; for i=...

5.8AI score0.00177EPSS
SaveExploits0References9Affected Software1
Debian CVE
Debian CVE
added 2026/04/01 8:36 a.m.26 views

CVE-2026-23404

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 and system crashes. Reproducer: $ pf='a'; for i=...

5.5CVSS5.2AI score0.00177EPSS
SaveExploits0
OSV
OSV
added 2026/04/01 8:36 a.m.8 views

CVE-2026-23404 apparmor: replace recursive profile removal with iterative approach

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 and system crashes. Reproducer: $ pf='a'; for i=...

5.9AI score
SaveExploits0References11
ATTACKERKB
ATTACKERKB
added 2026/04/01 8:36 a.m.12 views

CVE-2026-23405

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 namespaces aren't strictly tied to user namespaces and it...

5.7AI score0.00181EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2026/04/01 8:36 a.m.49 views

CVE-2026-23405 apparmor: fix: limit the number of levels of policy namespaces

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 namespaces aren't strictly tied to user namespaces and it...

0.00181EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/04/01 8:36 a.m.21 views

CVE-2026-23405

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 namespaces aren't strictly tied to user namespaces and it...

5.5CVSS5.2AI score0.00181EPSS
SaveExploits0
CVE
CVE
added 2026/04/01 8:36 a.m.34 views

CVE-2026-23404

CVE-2026-23404 affects the Linux kernel AppArmor profile management. The issue arises from recursive profile removal in the AppArmor code path; nested profiles could trigger deep recursion, risking kernel stack exhaustion and system crashes. The connected documents confirm the root cause is the r...

5.5CVSS5.8AI score0.00177EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2026/04/01 8:36 a.m.51 views

CVE-2026-23404 apparmor: replace recursive profile removal with iterative approach

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 and system crashes. Reproducer: $ pf='a'; for i=...

0.00177EPSS
SaveExploits0References8
CVE
CVE
added 2026/04/01 8:36 a.m.40 views

CVE-2026-23405

CVE-2026-23405 concerns the Linux kernel AppArmor feature where policy namespaces could be nested arbitrarily deep, potentially exhausting system resources. The vulnerability arises because policy namespaces were not bounded by the user namespace depth, and are not strictly tied to user namespace...

5.5CVSS5.7AI score0.00181EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2026/04/01 8:36 a.m.9 views

CVE-2026-23405 apparmor: fix: limit the number of levels of policy namespaces

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 namespaces aren't strictly tied to user namespaces and it...

5.8AI score
SaveExploits0References11
ATTACKERKB
ATTACKERKB
added 2026/04/01 8:36 a.m.4 views

CVE-2026-23403

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix memory leak in verifyheader The function sets ns = NULL on every call, leaking the namespace string allocated in previous iterations when multiple profiles are unpacked. This also breaks namespace consistency checki...

5.8AI score0.00177EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2026/04/01 8:36 a.m.43 views

CVE-2026-23403 apparmor: fix memory leak in verify_header

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix memory leak in verifyheader The function sets ns = NULL on every call, leaking the namespace string allocated in previous iterations when multiple profiles are unpacked. This also breaks namespace consistency checki...

0.00177EPSS
SaveExploits0References8
CVE
CVE
added 2026/04/01 8:36 a.m.31 views

CVE-2026-23403

CVE-2026-23403 concerns the AppArmor memory leak in Linux kernel’s verify_header. The issue arises because a function sets *ns = NULL on every call, leaking the previously allocated namespace string across successive profile unpackings and causing namespace consistency checks to see NULL for *ns....

5.5CVSS5.8AI score0.00177EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2026/04/01 8:36 a.m.9 views

CVE-2026-23403 apparmor: fix memory leak in verify_header

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix memory leak in verifyheader The function sets ns = NULL on every call, leaking the namespace string allocated in previous iterations when multiple profiles are unpacked. This also breaks namespace consistency checki...

6AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/04/01 8:36 a.m.10 views

CVE-2026-23403

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix memory leak in verifyheader The function sets ns = NULL on every call, leaking the namespace string allocated in previous iterations when multiple profiles are unpacked. This also breaks namespace consistency checki...

5.5CVSS5.1AI score0.00177EPSS
SaveExploits0
OSV
OSV
added 2026/04/01 12:00 a.m.12 views

UBUNTU-CVE-2026-23411

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 iprivate data on its end after removing the original entry from the file system. However the inode can aand does live beyond that...

7.8CVSS5.7AI score0.00145EPSS
SaveExploits0References18
Positive Technologies
Positive Technologies
added 2026/04/01 12:00 a.m.15 views

PT-2026-29487

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel's AppArmor profile removal code used a recursive approach for removing nested profiles, which could lead to kernel stack exhaustion and system crashes. The issue stemmed...

5.5CVSS6.8AI score0.00177EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/04/01 12:00 a.m.22 views

PT-2026-29491

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw within the apparmor subsystem related to a double free of ns name in the aa replace profiles function. Specifically, if ns name is NULL after unpacking...

7.8CVSS6.8AI score0.00181EPSS
SaveExploits0
Rows per page
Query Builder