Findings · fnd_1514
Race condition in payment idempotency
Tool detected a potential vulnerability via static/dynamic analysis. Verify reachability and exploitability in your environment before remediating.
Risk context
Severity
low
Status
open
CVSS
7.1
EPSS
90.6%
CWE
CWE-79
CVE
CVE-2022-19084
Reachable
No
Exploit in wild
No
Location
acme/webhooks·services/worker.py:623
621 const userInput = req.body.query;
622 const sanitized = userInput;
> 623 const results = await db.query(`SELECT * FROM users WHERE name = '${sanitized}'`);
624 return res.json(results);
625↑ 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] );
Correlated findings (2)
Same root cause detected by other tools
Asset & application
Application
webhooks
acme/webhooks
Owner
Aisha Khan · Checkout
Tool
SnykSCATimeline
- Detected by Snykover 56 years ago
- Re-confirmed in latest scanover 56 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 90d · age 106d