Lucene search
+L

116186 matches found

CVE
CVE
added 2026/08/25 3:16 p.m.23 views

CVE-2026-79676

NLTK versions before 3.10.3 are affected by a path traversal vulnerability in its corpus readers. The root cause is that these readers reopen root-derived paths using the built-in open() instead of nltk.pathsec.open(), which fails to resolve symlinks confined to a trusted root. An attacker who ca...

8.2CVSS5.3AI score0.00307EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2026/08/25 3:16 p.m.8 views

CVE-2026-79676

NLTK versions before 3.10.3 contain a path traversal vulnerability in corpus readers that reopen root-derived paths using built-in open instead of nltk.pathsec.open, allowing symlinks to escape trusted roots. Attackers who stage symlinked corpus files under a trusted data root can disclose...

8.2CVSS5.4AI score0.00307EPSS
SaveExploits0
CVE
CVE
added 2026/08/25 3:16 p.m.20 views

CVE-2026-79674

NLTK (Natural Language Toolkit) versions before 3.10.3 contain a path sandbox bypass vulnerability in corpus-reader constructors. Attackers can supply arbitrary corpus root paths to LinThesaurusCorpusReader and PanLexLiteCorpusReader , allowing them to read filesystem content and SQLite databases...

8.8CVSS5.5AI score0.00226EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2026/08/25 3:16 p.m.31 views

CVE-2026-79674 NLTK 3.10.2 Path Traversal via corpus-reader constructors

NLTK versions before 3.10.3 contain a path sandbox bypass vulnerability in corpus-reader constructors that allows attackers to read files outside the intended data root. Attackers can supply arbitrary corpus root paths to LinThesaurusCorpusReader and PanLexLiteCorpusReader constructors to access...

8.8CVSS0.00226EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/25 3:16 p.m.6 views

EUVD-2026-65524

NLTK versions before 3.10.3 contain a path sandbox bypass vulnerability in corpus-reader constructors that allows attackers to read files outside the intended data root. Attackers can supply arbitrary corpus root paths to LinThesaurusCorpusReader and PanLexLiteCorpusReader constructors to access...

8.8CVSS5.5AI score0.00226EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/25 3:16 p.m.5 views

CVE-2026-79674 NLTK 3.10.2 Path Traversal via corpus-reader constructors

NLTK versions before 3.10.3 contain a path sandbox bypass vulnerability in corpus-reader constructors that allows attackers to read files outside the intended data root. Attackers can supply arbitrary corpus root paths to LinThesaurusCorpusReader and PanLexLiteCorpusReader constructors to access...

8.8CVSS5.8AI score
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/08/25 3:16 p.m.7 views

CVE-2026-79674

NLTK versions before 3.10.3 contain a path sandbox bypass vulnerability in corpus-reader constructors that allows attackers to read files outside the intended data root. Attackers can supply arbitrary corpus root paths to LinThesaurusCorpusReader and PanLexLiteCorpusReader constructors to access...

8.8CVSS5.6AI score0.00226EPSS
SaveExploits0
Github Security Blog
Github Security Blog
added 2026/08/25 3:09 p.m.9 views

praisonaiagents vulnerable to arbitrary file write via unsanitized `user_id` in `FileMemory.__init__()` — path traversal to any writable location

Summary praisonaiagents/memory/filememory.py::FileMemory.init constructs all memory file paths by directly joining the userid parameter to a base path: python self.userpath = self.basepath / userid LINE 145 — no sanitization No validation or normalization is applied to userid before the path join...

7.1CVSS6AI score0.00321EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2026/08/25 3:09 p.m.26 views

CVE-2026-55527

CVE-2026-55527 is a path traversal vulnerability in PraisonAI (praisonaiagents), a multi-agent teams system. In versions prior to 1.6.58 , the FileMemory constructor (__init__()) joins an unsanitized user_id directly into self.user_path. An attacker supplying ../ sequences or path separators can ...

7.1CVSS5.6AI score0.00321EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/25 3:09 p.m.8 views

EUVD-2026-65520

PraisonAI is a multi-agent teams system. Prior to praisonaiagents 1.6.58, the FileMemory constructor joins unsanitized userid into self.userpath. A caller supplying ../ or path separators can escape the memory directory and write JSON data to arbitrary process-writable locations. The fix sanitize...

