Severity by source
AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H
Admin privileges are required (PR:H) and an uploaded shell compromises the same WordPress/host authority, so S:U not S:C; impact is high across C/I/A via code execution.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
2DescriptionCVE.org
Administrator Arbitrary File Upload in Really Simple CSV Importer <= 1.3 versions.
AnalysisAI
Arbitrary file upload in the Really Simple CSV Importer WordPress plugin (versions <= 1.3) lets an authenticated administrator write files of dangerous types into a web-accessible path, enabling web shell deployment and full site/server compromise. Reported by Patchstack, it carries a CVSS 9.1 (scope-changed) rating, but exploitation requires high privileges (PR:H). There is no public exploit identified at time of analysis and it is not listed in CISA KEV.
Technical ContextAI
Really Simple CSV Importer is a WordPress plugin that ingests CSV files to bulk-create or update posts, users, and attached media. The flaw is CWE-434 (Unrestricted Upload of File with Dangerous Type): the import routine accepts file references/attachments during CSV processing without adequately validating extension or MIME type against an allow-list, so a dangerous file (e.g., a PHP script) can be written into the WordPress uploads directory where it is web-servable and executable. The affected component is identified by CPE cpe:2.3:a:webの相談所:really_simple_csv_importer, indicating a Japanese-authored plugin (vendor 'Web no Soudanjo'). Because uploaded content can land in an executable web path, a benign data-import feature becomes an arbitrary-code-execution primitive.
RemediationAI
No vendor-released patch version is identified in the provided data, so exact fixed-release guidance cannot be cited - consult the Patchstack advisory (https://patchstack.com/database/wordpress/plugin/really-simple-csv-importer/vulnerability/wordpress-really-simple-csv-importer-plugin-1-3-arbitrary-file-upload-vulnerability) and the WordPress.org plugin page for a release newer than 1.3 and apply it once available. Because the plugin appears lightly maintained, the strongest compensating control is to deactivate and remove the plugin if CSV import is not actively needed, fully eliminating the attack surface at the cost of losing import functionality. If it must remain, restrict administrator accounts to trusted personnel and enforce 2FA to protect the PR:H prerequisite, limit who can reach the import feature, and configure the web server to deny PHP execution in wp-content/uploads (an .htaccess or nginx rule blocking script handlers) - this blocks web-shell execution but can break plugins that legitimately serve dynamic content from uploads. A Patchstack WAF/virtual-patch rule can filter malicious import requests as an interim measure.
Same technique File Upload
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-48225
GHSA-r527-6vrg-gv55