Lucene search
+L

408 matches found

OSV
OSV
added 2026/08/05 8:03 p.m.13 views

GHSA-945V-V9P3-V5XW rclone local `--metadata` applies attacker-controlled mode/uid - setuid binary planted from an untrusted remote

Summary When writing an object with metadata, the local backend applies the source-supplied mode, uid, and gid verbatim: it parses mode as an octal integer and passes it straight into os.Chmodo.path, os.FileModeumode, and passes uid/gid straight into os.Chown. The value is never masked to...

3.6CVSS5.5AI score0.0014EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/29 4:14 p.m.11 views

CVE-2026-52791 fuse-overlayfs release-1.x preserves SUID/SGID bits after truncate/open(O_TRUNC)

fuse-overlayfs is an implementation of overlayfs in FUSE for rootless containers. Prior to 1.17, the release-1.x C branch preserves SUID and SGID mode bits in main.c during openOTRUNC and truncate handling on a copied-up file, allowing a low-privileged process to leave the upper-layer file with...

2CVSS5.9AI score
SaveExploits0References5
EUVD
EUVD
added 2026/07/29 4:14 p.m.15 views

EUVD-2026-50403

fuse-overlayfs is an implementation of overlayfs in FUSE for rootless containers. Prior to 1.17, the release-1.x C branch preserves SUID and SGID mode bits in main.c during openOTRUNC and truncate handling on a copied-up file, allowing a low-privileged process to leave the upper-layer file with...

2CVSS5.9AI score0.00102EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/25 4:00 p.m.11 views

SUSE CVE-2026-64392

In the Linux kernel, the following vulnerability has been resolved: ksmbd: use opener credentials for delete-on-close Delete-on-close can be completed by deferred or durable handle teardown, where no request work is available. Both the base-file unlink and the ADS xattr removal consequently run...

8.1CVSS5.7AI score0.00469EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/07/25 10:17 a.m.18 views

CVE-2026-64388

In the Linux kernel, the following vulnerability has been resolved: smb/client: fix chown/chgrp with SMB3 POSIX Extensions Ownership chown and group chgrp modifications were being ignored when mounting with SMB3 POSIX Extensions unless CIFSMOUNTCIFSACL or CIFSMOUNTMODEFROMSID were also explicitly...

7.8CVSS5.3AI score0.0012EPSS
SaveExploits0References9
CVE
CVE
added 2026/07/25 8:50 a.m.88 views

CVE-2026-64392

The CVE-2026-64392 entry concerns the Linux kernel ksmbd delete-on-close path. The underlying issue was that delete-on-close could execute unlink and ADS xattr removal with ksmbd worker credentials rather than the credentials captured at file open, allowing potential permission checks bypass. The...

9.1CVSS5.7AI score0.00469EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2026/07/25 8:50 a.m.46 views

CVE-2026-64392 ksmbd: use opener credentials for delete-on-close

In the Linux kernel, the following vulnerability has been resolved: ksmbd: use opener credentials for delete-on-close Delete-on-close can be completed by deferred or durable handle teardown, where no request work is available. Both the base-file unlink and the ADS xattr removal consequently run...

9.1CVSS0.00469EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/25 8:50 a.m.17 views

CVE-2026-64388 smb/client: fix chown/chgrp with SMB3 POSIX Extensions

In the Linux kernel, the following vulnerability has been resolved: smb/client: fix chown/chgrp with SMB3 POSIX Extensions Ownership chown and group chgrp modifications were being ignored when mounting with SMB3 POSIX Extensions unless CIFSMOUNTCIFSACL or CIFSMOUNTMODEFROMSID were also explicitly...

7.8CVSS5.8AI score
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/07/25 12:00 a.m.34 views

PT-2026-64613

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the ksmbd module where delete-on-close operations can be completed during deferred or durable handle teardown without available request work. In these scenarios, the...

9.1CVSS6.2AI score0.00469EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2026/07/21 1:15 p.m.10 views

SUSE CVE-2026-26199

HDF5 is a high-performance library and a file format specification that implements the HDF5 data model. If H5Igetname is invoked on a group id with 0 for the size parameter, it will underflow when trying to place a null terminator in the buffer. This can occur if H5Igetname is invoked in a way...

5.9CVSS5.3AI score0.00297EPSS
SaveExploits1References3
NVD
NVD
added 2026/07/20 4:16 p.m.23 views