7.1CVSS5.6AI score0.00321EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/25 3:09 p.m.34 views

CVE-2026-55527 PraisonAI: Arbitrary file write via unsanitized `user_id` in `FileMemory.__init__()` — path traversal to any writable location

PraisonAI is a multi-agent teams system. Prior to praisonaiagents 1.6.58, the FileMemory constructor joins unsanitized userid into self.userpath. A caller supplying ../ or path separators can escape the memory directory and write JSON data to arbitrary process-writable locations. The fix sanitize...

7.1CVSS0.00321EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/25 3:00 p.m.7 views

GO-2026-6250 Trivy Plugin Manager has Path Traversal that Allows Arbitrary File Write in github.com/aquasecurity/trivy

Trivy Plugin Manager has Path Traversal that Allows Arbitrary File Write in github.com/aquasecurity/trivy...

6.8CVSS5.3AI score0.00151EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/25 3:00 p.m.4 views

GO-2026-6273 Atlantis Workspace Handling has Path Traversal that Allows Out-of-Bounds Directory Deletion/Creation in github.com/runatlantis/atlantis

Atlantis Workspace Handling has Path Traversal that Allows Out-of-Bounds Directory Deletion/Creation in github.com/runatlantis/atlantis...

8.1CVSS5.2AI score0.00523EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/08/25 2:54 p.m.6 views

PraisonAI: [Path Traversal] agent tools escape the configured workspace via symlinks

Summary PraisonAI's praisonai.code tool wrappers exported as CODETOOLS for agents expose a workspace setting that the module itself treats as a path-traversal security boundary — readfile, writefile, applydiff, and searchreplace explicitly call ispathwithindirectory and return "… is outside the...

7.1CVSS5.6AI score0.00272EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/08/25 2:54 p.m.6 views

CVE-2026-55540 PraisonAI: [Path Traversal] agent tools escape the configured workspace via symlinks

PraisonAI is a multi-agent teams system. Prior to praisonai 4.6.51, ispathwithindirectory uses os.path.abspath rather than os.path.realpath for the workspace boundary. A symlink inside workspace can point outside and still pass the check, allowing readfile and other code tools to access files...

7.1CVSS5.5AI score
SaveExploits0References5
CVE
CVE
added 2026/08/25 2:54 p.m.21 views

CVE-2026-55540

CVE-2026-55540 is a path traversal vulnerability in PraisonAI , a multi-agent teams system. The function is_path_within_directory() relies on os.path.abspath() instead of os.path.realpath() to enforce the workspace boundary, so a symlink placed inside the workspace can resolve to a path outside i...

7.1CVSS5.3AI score0.00272EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/25 2:54 p.m.33 views

CVE-2026-55540 PraisonAI: [Path Traversal] agent tools escape the configured workspace via symlinks

PraisonAI is a multi-agent teams system. Prior to praisonai 4.6.51, ispathwithindirectory uses os.path.abspath rather than os.path.realpath for the workspace boundary. A symlink inside workspace can point outside and still pass the check, allowing readfile and other code tools to access files...

7.1CVSS0.00272EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/25 2:16 p.m.8 views

AZL-98211 CVE-2026-79655 affecting package sos 4.6.1-2

A flaw was found in sos clean, a utility within the sos package. This vulnerability allows a local attacker to perform arbitrary file creation or overwrite. By crafting a malicious tar archive, an attacker can exploit a path traversal issue during tar extraction, where symlink and hardlink target...

7.8CVSS5.9AI score0.00142EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/25 2:16 p.m.11 views

CVE-2026-79655

A flaw was found in sos clean, a utility within the sos package. This vulnerability allows a local attacker to perform arbitrary file creation or overwrite. By crafting a malicious tar archive, an attacker can exploit a path traversal issue during tar extraction, where symlink and hardlink target...

7.8CVSS0.00142EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/25 2:16 p.m.8 views

CVE-2026-79622

A weakness has been identified in dekdee adobe-xd-mcp 1.0.0. Impacted is an unknown function of the file src/parsers/xd-parser.ts of the component file-access-from-request Endpoint. Executing a manipulation of the argument outputFile/outputDir can lead to path traversal. It is possible to launch...

7.5CVSS0.00424EPSS
SaveExploits0References6
Rows per page
Query Builder