recce
The data-validation toolkit for enhanced dbt (data build tool) PR review
Activity
- Latest release
- 6d ago
- Total releases
- 207
- Cadence
- ~6 days
- Last 12 months
- 76
Reach
- Stars
- 478
Details
- License
- Apache-2.0
- First release
- Nov 15, 2023
| Version | Released | |
|---|---|---|
1.64.0
minor
| ||
1.63.0
minor
| ||
1.62.0
minor
| ||
1.61.0
minor
| ||
1.60.0
minor
| ||
1.59.0
minor
| ||
1.58.1
patch
| ||
1.58.0
minor
| ||
1.57.0
minor
| ||
1.56.0
minor
| ||
1.55.0
minor
| ||
1.54.1
patch
| ||
1.54.0
minor
| ||
1.53.1
patch
| ||
1.53.0
minor
| ||
1.52.0
minor
| ||
1.51.0
minor
| ||
1.50.1
patch
| ||
1.50.0
minor
| ||
1.49.0
minor
1 CVE
CVE-2026-49360
PYSEC-2026-3049
GHSA-rh62-j648-g5qc
Jul 13, 2026
Recce server has unauthenticated SQL execution that allows local file read/write through DuckDB
Medium
Network
Low
None
None
ImpactRecce 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. PatchesThis issue has been patched in Recce 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. CreditsThanks to Sitampan (@hxcbtc) for responsibly reporting this issue. WorkaroundsUsers who cannot upgrade immediately should avoid exposing 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 versions
0.1.0
0.1.0.dev0
0.1.0.dev1
0.1.0.dev2
0.10.0
0.11.0
0.12.0
0.12.1
0.12.2
0.13.0
0.13.1
0.14.0
+ 176 more Show less
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.2.0
0.20.0
0.20.1
0.21.0
0.21.1
0.22.0
0.22.1
0.22.2
0.22.3
0.23.0
0.23.1
0.24.0
0.25.1
0.25.2
0.26.0
0.27.0
0.28.0
0.29.0
0.3.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.38.1
0.38.2
0.38.3
0.39.0
0.4.0
0.40.0
0.41.0
0.41.1
0.42.0
0.42.1
0.43.0
0.44.0
0.44.1
0.44.2
0.44.3
0.45.0
0.46.0
0.47.0
0.48.0
0.49.0
0.5.0
0.50.0
0.51.0
0.51.1
0.51.2
0.51.3
0.52.0
0.52.1
0.53.0
0.54.0
0.55.0
0.56.0
0.56.1
0.57.0
0.57.1
0.58.0
0.58.1
0.59.0
0.6.0
0.6.1
0.60.0
0.61.0
0.7.0
0.8.0
0.8.1
0.8.2
0.9.0
1.0.0
1.0.1
1.1.0
1.1.1
1.10.0
1.11.0
1.11.1
1.11.2
1.11.3
1.12.0
1.12.1
1.13.0
1.14.0
1.15.0
1.15.1
1.16.0
1.17.0
1.17.1
1.18.0
1.19.0
1.19.1
1.19.2
1.2.0
1.20.0
1.21.0
1.21.1
1.21.2
1.22.0
1.23.0
1.23.1
1.24.0
1.24.1
1.24.2
1.24.3
1.24.4
1.25.0
1.26.0
1.26.1
1.27.0
1.27.1
1.28.0
1.28.1
1.28.2
1.28.3
1.28.4
1.29.0
1.3.0
1.3.0.20250508
1.3.0.20250511
1.3.0.20250512
1.3.0.20250513
1.30.0
1.30.1
1.30.2
1.31.0
1.32.0
1.33.0
1.33.1
1.34.0
1.34.1
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.40.0
1.40.1
1.40.2
1.41.0
1.42.0
1.43.0
1.43.1
1.43.2
1.43.3
1.44.0
1.44.1
1.45.0
1.46.0
1.46.1
1.46.2
1.46.3
1.47.0
1.47.1
1.48.0
1.49.0
1.5.0
1.5.1
1.6.0
1.7.0
1.7.1
1.8.0
1.9.0
1.9.1
1.9.2
Fixed in
1.50.0
References Updated Jul 13, 2026 · Source: OSV.dev | ||
1.48.0
minor
1 CVE
CVE-2026-49360
PYSEC-2026-3049
GHSA-rh62-j648-g5qc
Jul 13, 2026
Recce server has unauthenticated SQL execution that allows local file read/write through DuckDB
Medium
Network
Low
None
None
ImpactRecce 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. PatchesThis issue has been patched in Recce 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. CreditsThanks to Sitampan (@hxcbtc) for responsibly reporting this issue. WorkaroundsUsers who cannot upgrade immediately should avoid exposing 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 versions
0.1.0
0.1.0.dev0
0.1.0.dev1
0.1.0.dev2
0.10.0
0.11.0
0.12.0
0.12.1
0.12.2
0.13.0
0.13.1
0.14.0
+ 176 more Show less
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.2.0
0.20.0
0.20.1
0.21.0
0.21.1
0.22.0
0.22.1
0.22.2
0.22.3
0.23.0
0.23.1
0.24.0
0.25.1
0.25.2
0.26.0
0.27.0
0.28.0
0.29.0
0.3.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.38.1
0.38.2
0.38.3
0.39.0
0.4.0
0.40.0
0.41.0
0.41.1
0.42.0
0.42.1
0.43.0
0.44.0
0.44.1
0.44.2
0.44.3
0.45.0
0.46.0
0.47.0
0.48.0
0.49.0
0.5.0
0.50.0
0.51.0
0.51.1
0.51.2
0.51.3
0.52.0
0.52.1
0.53.0
0.54.0
0.55.0
0.56.0
0.56.1
0.57.0
0.57.1
0.58.0
0.58.1
0.59.0
0.6.0
0.6.1
0.60.0
0.61.0
0.7.0
0.8.0
0.8.1
0.8.2
0.9.0
1.0.0
1.0.1
1.1.0
1.1.1
1.10.0
1.11.0
1.11.1
1.11.2
1.11.3
1.12.0
1.12.1
1.13.0
1.14.0
1.15.0
1.15.1
1.16.0
1.17.0
1.17.1
1.18.0
1.19.0
1.19.1
1.19.2
1.2.0
1.20.0
1.21.0
1.21.1
1.21.2
1.22.0
1.23.0
1.23.1
1.24.0
1.24.1
1.24.2
1.24.3
1.24.4
1.25.0
1.26.0
1.26.1
1.27.0
1.27.1
1.28.0
1.28.1
1.28.2
1.28.3
1.28.4
1.29.0
1.3.0
1.3.0.20250508
1.3.0.20250511
1.3.0.20250512
1.3.0.20250513
1.30.0
1.30.1
1.30.2
1.31.0
1.32.0
1.33.0
1.33.1
1.34.0
1.34.1
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.40.0
1.40.1
1.40.2
1.41.0
1.42.0
1.43.0
1.43.1
1.43.2
1.43.3
1.44.0
1.44.1
1.45.0
1.46.0
1.46.1
1.46.2
1.46.3
1.47.0
1.47.1
1.48.0
1.49.0
1.5.0
1.5.1
1.6.0
1.7.0
1.7.1
1.8.0
1.9.0
1.9.1
1.9.2
Fixed in
1.50.0
References Updated Jul 13, 2026 · Source: OSV.dev | ||
1.47.1
patch
1 CVE
CVE-2026-49360
PYSEC-2026-3049
GHSA-rh62-j648-g5qc
Jul 13, 2026
Recce server has unauthenticated SQL execution that allows local file read/write through DuckDB
Medium
Network
Low
None
None
ImpactRecce 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. PatchesThis issue has been patched in Recce 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. CreditsThanks to Sitampan (@hxcbtc) for responsibly reporting this issue. WorkaroundsUsers who cannot upgrade immediately should avoid exposing 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 versions
0.1.0
0.1.0.dev0
0.1.0.dev1
0.1.0.dev2
0.10.0
0.11.0
0.12.0
0.12.1
0.12.2
0.13.0
0.13.1
0.14.0
+ 176 more Show less
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.2.0
0.20.0
0.20.1
0.21.0
0.21.1
0.22.0
0.22.1
0.22.2
0.22.3
0.23.0
0.23.1
0.24.0
0.25.1
0.25.2
0.26.0
0.27.0
0.28.0
0.29.0
0.3.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.38.1
0.38.2
0.38.3
0.39.0
0.4.0
0.40.0
0.41.0
0.41.1
0.42.0
0.42.1
0.43.0
0.44.0
0.44.1
0.44.2
0.44.3
0.45.0
0.46.0
0.47.0
0.48.0
0.49.0
0.5.0
0.50.0
0.51.0
0.51.1
0.51.2
0.51.3
0.52.0
0.52.1
0.53.0
0.54.0
0.55.0
0.56.0
0.56.1
0.57.0
0.57.1
0.58.0
0.58.1
0.59.0
0.6.0
0.6.1
0.60.0
0.61.0
0.7.0
0.8.0
0.8.1
0.8.2
0.9.0
1.0.0
1.0.1
1.1.0
1.1.1
1.10.0
1.11.0
1.11.1
1.11.2
1.11.3
1.12.0
1.12.1
1.13.0
1.14.0
1.15.0
1.15.1
1.16.0
1.17.0
1.17.1
1.18.0
1.19.0
1.19.1
1.19.2
1.2.0
1.20.0
1.21.0
1.21.1
1.21.2
1.22.0
1.23.0
1.23.1
1.24.0
1.24.1
1.24.2
1.24.3
1.24.4
1.25.0
1.26.0
1.26.1
1.27.0
1.27.1
1.28.0
1.28.1
1.28.2
1.28.3
1.28.4
1.29.0
1.3.0
1.3.0.20250508
1.3.0.20250511
1.3.0.20250512
1.3.0.20250513
1.30.0
1.30.1
1.30.2
1.31.0
1.32.0
1.33.0
1.33.1
1.34.0
1.34.1
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.40.0
1.40.1
1.40.2
1.41.0
1.42.0
1.43.0
1.43.1
1.43.2
1.43.3
1.44.0
1.44.1
1.45.0
1.46.0
1.46.1
1.46.2
1.46.3
1.47.0
1.47.1
1.48.0
1.49.0
1.5.0
1.5.1
1.6.0
1.7.0
1.7.1
1.8.0
1.9.0
1.9.1
1.9.2
Fixed in
1.50.0
References Updated Jul 13, 2026 · Source: OSV.dev | ||
1.47.0
minor
1 CVE
CVE-2026-49360
PYSEC-2026-3049
GHSA-rh62-j648-g5qc
Jul 13, 2026
Recce server has unauthenticated SQL execution that allows local file read/write through DuckDB
Medium
Network
Low
None
None
ImpactRecce 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. PatchesThis issue has been patched in Recce 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. CreditsThanks to Sitampan (@hxcbtc) for responsibly reporting this issue. WorkaroundsUsers who cannot upgrade immediately should avoid exposing 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 versions
0.1.0
0.1.0.dev0
0.1.0.dev1
0.1.0.dev2
0.10.0
0.11.0
0.12.0
0.12.1
0.12.2
0.13.0
0.13.1
0.14.0
+ 176 more Show less
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.2.0
0.20.0
0.20.1
0.21.0
0.21.1
0.22.0
0.22.1
0.22.2
0.22.3
0.23.0
0.23.1
0.24.0
0.25.1
0.25.2
0.26.0
0.27.0
0.28.0
0.29.0
0.3.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.38.1
0.38.2
0.38.3
0.39.0
0.4.0
0.40.0
0.41.0
0.41.1
0.42.0
0.42.1
0.43.0
0.44.0
0.44.1
0.44.2
0.44.3
0.45.0
0.46.0
0.47.0
0.48.0
0.49.0
0.5.0
0.50.0
0.51.0
0.51.1
0.51.2
0.51.3
0.52.0
0.52.1
0.53.0
0.54.0
0.55.0
0.56.0
0.56.1
0.57.0
0.57.1
0.58.0
0.58.1
0.59.0
0.6.0
0.6.1
0.60.0
0.61.0
0.7.0
0.8.0
0.8.1
0.8.2
0.9.0
1.0.0
1.0.1
1.1.0
1.1.1
1.10.0
1.11.0
1.11.1
1.11.2
1.11.3
1.12.0
1.12.1
1.13.0
1.14.0
1.15.0
1.15.1
1.16.0
1.17.0
1.17.1
1.18.0
1.19.0
1.19.1
1.19.2
1.2.0
1.20.0
1.21.0
1.21.1
1.21.2
1.22.0
1.23.0
1.23.1
1.24.0
1.24.1
1.24.2
1.24.3
1.24.4
1.25.0
1.26.0
1.26.1
1.27.0
1.27.1
1.28.0
1.28.1
1.28.2
1.28.3
1.28.4
1.29.0
1.3.0
1.3.0.20250508
1.3.0.20250511
1.3.0.20250512
1.3.0.20250513
1.30.0
1.30.1
1.30.2
1.31.0
1.32.0
1.33.0
1.33.1
1.34.0
1.34.1
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.40.0
1.40.1
1.40.2
1.41.0
1.42.0
1.43.0
1.43.1
1.43.2
1.43.3
1.44.0
1.44.1
1.45.0
1.46.0
1.46.1
1.46.2
1.46.3
1.47.0
1.47.1
1.48.0
1.49.0
1.5.0
1.5.1
1.6.0
1.7.0
1.7.1
1.8.0
1.9.0
1.9.1
1.9.2
Fixed in
1.50.0
References Updated Jul 13, 2026 · Source: OSV.dev | ||
1.46.3
patch
1 CVE
CVE-2026-49360
PYSEC-2026-3049
GHSA-rh62-j648-g5qc
Jul 13, 2026
Recce server has unauthenticated SQL execution that allows local file read/write through DuckDB
Medium
Network
Low
None
None
ImpactRecce 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. PatchesThis issue has been patched in Recce 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. CreditsThanks to Sitampan (@hxcbtc) for responsibly reporting this issue. WorkaroundsUsers who cannot upgrade immediately should avoid exposing 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 versions
0.1.0
0.1.0.dev0
0.1.0.dev1
0.1.0.dev2
0.10.0
0.11.0
0.12.0
0.12.1
0.12.2
0.13.0
0.13.1
0.14.0
+ 176 more Show less
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.2.0
0.20.0
0.20.1
0.21.0
0.21.1
0.22.0
0.22.1
0.22.2
0.22.3
0.23.0
0.23.1
0.24.0
0.25.1
0.25.2
0.26.0
0.27.0
0.28.0
0.29.0
0.3.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.38.1
0.38.2
0.38.3
0.39.0
0.4.0
0.40.0
0.41.0
0.41.1
0.42.0
0.42.1
0.43.0
0.44.0
0.44.1
0.44.2
0.44.3
0.45.0
0.46.0
0.47.0
0.48.0
0.49.0
0.5.0
0.50.0
0.51.0
0.51.1
0.51.2
0.51.3
0.52.0
0.52.1
0.53.0
0.54.0
0.55.0
0.56.0
0.56.1
0.57.0
0.57.1
0.58.0
0.58.1
0.59.0
0.6.0
0.6.1
0.60.0
0.61.0
0.7.0
0.8.0
0.8.1
0.8.2
0.9.0
1.0.0
1.0.1
1.1.0
1.1.1
1.10.0
1.11.0
1.11.1
1.11.2
1.11.3
1.12.0
1.12.1
1.13.0
1.14.0
1.15.0
1.15.1
1.16.0
1.17.0
1.17.1
1.18.0
1.19.0
1.19.1
1.19.2
1.2.0
1.20.0
1.21.0
1.21.1
1.21.2
1.22.0
1.23.0
1.23.1
1.24.0
1.24.1
1.24.2
1.24.3
1.24.4
1.25.0
1.26.0
1.26.1
1.27.0
1.27.1
1.28.0
1.28.1
1.28.2
1.28.3
1.28.4
1.29.0
1.3.0
1.3.0.20250508
1.3.0.20250511
1.3.0.20250512
1.3.0.20250513
1.30.0
1.30.1
1.30.2
1.31.0
1.32.0
1.33.0
1.33.1
1.34.0
1.34.1
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.40.0
1.40.1
1.40.2
1.41.0
1.42.0
1.43.0
1.43.1
1.43.2
1.43.3
1.44.0
1.44.1
1.45.0
1.46.0
1.46.1
1.46.2
1.46.3
1.47.0
1.47.1
1.48.0
1.49.0
1.5.0
1.5.1
1.6.0
1.7.0
1.7.1
1.8.0
1.9.0
1.9.1
1.9.2
Fixed in
1.50.0
References Updated Jul 13, 2026 · Source: OSV.dev | ||
1.46.2
patch
1 CVE
CVE-2026-49360
PYSEC-2026-3049
GHSA-rh62-j648-g5qc
Jul 13, 2026
Recce server has unauthenticated SQL execution that allows local file read/write through DuckDB
Medium
Network
Low
None
None
ImpactRecce 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. PatchesThis issue has been patched in Recce 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. CreditsThanks to Sitampan (@hxcbtc) for responsibly reporting this issue. WorkaroundsUsers who cannot upgrade immediately should avoid exposing 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 versions
0.1.0
0.1.0.dev0
0.1.0.dev1
0.1.0.dev2
0.10.0
0.11.0
0.12.0
0.12.1
0.12.2
0.13.0
0.13.1
0.14.0
+ 176 more Show less
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.2.0
0.20.0
0.20.1
0.21.0
0.21.1
0.22.0
0.22.1
0.22.2
0.22.3
0.23.0
0.23.1
0.24.0
0.25.1
0.25.2
0.26.0
0.27.0
0.28.0
0.29.0
0.3.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.38.1
0.38.2
0.38.3
0.39.0
0.4.0
0.40.0
0.41.0
0.41.1
0.42.0
0.42.1
0.43.0
0.44.0
0.44.1
0.44.2
0.44.3
0.45.0
0.46.0
0.47.0
0.48.0
0.49.0
0.5.0
0.50.0
0.51.0
0.51.1
0.51.2
0.51.3
0.52.0
0.52.1
0.53.0
0.54.0
0.55.0
0.56.0
0.56.1
0.57.0
0.57.1
0.58.0
0.58.1
0.59.0
0.6.0
0.6.1
0.60.0
0.61.0
0.7.0
0.8.0
0.8.1
0.8.2
0.9.0
1.0.0
1.0.1
1.1.0
1.1.1
1.10.0
1.11.0
1.11.1
1.11.2
1.11.3
1.12.0
1.12.1
1.13.0
1.14.0
1.15.0
1.15.1
1.16.0
1.17.0
1.17.1
1.18.0
1.19.0
1.19.1
1.19.2
1.2.0
1.20.0
1.21.0
1.21.1
1.21.2
1.22.0
1.23.0
1.23.1
1.24.0
1.24.1
1.24.2
1.24.3
1.24.4
1.25.0
1.26.0
1.26.1
1.27.0
1.27.1
1.28.0
1.28.1
1.28.2
1.28.3
1.28.4
1.29.0
1.3.0
1.3.0.20250508
1.3.0.20250511
1.3.0.20250512
1.3.0.20250513
1.30.0
1.30.1
1.30.2
1.31.0
1.32.0
1.33.0
1.33.1
1.34.0
1.34.1
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.40.0
1.40.1
1.40.2
1.41.0
1.42.0
1.43.0
1.43.1
1.43.2
1.43.3
1.44.0
1.44.1
1.45.0
1.46.0
1.46.1
1.46.2
1.46.3
1.47.0
1.47.1
1.48.0
1.49.0
1.5.0
1.5.1
1.6.0
1.7.0
1.7.1
1.8.0
1.9.0
1.9.1
1.9.2
Fixed in
1.50.0
References Updated Jul 13, 2026 · Source: OSV.dev | ||
1.46.1
patch
1 CVE
CVE-2026-49360
PYSEC-2026-3049
GHSA-rh62-j648-g5qc
Jul 13, 2026
Recce server has unauthenticated SQL execution that allows local file read/write through DuckDB
Medium
Network
Low
None
None
ImpactRecce 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. PatchesThis issue has been patched in Recce 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. CreditsThanks to Sitampan (@hxcbtc) for responsibly reporting this issue. WorkaroundsUsers who cannot upgrade immediately should avoid exposing 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 versions
0.1.0
0.1.0.dev0
0.1.0.dev1
0.1.0.dev2
0.10.0
0.11.0
0.12.0
0.12.1
0.12.2
0.13.0
0.13.1
0.14.0
+ 176 more Show less
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.2.0
0.20.0
0.20.1
0.21.0
0.21.1
0.22.0
0.22.1
0.22.2
0.22.3
0.23.0
0.23.1
0.24.0
0.25.1
0.25.2
0.26.0
0.27.0
0.28.0
0.29.0
0.3.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.38.1
0.38.2
0.38.3
0.39.0
0.4.0
0.40.0
0.41.0
0.41.1
0.42.0
0.42.1
0.43.0
0.44.0
0.44.1
0.44.2
0.44.3
0.45.0
0.46.0
0.47.0
0.48.0
0.49.0
0.5.0
0.50.0
0.51.0
0.51.1
0.51.2
0.51.3
0.52.0
0.52.1
0.53.0
0.54.0
0.55.0
0.56.0
0.56.1
0.57.0
0.57.1
0.58.0
0.58.1
0.59.0
0.6.0
0.6.1
0.60.0
0.61.0
0.7.0
0.8.0
0.8.1
0.8.2
0.9.0
1.0.0
1.0.1
1.1.0
1.1.1
1.10.0
1.11.0
1.11.1
1.11.2
1.11.3
1.12.0
1.12.1
1.13.0
1.14.0
1.15.0
1.15.1
1.16.0
1.17.0
1.17.1
1.18.0
1.19.0
1.19.1
1.19.2
1.2.0
1.20.0
1.21.0
1.21.1
1.21.2
1.22.0
1.23.0
1.23.1
1.24.0
1.24.1
1.24.2
1.24.3
1.24.4
1.25.0
1.26.0
1.26.1
1.27.0
1.27.1
1.28.0
1.28.1
1.28.2
1.28.3
1.28.4
1.29.0
1.3.0
1.3.0.20250508
1.3.0.20250511
1.3.0.20250512
1.3.0.20250513
1.30.0
1.30.1
1.30.2
1.31.0
1.32.0
1.33.0
1.33.1
1.34.0
1.34.1
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.40.0
1.40.1
1.40.2
1.41.0
1.42.0
1.43.0
1.43.1
1.43.2
1.43.3
1.44.0
1.44.1
1.45.0
1.46.0
1.46.1
1.46.2
1.46.3
1.47.0
1.47.1
1.48.0
1.49.0
1.5.0
1.5.1
1.6.0
1.7.0
1.7.1
1.8.0
1.9.0
1.9.1
1.9.2
Fixed in
1.50.0
References Updated Jul 13, 2026 · Source: OSV.dev | ||
1.46.0
minor
1 CVE
CVE-2026-49360
PYSEC-2026-3049
GHSA-rh62-j648-g5qc
Jul 13, 2026
Recce server has unauthenticated SQL execution that allows local file read/write through DuckDB
Medium
Network
Low
None
None
ImpactRecce 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. PatchesThis issue has been patched in Recce 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. CreditsThanks to Sitampan (@hxcbtc) for responsibly reporting this issue. WorkaroundsUsers who cannot upgrade immediately should avoid exposing 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 versions
0.1.0
0.1.0.dev0
0.1.0.dev1
0.1.0.dev2
0.10.0
0.11.0
0.12.0
0.12.1
0.12.2
0.13.0
0.13.1
0.14.0
+ 176 more Show less
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.2.0
0.20.0
0.20.1
0.21.0
0.21.1
0.22.0
0.22.1
0.22.2
0.22.3
0.23.0
0.23.1
0.24.0
0.25.1
0.25.2
0.26.0
0.27.0
0.28.0
0.29.0
0.3.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.38.1
0.38.2
0.38.3
0.39.0
0.4.0
0.40.0
0.41.0
0.41.1
0.42.0
0.42.1
0.43.0
0.44.0
0.44.1
0.44.2
0.44.3
0.45.0
0.46.0
0.47.0
0.48.0
0.49.0
0.5.0
0.50.0
0.51.0
0.51.1
0.51.2
0.51.3
0.52.0
0.52.1
0.53.0
0.54.0
0.55.0
0.56.0
0.56.1
0.57.0
0.57.1
0.58.0
0.58.1
0.59.0
0.6.0
0.6.1
0.60.0
0.61.0
0.7.0
0.8.0
0.8.1
0.8.2
0.9.0
1.0.0
1.0.1
1.1.0
1.1.1
1.10.0
1.11.0
1.11.1
1.11.2
1.11.3
1.12.0
1.12.1
1.13.0
1.14.0
1.15.0
1.15.1
1.16.0
1.17.0
1.17.1
1.18.0
1.19.0
1.19.1
1.19.2
1.2.0
1.20.0
1.21.0
1.21.1
1.21.2
1.22.0
1.23.0
1.23.1
1.24.0
1.24.1
1.24.2
1.24.3
1.24.4
1.25.0
1.26.0
1.26.1
1.27.0
1.27.1
1.28.0
1.28.1
1.28.2
1.28.3
1.28.4
1.29.0
1.3.0
1.3.0.20250508
1.3.0.20250511
1.3.0.20250512
1.3.0.20250513
1.30.0
1.30.1
1.30.2
1.31.0
1.32.0
1.33.0
1.33.1
1.34.0
1.34.1
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.40.0
1.40.1
1.40.2
1.41.0
1.42.0
1.43.0
1.43.1
1.43.2
1.43.3
1.44.0
1.44.1
1.45.0
1.46.0
1.46.1
1.46.2
1.46.3
1.47.0
1.47.1
1.48.0
1.49.0
1.5.0
1.5.1
1.6.0
1.7.0
1.7.1
1.8.0
1.9.0
1.9.1
1.9.2
Fixed in
1.50.0
References Updated Jul 13, 2026 · Source: OSV.dev | ||
1.45.0
minor
1 CVE
CVE-2026-49360
PYSEC-2026-3049
GHSA-rh62-j648-g5qc
Jul 13, 2026
Recce server has unauthenticated SQL execution that allows local file read/write through DuckDB
Medium
Network
Low
None
None
ImpactRecce 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. PatchesThis issue has been patched in Recce 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. CreditsThanks to Sitampan (@hxcbtc) for responsibly reporting this issue. WorkaroundsUsers who cannot upgrade immediately should avoid exposing 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 versions
0.1.0
0.1.0.dev0
0.1.0.dev1
0.1.0.dev2
0.10.0
0.11.0
0.12.0
0.12.1
0.12.2
0.13.0
0.13.1
0.14.0
+ 176 more Show less
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.2.0
0.20.0
0.20.1
0.21.0
0.21.1
0.22.0
0.22.1
0.22.2
0.22.3
0.23.0
0.23.1
0.24.0
0.25.1
0.25.2
0.26.0
0.27.0
0.28.0
0.29.0
0.3.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.38.1
0.38.2
0.38.3
0.39.0
0.4.0
0.40.0
0.41.0
0.41.1
0.42.0
0.42.1
0.43.0
0.44.0
0.44.1
0.44.2
0.44.3
0.45.0
0.46.0
0.47.0
0.48.0
0.49.0
0.5.0
0.50.0
0.51.0
0.51.1
0.51.2
0.51.3
0.52.0
0.52.1
0.53.0
0.54.0
0.55.0
0.56.0
0.56.1
0.57.0
0.57.1
0.58.0
0.58.1
0.59.0
0.6.0
0.6.1
0.60.0
0.61.0
0.7.0
0.8.0
0.8.1
0.8.2
0.9.0
1.0.0
1.0.1
1.1.0
1.1.1
1.10.0
1.11.0
1.11.1
1.11.2
1.11.3
1.12.0
1.12.1
1.13.0
1.14.0
1.15.0
1.15.1
1.16.0
1.17.0
1.17.1
1.18.0
1.19.0
1.19.1
1.19.2
1.2.0
1.20.0
1.21.0
1.21.1
1.21.2
1.22.0
1.23.0
1.23.1
1.24.0
1.24.1
1.24.2
1.24.3
1.24.4
1.25.0
1.26.0
1.26.1
1.27.0
1.27.1
1.28.0
1.28.1
1.28.2
1.28.3
1.28.4
1.29.0
1.3.0
1.3.0.20250508
1.3.0.20250511
1.3.0.20250512
1.3.0.20250513
1.30.0
1.30.1
1.30.2
1.31.0
1.32.0
1.33.0
1.33.1
1.34.0
1.34.1
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.40.0
1.40.1
1.40.2
1.41.0
1.42.0
1.43.0
1.43.1
1.43.2
1.43.3
1.44.0
1.44.1
1.45.0
1.46.0
1.46.1
1.46.2
1.46.3
1.47.0
1.47.1
1.48.0
1.49.0
1.5.0
1.5.1
1.6.0
1.7.0
1.7.1
1.8.0
1.9.0
1.9.1
1.9.2
Fixed in
1.50.0
References Updated Jul 13, 2026 · Source: OSV.dev | ||
1.44.1
patch
1 CVE
CVE-2026-49360
PYSEC-2026-3049
GHSA-rh62-j648-g5qc
Jul 13, 2026
Recce server has unauthenticated SQL execution that allows local file read/write through DuckDB
Medium
Network
Low
None
None
ImpactRecce 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. PatchesThis issue has been patched in Recce 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. CreditsThanks to Sitampan (@hxcbtc) for responsibly reporting this issue. WorkaroundsUsers who cannot upgrade immediately should avoid exposing 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 versions
0.1.0
0.1.0.dev0
0.1.0.dev1
0.1.0.dev2
0.10.0
0.11.0
0.12.0
0.12.1
0.12.2
0.13.0
0.13.1
0.14.0
+ 176 more Show less
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.2.0
0.20.0
0.20.1
0.21.0
0.21.1
0.22.0
0.22.1
0.22.2
0.22.3
0.23.0
0.23.1
0.24.0
0.25.1
0.25.2
0.26.0
0.27.0
0.28.0
0.29.0
0.3.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.38.1
0.38.2
0.38.3
0.39.0
0.4.0
0.40.0
0.41.0
0.41.1
0.42.0
0.42.1
0.43.0
0.44.0
0.44.1
0.44.2
0.44.3
0.45.0
0.46.0
0.47.0
0.48.0
0.49.0
0.5.0
0.50.0
0.51.0
0.51.1
0.51.2
0.51.3
0.52.0
0.52.1
0.53.0
0.54.0
0.55.0
0.56.0
0.56.1
0.57.0
0.57.1
0.58.0
0.58.1
0.59.0
0.6.0
0.6.1
0.60.0
0.61.0
0.7.0
0.8.0
0.8.1
0.8.2
0.9.0
1.0.0
1.0.1
1.1.0
1.1.1
1.10.0
1.11.0
1.11.1
1.11.2
1.11.3
1.12.0
1.12.1
1.13.0
1.14.0
1.15.0
1.15.1
1.16.0
1.17.0
1.17.1
1.18.0
1.19.0
1.19.1
1.19.2
1.2.0
1.20.0
1.21.0
1.21.1
1.21.2
1.22.0
1.23.0
1.23.1
1.24.0
1.24.1
1.24.2
1.24.3
1.24.4
1.25.0
1.26.0
1.26.1
1.27.0
1.27.1
1.28.0
1.28.1
1.28.2
1.28.3
1.28.4
1.29.0
1.3.0
1.3.0.20250508
1.3.0.20250511
1.3.0.20250512
1.3.0.20250513
1.30.0
1.30.1
1.30.2
1.31.0
1.32.0
1.33.0
1.33.1
1.34.0
1.34.1
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.40.0
1.40.1
1.40.2
1.41.0
1.42.0
1.43.0
1.43.1
1.43.2
1.43.3
1.44.0
1.44.1
1.45.0
1.46.0
1.46.1
1.46.2
1.46.3
1.47.0
1.47.1
1.48.0
1.49.0
1.5.0
1.5.1
1.6.0
1.7.0
1.7.1
1.8.0
1.9.0
1.9.1
1.9.2
Fixed in
1.50.0
References Updated Jul 13, 2026 · Source: OSV.dev | ||
1.44.0
minor
1 CVE
CVE-2026-49360
PYSEC-2026-3049
GHSA-rh62-j648-g5qc
Jul 13, 2026
Recce server has unauthenticated SQL execution that allows local file read/write through DuckDB
Medium
Network
Low
None
None
ImpactRecce 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. PatchesThis issue has been patched in Recce 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. CreditsThanks to Sitampan (@hxcbtc) for responsibly reporting this issue. WorkaroundsUsers who cannot upgrade immediately should avoid exposing 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 versions
0.1.0
0.1.0.dev0
0.1.0.dev1
0.1.0.dev2
0.10.0
0.11.0
0.12.0
0.12.1
0.12.2
0.13.0
0.13.1
0.14.0
+ 176 more Show less
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.2.0
0.20.0
0.20.1
0.21.0
0.21.1
0.22.0
0.22.1
0.22.2
0.22.3
0.23.0
0.23.1
0.24.0
0.25.1
0.25.2
0.26.0
0.27.0
0.28.0
0.29.0
0.3.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.38.1
0.38.2
0.38.3
0.39.0
0.4.0
0.40.0
0.41.0
0.41.1
0.42.0
0.42.1
0.43.0
0.44.0
0.44.1
0.44.2
0.44.3
0.45.0
0.46.0
0.47.0
0.48.0
0.49.0
0.5.0
0.50.0
0.51.0
0.51.1
0.51.2
0.51.3
0.52.0
0.52.1
0.53.0
0.54.0
0.55.0
0.56.0
0.56.1
0.57.0
0.57.1
0.58.0
0.58.1
0.59.0
0.6.0
0.6.1
0.60.0
0.61.0
0.7.0
0.8.0
0.8.1
0.8.2
0.9.0
1.0.0
1.0.1
1.1.0
1.1.1
1.10.0
1.11.0
1.11.1
1.11.2
1.11.3
1.12.0
1.12.1
1.13.0
1.14.0
1.15.0
1.15.1
1.16.0
1.17.0
1.17.1
1.18.0
1.19.0
1.19.1
1.19.2
1.2.0
1.20.0
1.21.0
1.21.1
1.21.2
1.22.0
1.23.0
1.23.1
1.24.0
1.24.1
1.24.2
1.24.3
1.24.4
1.25.0
1.26.0
1.26.1
1.27.0
1.27.1
1.28.0
1.28.1
1.28.2
1.28.3
1.28.4
1.29.0
1.3.0
1.3.0.20250508
1.3.0.20250511
1.3.0.20250512
1.3.0.20250513
1.30.0
1.30.1
1.30.2
1.31.0
1.32.0
1.33.0
1.33.1
1.34.0
1.34.1
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.40.0
1.40.1
1.40.2
1.41.0
1.42.0
1.43.0
1.43.1
1.43.2
1.43.3
1.44.0
1.44.1
1.45.0
1.46.0
1.46.1
1.46.2
1.46.3
1.47.0
1.47.1
1.48.0
1.49.0
1.5.0
1.5.1
1.6.0
1.7.0
1.7.1
1.8.0
1.9.0
1.9.1
1.9.2
Fixed in
1.50.0
References Updated Jul 13, 2026 · Source: OSV.dev | ||
1.43.3
patch
1 CVE
CVE-2026-49360
PYSEC-2026-3049
GHSA-rh62-j648-g5qc
Jul 13, 2026
Recce server has unauthenticated SQL execution that allows local file read/write through DuckDB
Medium
Network
Low
None
None
ImpactRecce 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. PatchesThis issue has been patched in Recce 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. CreditsThanks to Sitampan (@hxcbtc) for responsibly reporting this issue. WorkaroundsUsers who cannot upgrade immediately should avoid exposing 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 versions
0.1.0
0.1.0.dev0
0.1.0.dev1
0.1.0.dev2
0.10.0
0.11.0
0.12.0
0.12.1
0.12.2
0.13.0
0.13.1
0.14.0
+ 176 more Show less
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.2.0
0.20.0
0.20.1
0.21.0
0.21.1
0.22.0
0.22.1
0.22.2
0.22.3
0.23.0
0.23.1
0.24.0
0.25.1
0.25.2
0.26.0
0.27.0
0.28.0
0.29.0
0.3.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.38.1
0.38.2
0.38.3
0.39.0
0.4.0
0.40.0
0.41.0
0.41.1
0.42.0
0.42.1
0.43.0
0.44.0
0.44.1
0.44.2
0.44.3
0.45.0
0.46.0
0.47.0
0.48.0
0.49.0
0.5.0
0.50.0
0.51.0
0.51.1
0.51.2
0.51.3
0.52.0
0.52.1
0.53.0
0.54.0
0.55.0
0.56.0
0.56.1
0.57.0
0.57.1
0.58.0
0.58.1
0.59.0
0.6.0
0.6.1
0.60.0
0.61.0
0.7.0
0.8.0
0.8.1
0.8.2
0.9.0
1.0.0
1.0.1
1.1.0
1.1.1
1.10.0
1.11.0
1.11.1
1.11.2
1.11.3
1.12.0
1.12.1
1.13.0
1.14.0
1.15.0
1.15.1
1.16.0
1.17.0
1.17.1
1.18.0
1.19.0
1.19.1
1.19.2
1.2.0
1.20.0
1.21.0
1.21.1
1.21.2
1.22.0
1.23.0
1.23.1
1.24.0
1.24.1
1.24.2
1.24.3
1.24.4
1.25.0
1.26.0
1.26.1
1.27.0
1.27.1
1.28.0
1.28.1
1.28.2
1.28.3
1.28.4
1.29.0
1.3.0
1.3.0.20250508
1.3.0.20250511
1.3.0.20250512
1.3.0.20250513
1.30.0
1.30.1
1.30.2
1.31.0
1.32.0
1.33.0
1.33.1
1.34.0
1.34.1
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.40.0
1.40.1
1.40.2
1.41.0
1.42.0
1.43.0
1.43.1
1.43.2
1.43.3
1.44.0
1.44.1
1.45.0
1.46.0
1.46.1
1.46.2
1.46.3
1.47.0
1.47.1
1.48.0
1.49.0
1.5.0
1.5.1
1.6.0
1.7.0
1.7.1
1.8.0
1.9.0
1.9.1
1.9.2
Fixed in
1.50.0
References Updated Jul 13, 2026 · Source: OSV.dev | ||
1.43.2
patch
1 CVE
CVE-2026-49360
PYSEC-2026-3049
GHSA-rh62-j648-g5qc
Jul 13, 2026
Recce server has unauthenticated SQL execution that allows local file read/write through DuckDB
Medium
Network
Low
None
None
ImpactRecce 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. PatchesThis issue has been patched in Recce 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. CreditsThanks to Sitampan (@hxcbtc) for responsibly reporting this issue. WorkaroundsUsers who cannot upgrade immediately should avoid exposing 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 versions
0.1.0
0.1.0.dev0
0.1.0.dev1
0.1.0.dev2
0.10.0
0.11.0
0.12.0
0.12.1
0.12.2
0.13.0
0.13.1
0.14.0
+ 176 more Show less
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.2.0
0.20.0
0.20.1
0.21.0
0.21.1
0.22.0
0.22.1
0.22.2
0.22.3
0.23.0
0.23.1
0.24.0
0.25.1
0.25.2
0.26.0
0.27.0
0.28.0
0.29.0
0.3.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.38.1
0.38.2
0.38.3
0.39.0
0.4.0
0.40.0
0.41.0
0.41.1
0.42.0
0.42.1
0.43.0
0.44.0
0.44.1
0.44.2
0.44.3
0.45.0
0.46.0
0.47.0
0.48.0
0.49.0
0.5.0
0.50.0
0.51.0
0.51.1
0.51.2
0.51.3
0.52.0
0.52.1
0.53.0
0.54.0
0.55.0
0.56.0
0.56.1
0.57.0
0.57.1
0.58.0
0.58.1
0.59.0
0.6.0
0.6.1
0.60.0
0.61.0
0.7.0
0.8.0
0.8.1
0.8.2
0.9.0
1.0.0
1.0.1
1.1.0
1.1.1
1.10.0
1.11.0
1.11.1
1.11.2
1.11.3
1.12.0
1.12.1
1.13.0
1.14.0
1.15.0
1.15.1
1.16.0
1.17.0
1.17.1
1.18.0
1.19.0
1.19.1
1.19.2
1.2.0
1.20.0
1.21.0
1.21.1
1.21.2
1.22.0
1.23.0
1.23.1
1.24.0
1.24.1
1.24.2
1.24.3
1.24.4
1.25.0
1.26.0
1.26.1
1.27.0
1.27.1
1.28.0
1.28.1
1.28.2
1.28.3
1.28.4
1.29.0
1.3.0
1.3.0.20250508
1.3.0.20250511
1.3.0.20250512
1.3.0.20250513
1.30.0
1.30.1
1.30.2
1.31.0
1.32.0
1.33.0
1.33.1
1.34.0
1.34.1
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.40.0
1.40.1
1.40.2
1.41.0
1.42.0
1.43.0
1.43.1
1.43.2
1.43.3
1.44.0
1.44.1
1.45.0
1.46.0
1.46.1
1.46.2
1.46.3
1.47.0
1.47.1
1.48.0
1.49.0
1.5.0
1.5.1
1.6.0
1.7.0
1.7.1
1.8.0
1.9.0
1.9.1
1.9.2
Fixed in
1.50.0
References Updated Jul 13, 2026 · Source: OSV.dev | ||
1.43.1
patch
1 CVE
CVE-2026-49360
PYSEC-2026-3049
GHSA-rh62-j648-g5qc
Jul 13, 2026
Recce server has unauthenticated SQL execution that allows local file read/write through DuckDB
Medium
Network
Low
None
None
ImpactRecce 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. PatchesThis issue has been patched in Recce 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. CreditsThanks to Sitampan (@hxcbtc) for responsibly reporting this issue. WorkaroundsUsers who cannot upgrade immediately should avoid exposing 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 versions
0.1.0
0.1.0.dev0
0.1.0.dev1
0.1.0.dev2
0.10.0
0.11.0
0.12.0
0.12.1
0.12.2
0.13.0
0.13.1
0.14.0
+ 176 more Show less
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.2.0
0.20.0
0.20.1
0.21.0
0.21.1
0.22.0
0.22.1
0.22.2
0.22.3
0.23.0
0.23.1
0.24.0
0.25.1
0.25.2
0.26.0
0.27.0
0.28.0
0.29.0
0.3.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.38.1
0.38.2
0.38.3
0.39.0
0.4.0
0.40.0
0.41.0
0.41.1
0.42.0
0.42.1
0.43.0
0.44.0
0.44.1
0.44.2
0.44.3
0.45.0
0.46.0
0.47.0
0.48.0
0.49.0
0.5.0
0.50.0
0.51.0
0.51.1
0.51.2
0.51.3
0.52.0
0.52.1
0.53.0
0.54.0
0.55.0
0.56.0
0.56.1
0.57.0
0.57.1
0.58.0
0.58.1
0.59.0
0.6.0
0.6.1
0.60.0
0.61.0
0.7.0
0.8.0
0.8.1
0.8.2
0.9.0
1.0.0
1.0.1
1.1.0
1.1.1
1.10.0
1.11.0
1.11.1
1.11.2
1.11.3
1.12.0
1.12.1
1.13.0
1.14.0
1.15.0
1.15.1
1.16.0
1.17.0
1.17.1
1.18.0
1.19.0
1.19.1
1.19.2
1.2.0
1.20.0
1.21.0
1.21.1
1.21.2
1.22.0
1.23.0
1.23.1
1.24.0
1.24.1
1.24.2
1.24.3
1.24.4
1.25.0
1.26.0
1.26.1
1.27.0
1.27.1
1.28.0
1.28.1
1.28.2
1.28.3
1.28.4
1.29.0
1.3.0
1.3.0.20250508
1.3.0.20250511
1.3.0.20250512
1.3.0.20250513
1.30.0
1.30.1
1.30.2
1.31.0
1.32.0
1.33.0
1.33.1
1.34.0
1.34.1
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.40.0
1.40.1
1.40.2
1.41.0
1.42.0
1.43.0
1.43.1
1.43.2
1.43.3
1.44.0
1.44.1
1.45.0
1.46.0
1.46.1
1.46.2
1.46.3
1.47.0
1.47.1
1.48.0
1.49.0
1.5.0
1.5.1
1.6.0
1.7.0
1.7.1
1.8.0
1.9.0
1.9.1
1.9.2
Fixed in
1.50.0
References Updated Jul 13, 2026 · Source: OSV.dev | ||
1.43.0
minor
1 CVE
CVE-2026-49360
PYSEC-2026-3049
GHSA-rh62-j648-g5qc
Jul 13, 2026
Recce server has unauthenticated SQL execution that allows local file read/write through DuckDB
Medium
Network
Low
None
None
ImpactRecce 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. PatchesThis issue has been patched in Recce 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. CreditsThanks to Sitampan (@hxcbtc) for responsibly reporting this issue. WorkaroundsUsers who cannot upgrade immediately should avoid exposing 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 versions
0.1.0
0.1.0.dev0
0.1.0.dev1
0.1.0.dev2
0.10.0
0.11.0
0.12.0
0.12.1
0.12.2
0.13.0
0.13.1
0.14.0
+ 176 more Show less
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.2.0
0.20.0
0.20.1
0.21.0
0.21.1
0.22.0
0.22.1
0.22.2
0.22.3
0.23.0
0.23.1
0.24.0
0.25.1
0.25.2
0.26.0
0.27.0
0.28.0
0.29.0
0.3.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.38.1
0.38.2
0.38.3
0.39.0
0.4.0
0.40.0
0.41.0
0.41.1
0.42.0
0.42.1
0.43.0
0.44.0
0.44.1
0.44.2
0.44.3
0.45.0
0.46.0
0.47.0
0.48.0
0.49.0
0.5.0
0.50.0
0.51.0
0.51.1
0.51.2
0.51.3
0.52.0
0.52.1
0.53.0
0.54.0
0.55.0
0.56.0
0.56.1
0.57.0
0.57.1
0.58.0
0.58.1
0.59.0
0.6.0
0.6.1
0.60.0
0.61.0
0.7.0
0.8.0
0.8.1
0.8.2
0.9.0
1.0.0
1.0.1
1.1.0
1.1.1
1.10.0
1.11.0
1.11.1
1.11.2
1.11.3
1.12.0
1.12.1
1.13.0
1.14.0
1.15.0
1.15.1
1.16.0
1.17.0
1.17.1
1.18.0
1.19.0
1.19.1
1.19.2
1.2.0
1.20.0
1.21.0
1.21.1
1.21.2
1.22.0
1.23.0
1.23.1
1.24.0
1.24.1
1.24.2
1.24.3
1.24.4
1.25.0
1.26.0
1.26.1
1.27.0
1.27.1
1.28.0
1.28.1
1.28.2
1.28.3
1.28.4
1.29.0
1.3.0
1.3.0.20250508
1.3.0.20250511
1.3.0.20250512
1.3.0.20250513
1.30.0
1.30.1
1.30.2
1.31.0
1.32.0
1.33.0
1.33.1
1.34.0
1.34.1
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.40.0
1.40.1
1.40.2
1.41.0
1.42.0
1.43.0
1.43.1
1.43.2
1.43.3
1.44.0
1.44.1
1.45.0
1.46.0
1.46.1
1.46.2
1.46.3
1.47.0
1.47.1
1.48.0
1.49.0
1.5.0
1.5.1
1.6.0
1.7.0
1.7.1
1.8.0
1.9.0
1.9.1
1.9.2
Fixed in
1.50.0
References Updated Jul 13, 2026 · Source: OSV.dev | ||
1.42.0
minor
1 CVE
CVE-2026-49360
PYSEC-2026-3049
GHSA-rh62-j648-g5qc
Jul 13, 2026
Recce server has unauthenticated SQL execution that allows local file read/write through DuckDB
Medium
Network
Low
None
None
ImpactRecce 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. PatchesThis issue has been patched in Recce 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. CreditsThanks to Sitampan (@hxcbtc) for responsibly reporting this issue. WorkaroundsUsers who cannot upgrade immediately should avoid exposing 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 versions
0.1.0
0.1.0.dev0
0.1.0.dev1
0.1.0.dev2
0.10.0
0.11.0
0.12.0
0.12.1
0.12.2
0.13.0
0.13.1
0.14.0
+ 176 more Show less
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.2.0
0.20.0
0.20.1
0.21.0
0.21.1
0.22.0
0.22.1
0.22.2
0.22.3
0.23.0
0.23.1
0.24.0
0.25.1
0.25.2
0.26.0
0.27.0
0.28.0
0.29.0
0.3.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.38.1
0.38.2
0.38.3
0.39.0
0.4.0
0.40.0
0.41.0
0.41.1
0.42.0
0.42.1
0.43.0
0.44.0
0.44.1
0.44.2
0.44.3
0.45.0
0.46.0
0.47.0
0.48.0
0.49.0
0.5.0
0.50.0
0.51.0
0.51.1
0.51.2
0.51.3
0.52.0
0.52.1
0.53.0
0.54.0
0.55.0
0.56.0
0.56.1
0.57.0
0.57.1
0.58.0
0.58.1
0.59.0
0.6.0
0.6.1
0.60.0
0.61.0
0.7.0
0.8.0
0.8.1
0.8.2
0.9.0
1.0.0
1.0.1
1.1.0
1.1.1
1.10.0
1.11.0
1.11.1
1.11.2
1.11.3
1.12.0
1.12.1
1.13.0
1.14.0
1.15.0
1.15.1
1.16.0
1.17.0
1.17.1
1.18.0
1.19.0
1.19.1
1.19.2
1.2.0
1.20.0
1.21.0
1.21.1
1.21.2
1.22.0
1.23.0
1.23.1
1.24.0
1.24.1
1.24.2
1.24.3
1.24.4
1.25.0
1.26.0
1.26.1
1.27.0
1.27.1
1.28.0
1.28.1
1.28.2
1.28.3
1.28.4
1.29.0
1.3.0
1.3.0.20250508
1.3.0.20250511
1.3.0.20250512
1.3.0.20250513
1.30.0
1.30.1
1.30.2
1.31.0
1.32.0
1.33.0
1.33.1
1.34.0
1.34.1
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.40.0
1.40.1
1.40.2
1.41.0
1.42.0
1.43.0
1.43.1
1.43.2
1.43.3
1.44.0
1.44.1
1.45.0
1.46.0
1.46.1
1.46.2
1.46.3
1.47.0
1.47.1
1.48.0
1.49.0
1.5.0
1.5.1
1.6.0
1.7.0
1.7.1
1.8.0
1.9.0
1.9.1
1.9.2
Fixed in
1.50.0
References Updated Jul 13, 2026 · Source: OSV.dev | ||
1.41.0
minor
1 CVE
CVE-2026-49360
PYSEC-2026-3049
GHSA-rh62-j648-g5qc
Jul 13, 2026
Recce server has unauthenticated SQL execution that allows local file read/write through DuckDB
Medium
Network
Low
None
None
ImpactRecce 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. PatchesThis issue has been patched in Recce 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. CreditsThanks to Sitampan (@hxcbtc) for responsibly reporting this issue. WorkaroundsUsers who cannot upgrade immediately should avoid exposing 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 versions
0.1.0
0.1.0.dev0
0.1.0.dev1
0.1.0.dev2
0.10.0
0.11.0
0.12.0
0.12.1
0.12.2
0.13.0
0.13.1
0.14.0
+ 176 more Show less
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.2.0
0.20.0
0.20.1
0.21.0
0.21.1
0.22.0
0.22.1
0.22.2
0.22.3
0.23.0
0.23.1
0.24.0
0.25.1
0.25.2
0.26.0
0.27.0
0.28.0
0.29.0
0.3.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.38.1
0.38.2
0.38.3
0.39.0
0.4.0
0.40.0
0.41.0
0.41.1
0.42.0
0.42.1
0.43.0
0.44.0
0.44.1
0.44.2
0.44.3
0.45.0
0.46.0
0.47.0
0.48.0
0.49.0
0.5.0
0.50.0
0.51.0
0.51.1
0.51.2
0.51.3
0.52.0
0.52.1
0.53.0
0.54.0
0.55.0
0.56.0
0.56.1
0.57.0
0.57.1
0.58.0
0.58.1
0.59.0
0.6.0
0.6.1
0.60.0
0.61.0
0.7.0
0.8.0
0.8.1
0.8.2
0.9.0
1.0.0
1.0.1
1.1.0
1.1.1
1.10.0
1.11.0
1.11.1
1.11.2
1.11.3
1.12.0
1.12.1
1.13.0
1.14.0
1.15.0
1.15.1
1.16.0
1.17.0
1.17.1
1.18.0
1.19.0
1.19.1
1.19.2
1.2.0
1.20.0
1.21.0
1.21.1
1.21.2
1.22.0
1.23.0
1.23.1
1.24.0
1.24.1
1.24.2
1.24.3
1.24.4
1.25.0
1.26.0
1.26.1
1.27.0
1.27.1
1.28.0
1.28.1
1.28.2
1.28.3
1.28.4
1.29.0
1.3.0
1.3.0.20250508
1.3.0.20250511
1.3.0.20250512
1.3.0.20250513
1.30.0
1.30.1
1.30.2
1.31.0
1.32.0
1.33.0
1.33.1
1.34.0
1.34.1
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.40.0
1.40.1
1.40.2
1.41.0
1.42.0
1.43.0
1.43.1
1.43.2
1.43.3
1.44.0
1.44.1
1.45.0
1.46.0
1.46.1
1.46.2
1.46.3
1.47.0
1.47.1
1.48.0
1.49.0
1.5.0
1.5.1
1.6.0
1.7.0
1.7.1
1.8.0
1.9.0
1.9.1
1.9.2
Fixed in
1.50.0
References Updated Jul 13, 2026 · Source: OSV.dev | ||
1.40.2
patch
1 CVE
CVE-2026-49360
PYSEC-2026-3049
GHSA-rh62-j648-g5qc
Jul 13, 2026
Recce server has unauthenticated SQL execution that allows local file read/write through DuckDB
Medium
Network
Low
None
None
ImpactRecce 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. PatchesThis issue has been patched in Recce 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. CreditsThanks to Sitampan (@hxcbtc) for responsibly reporting this issue. WorkaroundsUsers who cannot upgrade immediately should avoid exposing 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 versions
0.1.0
0.1.0.dev0
0.1.0.dev1
0.1.0.dev2
0.10.0
0.11.0
0.12.0
0.12.1
0.12.2
0.13.0
0.13.1
0.14.0
+ 176 more Show less
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.2.0
0.20.0
0.20.1
0.21.0
0.21.1
0.22.0
0.22.1
0.22.2
0.22.3
0.23.0
0.23.1
0.24.0
0.25.1
0.25.2
0.26.0
0.27.0
0.28.0
0.29.0
0.3.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.38.1
0.38.2
0.38.3
0.39.0
0.4.0
0.40.0
0.41.0
0.41.1
0.42.0
0.42.1
0.43.0
0.44.0
0.44.1
0.44.2
0.44.3
0.45.0
0.46.0
0.47.0
0.48.0
0.49.0
0.5.0
0.50.0
0.51.0
0.51.1
0.51.2
0.51.3
0.52.0
0.52.1
0.53.0
0.54.0
0.55.0
0.56.0
0.56.1
0.57.0
0.57.1
0.58.0
0.58.1
0.59.0
0.6.0
0.6.1
0.60.0
0.61.0
0.7.0
0.8.0
0.8.1
0.8.2
0.9.0
1.0.0
1.0.1
1.1.0
1.1.1
1.10.0
1.11.0
1.11.1
1.11.2
1.11.3
1.12.0
1.12.1
1.13.0
1.14.0
1.15.0
1.15.1
1.16.0
1.17.0
1.17.1
1.18.0
1.19.0
1.19.1
1.19.2
1.2.0
1.20.0
1.21.0
1.21.1
1.21.2
1.22.0
1.23.0
1.23.1
1.24.0
1.24.1
1.24.2
1.24.3
1.24.4
1.25.0
1.26.0
1.26.1
1.27.0
1.27.1
1.28.0
1.28.1
1.28.2
1.28.3
1.28.4
1.29.0
1.3.0
1.3.0.20250508
1.3.0.20250511
1.3.0.20250512
1.3.0.20250513
1.30.0
1.30.1
1.30.2
1.31.0
1.32.0
1.33.0
1.33.1
1.34.0
1.34.1
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.40.0
1.40.1
1.40.2
1.41.0
1.42.0
1.43.0
1.43.1
1.43.2
1.43.3
1.44.0
1.44.1
1.45.0
1.46.0
1.46.1
1.46.2
1.46.3
1.47.0
1.47.1
1.48.0
1.49.0
1.5.0
1.5.1
1.6.0
1.7.0
1.7.1
1.8.0
1.9.0
1.9.1
1.9.2
Fixed in
1.50.0
References Updated Jul 13, 2026 · Source: OSV.dev | ||
1.40.1
patch
1 CVE
CVE-2026-49360
PYSEC-2026-3049
GHSA-rh62-j648-g5qc
Jul 13, 2026
Recce server has unauthenticated SQL execution that allows local file read/write through DuckDB
Medium
Network
Low
None
None
ImpactRecce 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. PatchesThis issue has been patched in Recce 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. CreditsThanks to Sitampan (@hxcbtc) for responsibly reporting this issue. WorkaroundsUsers who cannot upgrade immediately should avoid exposing 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 versions
0.1.0
0.1.0.dev0
0.1.0.dev1
0.1.0.dev2
0.10.0
0.11.0
0.12.0
0.12.1
0.12.2
0.13.0
0.13.1
0.14.0
+ 176 more Show less
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.2.0
0.20.0
0.20.1
0.21.0
0.21.1
0.22.0
0.22.1
0.22.2
0.22.3
0.23.0
0.23.1
0.24.0
0.25.1
0.25.2
0.26.0
0.27.0
0.28.0
0.29.0
0.3.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.38.1
0.38.2
0.38.3
0.39.0
0.4.0
0.40.0
0.41.0
0.41.1
0.42.0
0.42.1
0.43.0
0.44.0
0.44.1
0.44.2
0.44.3
0.45.0
0.46.0
0.47.0
0.48.0
0.49.0
0.5.0
0.50.0
0.51.0
0.51.1
0.51.2
0.51.3
0.52.0
0.52.1
0.53.0
0.54.0
0.55.0
0.56.0
0.56.1
0.57.0
0.57.1
0.58.0
0.58.1
0.59.0
0.6.0
0.6.1
0.60.0
0.61.0
0.7.0
0.8.0
0.8.1
0.8.2
0.9.0
1.0.0
1.0.1
1.1.0
1.1.1
1.10.0
1.11.0
1.11.1
1.11.2
1.11.3
1.12.0
1.12.1
1.13.0
1.14.0
1.15.0
1.15.1
1.16.0
1.17.0
1.17.1
1.18.0
1.19.0
1.19.1
1.19.2
1.2.0
1.20.0
1.21.0
1.21.1
1.21.2
1.22.0
1.23.0
1.23.1
1.24.0
1.24.1
1.24.2
1.24.3
1.24.4
1.25.0
1.26.0
1.26.1
1.27.0
1.27.1
1.28.0
1.28.1
1.28.2
1.28.3
1.28.4
1.29.0
1.3.0
1.3.0.20250508
1.3.0.20250511
1.3.0.20250512
1.3.0.20250513
1.30.0
1.30.1
1.30.2
1.31.0
1.32.0
1.33.0
1.33.1
1.34.0
1.34.1
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.40.0
1.40.1
1.40.2
1.41.0
1.42.0
1.43.0
1.43.1
1.43.2
1.43.3
1.44.0
1.44.1
1.45.0
1.46.0
1.46.1
1.46.2
1.46.3
1.47.0
1.47.1
1.48.0
1.49.0
1.5.0
1.5.1
1.6.0
1.7.0
1.7.1
1.8.0
1.9.0
1.9.1
1.9.2
Fixed in
1.50.0
References Updated Jul 13, 2026 · Source: OSV.dev | ||
1.40.0
minor
1 CVE
CVE-2026-49360
PYSEC-2026-3049
GHSA-rh62-j648-g5qc
Jul 13, 2026
Recce server has unauthenticated SQL execution that allows local file read/write through DuckDB
Medium
Network
Low
None
None
ImpactRecce 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. PatchesThis issue has been patched in Recce 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. CreditsThanks to Sitampan (@hxcbtc) for responsibly reporting this issue. WorkaroundsUsers who cannot upgrade immediately should avoid exposing 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 versions
0.1.0
0.1.0.dev0
0.1.0.dev1
0.1.0.dev2
0.10.0
0.11.0
0.12.0
0.12.1
0.12.2
0.13.0
0.13.1
0.14.0
+ 176 more Show less
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.2.0
0.20.0
0.20.1
0.21.0
0.21.1
0.22.0
0.22.1
0.22.2
0.22.3
0.23.0
0.23.1
0.24.0
0.25.1
0.25.2
0.26.0
0.27.0
0.28.0
0.29.0
0.3.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.38.1
0.38.2
0.38.3
0.39.0
0.4.0
0.40.0
0.41.0
0.41.1
0.42.0
0.42.1
0.43.0
0.44.0
0.44.1
0.44.2
0.44.3
0.45.0
0.46.0
0.47.0
0.48.0
0.49.0
0.5.0
0.50.0
0.51.0
0.51.1
0.51.2
0.51.3
0.52.0
0.52.1
0.53.0
0.54.0
0.55.0
0.56.0
0.56.1
0.57.0
0.57.1
0.58.0
0.58.1
0.59.0
0.6.0
0.6.1
0.60.0
0.61.0
0.7.0
0.8.0
0.8.1
0.8.2
0.9.0
1.0.0
1.0.1
1.1.0
1.1.1
1.10.0
1.11.0
1.11.1
1.11.2
1.11.3
1.12.0
1.12.1
1.13.0
1.14.0
1.15.0
1.15.1
1.16.0
1.17.0
1.17.1
1.18.0
1.19.0
1.19.1
1.19.2
1.2.0
1.20.0
1.21.0
1.21.1
1.21.2
1.22.0
1.23.0
1.23.1
1.24.0
1.24.1
1.24.2
1.24.3
1.24.4
1.25.0
1.26.0
1.26.1
1.27.0
1.27.1
1.28.0
1.28.1
1.28.2
1.28.3
1.28.4
1.29.0
1.3.0
1.3.0.20250508
1.3.0.20250511
1.3.0.20250512
1.3.0.20250513
1.30.0
1.30.1
1.30.2
1.31.0
1.32.0
1.33.0
1.33.1
1.34.0
1.34.1
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.40.0
1.40.1
1.40.2
1.41.0
1.42.0
1.43.0
1.43.1
1.43.2
1.43.3
1.44.0
1.44.1
1.45.0
1.46.0
1.46.1
1.46.2
1.46.3
1.47.0
1.47.1
1.48.0
1.49.0
1.5.0
1.5.1
1.6.0
1.7.0
1.7.1
1.8.0
1.9.0
1.9.1
1.9.2
Fixed in
1.50.0
References Updated Jul 13, 2026 · Source: OSV.dev | ||
1.39.0
minor
1 CVE
CVE-2026-49360
PYSEC-2026-3049
GHSA-rh62-j648-g5qc
Jul 13, 2026
Recce server has unauthenticated SQL execution that allows local file read/write through DuckDB
Medium
Network
Low
None
None
ImpactRecce 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. PatchesThis issue has been patched in Recce 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. CreditsThanks to Sitampan (@hxcbtc) for responsibly reporting this issue. WorkaroundsUsers who cannot upgrade immediately should avoid exposing 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 versions
0.1.0
0.1.0.dev0
0.1.0.dev1
0.1.0.dev2
0.10.0
0.11.0
0.12.0
0.12.1
0.12.2
0.13.0
0.13.1
0.14.0
+ 176 more Show less
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.2.0
0.20.0
0.20.1
0.21.0
0.21.1
0.22.0
0.22.1
0.22.2
0.22.3
0.23.0
0.23.1
0.24.0
0.25.1
0.25.2
0.26.0
0.27.0
0.28.0
0.29.0
0.3.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.38.1
0.38.2
0.38.3
0.39.0
0.4.0
0.40.0
0.41.0
0.41.1
0.42.0
0.42.1
0.43.0
0.44.0
0.44.1
0.44.2
0.44.3
0.45.0
0.46.0
0.47.0
0.48.0
0.49.0
0.5.0
0.50.0
0.51.0
0.51.1
0.51.2
0.51.3
0.52.0
0.52.1
0.53.0
0.54.0
0.55.0
0.56.0
0.56.1
0.57.0
0.57.1
0.58.0
0.58.1
0.59.0
0.6.0
0.6.1
0.60.0
0.61.0
0.7.0
0.8.0
0.8.1
0.8.2
0.9.0
1.0.0
1.0.1
1.1.0
1.1.1
1.10.0
1.11.0
1.11.1
1.11.2
1.11.3
1.12.0
1.12.1
1.13.0
1.14.0
1.15.0
1.15.1
1.16.0
1.17.0
1.17.1
1.18.0
1.19.0
1.19.1
1.19.2
1.2.0
1.20.0
1.21.0
1.21.1
1.21.2
1.22.0
1.23.0
1.23.1
1.24.0
1.24.1
1.24.2
1.24.3
1.24.4
1.25.0
1.26.0
1.26.1
1.27.0
1.27.1
1.28.0
1.28.1
1.28.2
1.28.3
1.28.4
1.29.0
1.3.0
1.3.0.20250508
1.3.0.20250511
1.3.0.20250512
1.3.0.20250513
1.30.0
1.30.1
1.30.2
1.31.0
1.32.0
1.33.0
1.33.1
1.34.0
1.34.1
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.40.0
1.40.1
1.40.2
1.41.0
1.42.0
1.43.0
1.43.1
1.43.2
1.43.3
1.44.0
1.44.1
1.45.0
1.46.0
1.46.1
1.46.2
1.46.3
1.47.0
1.47.1
1.48.0
1.49.0
1.5.0
1.5.1
1.6.0
1.7.0
1.7.1
1.8.0
1.9.0
1.9.1
1.9.2
Fixed in
1.50.0
References Updated Jul 13, 2026 · Source: OSV.dev | ||
1.38.0
minor
1 CVE
CVE-2026-49360
PYSEC-2026-3049
GHSA-rh62-j648-g5qc
Jul 13, 2026
Recce server has unauthenticated SQL execution that allows local file read/write through DuckDB
Medium
Network
Low
None
None
ImpactRecce 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. PatchesThis issue has been patched in Recce 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. CreditsThanks to Sitampan (@hxcbtc) for responsibly reporting this issue. WorkaroundsUsers who cannot upgrade immediately should avoid exposing 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 versions
0.1.0
0.1.0.dev0
0.1.0.dev1
0.1.0.dev2
0.10.0
0.11.0
0.12.0
0.12.1
0.12.2
0.13.0
0.13.1
0.14.0
+ 176 more Show less
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.2.0
0.20.0
0.20.1
0.21.0
0.21.1
0.22.0
0.22.1
0.22.2
0.22.3
0.23.0
0.23.1
0.24.0
0.25.1
0.25.2
0.26.0
0.27.0
0.28.0
0.29.0
0.3.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.38.1
0.38.2
0.38.3
0.39.0
0.4.0
0.40.0
0.41.0
0.41.1
0.42.0
0.42.1
0.43.0
0.44.0
0.44.1
0.44.2
0.44.3
0.45.0
0.46.0
0.47.0
0.48.0
0.49.0
0.5.0
0.50.0
0.51.0
0.51.1
0.51.2
0.51.3
0.52.0
0.52.1
0.53.0
0.54.0
0.55.0
0.56.0
0.56.1
0.57.0
0.57.1
0.58.0
0.58.1
0.59.0
0.6.0
0.6.1
0.60.0
0.61.0
0.7.0
0.8.0
0.8.1
0.8.2
0.9.0
1.0.0
1.0.1
1.1.0
1.1.1
1.10.0
1.11.0
1.11.1
1.11.2
1.11.3
1.12.0
1.12.1
1.13.0
1.14.0
1.15.0
1.15.1
1.16.0
1.17.0
1.17.1
1.18.0
1.19.0
1.19.1
1.19.2
1.2.0
1.20.0
1.21.0
1.21.1
1.21.2
1.22.0
1.23.0
1.23.1
1.24.0
1.24.1
1.24.2
1.24.3
1.24.4
1.25.0
1.26.0
1.26.1
1.27.0
1.27.1
1.28.0
1.28.1
1.28.2
1.28.3
1.28.4
1.29.0
1.3.0
1.3.0.20250508
1.3.0.20250511
1.3.0.20250512
1.3.0.20250513
1.30.0
1.30.1
1.30.2
1.31.0
1.32.0
1.33.0
1.33.1
1.34.0
1.34.1
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.40.0
1.40.1
1.40.2
1.41.0
1.42.0
1.43.0
1.43.1
1.43.2
1.43.3
1.44.0
1.44.1
1.45.0
1.46.0
1.46.1
1.46.2
1.46.3
1.47.0
1.47.1
1.48.0
1.49.0
1.5.0
1.5.1
1.6.0
1.7.0
1.7.1
1.8.0
1.9.0
1.9.1
1.9.2
Fixed in
1.50.0
References Updated Jul 13, 2026 · Source: OSV.dev | ||
1.37.0
minor
1 CVE
CVE-2026-49360
PYSEC-2026-3049
GHSA-rh62-j648-g5qc
Jul 13, 2026
Recce server has unauthenticated SQL execution that allows local file read/write through DuckDB
Medium
Network
Low
None
None
ImpactRecce 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. PatchesThis issue has been patched in Recce 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. CreditsThanks to Sitampan (@hxcbtc) for responsibly reporting this issue. WorkaroundsUsers who cannot upgrade immediately should avoid exposing 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 versions
0.1.0
0.1.0.dev0
0.1.0.dev1
0.1.0.dev2
0.10.0
0.11.0
0.12.0
0.12.1
0.12.2
0.13.0
0.13.1
0.14.0
+ 176 more Show less
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.2.0
0.20.0
0.20.1
0.21.0
0.21.1
0.22.0
0.22.1
0.22.2
0.22.3
0.23.0
0.23.1
0.24.0
0.25.1
0.25.2
0.26.0
0.27.0
0.28.0
0.29.0
0.3.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.38.1
0.38.2
0.38.3
0.39.0
0.4.0
0.40.0
0.41.0
0.41.1
0.42.0
0.42.1
0.43.0
0.44.0
0.44.1
0.44.2
0.44.3
0.45.0
0.46.0
0.47.0
0.48.0
0.49.0
0.5.0
0.50.0
0.51.0
0.51.1
0.51.2
0.51.3
0.52.0
0.52.1
0.53.0
0.54.0
0.55.0
0.56.0
0.56.1
0.57.0
0.57.1
0.58.0
0.58.1
0.59.0
0.6.0
0.6.1
0.60.0
0.61.0
0.7.0
0.8.0
0.8.1
0.8.2
0.9.0
1.0.0
1.0.1
1.1.0
1.1.1
1.10.0
1.11.0
1.11.1
1.11.2
1.11.3
1.12.0
1.12.1
1.13.0
1.14.0
1.15.0
1.15.1
1.16.0
1.17.0
1.17.1
1.18.0
1.19.0
1.19.1
1.19.2
1.2.0
1.20.0
1.21.0
1.21.1
1.21.2
1.22.0
1.23.0
1.23.1
1.24.0
1.24.1
1.24.2
1.24.3
1.24.4
1.25.0
1.26.0
1.26.1
1.27.0
1.27.1
1.28.0
1.28.1
1.28.2
1.28.3
1.28.4
1.29.0
1.3.0
1.3.0.20250508
1.3.0.20250511
1.3.0.20250512
1.3.0.20250513
1.30.0
1.30.1
1.30.2
1.31.0
1.32.0
1.33.0
1.33.1
1.34.0
1.34.1
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.40.0
1.40.1
1.40.2
1.41.0
1.42.0
1.43.0
1.43.1
1.43.2
1.43.3
1.44.0
1.44.1
1.45.0
1.46.0
1.46.1
1.46.2
1.46.3
1.47.0
1.47.1
1.48.0
1.49.0
1.5.0
1.5.1
1.6.0
1.7.0
1.7.1
1.8.0
1.9.0
1.9.1
1.9.2
Fixed in
1.50.0
References Updated Jul 13, 2026 · Source: OSV.dev | ||
1.36.0
minor
1 CVE
CVE-2026-49360
PYSEC-2026-3049
GHSA-rh62-j648-g5qc
Jul 13, 2026
Recce server has unauthenticated SQL execution that allows local file read/write through DuckDB
Medium
Network
Low
None
None
ImpactRecce 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. PatchesThis issue has been patched in Recce 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. CreditsThanks to Sitampan (@hxcbtc) for responsibly reporting this issue. WorkaroundsUsers who cannot upgrade immediately should avoid exposing 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 versions
0.1.0
0.1.0.dev0
0.1.0.dev1
0.1.0.dev2
0.10.0
0.11.0
0.12.0
0.12.1
0.12.2
0.13.0
0.13.1
0.14.0
+ 176 more Show less
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.2.0
0.20.0
0.20.1
0.21.0
0.21.1
0.22.0
0.22.1
0.22.2
0.22.3
0.23.0
0.23.1
0.24.0
0.25.1
0.25.2
0.26.0
0.27.0
0.28.0
0.29.0
0.3.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.38.1
0.38.2
0.38.3
0.39.0
0.4.0
0.40.0
0.41.0
0.41.1
0.42.0
0.42.1
0.43.0
0.44.0
0.44.1
0.44.2
0.44.3
0.45.0
0.46.0
0.47.0
0.48.0
0.49.0
0.5.0
0.50.0
0.51.0
0.51.1
0.51.2
0.51.3
0.52.0
0.52.1
0.53.0
0.54.0
0.55.0
0.56.0
0.56.1
0.57.0
0.57.1
0.58.0
0.58.1
0.59.0
0.6.0
0.6.1
0.60.0
0.61.0
0.7.0
0.8.0
0.8.1
0.8.2
0.9.0
1.0.0
1.0.1
1.1.0
1.1.1
1.10.0
1.11.0
1.11.1
1.11.2
1.11.3
1.12.0
1.12.1
1.13.0
1.14.0
1.15.0
1.15.1
1.16.0
1.17.0
1.17.1
1.18.0
1.19.0
1.19.1
1.19.2
1.2.0
1.20.0
1.21.0
1.21.1
1.21.2
1.22.0
1.23.0
1.23.1
1.24.0
1.24.1
1.24.2
1.24.3
1.24.4
1.25.0
1.26.0
1.26.1
1.27.0
1.27.1
1.28.0
1.28.1
1.28.2
1.28.3
1.28.4
1.29.0
1.3.0
1.3.0.20250508
1.3.0.20250511
1.3.0.20250512
1.3.0.20250513
1.30.0
1.30.1
1.30.2
1.31.0
1.32.0
1.33.0
1.33.1
1.34.0
1.34.1
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.40.0
1.40.1
1.40.2
1.41.0
1.42.0
1.43.0
1.43.1
1.43.2
1.43.3
1.44.0
1.44.1
1.45.0
1.46.0
1.46.1
1.46.2
1.46.3
1.47.0
1.47.1
1.48.0
1.49.0
1.5.0
1.5.1
1.6.0
1.7.0
1.7.1
1.8.0
1.9.0
1.9.1
1.9.2
Fixed in
1.50.0
References Updated Jul 13, 2026 · Source: OSV.dev | ||
1.35.1
patch
1 CVE
CVE-2026-49360
PYSEC-2026-3049
GHSA-rh62-j648-g5qc
Jul 13, 2026
Recce server has unauthenticated SQL execution that allows local file read/write through DuckDB
Medium
Network
Low
None
None
ImpactRecce 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. PatchesThis issue has been patched in Recce 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. CreditsThanks to Sitampan (@hxcbtc) for responsibly reporting this issue. WorkaroundsUsers who cannot upgrade immediately should avoid exposing 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 versions
0.1.0
0.1.0.dev0
0.1.0.dev1
0.1.0.dev2
0.10.0
0.11.0
0.12.0
0.12.1
0.12.2
0.13.0
0.13.1
0.14.0
+ 176 more Show less
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.2.0
0.20.0
0.20.1
0.21.0
0.21.1
0.22.0
0.22.1
0.22.2
0.22.3
0.23.0
0.23.1
0.24.0
0.25.1
0.25.2
0.26.0
0.27.0
0.28.0
0.29.0
0.3.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.38.1
0.38.2
0.38.3
0.39.0
0.4.0
0.40.0
0.41.0
0.41.1
0.42.0
0.42.1
0.43.0
0.44.0
0.44.1
0.44.2
0.44.3
0.45.0
0.46.0
0.47.0
0.48.0
0.49.0
0.5.0
0.50.0
0.51.0
0.51.1
0.51.2
0.51.3
0.52.0
0.52.1
0.53.0
0.54.0
0.55.0
0.56.0
0.56.1
0.57.0
0.57.1
0.58.0
0.58.1
0.59.0
0.6.0
0.6.1
0.60.0
0.61.0
0.7.0
0.8.0
0.8.1
0.8.2
0.9.0
1.0.0
1.0.1
1.1.0
1.1.1
1.10.0
1.11.0
1.11.1
1.11.2
1.11.3
1.12.0
1.12.1
1.13.0
1.14.0
1.15.0
1.15.1
1.16.0
1.17.0
1.17.1
1.18.0
1.19.0
1.19.1
1.19.2
1.2.0
1.20.0
1.21.0
1.21.1
1.21.2
1.22.0
1.23.0
1.23.1
1.24.0
1.24.1
1.24.2
1.24.3
1.24.4
1.25.0
1.26.0
1.26.1
1.27.0
1.27.1
1.28.0
1.28.1
1.28.2
1.28.3
1.28.4
1.29.0
1.3.0
1.3.0.20250508
1.3.0.20250511
1.3.0.20250512
1.3.0.20250513
1.30.0
1.30.1
1.30.2
1.31.0
1.32.0
1.33.0
1.33.1
1.34.0
1.34.1
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.40.0
1.40.1
1.40.2
1.41.0
1.42.0
1.43.0
1.43.1
1.43.2
1.43.3
1.44.0
1.44.1
1.45.0
1.46.0
1.46.1
1.46.2
1.46.3
1.47.0
1.47.1
1.48.0
1.49.0
1.5.0
1.5.1
1.6.0
1.7.0
1.7.1
1.8.0
1.9.0
1.9.1
1.9.2
Fixed in
1.50.0
References Updated Jul 13, 2026 · Source: OSV.dev | ||
1.35.0
minor
1 CVE
CVE-2026-49360
PYSEC-2026-3049
GHSA-rh62-j648-g5qc
Jul 13, 2026
Recce server has unauthenticated SQL execution that allows local file read/write through DuckDB
Medium
Network
Low
None
None
ImpactRecce 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. PatchesThis issue has been patched in Recce 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. CreditsThanks to Sitampan (@hxcbtc) for responsibly reporting this issue. WorkaroundsUsers who cannot upgrade immediately should avoid exposing 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 versions
0.1.0
0.1.0.dev0
0.1.0.dev1
0.1.0.dev2
0.10.0
0.11.0
0.12.0
0.12.1
0.12.2
0.13.0
0.13.1
0.14.0
+ 176 more Show less
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.2.0
0.20.0
0.20.1
0.21.0
0.21.1
0.22.0
0.22.1
0.22.2
0.22.3
0.23.0
0.23.1
0.24.0
0.25.1
0.25.2
0.26.0
0.27.0
0.28.0
0.29.0
0.3.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.38.1
0.38.2
0.38.3
0.39.0
0.4.0
0.40.0
0.41.0
0.41.1
0.42.0
0.42.1
0.43.0
0.44.0
0.44.1
0.44.2
0.44.3
0.45.0
0.46.0
0.47.0
0.48.0
0.49.0
0.5.0
0.50.0
0.51.0
0.51.1
0.51.2
0.51.3
0.52.0
0.52.1
0.53.0
0.54.0
0.55.0
0.56.0
0.56.1
0.57.0
0.57.1
0.58.0
0.58.1
0.59.0
0.6.0
0.6.1
0.60.0
0.61.0
0.7.0
0.8.0
0.8.1
0.8.2
0.9.0
1.0.0
1.0.1
1.1.0
1.1.1
1.10.0
1.11.0
1.11.1
1.11.2
1.11.3
1.12.0
1.12.1
1.13.0
1.14.0
1.15.0
1.15.1
1.16.0
1.17.0
1.17.1
1.18.0
1.19.0
1.19.1
1.19.2
1.2.0
1.20.0
1.21.0
1.21.1
1.21.2
1.22.0
1.23.0
1.23.1
1.24.0
1.24.1
1.24.2
1.24.3
1.24.4
1.25.0
1.26.0
1.26.1
1.27.0
1.27.1
1.28.0
1.28.1
1.28.2
1.28.3
1.28.4
1.29.0
1.3.0
1.3.0.20250508
1.3.0.20250511
1.3.0.20250512
1.3.0.20250513
1.30.0
1.30.1
1.30.2
1.31.0
1.32.0
1.33.0
1.33.1
1.34.0
1.34.1
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.40.0
1.40.1
1.40.2
1.41.0
1.42.0
1.43.0
1.43.1
1.43.2
1.43.3
1.44.0
1.44.1
1.45.0
1.46.0
1.46.1
1.46.2
1.46.3
1.47.0
1.47.1
1.48.0
1.49.0
1.5.0
1.5.1
1.6.0
1.7.0
1.7.1
1.8.0
1.9.0
1.9.1
1.9.2
Fixed in
1.50.0
References Updated Jul 13, 2026 · Source: OSV.dev | ||
1.34.1
patch
1 CVE
CVE-2026-49360
PYSEC-2026-3049
GHSA-rh62-j648-g5qc
Jul 13, 2026
Recce server has unauthenticated SQL execution that allows local file read/write through DuckDB
Medium
Network
Low
None
None
ImpactRecce 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. PatchesThis issue has been patched in Recce 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. CreditsThanks to Sitampan (@hxcbtc) for responsibly reporting this issue. WorkaroundsUsers who cannot upgrade immediately should avoid exposing 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 versions
0.1.0
0.1.0.dev0
0.1.0.dev1
0.1.0.dev2
0.10.0
0.11.0
0.12.0
0.12.1
0.12.2
0.13.0
0.13.1
0.14.0
+ 176 more Show less
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.2.0
0.20.0
0.20.1
0.21.0
0.21.1
0.22.0
0.22.1
0.22.2
0.22.3
0.23.0
0.23.1
0.24.0
0.25.1
0.25.2
0.26.0
0.27.0
0.28.0
0.29.0
0.3.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.38.1
0.38.2
0.38.3
0.39.0
0.4.0
0.40.0
0.41.0
0.41.1
0.42.0
0.42.1
0.43.0
0.44.0
0.44.1
0.44.2
0.44.3
0.45.0
0.46.0
0.47.0
0.48.0
0.49.0
0.5.0
0.50.0
0.51.0
0.51.1
0.51.2
0.51.3
0.52.0
0.52.1
0.53.0
0.54.0
0.55.0
0.56.0
0.56.1
0.57.0
0.57.1
0.58.0
0.58.1
0.59.0
0.6.0
0.6.1
0.60.0
0.61.0
0.7.0
0.8.0
0.8.1
0.8.2
0.9.0
1.0.0
1.0.1
1.1.0
1.1.1
1.10.0
1.11.0
1.11.1
1.11.2
1.11.3
1.12.0
1.12.1
1.13.0
1.14.0
1.15.0
1.15.1
1.16.0
1.17.0
1.17.1
1.18.0
1.19.0
1.19.1
1.19.2
1.2.0
1.20.0
1.21.0
1.21.1
1.21.2
1.22.0
1.23.0
1.23.1
1.24.0
1.24.1
1.24.2
1.24.3
1.24.4
1.25.0
1.26.0
1.26.1
1.27.0
1.27.1
1.28.0
1.28.1
1.28.2
1.28.3
1.28.4
1.29.0
1.3.0
1.3.0.20250508
1.3.0.20250511
1.3.0.20250512
1.3.0.20250513
1.30.0
1.30.1
1.30.2
1.31.0
1.32.0
1.33.0
1.33.1
1.34.0
1.34.1
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.40.0
1.40.1
1.40.2
1.41.0
1.42.0
1.43.0
1.43.1
1.43.2
1.43.3
1.44.0
1.44.1
1.45.0
1.46.0
1.46.1
1.46.2
1.46.3
1.47.0
1.47.1
1.48.0
1.49.0
1.5.0
1.5.1
1.6.0
1.7.0
1.7.1
1.8.0
1.9.0
1.9.1
1.9.2
Fixed in
1.50.0
References Updated Jul 13, 2026 · Source: OSV.dev | ||
1.34.0
minor
1 CVE
CVE-2026-49360
PYSEC-2026-3049
GHSA-rh62-j648-g5qc
Jul 13, 2026
Recce server has unauthenticated SQL execution that allows local file read/write through DuckDB
Medium
Network
Low
None
None
ImpactRecce 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. PatchesThis issue has been patched in Recce 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. CreditsThanks to Sitampan (@hxcbtc) for responsibly reporting this issue. WorkaroundsUsers who cannot upgrade immediately should avoid exposing 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 versions
0.1.0
0.1.0.dev0
0.1.0.dev1
0.1.0.dev2
0.10.0
0.11.0
0.12.0
0.12.1
0.12.2
0.13.0
0.13.1
0.14.0
+ 176 more Show less
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.2.0
0.20.0
0.20.1
0.21.0
0.21.1
0.22.0
0.22.1
0.22.2
0.22.3
0.23.0
0.23.1
0.24.0
0.25.1
0.25.2
0.26.0
0.27.0
0.28.0
0.29.0
0.3.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.38.1
0.38.2
0.38.3
0.39.0
0.4.0
0.40.0
0.41.0
0.41.1
0.42.0
0.42.1
0.43.0
0.44.0
0.44.1
0.44.2
0.44.3
0.45.0
0.46.0
0.47.0
0.48.0
0.49.0
0.5.0
0.50.0
0.51.0
0.51.1
0.51.2
0.51.3
0.52.0
0.52.1
0.53.0
0.54.0
0.55.0
0.56.0
0.56.1
0.57.0
0.57.1
0.58.0
0.58.1
0.59.0
0.6.0
0.6.1
0.60.0
0.61.0
0.7.0
0.8.0
0.8.1
0.8.2
0.9.0
1.0.0
1.0.1
1.1.0
1.1.1
1.10.0
1.11.0
1.11.1
1.11.2
1.11.3
1.12.0
1.12.1
1.13.0
1.14.0
1.15.0
1.15.1
1.16.0
1.17.0
1.17.1
1.18.0
1.19.0
1.19.1
1.19.2
1.2.0
1.20.0
1.21.0
1.21.1
1.21.2
1.22.0
1.23.0
1.23.1
1.24.0
1.24.1
1.24.2
1.24.3
1.24.4
1.25.0
1.26.0
1.26.1
1.27.0
1.27.1
1.28.0
1.28.1
1.28.2
1.28.3
1.28.4
1.29.0
1.3.0
1.3.0.20250508
1.3.0.20250511
1.3.0.20250512
1.3.0.20250513
1.30.0
1.30.1
1.30.2
1.31.0
1.32.0
1.33.0
1.33.1
1.34.0
1.34.1
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.40.0
1.40.1
1.40.2
1.41.0
1.42.0
1.43.0
1.43.1
1.43.2
1.43.3
1.44.0
1.44.1
1.45.0
1.46.0
1.46.1
1.46.2
1.46.3
1.47.0
1.47.1
1.48.0
1.49.0
1.5.0
1.5.1
1.6.0
1.7.0
1.7.1
1.8.0
1.9.0
1.9.1
1.9.2
Fixed in
1.50.0
References Updated Jul 13, 2026 · Source: OSV.dev | ||
1.33.1
patch
1 CVE
CVE-2026-49360
PYSEC-2026-3049
GHSA-rh62-j648-g5qc
Jul 13, 2026
Recce server has unauthenticated SQL execution that allows local file read/write through DuckDB
Medium
Network
Low
None
None
ImpactRecce 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. PatchesThis issue has been patched in Recce 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. CreditsThanks to Sitampan (@hxcbtc) for responsibly reporting this issue. WorkaroundsUsers who cannot upgrade immediately should avoid exposing 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 versions
0.1.0
0.1.0.dev0
0.1.0.dev1
0.1.0.dev2
0.10.0
0.11.0
0.12.0
0.12.1
0.12.2
0.13.0
0.13.1
0.14.0
+ 176 more Show less
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.2.0
0.20.0
0.20.1
0.21.0
0.21.1
0.22.0
0.22.1
0.22.2
0.22.3
0.23.0
0.23.1
0.24.0
0.25.1
0.25.2
0.26.0
0.27.0
0.28.0
0.29.0
0.3.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.38.1
0.38.2
0.38.3
0.39.0
0.4.0
0.40.0
0.41.0
0.41.1
0.42.0
0.42.1
0.43.0
0.44.0
0.44.1
0.44.2
0.44.3
0.45.0
0.46.0
0.47.0
0.48.0
0.49.0
0.5.0
0.50.0
0.51.0
0.51.1
0.51.2
0.51.3
0.52.0
0.52.1
0.53.0
0.54.0
0.55.0
0.56.0
0.56.1
0.57.0
0.57.1
0.58.0
0.58.1
0.59.0
0.6.0
0.6.1
0.60.0
0.61.0
0.7.0
0.8.0
0.8.1
0.8.2
0.9.0
1.0.0
1.0.1
1.1.0
1.1.1
1.10.0
1.11.0
1.11.1
1.11.2
1.11.3
1.12.0
1.12.1
1.13.0
1.14.0
1.15.0
1.15.1
1.16.0
1.17.0
1.17.1
1.18.0
1.19.0
1.19.1
1.19.2
1.2.0
1.20.0
1.21.0
1.21.1
1.21.2
1.22.0
1.23.0
1.23.1
1.24.0
1.24.1
1.24.2
1.24.3
1.24.4
1.25.0
1.26.0
1.26.1
1.27.0
1.27.1
1.28.0
1.28.1
1.28.2
1.28.3
1.28.4
1.29.0
1.3.0
1.3.0.20250508
1.3.0.20250511
1.3.0.20250512
1.3.0.20250513
1.30.0
1.30.1
1.30.2
1.31.0
1.32.0
1.33.0
1.33.1
1.34.0
1.34.1
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.40.0
1.40.1
1.40.2
1.41.0
1.42.0
1.43.0
1.43.1
1.43.2
1.43.3
1.44.0
1.44.1
1.45.0
1.46.0
1.46.1
1.46.2
1.46.3
1.47.0
1.47.1
1.48.0
1.49.0
1.5.0
1.5.1
1.6.0
1.7.0
1.7.1
1.8.0
1.9.0
1.9.1
1.9.2
Fixed in
1.50.0
References Updated Jul 13, 2026 · Source: OSV.dev | ||
1.33.0
minor
1 CVE
CVE-2026-49360
PYSEC-2026-3049
GHSA-rh62-j648-g5qc
Jul 13, 2026
Recce server has unauthenticated SQL execution that allows local file read/write through DuckDB
Medium
Network
Low
None
None
ImpactRecce 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. PatchesThis issue has been patched in Recce 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. CreditsThanks to Sitampan (@hxcbtc) for responsibly reporting this issue. WorkaroundsUsers who cannot upgrade immediately should avoid exposing 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 versions
0.1.0
0.1.0.dev0
0.1.0.dev1
0.1.0.dev2
0.10.0
0.11.0
0.12.0
0.12.1
0.12.2
0.13.0
0.13.1
0.14.0
+ 176 more Show less
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.2.0
0.20.0
0.20.1
0.21.0
0.21.1
0.22.0
0.22.1
0.22.2
0.22.3
0.23.0
0.23.1
0.24.0
0.25.1
0.25.2
0.26.0
0.27.0
0.28.0
0.29.0
0.3.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.38.1
0.38.2
0.38.3
0.39.0
0.4.0
0.40.0
0.41.0
0.41.1
0.42.0
0.42.1
0.43.0
0.44.0
0.44.1
0.44.2
0.44.3
0.45.0
0.46.0
0.47.0
0.48.0
0.49.0
0.5.0
0.50.0
0.51.0
0.51.1
0.51.2
0.51.3
0.52.0
0.52.1
0.53.0
0.54.0
0.55.0
0.56.0
0.56.1
0.57.0
0.57.1
0.58.0
0.58.1
0.59.0
0.6.0
0.6.1
0.60.0
0.61.0
0.7.0
0.8.0
0.8.1
0.8.2
0.9.0
1.0.0
1.0.1
1.1.0
1.1.1
1.10.0
1.11.0
1.11.1
1.11.2
1.11.3
1.12.0
1.12.1
1.13.0
1.14.0
1.15.0
1.15.1
1.16.0
1.17.0
1.17.1
1.18.0
1.19.0
1.19.1
1.19.2
1.2.0
1.20.0
1.21.0
1.21.1
1.21.2
1.22.0
1.23.0
1.23.1
1.24.0
1.24.1
1.24.2
1.24.3
1.24.4
1.25.0
1.26.0
1.26.1
1.27.0
1.27.1
1.28.0
1.28.1
1.28.2
1.28.3
1.28.4
1.29.0
1.3.0
1.3.0.20250508
1.3.0.20250511
1.3.0.20250512
1.3.0.20250513
1.30.0
1.30.1
1.30.2
1.31.0
1.32.0
1.33.0
1.33.1
1.34.0
1.34.1
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.40.0
1.40.1
1.40.2
1.41.0
1.42.0
1.43.0
1.43.1
1.43.2
1.43.3
1.44.0
1.44.1
1.45.0
1.46.0
1.46.1
1.46.2
1.46.3
1.47.0
1.47.1
1.48.0
1.49.0
1.5.0
1.5.1
1.6.0
1.7.0
1.7.1
1.8.0
1.9.0
1.9.1
1.9.2
Fixed in
1.50.0
References Updated Jul 13, 2026 · Source: OSV.dev | ||
1.32.0
minor
1 CVE
CVE-2026-49360
PYSEC-2026-3049
GHSA-rh62-j648-g5qc
Jul 13, 2026
Recce server has unauthenticated SQL execution that allows local file read/write through DuckDB
Medium
Network
Low
None
None
ImpactRecce 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. PatchesThis issue has been patched in Recce 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. CreditsThanks to Sitampan (@hxcbtc) for responsibly reporting this issue. WorkaroundsUsers who cannot upgrade immediately should avoid exposing 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 versions
0.1.0
0.1.0.dev0
0.1.0.dev1
0.1.0.dev2
0.10.0
0.11.0
0.12.0
0.12.1
0.12.2
0.13.0
0.13.1
0.14.0
+ 176 more Show less
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.2.0
0.20.0
0.20.1
0.21.0
0.21.1
0.22.0
0.22.1
0.22.2
0.22.3
0.23.0
0.23.1
0.24.0
0.25.1
0.25.2
0.26.0
0.27.0
0.28.0
0.29.0
0.3.0
0.30.0
0.31.0
0.32.0
0.33.0
0.34.0
0.35.0
0.36.0
0.37.0
0.38.0
0.38.1
0.38.2
0.38.3
0.39.0
0.4.0
0.40.0
0.41.0
0.41.1
0.42.0
0.42.1
0.43.0
0.44.0
0.44.1
0.44.2
0.44.3
0.45.0
0.46.0
0.47.0
0.48.0
0.49.0
0.5.0
0.50.0
0.51.0
0.51.1
0.51.2
0.51.3
0.52.0
0.52.1
0.53.0
0.54.0
0.55.0
0.56.0
0.56.1
0.57.0
0.57.1
0.58.0
0.58.1
0.59.0
0.6.0
0.6.1
0.60.0
0.61.0
0.7.0
0.8.0
0.8.1
0.8.2
0.9.0
1.0.0
1.0.1
1.1.0
1.1.1
1.10.0
1.11.0
1.11.1
1.11.2
1.11.3
1.12.0
1.12.1
1.13.0
1.14.0
1.15.0
1.15.1
1.16.0
1.17.0
1.17.1
1.18.0
1.19.0
1.19.1
1.19.2
1.2.0
1.20.0
1.21.0
1.21.1
1.21.2
1.22.0
1.23.0
1.23.1
1.24.0
1.24.1
1.24.2
1.24.3
1.24.4
1.25.0
1.26.0
1.26.1
1.27.0
1.27.1
1.28.0
1.28.1
1.28.2
1.28.3
1.28.4
1.29.0
1.3.0
1.3.0.20250508
1.3.0.20250511
1.3.0.20250512
1.3.0.20250513
1.30.0
1.30.1
1.30.2
1.31.0
1.32.0
1.33.0
1.33.1
1.34.0
1.34.1
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.40.0
1.40.1
1.40.2
1.41.0
1.42.0
1.43.0
1.43.1
1.43.2
1.43.3
1.44.0
1.44.1
1.45.0
1.46.0
1.46.1
1.46.2
1.46.3
1.47.0
1.47.1
1.48.0
1.49.0
1.5.0
1.5.1
1.6.0
1.7.0
1.7.1
1.8.0
1.9.0
1.9.1
1.9.2
Fixed in
1.50.0
References Updated Jul 13, 2026 · Source: OSV.dev |