CVE-2026-49360
Published:July 02, 2026
Updated:July 15, 2026
Impact Recce OSS server deployments that expose the server to an untrusted network without authentication are vulnerable to unauthenticated SQL execution through the query run API. When Recce is configured with a DuckDB-backed project, an attacker can use DuckDB filesystem primitives to read and write files accessible to the Recce server process. The impact depends on how Recce is deployed, but may include disclosure of local files, tampering with Recce/dbt artifacts, modification of browser-served static files leading to stored XSS, and modification of application files if those paths are writable. If Recce is run as root, file access occurs with root privileges inside that host or container. Patches This issue has been patched in Recce "v1.50.0". Users should upgrade to Recce "v1.50.0" or later. The patch restricts unsafe file read/write behavior for DuckDB-backed query execution and hardens the affected query path. Other warehouse adapters have also been reviewed for similar exposure. Credits Thanks to Sitampan ("@hxcbtc" (https://x.com/hxcbtc)) for responsibly reporting this issue. Workarounds Users who cannot upgrade immediately should avoid exposing "recce server" to the public internet or any untrusted network. Recommended mitigations include enabling authentication or placing Recce behind an authenticated reverse proxy/VPN, running Recce as a non-root user, using a read-only application filesystem where possible, and ensuring that sensitive files or credentials are not available to the Recce process.
Affected Packages
https://github.com/DataRecce/recce.git (GITHUB):
Affected version(s) >=v0.1.0 <v1.50.0Fix Suggestion:
Update to version v1.50.0recce (PYTHON):
Affected version(s) >=0.1.0 <1.50.0Fix Suggestion:
Update to version 1.50.0Related Resources (6)
Do you need more information?
Contact UsCVSS v4
Base Score:
7.8
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
LOW
Vulnerable System Integrity
LOW
Vulnerable System Availability
LOW
Subsequent System Confidentiality
LOW
Subsequent System Integrity
HIGH
Subsequent System Availability
NONE
CVSS v3
Base Score:
8.3
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
CHANGED
Confidentiality
LOW
Integrity
LOW
Availability
LOW
Weakness Type (CWE)
External Control of File Name or Path