Lucene search
+L

12377 matches found

EUVD
EUVD
added 2025/12/24 3:30 p.m.7 views

EUVD-2025-205226

In the Linux kernel, the following vulnerability has been resolved: landlock: Fix handling of disconnected directories Disconnected files or directories can appear when they are visible and opened from a bind mount, but have been renamed or moved from the source of the bind mount in a way that...

5.7AI score0.00124EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/12/24 3:30 p.m.11 views

EUVD-2023-60340

In the Linux kernel, the following vulnerability has been resolved: can: isotp: check CAN address family in isotpbind Add missing check to block non-AFCAN binds. Syzbot created some code which matched the right sockaddr struct size but used AFXDP 0x2C instead of AFCAN 0x1D in the address family...

6.2AI score0.00182EPSS
SaveExploits0References6
NVD
NVD
added 2025/12/24 1:16 p.m.9 views

CVE-2025-68736

In the Linux kernel, the following vulnerability has been resolved: landlock: Fix handling of disconnected directories Disconnected files or directories can appear when they are visible and opened from a bind mount, but have been renamed or moved from the source of the bind mount in a way that...

8.8CVSS0.00124EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/24 1:16 p.m.11 views

AZL-73084 CVE-2025-68736 affecting package kernel 6.6.126.1-1

In the Linux kernel, the following vulnerability has been resolved: landlock: Fix handling of disconnected directories Disconnected files or directories can appear when they are visible and opened from a bind mount, but have been renamed or moved from the source of the bind mount in a way that...

8.8CVSS5.6AI score0.00124EPSS
SaveExploits0References1
NVD
NVD
added 2025/12/24 1:16 p.m.8 views

CVE-2023-54105

In the Linux kernel, the following vulnerability has been resolved: can: isotp: check CAN address family in isotpbind Add missing check to block non-AFCAN binds. Syzbot created some code which matched the right sockaddr struct size but used AFXDP 0x2C instead of AFCAN 0x1D in the address family...

0.00182EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/24 1:16 p.m.6 views

UBUNTU-CVE-2025-68736

In the Linux kernel, the following vulnerability has been resolved: landlock: Fix handling of disconnected directories Disconnected files or directories can appear when they are visible and opened from a bind mount, but have been renamed or moved from the source of the bind mount in a way that...

8.8CVSS5.7AI score0.00124EPSS
SaveExploits0References23
UbuntuCve
UbuntuCve
added 2025/12/24 1:16 p.m.9 views

CVE-2023-54105

In the Linux kernel, the following vulnerability has been resolved: can: isotp: check CAN address family in isotpbind Add missing check to block non-AFCAN binds. Syzbot created some code which matched the right sockaddr struct size but used AFXDP 0x2C instead of AFCAN 0x1D in the address family...

5.9AI score0.00182EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/12/24 1:16 p.m.9 views

CVE-2025-68736

In the Linux kernel, the following vulnerability has been resolved: landlock: Fix handling of disconnected directories Disconnected files or directories can appear when they are visible and opened from a bind mount, but have been renamed or moved from the source of the bind mount in a way that...

8.8CVSS5.4AI score0.00124EPSS
SaveExploits0References22
OSV
OSV
added 2025/12/24 1:16 p.m.8 views

UBUNTU-CVE-2023-54105

In the Linux kernel, the following vulnerability has been resolved: can: isotp: check CAN address family in isotpbind Add missing check to block non-AFCAN binds. Syzbot created some code which matched the right sockaddr struct size but used AFXDP 0x2C instead of AFCAN 0x1D in the address family...

5.7AI score0.00182EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/12/24 1:6 p.m.34 views

CVE-2023-54105 can: isotp: check CAN address family in isotp_bind()

In the Linux kernel, the following vulnerability has been resolved: can: isotp: check CAN address family in isotpbind Add missing check to block non-AFCAN binds. Syzbot created some code which matched the right sockaddr struct size but used AFXDP 0x2C instead of AFCAN 0x1D in the address family...

