Description
The teddy-bear-customize-addon WordPress plugin through 1.0.5 does not properly validate uploaded files, relying on a client-supplied content type and preserving the original filename, allowing unauthenticated attackers to upload arbitrary PHP files and execute code on the server.
Published: 2026-09-11
Score: n/a
EPSS: n/a
KEV: No
Impact: Unauthenticated execution of arbitrary PHP code via unrestricted file upload
Action: Immediate Patch
AI Analysis

Impact

The teddy-bear-customize-addon plugin allows any visitor to upload files without proper validation. The server trusts the client-supplied content type and preserves the filename, enabling the upload of malicious PHP code that can be executed on the server. The weakness corresponds to uncontrolled file upload (CWE‑434), giving attackers the ability to compromise the confidentiality, integrity, and availability of the site.

Affected Systems

The vulnerability affects the WordPress plugin teddy‑bear‑customize‑addon for all installations running version 1.0.5 or older. No other vendor or product versions are listed as affected in the CNA data.

Risk and Exploitability

Because authentication is not required, the attack vector is the public-facing file upload interface of the plugin. While no EPSS score is available, the potential for remote code execution is high and the vulnerability is not listed in the CISA KEV catalog. An attacker can simply craft a PHP payload, upload it, and then trigger execution by accessing the file’s URL, leading to full server compromise.

Generated by OpenCVE AI on September 11, 2026 at 07:26 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the teddy‑bear‑customize‑addon plugin to a version newer than 1.0.5 that fixes the upload validation flaw, if such a release exists.
  • If an update is not available, disable or remove the plugin from the WordPress installation to eliminate the upload surface.
  • Configure the web server to reject PHP files in the upload directory, allow only validation of uploaded content.

Generated by OpenCVE AI on September 11, 2026 at 07:26 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 11 Sep 2026 07:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-434

Fri, 11 Sep 2026 06:30:00 +0000

Type Values Removed Values Added
Description The teddy-bear-customize-addon WordPress plugin through 1.0.5 does not properly validate uploaded files, relying on a client-supplied content type and preserving the original filename, allowing unauthenticated attackers to upload arbitrary PHP files and execute code on the server.
Title Teddy Bear Customize Addon <= 1.0.5 - Unauthenticated Arbitrary File Upload
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-09-11T06:00:06.541Z

Reserved: 2026-07-03T09:48:33.743Z

Link: CVE-2026-14560

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-11T07:16:45.980

Modified: 2026-09-11T07:16:45.980

Link: CVE-2026-14560

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-11T07:30:10Z

Weaknesses
  • CWE-434

    Unrestricted Upload of File with Dangerous Type