sqls-server/sqls is vulnerable to command injection in the config command in github.com/sqls-server/sqls
sqls-server/sqls is vulnerable to command injection in the config command in github.com/sqls-server/sqls
02 / AFFECTED SOFTWARE
Affected packages
1 explicit affected versions
04 / EVIDENCE
Source records
sqls-server/sqls is vulnerable to command injection in the config command in github.com/sqls-server/sqls
sqls-server/sqls 0.2.28 is vulnerable to command injection in the config command because the openEditor function passes the EDITOR environment variable and config file path to sh -c without sanitization, allowing attackers to execute arbitrary commands. This issue has been patched via commit https://github.com/sqls-server/sqls/commit/468a23fc89af89f632cc023a10c031e4bc781797.
05 / REFERENCES
Further evidence
- https://advisory.dw1.io/54
- https://github.com/advisories/GHSA-f9f4-5859-29mf
- https://github.com/sqls-server/sqls/commit/468a23fc89af89f632cc023a10c031e4bc781797
- https://lukmanern.github.io/CVE-2025-61141.html
- https://nvd.nist.gov/vuln/detail/CVE-2025-61141
- https://github.com/sqls-server/sqls
- https://pkg.go.dev/vuln/GO-2025-4088