Lucene search
+L

15968 matches found

OSV
OSV
•added 2026/04/02 6:09 p.m.•15 views

CVE-2026-34730 Copier `_external_data` allows path traversal and absolute-path local file read without unsafe mode

Copier is a library and CLI app for rendering project templates. Prior to version 9.14.1, Copier's externaldata feature allows a template to load YAML files using template-controlled paths. If untrusted templates are in scope, a malicious template can read attacker-chosen YAML-parseable local fil...

5.5CVSS5.9AI score
SaveExploits0References5
Vulnrichment
Vulnrichment
•added 2026/04/02 6:09 p.m.•5 views

CVE-2026-34730 Copier `_external_data` allows path traversal and absolute-path local file read without unsafe mode

Copier is a library and CLI app for rendering project templates. Prior to version 9.14.1, Copier's externaldata feature allows a template to load YAML files using template-controlled paths. If untrusted templates are in scope, a malicious template can read attacker-chosen YAML-parseable local fil...

5.5CVSS5.8AI score0.00206EPSS
SaveExploits1References3
attackerkb
attackerkb
•added 2026/04/02 6:09 p.m.•5 views

CVE-2026-34730

Copier is a library and CLI app for rendering project templates. Prior to version 9.14.1, Copier's externaldata feature allows a template to load YAML files using template-controlled paths. If untrusted templates are in scope, a malicious template can read attacker-chosen YAML-parseable local fil...

5.5CVSS5.8AI score0.00206EPSS
SaveExploits1References4Affected Software1
OSV
OSV
•added 2026/04/02 4:47 p.m.•15 views

CVE-2026-34830 Rack: Rack::Sendfile regex injection via HTTP_X_ACCEL_MAPPING header allows arbitrary file reads through nginx

Rack is a modular Ruby web server interface. Prior to versions 2.2.23, 3.1.21, and 3.2.6, Rack::Sendfilemapaccelpath interpolates the value of the X-Accel-Mapping request header directly into a regular expression when rewriting file paths for X-Accel-Redirect. Because the header value is not...

5.9CVSS7AI score
SaveExploits0References3
RedHat Linux
RedHat Linux
•added 2026/04/02 8:24 a.m.•17 views

nodejs: Nodejs file permissions bypass

A flaw in Node.js’s Permissions model allows attackers to bypass --allow-fs-read and --allow-fs-write restrictions using crafted relative symlink paths. By chaining directories and symlinks, a script granted access only to the current directory can escape the allowed path and read sensitive files...

9.1CVSS7.1AI score0.01723EPSS
SaveExploits2References5
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/04/02 12:00 a.m.•0 views

CVE-2026-34730: Improper Limitation of a Pathname to a Restricted Directory

Copier is a library and CLI app for rendering project templates. Prior to version 9.14.1, Copier's externaldata feature allows a template to load YAML files using template-controlled paths. If untrusted templates are in scope, a malicious template can read attacker-chosen YAML-parseable local fil...

5.5CVSS5.7AI score0.00206EPSS
SaveExploits1References5
Tenable Nessus
Tenable Nessus
•added 2026/04/02 12:00 a.m.•8 views

Zabbix 7.4.x < 7.4.3 Arbitrary File Read (ZBX-27282)

The version of Zabbix Server installed on the remote host is affected by a vulnerability. An authenticated Zabbix Super Admin can exploit the oauth.authorize action to read arbitrary files from the webserver leading to potential confidentiality loss. Note that Nessus has not tested for this issue...

6.8CVSS6.1AI score0.00287EPSS
SaveExploits0References2
OSV
OSV
•added 2026/04/01 11:40 p.m.•22 views

GHSA-Q56X-G2FJ-4RJ6 ONNX: TOCTOU arbitrary file read/write in save_external_dat

Summary The saveexternaldata method seems to include multiple issues introducing a local TOCTOU vulnerability, an arbitrary file read/write on any system. It potentially includes a path validation bypass on Windows systems. Regarding the TOCTOU, an attacker seems to be able to overwrite victim's...

7.1CVSS5.7AI score0.00159EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
•added 2026/04/01 9:26 p.m.•52 views

AIOHTTP affected by UNC SSRF/NTLMv2 Credential Theft/Local File Read in static resource handler on Windows

Summary On Windows the static resource handler may expose information about a NTLMv2 remote path. Impact If an application is running on Windows, and using aiohttp's static resource handler not recommended in production, then it may be possible for an attacker to extract the hash from an NTLMv2...

8.7CVSS5.9AI score0.00497EPSS
SaveExploits0References5Affected Software1
OSV
OSV
•added 2026/04/01 9:26 p.m.•23 views

GHSA-P998-JP59-783M AIOHTTP affected by UNC SSRF/NTLMv2 Credential Theft/Local File Read in static resource handler on Windows

