Lucene search
+L

13571 matches found

Debian CVE
Debian CVE
added 2026/05/26 12:0 a.m.15 views

CVE-2026-48693

FastNetMon Community Edition through 1.2.9 is vulnerable to a local symlink attack via predictable file paths in /tmp. The statistics file path defaults to '/tmp/fastnetmon.dat' src/fastnetmon.cpp line 159. The printscreencontentsintofile function src/fastnetmonlogic.cpp line 2186 opens this path...

5.5CVSS5.9AI score0.00127EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/05/26 12:0 a.m.47 views

CVE-2026-48693

FastNetMon Community Edition through 1.2.9 is vulnerable to a local symlink attack via predictable file paths in /tmp. The statistics file path defaults to '/tmp/fastnetmon.dat' src/fastnetmon.cpp line 159. The printscreencontentsintofile function src/fastnetmonlogic.cpp line 2186 opens this path...

0.00127EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/05/26 12:0 a.m.13 views

EUVD-2026-31899

FastNetMon Community Edition through 1.2.9 is vulnerable to a local symlink attack via predictable file paths in /tmp. The statistics file path defaults to '/tmp/fastnetmon.dat' src/fastnetmon.cpp line 159. The printscreencontentsintofile function src/fastnetmonlogic.cpp line 2186 opens this path...

5.5CVSS5.9AI score0.00127EPSS
SaveExploits0References4
OSV
OSV
added 2026/05/25 3:12 p.m.22 views

