Lucene search
+L

15302 matches found

Vulnrichment
Vulnrichment
added 2026/07/21 3:39 p.m.8 views

CVE-2026-64824 Home Assistant Core < 2026.7.0 Symlink Path Traversal RCE via backup-restore

Home Assistant Core before 2026.7.0 contains a path traversal vulnerability in the backup-restore function that allows attackers to write files to arbitrary absolute filesystem paths by supplying a crafted tar archive with a SYMTYPE entry containing a benign member name paired with an absolute...

9.3CVSS6.5AI score0.00797EPSS
SaveExploits1References4
EUVD
EUVD
added 2026/07/21 3:39 p.m.12 views

EUVD-2026-46300

Home Assistant Core before 2026.7.0 contains a path traversal vulnerability in the backup-restore function that allows attackers to write files to arbitrary absolute filesystem paths by supplying a crafted tar archive with a SYMTYPE entry containing a benign member name paired with an absolute...

9.3CVSS6.5AI score0.00797EPSS
SaveExploits1References4
ATTACKERKB
ATTACKERKB
added 2026/07/21 3:39 p.m.23 views

CVE-2026-64824

Home Assistant Core before 2026.7.0 contains a path traversal vulnerability in the backup-restore function that allows attackers to write files to arbitrary absolute filesystem paths by supplying a crafted tar archive with a SYMTYPE entry containing a benign member name paired with an absolute...

9.3CVSS6.5AI score0.00797EPSS
SaveExploits1References5
CVE
CVE
added 2026/07/21 3:39 p.m.53 views

CVE-2026-64824

CVE-2026-64824 affects Home Assistant Core prior to 2026.6.0. A path-traversal flaw exists in the backup-restore function that can write files to arbitrary absolute filesystem paths via a crafted tar archive using a SYMTYPE entry with a benign member name and an absolute linkname outside the extr...

9.3CVSS6.5AI score0.00797EPSS
SaveExploits1References5
OSV
OSV
added 2026/07/21 3:39 p.m.12 views

CVE-2026-64824 Home Assistant Core < 2026.7.0 Symlink Path Traversal RCE via backup-restore

Home Assistant Core before 2026.7.0 contains a path traversal vulnerability in the backup-restore function that allows attackers to write files to arbitrary absolute filesystem paths by supplying a crafted tar archive with a SYMTYPE entry containing a benign member name paired with an absolute...

9.3CVSS6.5AI score0.00573EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/21 2:15 p.m.36 views

CVE-2026-16448

The CVE-2026-16448 entry applies to D-Link DNS-series devices (e.g., DNS-120, DNS-320/325/327L, DNS-1550-04, etc.) up to 20260205. The affected element is function cgi_check_rsync_rw in /cgi-bin/remote_backup.cgi. Manipulating the ip argument results in a remote command injection, enabling remote...

6.5CVSS6.3AI score0.01055EPSS
SaveExploits0References6
NVD
NVD
added 2026/07/20 5:18 p.m.22 views

CVE-2026-58413

Network-AI is a TypeScript/Node.js multi-agent orchestrator. Prior to version 5.12.2, EnvironmentManager.restoreenv, backupId computes the backup path with joinenvDir, '.backups', backupId and only checks that this path exists. It does not resolve the result or verify that it remains under...

6.1CVSS0.00203EPSS
SaveExploits1References3
NVD
NVD
added 2026/07/20 5:18 p.m.19 views

CVE-2026-58414

Network-AI is a TypeScript/Node.js multi-agent orchestrator. Prior to version 5.12.2, EnvironmentManager.backup recursively collects files using collectBackupFiles. collectBackupFiles uses statSyncfull, which follows symlinks. If data/ contains a symlink to a directory outside the environment roo...

5.5CVSS0.00203EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2026/07/20 5:00 p.m.41 views

CVE-2026-58484 Network-AI: Poisoned environment backup manifest allows arbitrary recursive deletion during backup pruning

Network-AI is a TypeScript/Node.js multi-agent orchestrator. Prior to version 5.12.2, EnvironmentManager.listBackups reads each backup's manifest.json and trusts the manifest's path field. EnvironmentManager.pruneBackups later passes that trusted entry.path directly to rmSyncentry.path, recursive...

7.1CVSS0.00207EPSS
SaveExploits1References3
CVE
CVE
added 2026/07/20 5:00 p.m.29 views

CVE-2026-58484

Network-AI is a TypeScript/Node.js multi-agent orchestrator. Prior to v5.12.2, EnvironmentManager.listBackups() reads each backup’s _manifest.json and trusts the manifest’s path field; pruneBackups() then passes that path to rmSync(), enabling an attacker who can modify a manifest under data//.ba...

7.1CVSS5.7AI score0.00207EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2026/07/20 4:28 p.m.12 views

