|
|
|
|
|
by AmericanChopper
2904 days ago
|
|
Wordpress core has very secure coding practices, and if you can find an 0-day in it, then you've done very, very well. The problems with Wordpress are mostly: 1. WP installations are often not properly configured or maintained. 2. The plugin ecosystem is a mess of vulnerable and/or malicious code, or simply dead code that isn't maintained yet still deployed in the wild. |
|
That a POST param even was used to as the path to a file to delete without sanitizing it is not usually indicative of "secure coding practices".