Lucene search
+L

2581 matches found

OSV
OSV
added 2026/02/14 5:15 p.m.20 views

UBUNTU-CVE-2025-71204

In the Linux kernel, the following vulnerability has been resolved: smb/server: fix refcount leak in parsedurablehandlecontext When the command is a replay operation and -ENOEXEC is returned, the refcount of ksmbdfile must be released...

7.5CVSS5.7AI score0.0028EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/02/14 4:27 p.m.36 views

CVE-2025-71204 smb/server: fix refcount leak in parse_durable_handle_context()

In the Linux kernel, the following vulnerability has been resolved: smb/server: fix refcount leak in parsedurablehandlecontext When the command is a replay operation and -ENOEXEC is returned, the refcount of ksmbdfile must be released...

7.5CVSS0.0028EPSS
SaveExploits0References4
OSV
OSV
added 2026/02/14 4:27 p.m.12 views

CVE-2025-71204 smb/server: fix refcount leak in parse_durable_handle_context()

In the Linux kernel, the following vulnerability has been resolved: smb/server: fix refcount leak in parsedurablehandlecontext When the command is a replay operation and -ENOEXEC is returned, the refcount of ksmbdfile must be released...

7.5CVSS5.3AI score
SaveExploits0References7
CVE
CVE
added 2026/02/14 4:27 p.m.36 views

CVE-2025-71204

