Snyk has a proof-of-concept or detailed explanation of how to exploit this vulnerability.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsLearn about Server-side Request Forgery (SSRF) vulnerabilities in an interactive lesson.
Start learningUpgrade systeminformation
to version 5.3.4 or higher.
systeminformation is a simple system and OS information library.
Affected versions of this package are vulnerable to Server-side Request Forgery (SSRF) via the sanitizeShellString
function due to not sanitising @
properly.
const si = require('systeminformation');
si.inetChecksite("https://effectrenan.com@google.com").then(a => { console.log(a) });