Lucene search
+L

1925 matches found

RedhatCVE
RedhatCVE
added 9 hours ago2 views

CVE-2026-72461

A flaw was found in the AppArmor security module of the Linux kernel. This vulnerability, a reference count leak when updating the skctx, occurs because a reference is unconditionally put by the caller even when it has been transferred. A local attacker could exploit this flaw to cause a denial o...

7.8CVSS5.3AI score0.00136EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 9 hours ago1 views

CVE-2026-72456

A flaw was found in AppArmor within the Linux kernel. When the getcurrentexepath function encounters a path resolution failure, it fails to properly release file and path references. This resource leak could be exploited by a local attacker, potentially leading to a Denial of Service DoS by...

5.5CVSS5.4AI score0.00189EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 10 hours ago1 views

CVE-2026-72459

A flaw was found in the AppArmor security module of the Linux kernel. The aalabelalloc function, responsible for allocating security labels, did not properly free all allocated resources in its error handling path. This oversight could lead to a memory leak, potentially impacting system stability...

7.8CVSS5.4AI score0.00138EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added yesterday1 views

CVE-2026-72460

A flaw was found in the Linux kernel's AppArmor security module. When changing a security profile, the aachangeprofile function might attempt to use an invalid security label before properly checking if the label was successfully created. This oversight could allow a local attacker to trigger a...

7.1CVSS5.4AI score0.00131EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added yesterday1 views

CVE-2026-72457

A flaw was found in the AppArmor security module within the Linux kernel. During the unpacking of security policies, a memory allocation failure for the ACCEPT2 table was not handled correctly. This could result in an incomplete security policy being loaded, potentially leading to a bypass of...

5.5CVSS5.4AI score0.00206EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2 days ago8 views

CVE-2026-72458

A flaw was found in the Linux kernel's Apparmor security module. This vulnerability occurs in the unpackpdb function, where it does not correctly handle a null pointer if a preceding operation, unpackdfa, fails. This oversight can lead to a NULL pointer dereference, which typically results in a...

5.5CVSS5.5AI score0.00198EPSS
SaveExploits0References4
OSV
OSV
added 2 days ago5 views

UBUNTU-CVE-2026-72461

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix refcount leak when updating the skctx Currently updateskctx transfers the plabel reference, unfortunately it is also unconditionally put in the caller. Ideally we would make the caller conditionally put the referenc...

7.8CVSS5.4AI score0.00136EPSS
SaveExploits0References6
OSV
OSV
added 2 days ago6 views

UBUNTU-CVE-2026-72457

In the Linux kernel, the following vulnerability has been resolved: apparmor: fail policy unpack on accept2 allocation failure unpackpdb may need to allocate a missing ACCEPT2 table for older policy data. If that allocation failed, it set an error message but jumped to the success path, returning...

5.3AI score0.00206EPSS
SaveExploits0References6
OSV
OSV
added 2 days ago5 views

UBUNTU-CVE-2026-72458

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix NULL pointer dereference in unpackpdb pdb-dfa could be NULL if unpackdfa fails, causing a NULL pointer dereference...

5.2AI score0.00198EPSS
SaveExploits0References6
OSV
OSV
added 2 days ago5 views

UBUNTU-CVE-2026-72460

In the Linux kernel, the following vulnerability has been resolved: apparmor: check label build before nonewprivs test aachangeprofile builds a replacement label with fnlabelbuildinscope before the nonewprivs subset check. The build helper can fail and return NULL or an ERRPTR, but the result was...

7.1CVSS5.4AI score0.00131EPSS
SaveExploits0References11
BDU FSTEC
BDU FSTEC
added 2 days ago6 views

The vulnerability of the apparmor component in the Linux operating system’s kernel allows a hacker to trigger a service failure.

The vulnerability of the apparmor component in the Linux operating system’s kernel is related to reading data from beyond the allowed buffer size. Exploiting this vulnerability can allow an attacker to cause a service failure...

7.1CVSS5.3AI score0.00131EPSS
SaveExploits0References15Affected Software3
OSV
OSV
added 2 days ago5 views

UBUNTU-CVE-2026-72456

In the Linux kernel, the following vulnerability has been resolved: apparmor: release exe file resources on path failure getcurrentexepath takes both an exefile reference and a path reference before resolving the path name. If aapathname failed, it returned immediately and leaked both references...

5.3AI score0.00189EPSS
SaveExploits0References5
NVD
NVD
added 4 days ago3 views

CVE-2026-72462

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix race in unix socket mediation when peerpath is used The holding a reference to the peersk is not enough to ensure access to the peer sk path. Accessing the path outside of the state lock allows for a race with...

8.8CVSS0.00136EPSS
SaveExploits0References3
NVD
NVD
added 4 days ago3 views

CVE-2026-72461

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix refcount leak when updating the skctx Currently updateskctx transfers the plabel reference, unfortunately it is also unconditionally put in the caller. Ideally we would make the caller conditionally put the referenc...

7.8CVSS0.00136EPSS
SaveExploits0References3
NVD
NVD
added 4 days ago4 views

CVE-2026-72459

In the Linux kernel, the following vulnerability has been resolved: apparmor: aalabelalloc use aalabelfree on alloc failure aalabelalloc allocates a secid before allocating or taking the label proxy. If the later proxy step fails, the error path only freed the label memory, leaking any resources...

7.8CVSS0.00138EPSS
SaveExploits0References8
NVD
NVD
added 4 days ago3 views

CVE-2026-72460

In the Linux kernel, the following vulnerability has been resolved: apparmor: check label build before nonewprivs test aachangeprofile builds a replacement label with fnlabelbuildinscope before the nonewprivs subset check. The build helper can fail and return NULL or an ERRPTR, but the result was...

7.1CVSS0.00131EPSS
SaveExploits0References8
NVD
NVD
added 4 days ago4 views

CVE-2026-72458

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix NULL pointer dereference in unpackpdb pdb-dfa could be NULL if unpackdfa fails, causing a NULL pointer dereference...

0.00198EPSS
SaveExploits0References3
NVD
NVD
added 4 days ago5 views

CVE-2026-72457

In the Linux kernel, the following vulnerability has been resolved: apparmor: fail policy unpack on accept2 allocation failure unpackpdb may need to allocate a missing ACCEPT2 table for older policy data. If that allocation failed, it set an error message but jumped to the success path, returning...

0.00206EPSS
SaveExploits0References3
NVD
NVD
added 4 days ago4 views

CVE-2026-72455

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix uninitialised pointer passed to auditloguntrustedstring Commit 4a134723f9f1 "apparmor: move check for aanull file to cover all cases" intrdouced a small bug, where pathname may pass a potentially uninitialized name ...

7.1CVSS0.00129EPSS
SaveExploits0References3
NVD
NVD
added 4 days ago5 views

CVE-2026-72456

In the Linux kernel, the following vulnerability has been resolved: apparmor: release exe file resources on path failure getcurrentexepath takes both an exefile reference and a path reference before resolving the path name. If aapathname failed, it returned immediately and leaked both references...

0.00189EPSS
SaveExploits0References2
Rows per page
Query Builder