Security readout for executives and security teams
Plain-English summary
CVE-2011-10004 affects the WordPress reciply Plugin through its uploadImage.php file. The reported issue is unrestricted file upload in versions 1.1.0 through 1.1.7. A vulnerable site could allow an authorized remote attacker to upload unwanted files. The named fix is upgrading to version 1.1.8.
Executive priority
Treat this as a high-priority cleanup for any WordPress site using reciply Plugin. The issue is old and has a named fixed version, so remediation should be straightforward if the plugin is still deployed. Prioritize public sites and sites with many user accounts.
Technical view
The issue is classified as CWE-434, unrestricted upload of a file with dangerous type. Public data names reciply Plugin versions up to 1.1.7 and the uploadImage.php component. CVSS v2 is 6.5 with network access, low complexity, and single authentication required. The patch is commit e3ff616dc08d3aadff9253f1085e13f677d0c676.
Likely exposure
Exposure is limited to WordPress sites running reciply Plugin versions 1.1.0 through 1.1.7. The sources indicate remote attackability but also authenticated or permission-required access. The exact required WordPress role is not stated in the provided sources.
Exploitation context
The source bundle does not show CISA KEV listing or active exploitation evidence. VulDB reports the attack may be initiated remotely. Because unrestricted upload flaws can become serious in CMS environments, vulnerable internet-facing WordPress sites should be prioritized even without confirmed exploitation.
Researcher notes
Evidence is clear on affected versions, vulnerability class, affected file, CVSS vector, and fixed version. Evidence is incomplete on required WordPress role, exploit availability, and real-world exploitation. Do not assume unauthenticated exploitation from the provided CVSS vector.
Mitigation direction
- Upgrade reciply Plugin to version 1.1.8 or later.
- Confirm the patch commit is present in deployed plugin code.
- Restrict access to upload functionality until the upgrade is complete.
- Review vendor and WordPress plugin guidance for any additional hardening.
Validation and detection
- Inventory WordPress sites for installed reciply Plugin versions.
- Flag versions 1.1.0 through 1.1.7 as vulnerable.
- Check whether uploadImage.php is present and reachable.
- Review web and application logs for suspicious upload activity.
- Verify post-upgrade that version 1.1.8 or the patch is deployed.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CWE-434: File access and web shell behavior lookup
File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupCVE-2011-10004 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Medium
- CVSS
- 6.5 (2.0)
- Known Exploited
- No
- Published
Vector: AV:N/AC:L/Au:S/C:P/I:P/A:P
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
AV:N/AC:L/Au:S/C:P/I:P/A:P86.4Primary CVE scoreVulnerability scoring details
Base CVSS 2.0 score
6.5MediumVector: AV:N/AC:L/Au:S/C:P/I:P/A:P
Source materials
- CVE List V5 sourceCVE List V5
- https://vuldb.com/?id.242189CVE reference · vdb-entry
- https://vuldb.com/?ctiid.242189CVE reference · signature, permissions-required
- https://github.com/wp-plugins/reciply/commit/e3ff616dc08d3aadff9253f1085e13f677d0c676CVE reference · patch
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Unrestricted Upload of File with Dangerous Type
Unrestricted Upload of File with Dangerous Type represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
