WordPress Plugin Peugeot Music 1.0 Critical Arbitrary File Upload
The National Vulnerability Database has disclosed a critical arbitrary file upload vulnerability, CVE-2018-25335, in the WordPress Plugin Peugeot Music version 1.0. This flaw allows unauthenticated attackers to upload malicious files directly to affected sites. The vulnerability stems from insufficient validation, enabling attackers to send POST requests to the upload.php endpoint and bypass file extension checks by manipulating the ‘name’ parameter.
With a CVSS score of 9.8 (CRITICAL), this vulnerability poses an extreme risk. Attackers can execute arbitrary code on the server by uploading web shells or other malicious scripts to the uploads directory. This provides a direct path to full system compromise, data exfiltration, and website defacement, all without requiring any authentication.
Defenders must recognize the immediate danger here. If this plugin is active, it’s an open door. The ease of exploitation — unauthenticated POST requests — means automated attacks are highly probable. It’s a prime target for initial access brokers and opportunistic attackers looking to establish a foothold.
What This Means For You
- If your organization uses WordPress and has the Peugeot Music plugin 1.0 installed, you are critically exposed. Immediately disable or remove this plugin. There is no patch for this specific vulnerability in the plugin. Audit your web server logs for any suspicious POST requests to `upload.php` and scan your uploads directory for unknown or recently modified files.
Related ATT&CK Techniques
🛡️ Detection Rules
3 rules · 6 SIEM formats3 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
CVE-2018-25335 - Peugeot Music Plugin Arbitrary File Upload
title: CVE-2018-25335 - Peugeot Music Plugin Arbitrary File Upload
id: scw-2026-05-17-ai-1
status: experimental
level: critical
description: |
Detects attempts to exploit the arbitrary file upload vulnerability in the Peugeot Music WordPress plugin (CVE-2018-25335) by targeting the 'upload.php' endpoint via POST requests. This allows unauthenticated attackers to upload malicious files.
author: SCW Feed Engine (AI-generated)
date: 2026-05-17
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2018-25335/
tags:
- attack.initial_access
- attack.t1190
logsource:
category: webserver
detection:
selection:
cs-uri|contains:
- '/wp-content/plugins/peugeot-music/upload.php'
cs-method:
- 'POST'
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2018-25335 | RCE | WordPress Plugin Peugeot Music 1.0 |
| CVE-2018-25335 | Arbitrary File Upload | upload.php endpoint |
| CVE-2018-25335 | Arbitrary File Upload | POST requests to upload.php |
| CVE-2018-25335 | Arbitrary File Upload | manipulating the 'name' parameter |
| CVE-2018-25335 | Code Execution | uploads directory |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 17, 2026 at 16:16 UTC |
This content was AI-rewritten and enriched by Shimi's Cyber World based on the original source. All intellectual property rights remain with the original author.
Believe this infringes your rights? Submit a takedown request.