Lucene search
+L

93021 matches found

RedHat Linux
RedHat Linux
added 2026/07/20 7:32 p.m.17 views

pulpcore: pulpcore: relative_path_validator bypass via directory traversal in FilesystemExport

A path traversal vulnerability was found in pulpcore. The relativepathvalidator function only verifies that content paths do not begin with "/" but fails to block directory traversal sequences such as "../" anywhere in the path. An authenticated administrator can craft a relativepath containing...

9CVSS5.5AI score0.00759EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/07/20 7:15 p.m.17 views

Composer: Arbitrary file write outside vendor via malicious transitive package name

Summary A maliciously crafted package, published on an untrusted third party repository other than Packagist.org or Private Packagist, can cause Composer to write files outside the vendor/ directory and outside your project, with attacker-controlled content, during a normal install or update...

7CVSS5.9AI score0.00138EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2026/07/20 7:06 p.m.5 views

GHSA-9JJ8-V89V-XJVW changedetection.io is vulnerable to unauthenticated static path traversal

Summary The /static// route accepts group="..", which causes sendfromdirectory"static/..", filename to execute. This moves the base directory up to /app/changedetectionio, enabling unauthenticated local file read of application source files e.g., flaskapp.py. Severity is low information disclosur...

5.3CVSS5.5AI score0.0092EPSS
SaveExploits1References5
OSV
OSV
added 2026/07/20 6:01 p.m.9 views

RLSA-2026:41948 Important: javapackages-tools:201801 security update

The javapackages-tools packages provide macros and scripts to support Java packaging. Security Fixes: org.codehaus.plexus:plexus-utils: Plexus-utils: Directory Traversal in extractFile method CVE-2025-67030 For more details about the security issues, including the impact, a CVSS score,...

8.3CVSS5.3AI score0.00663EPSS
SaveExploits0References2
SUSE Linux
SUSE Linux
added 2026/07/20 5:56 p.m.16 views

Security update for sssd

This update for sssd fixes the following issues CVE-2026-14474: sudo LDAP provider searches entire directory tree for sudoRole objects by default, enabling privilege escalation bsc1270709. CVE-2026-14476: GPO cache path traversal via unsanitized gPCFileSysPath allows Kerberos authentication bypas...

8.8CVSS5.3AI score0.00669EPSS
SaveExploits0References10
NVD
NVD
added 2026/07/20 5:18 p.m.12 views

CVE-2026-58484

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
NVD
NVD
added 2026/07/20 5:18 p.m.19 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:17 p.m.13 views

CVE-2026-32820

dataCycle is a data management system for centrally storing, managing, searching, finding, and distributing data. In dataCycle-CORE, the module handling core processing and framework rules, before and including version 25.07.3, the documentation and static markdown renderer accepts...

7.5CVSS0.00603EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/20 5:00 p.m.9 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.1CVSS5.6AI score
SaveExploits0References5
CVE
CVE
added 2026/07/20 5:00 p.m.21 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
Cvelist
Cvelist
added 2026/07/20 4:30 p.m.45 views

CVE-2026-58481 Network-AI: AgentRuntime sandbox path-prefix checks allow file access outside the configured base directory

Network-AI is a TypeScript/Node.js multi-agent orchestrator. Prior to version 5.12.2, AgentRuntime promises scoped file access under a configured sandbox basePath, but its path containment checks use raw string prefix tests. A sandbox base such as /tmp/network-ai-sandbox also matches a sibling pa...

6.5CVSS0.00203EPSS
SaveExploits1References3
CVE
CVE
added 2026/07/20 4:26 p.m.23 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
OSV
OSV
added 2026/07/20 4:26 p.m.8 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
RedHat Linux
RedHat Linux
added 2026/07/20 4:17 p.m.11 views

pulpcore: pulpcore: relative_path_validator bypass via directory traversal in FilesystemExport

A path traversal vulnerability was found in pulpcore. The relativepathvalidator function only verifies that content paths do not begin with "/" but fails to block directory traversal sequences such as "../" anywhere in the path. An authenticated administrator can craft a relativepath containing...

9CVSS5.4AI score0.00759EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/20 4:17 p.m.11 views

CVE-2026-51026

Directory Traversal vulnerability in FileThingie v.2.5.7 allows a remote attacker to obtain sensitive information via a crafted request...

6.5CVSS0.00848EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/20 4:17 p.m.14 views

CVE-2026-46671

Rust OneNote File Parser is a parser for Microsoft OneNote files implemented in Rust. Prior to version 1.1.1, a maliciously crafted .onetoc2 table-of-contents file can cause Parser::parsenotebook to open arbitrary files on the host filesystem outside the notebook's directory. The parser reads ent...

4.4CVSS0.00154EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/20 4:17 p.m.12 views

CVE-2026-45711

Mailpit is an email testing tool and API for developers. Prior to version 1.30.0, the mailpit dump --http sub-command downloads every message from a remote Mailpit instance and writes each one as .eml inside the user-supplied output directory. The message ID field is taken verbatim from the JSON...

8.2CVSS0.00311EPSS
SaveExploits1References2
RedHat Linux
RedHat Linux
added 2026/07/20 4:12 p.m.15 views

pulpcore: pulpcore: relative_path_validator bypass via directory traversal in FilesystemExport

A path traversal vulnerability was found in pulpcore. The relativepathvalidator function only verifies that content paths do not begin with "/" but fails to block directory traversal sequences such as "../" anywhere in the path. An authenticated administrator can craft a relativepath containing...

9CVSS5.4AI score0.00759EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/07/20 4:05 p.m.13 views

Important: Red Hat Security Advisory: Satellite 6.16.11 Async Update

An update is now available for Red Hat Satellite 6.16 for RHEL 8 and RHEL 9. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability...

9.6CVSS5.6AI score0.00813EPSS
SaveExploits0References5
Rows per page
Query Builder