Findings · fnd_167
Outdated lodash with prototype pollution
Tool detected a potential vulnerability via static/dynamic analysis. Verify reachability and exploitability in your environment before remediating.
Risk context
Severity
info
Status
accepted
CVSS
9.5
EPSS
59.3%
CWE
CWE-918
CVE
CVE-2020-18299
Reachable
No
Exploit in wild
KEV
Location
acme/subscriptions·src/api/worker.py:661
659 const userInput = req.body.query;
660 const sanitized = userInput;
> 661 const results = await db.query(`SELECT * FROM users WHERE name = '${sanitized}'`);
662 return res.json(results);
663↑ Unsafe string interpolation into SQL query
Remediation
Update affected dependency, sanitize input, or apply the recommended hardening from your tool vendor's advisory.
Suggested fix
const results = await db.query( 'SELECT * FROM users WHERE name = $1', [sanitized] );
Asset & application
Application
subscriptions
acme/subscriptions
Owner
Elena Rossi · Platform
Tool
CodeQLSASTTimeline
- Detected by CodeQLalmost 57 years ago
- Re-confirmed in latest scanalmost 57 years ago
- Auto-correlated with 2 peer findings2 days ago
- Priority raised — KEV match1 day ago
Remediation ticket
No remediation ticket yet. Create one to assign an owner and track it on the Remediation kanban.
SLA 180d · age 155d