LiveActive security incident?Get immediate response
CVE Record

CVE-2011-10004: reciply Plugin uploadImage.php unrestricted upload

A vulnerability was found in reciply Plugin up to 1.1.7 on WordPress. It has been rated as critical. This issue affects some unknown processing of the file uploadImage.php. The manipulation leads to unrestricted upload. The attack may be initiated remotely. Upgrading to version 1.1.8 is able to address this issue. The identifier of the patch is e3ff616dc08d3aadff9253f1085e13f677d0c676. It is recommended to upgrade the affected component. The identifier VDB-242189 was assigned to this vulnerability.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

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.
Prepared
Confidence
medium
Sources
5

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

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 · medium confidence lookup

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 lookup
cve · low confidence lookup

CVE-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
Vulnerability profileCVE Program record
Severity
Medium
CVSS
6.5 (2.0)
Known Exploited
No
Published

Vector: AV:N/AC:L/Au:S/C:P/I:P/A:P

Official CVE source material

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.

1CVSS vectors
0Timeline events
0ADP providers
4Source links

CVSS vector scores

1 official score

We 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.

ScoreVersionSeverityVectorExploitImpactSource
6.5CVSS 2.0MediumAV:N/AC:L/Au:S/C:P/I:P/A:P86.4Primary CVE score

Vulnerability scoring details

Base CVSS 2.0 score

6.5Medium
CVSS 2.0 vector shape for CVE-2011-10004Access VectorAccess ComplexityAuthenticationConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: AV:N/AC:L/Au:S/C:P/I:P/A:P

Access Vector
NetworkAdjacentLocal
Access Complexity
LowMediumHigh
Authentication
NoneSingleMultiple
Confidentiality Impact
CompletePartialNone
Integrity Impact
CompletePartialNone
Availability Impact
CompletePartialNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/areciply Plugin1.1.0, 1.1.1, 1.1.2, 1.1.3, 1.1.4, 1.1.5, 1.1.6, 1.1.7Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-434 · source CWE mapping

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.