WordPress Importer
3
Guides
WordPress Importer — Arbitrary Post Creation
The official WordPress Importer accepts a structured file and creates content from it. WPDeeply’s 2021 disclosure examined what happens when the file is not trustworthy.
WordPress Importer and _wp_attached_file: Why Imports Need Security Review
Importers create content and file references from external data. If the importer trusts attachment metadata too much, a migration file can become a security boundary problem.
WordPress Attached File Meta: Small Field, Big Security Consequences
_wp_attached_file looks like simple media bookkeeping, but it influences how WordPress finds files. Any plugin that writes it should treat it as security-sensitive.