CVE-2026-58414 Network-AI: EnvironmentManager.backup() follows symlinked directories and copies files outside the environment root into backups

Network-AI is a TypeScript/Node.js multi-agent orchestrator. Prior to version 5.12.2, EnvironmentManager.backup recursively collects files using collectBackupFiles. collectBackupFiles uses statSyncfull, which follows symlinks. If data/ contains a symlink to a directory outside the environment roo...

5.5CVSS5.3AI score
SaveExploits0References5
CVE
CVE
added 2026/07/20 4:28 p.m.27 views

CVE-2026-58414

Network-AI is a TypeScript/Node.js multi-agent orchestrator. Before v5.12.2, EnvironmentManager.backup() recursively collected files via _collectBackupFiles(), which used statSync and followed symlinks. If data/ contained a symlink to a directory outside the environment root, backup recursion cou...

5.5CVSS5.3AI score0.00203EPSS
SaveExploits1References3Affected Software1
Cvelist
Cvelist
added 2026/07/20 4:28 p.m.44 views

CVE-2026-58414 Network-AI: EnvironmentManager.backup() follows symlinked directories and copies files outside the environment root into backups

Network-AI is a TypeScript/Node.js multi-agent orchestrator. Prior to version 5.12.2, EnvironmentManager.backup recursively collects files using collectBackupFiles. collectBackupFiles uses statSyncfull, which follows symlinks. If data/ contains a symlink to a directory outside the environment roo...

5.5CVSS0.00203EPSS
SaveExploits1References3
CVE
CVE
added 2026/07/20 4:26 p.m.29 views

CVE-2026-58413

CVE-2026-58413 affects Network-AI (TypeScript/Node.js) where, before v5.12.2, EnvironmentManager.restore(env, backupId) builds a backup path with join(envDir, '.backups', backupId) and only checks that this path exists. This allowed path traversal like ../../../outside/source-dir to copy files fr...

6.1CVSS5.6AI score0.00203EPSS
SaveExploits1References3Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/07/20 4:26 p.m.8 views

CVE-2026-58413

Network-AI is a TypeScript/Node.js multi-agent orchestrator. Prior to version 5.12.2, EnvironmentManager.restoreenv, backupId computes the backup path with joinenvDir, '.backups', backupId and only checks that this path exists. It does not resolve the result or verify that it remains under...

6.1CVSS5.5AI score0.00203EPSS
SaveExploits1References4Affected Software1
Cvelist
Cvelist
added 2026/07/20 4:26 p.m.44 views

CVE-2026-58413 EnvironmentManager.restore() backup ID path traversal copies arbitrary directories into environment data

Network-AI is a TypeScript/Node.js multi-agent orchestrator. Prior to version 5.12.2, EnvironmentManager.restoreenv, backupId computes the backup path with joinenvDir, '.backups', backupId and only checks that this path exists. It does not resolve the result or verify that it remains under...

6.1CVSS0.00203EPSS
SaveExploits1References3
OSV
OSV
added 2026/07/20 4:26 p.m.10 views

CVE-2026-58413 EnvironmentManager.restore() backup ID path traversal copies arbitrary directories into environment data

Network-AI is a TypeScript/Node.js multi-agent orchestrator. Prior to version 5.12.2, EnvironmentManager.restoreenv, backupId computes the backup path with joinenvDir, '.backups', backupId and only checks that this path exists. It does not resolve the result or verify that it remains under...

6.1CVSS5.5AI score
SaveExploits0References5
EUVD
EUVD
added 2026/07/20 6:00 a.m.15 views

EUVD-2026-45884

The All-in-One WP Migration and Backup WordPress plugin before 7.106 does not properly sanitise a user-supplied value before using it to build a file path, allowing unauthenticated attackers to create or append a log file in arbitrary locations outside its intended storage directory...

6.5CVSS5.5AI score0.01352EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2026/07/20 12:00 a.m.9 views

TencentOS Server 3: mariadb:10.11 (TSSA-2026:0658)

The version of Tencent Linux installed on the remote TencentOS Server 3 host is prior to tested version. It is, therefore, affected by multiple vulnerabilities as referenced in the TSSA-2026:0658 advisory. Package updates are available for TencentOS Server 3 that fix the following vulnerabilities...

10CVSS6.6AI score0.01582EPSS
SaveExploits0References9
EUVD
EUVD
added 2026/07/19 2:56 p.m.18 views

EUVD-2026-45561

In the Linux kernel, the following vulnerability has been resolved: bridge: Fix sleep in atomic context in sysfs path Since the start of the git history, brportstore always acquired the bridge lock. Back then this decision made sense: The bridge lock protects the STP state of the bridge and its...

5.4AI score0.00166EPSS
SaveExploits0References3
Rows per page
Query Builder