0.00182EPSS
SaveExploits0References5
CVE
CVE
added 2025/12/24 1:6 p.m.24 views

CVE-2023-54105

The CVE-2023-54105 entry concerns the Linux kernel: a missing check in isotp_bind() for the AF_CAN address family, allowing non-AF_CAN binds to slip through. The root cause described is that Syzbot-generated code matched the sockaddr struct size but supplied AF_XDP (0x2C) instead of AF_CAN (0x1D)...

6.3AI score0.00182EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/24 1:6 p.m.8 views

CVE-2023-54105 can: isotp: check CAN address family in isotp_bind()

In the Linux kernel, the following vulnerability has been resolved: can: isotp: check CAN address family in isotpbind Add missing check to block non-AFCAN binds. Syzbot created some code which matched the right sockaddr struct size but used AFXDP 0x2C instead of AFCAN 0x1D in the address family...

6.6AI score
SaveExploits0References8
Cvelist
Cvelist
added 2025/12/24 1:5 p.m.30 views

CVE-2022-50761 x86/xen: Fix memory leak in xen_init_lock_cpu()

In the Linux kernel, the following vulnerability has been resolved: x86/xen: Fix memory leak in xeninitlockcpu In xeninitlockcpu, the @name has allocated new string by kasprintf, if bindipitoirqhandler fails, it should be freed, otherwise may lead to a memory leak issue, fix it...

0.00252EPSS
SaveExploits0References9
CVE
CVE
added 2025/12/24 1:5 p.m.22 views

CVE-2022-50761

The CVE-2022-50761 entry concerns a memory leak in the Linux kernel under x86/xen: in xen_init_lock_cpu(), a string allocated with kasprintf() is not freed if bind_ipi_to_irqhandler() fails, potentially leaking memory. The description notes this memory leak is fixed in Xen/CPU initialization code...

6.1AI score0.00252EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/12/24 12:9 p.m.46 views

CVE-2025-68736 landlock: Fix handling of disconnected directories

In the Linux kernel, the following vulnerability has been resolved: landlock: Fix handling of disconnected directories Disconnected files or directories can appear when they are visible and opened from a bind mount, but have been renamed or moved from the source of the bind mount in a way that...

8.8CVSS0.00124EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2025/12/24 12:9 p.m.4 views

CVE-2025-68736

In the Linux kernel, the following vulnerability has been resolved: landlock: Fix handling of disconnected directories Disconnected files or directories can appear when they are visible and opened from a bind mount, but have been renamed or moved from the source of the bind mount in a way that...

5.8AI score0.00124EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2025/12/24 12:9 p.m.41 views

CVE-2025-68736

CVE-2025-68736 relates to the Linux kernel Landlock feature and the handling of disconnected directories opened via bind mounts. Root cause: when a directory/file opened through a disconnected path is renamed or moved, the mount point may be out of scope of the hierarchy walk, causing access righ...

8.8CVSS5.8AI score0.00124EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/24 12:9 p.m.10 views

CVE-2025-68736 landlock: Fix handling of disconnected directories

In the Linux kernel, the following vulnerability has been resolved: landlock: Fix handling of disconnected directories Disconnected files or directories can appear when they are visible and opened from a bind mount, but have been renamed or moved from the source of the bind mount in a way that...

8.8CVSS6.1AI score
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2025/12/24 12:0 a.m.14 views

PT-2025-53002

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel landlock subsystem had a flaw in how it handled disconnected directories. These directories could appear when files or directories were accessed through a bind mount but...

5.5CVSS6.1AI score0.00124EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/12/24 12:0 a.m.8 views

PT-2025-53182

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains an issue within the CAN Controller Area Network subsystem, specifically in the isotp bind function. A missing check allows bindings with address families other...

6AI score0.00182EPSS
SaveExploits0References18
Rows per page
Query Builder