Skip to content

Instantly share code, notes, and snippets.

@dg
dg / patch-CVE-2020-15227.php
Last active January 2, 2025 00:18
CVE-2020-15227 nette/application RCE in-place patch
<?php
# In-place apply the CVE-2020-15227 nette/application patch
# This is a universal patcher for all affected versions.
# Run with `php patch-CVE-2020-15227.php`
# Inspiration: @spazef0rze