Frappe · Erpnext · CVE-2025-52042
**Name of the Vulnerable Software and Affected Versions**
Frappe ERPNext version 15.57.5
**Description**
The `get rfq containing supplier()` function located at `erpnext/buying/doctype/request for quotation/request for quotation.py` is susceptible to SQL Injection. An attacker can inject a SQL query through the `txt` parameter, potentially allowing extraction of all information from databases.
**Recommendations**
Apply a fix that properly sanitizes the `txt` parameter used in the `get rfq containing supplier()` function.