Lucene search
+L

771 matches found

RedhatCVE
RedhatCVE
added 2026/08/31 12:17 p.m.6 views

CVE-2026-79783

A flaw was found in rclone. This vulnerability allows a remote attacker to escalate privileges by manipulating file metadata. When copying files with metadata preservation from an untrusted source, rclone fails to properly mask special permission bits. This oversight enables an attacker to set...

3.6CVSS5.8AI score0.0014EPSS
SaveExploits0References5
IBM Security Bulletins
IBM Security Bulletins
added 2026/08/27 8:40 a.m.11 views

Security Bulletin: IBM® Db2® is vulnerable to buffer overflow in setgid helper db2flacc. (CVE-2026-10535)

Summary IBM® Db2® is vulnerable to buffer overflow in setgid helper db2flacc. Vulnerability Details CVEID:CVE-2026-10535 DESCRIPTION: IBM Db2 11.5.0 through 11.5.9, and 12.1.0 through 12.1.4 is vulnerable to buffer overflow in setgid helper db2flacc. CWE:CWE-121: Stack-based Buffer Overflow CVSS...

8.4CVSS5.8AI score0.00113EPSS
SaveExploits0Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/08/26 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2026-79783

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - rclone before 1.74.4 fails to mask special permission bits when applying source-supplied mode metadata in the local backend, allowing attackers to set...

3.6CVSS5.4AI score0.0014EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/05 8:03 p.m.11 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
Github Security Blog
Github Security Blog
added 2026/08/05 8:03 p.m.16 views

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...

5.5AI score
SaveExploits0References4Affected Software1
SUSE CVE
SUSE CVE
added 2026/07/31 4:38 p.m.10 views

SUSE CVE-2026-52791

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...

4.7CVSS5.5AI score0.00102EPSS
SaveExploits0References4
CNVD
CNVD
added 2026/07/31 12:00 a.m.19 views

IBM Db2 db2flacc buffer overflow vulnerability

IBM Db2 is a relational database management system that provides data storage, querying, and management capabilities, supporting enterprise-level applications. There is a buffer overflow vulnerability in IBM Db2. This vulnerability stems from the setgid helper program db2flacc, which fails to...

8.4CVSS5.9AI score0.00113EPSS
SaveExploits0
NVD
NVD
added 2026/07/30 7:17 p.m.14 views

CVE-2026-10535

IBM Db2 11.5.0 through 11.5.9, and 12.1.0 through 12.1.4 is vulnerable to buffer overflow in setgid helper db2flacc...

8.4CVSS0.00113EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/07/30 4:55 p.m.14 views

CVE-2026-10535 IBM® Db2® is vulnerable to buffer overflow in setgid helper db2flacc which can lead to privilege escalation and instance compromise from an unprivileged shell

IBM Db2 11.5.0 through 11.5.9, and 12.1.0 through 12.1.4 is vulnerable to buffer overflow in setgid helper db2flacc...

8.4CVSS6.1AI score0.00113EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/07/30 4:55 p.m.51 views

CVE-2026-10535 IBM® Db2® is vulnerable to buffer overflow in setgid helper db2flacc which can lead to privilege escalation and instance compromise from an unprivileged shell

IBM Db2 11.5.0 through 11.5.9, and 12.1.0 through 12.1.4 is vulnerable to buffer overflow in setgid helper db2flacc...

8.4CVSS0.00113EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/07/30 4:55 p.m.12 views

CVE-2026-10535

IBM Db2 11.5.0 through 11.5.9, and 12.1.0 through 12.1.4 is vulnerable to buffer overflow in setgid helper db2flacc...

8.4CVSS6.1AI score0.00113EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2026/07/30 4:55 p.m.122 views

CVE-2026-10535

IBM Db2 is vulnerable to a stack-based buffer overflow in the setgid helper db2flacc, enabling privilege escalation from an unprivileged shell. Affected products/versions include IBM Db2 11.5.0–11.5.9 and 12.1.0–12.1.4 (Linux/Unix; Windows not affected). CVE-2026-10535, CWE-121, has a base CVSS v...

8.4CVSS6.1AI score0.00113EPSS
SaveExploits0References1Affected Software1
EUVD
EUVD
added 2026/07/30 4:55 p.m.19 views

EUVD-2026-51250

IBM Db2 11.5.0 through 11.5.9, and 12.1.0 through 12.1.4 is vulnerable to buffer overflow in setgid helper db2flacc...

8.4CVSS6.1AI score0.00113EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/07/30 10:51 a.m.11 views

CVE-2026-52791

A flaw was found in fuse-overlayfs, a component used for rootless containers. This vulnerability allows a low-privileged process to retain SUID Set User ID and SGID Set Group ID permissions on files after they are truncated or opened with the OTRUNC flag. This can enable a local attacker to...

4.7CVSS5.8AI score0.00102EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/07/30 12:00 a.m.29 views

PT-2026-66534

IBM Db2 11.5.0 through 11.5.9, and 12.1.0 through 12.1.4 is vulnerable to buffer overflow in setgid helper db2flacc...

8.4CVSS6.1AI score0.00113EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/29 5:16 p.m.13 views

CVE-2026-52791

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...

2CVSS0.00102EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/14 8:07 p.m.141 views

CVE-2026-53486

The CVE affects the Node.js decompress package used for archive extraction. Before versions 10.2.1 and 11.1.3, crafted archives could read or write files outside the target directory due to: hardlink and symlink entries being created without proper target checks; path containment validated by a s...

9.1CVSS6.1AI score0.00749EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/14 8:07 p.m.20 views

CVE-2026-53486 decompress: Archive extraction can create files and links outside the target directory

The decompress package for Node.js extracts archives. Prior to 10.2.1 and 11.1.3, archive extraction can create files and links outside the target directory. When extracting an archive to a directory, a crafted archive can read or write files outside that directory because hardlink and symlink...

9.1CVSS6.1AI score
SaveExploits0References9
OSV
OSV
added 2026/07/06 8:27 p.m.11 views

GHSA-MP2F-45PM-3CG9 Decompress: Archive extraction can create files and links outside of the target directory

Impact When extracting an archive to a directory, a crafted archive can read or write files outside that directory. The flaw is in the code that writes the parsed entries, so it affects every format decompress handles: tar, tar.gz, tar.bz2, and zip by default, plus any others added through the...

9.1CVSS6AI score0.00749EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/07/06 8:27 p.m.26 views

Decompress: Archive extraction can create files and links outside of the target directory

Impact When extracting an archive to a directory, a crafted archive can read or write files outside that directory. The flaw is in the code that writes the parsed entries, so it affects every format decompress handles: tar, tar.gz, tar.bz2, and zip by default, plus any others added through the...

9.8CVSS6AI score0.02116EPSS
SaveExploits1References5Affected Software2
Rows per page
Query Builder