Lucene search
+L

1843 matches found

Cvelist
Cvelist
added 4 days ago32 views

CVE-2026-64111 lsm: hold cred_guard_mutex for lsm_set_self_attr()

In the Linux kernel, the following vulnerability has been resolved: lsm: hold credguardmutex for lsmsetselfattr Just as procpidattrwrite already does before calling the LSM hook. This only matters for SELinux and AppArmor which check whether the process is being ptraced and if so, whether to allo...

7.1CVSS0.00135EPSS
SaveExploits0References4
CVE
CVE
added 4 days ago9 views

CVE-2026-64111

The CVE-2026-64111 issue affects the Linux kernel where lsm_set_self_attr() did not hold cred_guard_mutex in the same way as proc_pid_attr_write() before calling the LSM hook. The fix ensures the mutex is held, reducing risk related to SELinux and AppArmor decisions based on whether a process is ...

7.1CVSS5.3AI score0.00135EPSS
SaveExploits0References4
OSV
OSV
added 4 days ago4 views

CVE-2026-64111 lsm: hold cred_guard_mutex for lsm_set_self_attr()

In the Linux kernel, the following vulnerability has been resolved: lsm: hold credguardmutex for lsmsetselfattr Just as procpidattrwrite already does before calling the LSM hook. This only matters for SELinux and AppArmor which check whether the process is being ptraced and if so, whether to allo...

7.1CVSS5.3AI score0.00135EPSS
SaveExploits0References7
NVD
NVD
added 4 days ago9 views

CVE-2026-63828

In the Linux kernel, the following vulnerability has been resolved: apparmor: mediate the implicit connect of TCP fast open sendmsg sendmsg/sendto with MSGFASTOPEN is a combination of connect2 and write2: it opens the connection in the SYN. apparmorsocketsendmsg only checks AAMAYSEND, so a profil...

8.4CVSS0.00124EPSS
SaveExploits0References6
NVD
NVD
added 4 days ago9 views

CVE-2026-63827

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix use-after-free in rawdata dedup loop aareplaceprofiles walks ns-rawdatalist to dedup the incoming policy blob against entries already attached to existing profiles. Per the kernel-doc on struct aaloaddata, list...

7.8CVSS0.00117EPSS
SaveExploits0References6
Cvelist
Cvelist
added 4 days ago32 views

CVE-2026-63828 apparmor: mediate the implicit connect of TCP fast open sendmsg

In the Linux kernel, the following vulnerability has been resolved: apparmor: mediate the implicit connect of TCP fast open sendmsg sendmsg/sendto with MSGFASTOPEN is a combination of connect2 and write2: it opens the connection in the SYN. apparmorsocketsendmsg only checks AAMAYSEND, so a profil...

8.4CVSS0.00124EPSS
SaveExploits0References6
OSV
OSV
added 4 days ago5 views

CVE-2026-63828 apparmor: mediate the implicit connect of TCP fast open sendmsg

In the Linux kernel, the following vulnerability has been resolved: apparmor: mediate the implicit connect of TCP fast open sendmsg sendmsg/sendto with MSGFASTOPEN is a combination of connect2 and write2: it opens the connection in the SYN. apparmorsocketsendmsg only checks AAMAYSEND, so a profil...

8.4CVSS5.4AI score0.00124EPSS
SaveExploits0References9
EUVD
EUVD
added 4 days ago9 views

EUVD-2026-45494

In the Linux kernel, the following vulnerability has been resolved: apparmor: mediate the implicit connect of TCP fast open sendmsg sendmsg/sendto with MSGFASTOPEN is a combination of connect2 and write2: it opens the connection in the SYN. apparmorsocketsendmsg only checks AAMAYSEND, so a profil...

5.4AI score0.00124EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 4 days ago6 views

CVE-2026-63828

In the Linux kernel, the following vulnerability has been resolved: apparmor: mediate the implicit connect of TCP fast open sendmsg sendmsg/sendto with MSGFASTOPEN is a combination of connect2 and write2: it opens the connection in the SYN. apparmorsocketsendmsg only checks AAMAYSEND, so a profil...

5.4AI score0.00124EPSS
SaveExploits0References7Affected Software1
CVE
CVE
added 4 days ago10 views

