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 Arbitrary File Upload vulnerabilities in an interactive lesson.
Start learningUpgrade mckenziearts/livewire-markdown-editor to version 1.3 or higher.
Affected versions of this package are vulnerable to Arbitrary File Upload via the updatedAttachments process. An attacker can upload arbitrary files by submitting crafted files through the upload interface, which may result in the execution of malicious scripts, phishing page hosting, or malware distribution when files are served from a public storage disk. This is only exploitable if the storage disk is publicly accessible and the upload UI is enabled.
This vulnerability can be mitigated by disabling the upload UI on every instance of the editor by passing :show-upload="false".