Summary On Windows the static resource handler may expose information about a NTLMv2 remote path. Impact If an application is running on Windows, and using aiohttp's static resource handler not recommended in production, then it may be possible for an attacker to extract the hash from an NTLMv2...

8.7CVSS5.9AI score0.00497EPSS
SaveExploits0References5
OSV
OSV
•added 2026/04/01 9:14 p.m.•21 views

GHSA-P433-9WV8-28XJ ONNX: External Data Symlink Traversal

Summary - Issue: Symlink traversal in external data loading allows reading files outside the model directory. - Affected code: onnx/onnx/checker.cc: resolveexternaldatalocation used via Python onnx.externaldatahelper.loadexternaldataformodel. - Impact: Arbitrary file read confidentiality breach...

5.5CVSS5.8AI score0.00191EPSS
SaveExploits1References4
Snyk
Snyk
•added 2026/04/01 9:14 p.m.•8 views

UNIX Symbolic Link (Symlink) Following

Overview onnx is an Open Neural Network Exchange Affected versions of this package are vulnerable to UNIX Symbolic Link Symlink Following in the resolveexternaldatalocation function. An attacker can access arbitrary files outside the intended directory by supplying a symlink within the model...

6.7CVSS6AI score0.00191EPSS
SaveExploits1References3
Github Security Blog
Github Security Blog
•added 2026/04/01 9:13 p.m.•26 views

ONNX: Arbitrary File Read via ExternalData Hardlink Bypass in ONNX load

Summary The issue is in onnx.load — the code checks for symlinks to prevent path traversal, but completely misses hardlinks, which is the problem, since a hardlink looks exactly like a regular file on the filesystem. The Real Problem The validator in onnx/checker.cc only calls issymlink and never...

5.5CVSS5.9AI score0.00171EPSS
SaveExploits0References4Affected Software1
OSV
OSV
•added 2026/04/01 8:10 p.m.•17 views

CVE-2026-34515 AIOHTTP: UNC SSRF/NTLMv2 Credential Theft/Local File Read in static resource handler on Windows

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to version 3.13.4, on Windows the static resource handler may expose information about a NTLMv2 remote path. This issue has been patched in version 3.13.4...

8.7CVSS6AI score
SaveExploits0References5
Cvelist
Cvelist
•added 2026/04/01 8:10 p.m.•30 views

CVE-2026-34515 AIOHTTP: UNC SSRF/NTLMv2 Credential Theft/Local File Read in static resource handler on Windows

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to version 3.13.4, on Windows the static resource handler may expose information about a NTLMv2 remote path. This issue has been patched in version 3.13.4...

8.7CVSS0.00497EPSS
SaveExploits0References3
NVD
NVD
•added 2026/04/01 7:16 p.m.•25 views

CVE-2026-35000

ChangeDetection.io versions prior to 0.54.7 contain a protection bypass vulnerability in the SafeXPath3Parser implementation that allows attackers to read arbitrary local files by using unblocked XPath 3.0/3.1 functions such as json-doc and similar file-access primitives. Attackers can exploit th...

7.1CVSS0.0047EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
•added 2026/04/01 6:50 p.m.•10 views

CVE-2026-27489

A flaw was found in Open Neural Network Exchange ONNX, an open standard for machine learning interoperability. This path traversal vulnerability, exploitable via a symbolic link symlink, allows an attacker to read arbitrary files located outside of the intended model or user-provided directories...

8.7CVSS5.9AI score0.00616EPSS
SaveExploits1References5
CVE
CVE
•added 2026/04/01 6:09 p.m.•35 views

CVE-2026-35000

ChangeDetection.io before version 0.54.7 contains a bypass in the SafeXPath3Parser that can read local files by using unblocked XPath 3.0/3.1 functions (e.g., json-doc()) due to an incomplete blocklist. Affected software is ChangeDetection.io; attackers could access sensitive data from the local ...

7.1CVSS6AI score0.0047EPSS
SaveExploits0References3Affected Software1
attackerkb
attackerkb
•added 2026/04/01 6:09 p.m.•10 views

CVE-2026-35000

ChangeDetection.io versions prior to 0.54.7 contain a protection bypass vulnerability in the SafeXPath3Parser implementation that allows attackers to read arbitrary local files by using unblocked XPath 3.0/3.1 functions such as json-doc and similar file-access primitives. Attackers can exploit th...

7.1CVSS6AI score0.0047EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
•added 2026/04/01 6:09 p.m.•6 views

CVE-2026-35000 ChangeDetection.io < 0.54.7 SafeXPath3Parser Bypass Arbitrary File Read

ChangeDetection.io versions prior to 0.54.7 contain a protection bypass vulnerability in the SafeXPath3Parser implementation that allows attackers to read arbitrary local files by using unblocked XPath 3.0/3.1 functions such as json-doc and similar file-access primitives. Attackers can exploit th...

7.1CVSS6AI score0.0047EPSS
SaveExploits0References3
Rows per page
Query Builder