MAL-2026-4707 Malicious code in vue-compiler-sfc-plugin (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector c320320435358c109567ef3776ced079a2196b831b583b66c87323ddf402bae9 Package name and README impersonate the official @vue/compiler-sfc package; index.js merely re-exports it. The npm postinstall hook runs...

6.1AI score
SaveExploits0References2
OSSF Malicious Packages
OSSF Malicious Packages
added 2026/05/25 3:12 p.m.17 views

Malicious code in vue-compiler-sfc-plugin (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector c320320435358c109567ef3776ced079a2196b831b583b66c87323ddf402bae9 Package name and README impersonate the official @vue/compiler-sfc package; index.js merely re-exports it. The npm postinstall hook runs...

6.1AI score
SaveExploits0References2
SUSE Linux
SUSE Linux
added 2026/05/25 1:55 p.m.9 views

Security update for rsync

This update for rsync fixes the following issues CVE-2026-29518: Symlink-Race TOCTOU in Daemon bsc1264511. CVE-2026-43617: Authorization Bypass via Hostname Resolution bsc1264515. CVE-2026-43618: Integer Overflow Information Disclosure bsc1264512. CVE-2026-43620: Out-of-Bounds Array Read via...

9.8CVSS7AI score0.72059EPSS
SaveExploits9References52
OSV
OSV
added 2026/05/25 7:41 a.m.14 views

CLSA-2026-1779694887 rsync: Fix of CVE-2026-29518

CVE-2026-29518: fix daemon-no-chroot TOCTOU symlink race by tracking per-module chroot in amchrooted, routing sender read-path, receiver basis-file open, mkstemp, and inplace write through securerelativeopen / securemkstemp...

7.8CVSS5.8AI score0.00152EPSS
SaveExploits0References1
OSV
OSV
added 2026/05/25 7:38 a.m.10 views

CLSA-2026-1779694727 Fix CVE(s): CVE-2026-29518

SECURITY UPDATE: daemon-no-chroot TOCTOU symlink race - debian/patches/CVE-2026-29518.patch: track per-module chroot in amchrooted and usesecuresymlinks; route the sender's read-path open, the receiver's basis-file open, mkstemp, and inplace write through securerelativeopen / securemkstemp -...

7.8CVSS5.8AI score0.00152EPSS
SaveExploits0References1
OSV
OSV
added 2026/05/25 7:34 a.m.19 views

CLSA-2026-1779694460 Fix CVE(s): CVE-2026-29518

SECURITY UPDATE: daemon-no-chroot TOCTOU symlink race - debian/patches/CVE-2026-29518.patch: track per-module chroot in amchrooted and usesecuresymlinks; route the sender's read-path open, the receiver's basis-file open, mkstemp, and inplace write through securerelativeopen / securemkstemp -...

7.8CVSS5.8AI score0.00152EPSS
SaveExploits0References1
OSV
OSV
added 2026/05/25 7:32 a.m.10 views

CLSA-2026-1779694338 rsync: Fix of CVE-2026-29518

CVE-2026-29518: fix daemon-no-chroot sender TOCTOU symlink race by opening source files via securerelativeopen from module root...

7.8CVSS5.8AI score0.00152EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/05/22 1:11 p.m.14 views

CVE-2026-29518

A flaw was found in rsync. An rsync daemon configured with "use chroot = no" is exposed to a time-of-check / time-of-use race on parent path components. A local attacker with write access to a module can replace a parent directory component with a symlink between the receiver's check and its open...

7.8CVSS5.7AI score0.00152EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/05/22 1:6 p.m.20 views

CVE-2026-43619

A flaw was found in rsync. A local attacker with filesystem access on the daemon host can exploit a symlink race vulnerability CWE-367 Time-of-check to time-of-use in rsync daemons configured with 'use chroot = no'. This allows the attacker to redirect path-based system calls, such as chmod,...

7.2CVSS5.7AI score0.00136EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/05/22 1:6 p.m.15 views

CVE-2026-43617

A flaw was found in rsync. When an rsync daemon is configured with "daemon chroot = /X" and uses hostname-based access control lists ACLs, and the chrooted directory /X lacks necessary DNS resolution files, a remote attacker can bypass hostname-based deny rules. This occurs because the daemon...

6.3CVSS5.8AI score0.00282EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/05/22 1:6 p.m.17 views

CVE-2026-43618

A flaw was found in rsync. An authenticated daemon peer can exploit an integer overflow vulnerability in the compressed-token decoder. By carefully manipulating the compressed-token, a malicious sender can trigger an overflow, leading to remote memory disclosure. This allows an attacker to leak...

8.1CVSS5.8AI score0.0078EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/05/22 2:20 a.m.17 views

SUSE CVE-2026-29518

Rsync versions before 3.4.3 contain a time-of-check to time-of-use TOCTOU race condition in daemon file handling that allows attackers to redirect file writes outside intended directories by replacing parent directory components with symbolic links. Attackers with write access to a module path ca...

7CVSS5.9AI score0.00152EPSS
SaveExploits0References17
RedHat Linux
RedHat Linux
added 2026/05/21 9:26 p.m.6 views

bind: BIND: Denial of Service via specially crafted DNS messages

A flaw was found in the bind component, specifically within the named daemon. This vulnerability allows a remote attacker to send specially crafted Domain Name System DNS messages. These messages, which use unusual classes or meta-classes, can trigger assertion failures in the named daemon when...

7.5CVSS6.9AI score0.01874EPSS
SaveExploits0References4
OSV
OSV
added 2026/05/21 8:20 p.m.18 views

GHSA-C5FP-P67M-GQ56 Snappy : SSRF and local file read via the xsl-style-sheet option

Impact It impacts applications where: - the PHP daemon run with root permissions ; - the application is either running outside a container or has sensitive file access ; It could happens with this kind of workflows: php $stylesheet = $GET'stylesheet'; // = ‘file:///etc/passwd’ $pdf = new...

6.9CVSS5.8AI score0.00422EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/05/21 1:31 p.m.11 views

CVE-2026-44050

A flaw was found in Netatalk. A heap buffer overflow vulnerability exists within the commrcv function of the cnid daemon. This flaw could allow a remote attacker with low privileges to execute arbitrary code on the affected system. Successful exploitation can lead to a complete compromise of the...

9.9CVSS6.4AI score0.00418EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/05/21 9:8 a.m.14 views

CVE-2026-45252 Heap overflow in FUSE_LISTXATTR

When a fusefs file system implements extended attributes, the kernel may send a FUSELISTXATTR message to the userspace daemon to retrieve the list of extended attributes for a given file. The FUSE protocol requires the daemon to return a packed list of NUL-terminated strings. The fusefs kernel...

5.8AI score0.00284EPSS
SaveExploits0References1
NVD
NVD
added 2026/05/21 8:16 a.m.20 views

CVE-2026-44050

A heap-based buffer overflow in the CNID daemon commrcv function in Netatalk 2.0.0 through 4.4.2 allows a remote authenticated attacker to execute arbitrary code with escalated privileges or cause a denial of service...

9.9CVSS0.00418EPSS
SaveExploits0References1
Rows per page
Query Builder