CVE-2025-71204 affects the Linux kernel SMB server (smb/server) due to a refcount leak in parse_durable_handle_context(). If the command is a replay operation and -ENOEXEC is returned, the refcount of ksmbd_file must be released. The issue has concrete technical details across multiple sources (N...

7.5CVSS5.3AI score0.0028EPSS
SaveExploits0References4Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/02/14 4:27 p.m.6 views

CVE-2025-71204

In the Linux kernel, the following vulnerability has been resolved: smb/server: fix refcount leak in parsedurablehandlecontext When the command is a replay operation and -ENOEXEC is returned, the refcount of ksmbdfile must be released...

5.3AI score0.0028EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2026/02/14 4:27 p.m.14 views

CVE-2025-71204

In the Linux kernel, the following vulnerability has been resolved: smb/server: fix refcount leak in parsedurablehandlecontext When the command is a replay operation and -ENOEXEC is returned, the refcount of ksmbdfile must be released...

7.5CVSS5.2AI score0.0028EPSS
SaveExploits0
NVD
NVD
added 2026/02/14 4:15 p.m.16 views

CVE-2026-23149

In the Linux kernel, the following vulnerability has been resolved: drm: Do not allow userspace to trigger kernel warnings in drmgemchangehandleioctl Since GEM bo handles are u32 in the uapi and the internal implementation uses idralloc which uses int ranges, passing a new handle larger than INTM...

5.5CVSS0.001EPSS
SaveExploits0References2
OSV
OSV
added 2026/02/14 4:15 p.m.11 views

UBUNTU-CVE-2026-23149

In the Linux kernel, the following vulnerability has been resolved: drm: Do not allow userspace to trigger kernel warnings in drmgemchangehandleioctl Since GEM bo handles are u32 in the uapi and the internal implementation uses idralloc which uses int ranges, passing a new handle larger than INTM...

5.5CVSS5.7AI score0.001EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/02/14 4:15 p.m.12 views

CVE-2026-23149

In the Linux kernel, the following vulnerability has been resolved: drm: Do not allow userspace to trigger kernel warnings in drmgemchangehandleioctl Since GEM bo handles are u32 in the uapi and the internal implementation uses idralloc which uses int ranges, passing a new handle larger than INTM...

5.5CVSS5.7AI score0.001EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/02/14 4:01 p.m.19 views

EUVD-2026-5890

In the Linux kernel, the following vulnerability has been resolved: drm: Do not allow userspace to trigger kernel warnings in drmgemchangehandleioctl Since GEM bo handles are u32 in the uapi and the internal implementation uses idralloc which uses int ranges, passing a new handle larger than INTM...

5.2AI score0.001EPSS
SaveExploits0References2
CVE
CVE
added 2026/02/14 4:01 p.m.68 views

CVE-2026-23149

Summary: CVE-2026-23149 affects the Linux kernel DRM subsystem, specifically drm_gem_change_handle_ioctl(). The vulnerability arises because GEM buffer object handles are u32 in the user API while internal idr_alloc() uses int ranges, causing a kernel warning (WARN_ON_ONCE) when a handle larger t...

5.5CVSS5.2AI score0.001EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2026/02/14 4:01 p.m.36 views

CVE-2026-23149 drm: Do not allow userspace to trigger kernel warnings in drm_gem_change_handle_ioctl()

In the Linux kernel, the following vulnerability has been resolved: drm: Do not allow userspace to trigger kernel warnings in drmgemchangehandleioctl Since GEM bo handles are u32 in the uapi and the internal implementation uses idralloc which uses int ranges, passing a new handle larger than INTM...

0.001EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/02/14 4:01 p.m.35 views

CVE-2026-23149

In the Linux kernel, the following vulnerability has been resolved: drm: Do not allow userspace to trigger kernel warnings in drmgemchangehandleioctl Since GEM bo handles are u32 in the uapi and the internal implementation uses idralloc which uses int ranges, passing a new handle larger than INTM...

5.5CVSS5.3AI score0.001EPSS
SaveExploits0
OSV
OSV
added 2026/02/14 4:01 p.m.10 views

CVE-2026-23149 drm: Do not allow userspace to trigger kernel warnings in drm_gem_change_handle_ioctl()

In the Linux kernel, the following vulnerability has been resolved: drm: Do not allow userspace to trigger kernel warnings in drmgemchangehandleioctl Since GEM bo handles are u32 in the uapi and the internal implementation uses idralloc which uses int ranges, passing a new handle larger than INTM...

5.2AI score
SaveExploits0References5
CVE
CVE
added 2026/02/14 3:22 p.m.34 views

CVE-2026-23137

CVE-2026-23137 (Linux kernel). In unittest_data_add() a memory leak could occur if of_resolve_phandles() failed, leaving unittest_data allocated. The fix uses a scope-based cleanup helper (__free(kfree)) to automatically free unittest_data on error paths, and retain_and_null_ptr() on the success ...

5.5CVSS5.2AI score0.00107EPSS
SaveExploits0References2Affected Software1
CNNVD
CNNVD
added 2026/02/14 12:00 a.m.11 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the fact that the reference count is not released in the parsedurablehandlecontext function,...

5.5CVSS6AI score0.0028EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2026/02/14 12:00 a.m.20 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the drmgemchangehandleioctl function not verifying user-space inputs, potentially triggering a...

5.5CVSS6AI score0.001EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/02/13 12:59 p.m.7 views

Out-of-bounds Read

Overview Affected versions of this package are vulnerable to Out-of-bounds Read via the handlepartialget process. An attacker can access sensitive information from heap memory by sending specially crafted HTTP Range headers to a server using the embedded SoupServer component. This is only...

6.9CVSS5.8AI score0.0043EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/02/06 10:52 p.m.4 views

Missing Authentication for Critical Function

Overview Affected versions of this package are vulnerable to Missing Authentication for Critical Function via the handleHello process. An attacker can exhaust system memory and disrupt service availability by repeatedly sending unauthenticated DNS queries that trigger unbounded session allocation...

8.7CVSS5.6AI score0.00408EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/02/06 10:52 p.m.4 views

Missing Authentication for Critical Function

Overview Affected versions of this package are vulnerable to Missing Authentication for Critical Function via the handleHello process. An attacker can exhaust system memory and disrupt service availability by repeatedly sending unauthenticated DNS queries that trigger unbounded session allocation...

8.7CVSS5.6AI score0.00408EPSS
SaveExploits1References2
Rows per page
Query Builder