CVE-2026-63828

In CVE-2026-63828, the Linux kernel patch fixes an AppArmor mediation gap for MSG_FASTOPEN: sendmsg/sendto could trigger an implicit connect, allowing a confined task to open an outbound TCP/MPTCP connection even if connect would be denied. The vulnerability arises because apparmor_socket_sendmsg...

8.4CVSS5.4AI score0.00124EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 4 days ago5 views

CVE-2026-63827

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix use-after-free in rawdata dedup loop aareplaceprofiles walks ns-rawdatalist to dedup the incoming policy blob against entries already attached to existing profiles. Per the kernel-doc on struct aaloaddata, list...

7.8CVSS5.3AI score0.00117EPSS
SaveExploits0
Cvelist
Cvelist
added 4 days ago34 views

CVE-2026-63827 apparmor: fix use-after-free in rawdata dedup loop

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix use-after-free in rawdata dedup loop aareplaceprofiles walks ns-rawdatalist to dedup the incoming policy blob against entries already attached to existing profiles. Per the kernel-doc on struct aaloaddata, list...

7.8CVSS0.00117EPSS
SaveExploits0References6
OSV
OSV
added 4 days ago5 views

CVE-2026-63827 apparmor: fix use-after-free in rawdata dedup loop

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix use-after-free in rawdata dedup loop aareplaceprofiles walks ns-rawdatalist to dedup the incoming policy blob against entries already attached to existing profiles. Per the kernel-doc on struct aaloaddata, list...

7.8CVSS5.4AI score0.00117EPSS
SaveExploits0References9
ATTACKERKB
ATTACKERKB
added 4 days ago5 views

CVE-2026-63827

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix use-after-free in rawdata dedup loop aareplaceprofiles walks ns-rawdatalist to dedup the incoming policy blob against entries already attached to existing profiles. Per the kernel-doc on struct aaloaddata, list...

5.3AI score0.00117EPSS
SaveExploits0References7Affected Software1
CVE
CVE
added 4 days ago9 views

CVE-2026-63827

Root cause: Linux kernel AppArmor uses a use-after-free in the rawdata dedup loop (aa_replace_profiles) due to unsafe refcount handling when traversing ns->rawdata_list. The dedup path calls aa_get_profile_loaddata() which has plain kref_get() semantics, allowing a zero counter to be dereferen...

7.8CVSS5.5AI score0.00117EPSS
SaveExploits0References6
EUVD
EUVD
added 4 days ago9 views

EUVD-2026-45493

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix use-after-free in rawdata dedup loop aareplaceprofiles walks ns-rawdatalist to dedup the incoming policy blob against entries already attached to existing profiles. Per the kernel-doc on struct aaloaddata, list...

5.4AI score0.00117EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 4 days ago10 views

PT-2026-61428

In the Linux kernel, the following vulnerability has been resolved: lsm: hold cred guard mutex for lsm set self attr Just as proc pid attr write already does before calling the LSM hook. This only matters for SELinux and AppArmor which check whether the process is being ptraced and if so, whether...

5.3AI score0.00135EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 4 days ago11 views

PT-2026-61144

In the Linux kernel, the following vulnerability has been resolved: apparmor: mediate the implicit connect of TCP fast open sendmsg sendmsg/sendto with MSG FASTOPEN is a combination of connect2 and write2: it opens the connection in the SYN. apparmor socket sendmsg only checks AA MAY SEND, so a...

5.4AI score0.00124EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 4 days ago14 views

PT-2026-61143

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix use-after-free in rawdata dedup loop aa replace profiles walks ns-rawdata list to dedup the incoming policy blob against entries already attached to existing profiles. Per the kernel-doc on struct aa loaddata, list...

5.5AI score0.00117EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 4 days ago7 views

Linux Distros Unpatched Vulnerability : CVE-2026-63827

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - apparmor: fix use-after-free in rawdata dedup loop aareplaceprofiles walks ns-rawdatalist to dedup the incoming policy blob against entries already attached to...

7.8CVSS5.5AI score0.00117EPSS
SaveExploits0References3
Rows per page
Query Builder