CVE-2026-26199

HDF5 is a high-performance library and a file format specification that implements the HDF5 data model. If H5Igetname is invoked on a group id with 0 for the size parameter, it will underflow when trying to place a null terminator in the buffer. This can occur if H5Igetname is invoked in a way...

6.5CVSS0.00297EPSS
SaveExploits1References2
EUVD
EUVD
added 2026/07/19 12:02 p.m.27 views

EUVD-2026-45499

In the Linux kernel, the following vulnerability has been resolved: ntfs3: reject direct userspace writes to reserved $LX xattrs NTFS3 uses $LXUID, $LXGID, $LXMOD and $LXDEV as internal WSL permission metadata and reloads them into iuid, igid and imode from ntfsgetwslperm. Because the empty-prefi...

5.4AI score0.00125EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/07/16 9:59 p.m.15 views

CVE-2026-44180

Jupyter Enterprise Gateway launches remote Jupyter Notebook kernels across distributed clusters like Apache Spark, Kubernetes, and Docker Swarm. Versions 2.0.0rc1 and above prior to 3.3.0 have a prohibited UID and GID feature that by default prevents launching kernels with UID or GID 0 root, and...

9.8CVSS6.4AI score0.00552EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2026/07/16 9:59 p.m.10 views

CVE-2026-44180 Jupyter Enterprise Gateway: ContainerProcessProxy._enforce_prohibited_ids can be Bypassed

Jupyter Enterprise Gateway launches remote Jupyter Notebook kernels across distributed clusters like Apache Spark, Kubernetes, and Docker Swarm. Versions 2.0.0rc1 and above prior to 3.3.0 have a prohibited UID and GID feature that by default prevents launching kernels with UID or GID 0 root, and...

9.8CVSS6.1AI score
SaveExploits0References4
CVE
CVE
added 2026/07/16 9:59 p.m.109 views

CVE-2026-44180

CVE-2026-44180 affects Jupyter Enterprise Gateway: ContainerProcessProxy._enforce_prohibited_ids can be bypassed to run kernels as root by supplying KERNEL_UID/KERNEL_GID values with whitespace. Affected versions: 2.0.0rc1 through

9.8CVSS6.4AI score0.00552EPSS
SaveExploits1References2Affected Software1
NVD
NVD
added 2026/07/16 9:16 a.m.49 views

CVE-2026-15103

The WPFunnels – Funnel Builder for WooCommerce with Checkout & One Click Upsell plugin for WordPress is vulnerable to Privilege Escalation via arbitrary option update in all versions up to, and including, 3.12.8. This is due to the updatesettings REST callback failing to validate the groupid path...

8.8CVSS0.0031EPSS
SaveExploits0References6
CVE
CVE
added 2026/07/16 8:26 a.m.32 views

CVE-2026-15103

The CVE affects the WPFunnels – Funnel Builder for WooCommerce with Checkout & One Click Upsell WordPress plugin. All versions up to 3.12.8 are vulnerable to privilege escalation via an insecure update_settings() REST callback that does not validate the group_id path parameter against an allowlis...

8.8CVSS6.1AI score0.0031EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/07/15 12:31 a.m.19 views

EUVD-2025-210471

A use of uninitialized value vulnerability exists in the Matter SDK connectedhomeip before 1.4.0, where the GetDestinationGroupId.Value method is called without first checking whether a value exists. This leads to a crash when an InvokeCommand is sent without initializing the destination group ID...

7.5CVSS6AI score0.00583EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/14 11:17 p.m.23 views

CVE-2025-56364

A use of uninitialized value vulnerability exists in the Matter SDK connectedhomeip before 1.4.0, where the GetDestinationGroupId.Value method is called without first checking whether a value exists. This leads to a crash when an InvokeCommand is sent without initializing the destination group ID...

7.5CVSS0.00583EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/07/14 12:37 a.m.12 views

Incorrect Authorization

Overview openclaw is a 🦞 OpenClaw — Personal AI Assistant Affected versions of this package are vulnerable to Incorrect Authorization via the group ID validation process. An attacker can gain unauthorized access to actions requiring higher privileges by leveraging WhatsApp group IDs to satisfy...

8.7CVSS6.1AI score0.00396EPSS
SaveExploits0References2
Rows per page
Query Builder