Information Exposure Affecting duckdb/duckdb package, versions [0,]
Threat Intelligence
Exploit Maturity
Proof of concept
EPSS
0.06% (30th
percentile)
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-UNMANAGED-DUCKDBDUCKDB-7558566
- published 25 Jul 2024
- disclosed 24 Jul 2024
- credit Zac Farrell
Introduced: 24 Jul 2024
CVE-2024-41672 Open this link in a new tabHow to fix?
A fix was pushed into the master
branch but not yet published.
Overview
Affected versions of this package are vulnerable to Information Exposure through the sniff_csv
function. An attacker can access filesystem data even when configurations explicitly disable such access by exploiting the function's unintended behavior to read files.
PoC
SET enable_external_access=false; SET lock_configuration=true;
SELECT Columns FROM sniff_csv('/proc/self/environ');