Vulnerability Information
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
Vulnerability Title
SQL Injection in Frappe's ERPNext
Vulnerability Description
SQL injection in Frappe's ERPNext, versions ERPNext 15.107.0 and Frappe 15.107.2. The application constructs SQL queries through direct string interpolation using `str.format()` without employing parameterized queries, allowing the name (docname) of a Supplier record containing SQL metacharacters to be interpreted as part of the query. Exploitation of this vulnerability could allow an authenticated user with low privileges to execute arbitrary SQL queries, bypass Frappe’s access restrictions (DocPerm), extract confidential information from the database—including fragments of the administrator’s password hash—and access other sensitive data, such as credentials, integration tokens, or financial information.
CVSS Information
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:L/SC:N/SI:N/SA:N
Vulnerability Type
SQL命令中使用的特殊元素转义处理不恰当(SQL注入)
Vulnerability Title
Frappe ERPNext SQL注入漏洞
Vulnerability Description
Frappe erpnext是印度Frappe公司开源的一套企业资源规划系统。 Frappe ERPNext 15.107.0版本和15.107.2版本存在SQL注入漏洞,该漏洞源于应用程序使用str.format()直接拼接SQL查询字符串,未采用参数化查询,允许供应商记录的docname中包含的SQL元字符被解释为查询的一部分,可能导致认证的低权限用户执行任意SQL查询、绕过访问限制、提取数据库中的敏感信息(如管理员密码哈希片段等)。
CVSS Information
N/A
Vulnerability Type
N/A