CVE-2026-49360

7.8

DataRecce · recce

A path traversal vulnerability exists in the DataRecce recce toolkit, allowing unauthenticated attackers to manipulate file paths via external control.

Executive summary

A path traversal vulnerability in the DataRecce recce toolkit could allow unauthorized file system access by an unauthenticated attacker.

Vulnerability

The application is susceptible to CWE-73: External Control of File Name or Path. This allows an unauthenticated remote attacker to influence file operations, potentially leading to unauthorized access or manipulation of sensitive system files.

Business impact

The vulnerability carries a CVSS score of 7.8, indicating a high severity risk. Successful exploitation could lead to the exposure of sensitive configuration files or data, resulting in a breach of confidentiality and integrity, which may disrupt internal data validation workflows and compromise the security of the broader data pipeline.

Remediation

Immediate Action: Update the recce package to version 1.50.0 or later to include the necessary path validation fixes.

Proactive Monitoring: Monitor file access logs for unusual read requests or access attempts targeting directories outside of the intended scope of the application.

Compensating Controls: Implement strict file system permissions for the service account running the toolkit and utilize a Web Application Firewall to filter requests containing suspicious path traversal patterns.

Exploitation status

Public Exploit Available: Unknown

Analyst recommendation

Given the high CVSS score, organizations utilizing the recce toolkit for dbt PR reviews must prioritize the update to version 1.50.0. Failure to patch allows for potential unauthorized file system access, which could be leveraged to extract sensitive information from the host environment.