CVE-2025-55912
published 2025-09-18CVE-2025-55912: An issue in ClipBucket 5.5.0 and prior versions allows an unauthenticated attacker can exploit the plupload endpoint in photo_uploader.php to upload arbitrary…
PriorityP264high7.3CVSS 3.1
AVNACLPRNUINSUCLILAL
EXPLOIT
EPSS
1.45%
70.0th percentile
An issue in ClipBucket 5.5.0 and prior versions allows an unauthenticated attacker can exploit the plupload endpoint in photo_uploader.php to upload arbitrary files without any authentication, due to missing access controls in the upload handler
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| oxygenz | clipbucket | <= 5.5.0 | — |
Detection & IOCsextracted from sources · hover to see the quote
- →Monitor for unauthenticated POST requests to the plupload endpoint at photo_uploader.php — any file upload to this path without a valid session should be treated as malicious. ↗
- →Alert on the presence of PHP files (e.g., .php extensions) appearing under the /files/photos/ directory, which is the upload destination for the vulnerable endpoint. ↗
- →Detect web requests to /files/photos/*.php with query parameters such as ?cmd= which indicate webshell execution following a successful upload. ↗
- ·The vulnerability affects ClipBucket version 5.5.0 and all prior versions; the missing access control is specific to the plupload handler in photo_uploader.php. ↗
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
No detection rules found.
No writeups or analysis indexed.
https://github.com/MacWarrior/clipbucket-v5/blob/5.5.0/upload/actions/photo_uploader.phphttps://github.com/MacWarrior/clipbucket-v5/releases?page=2https://github.com/MacWarrior/clipbucket-v5/tree/5.5.0https://medium.com/@mukund.s1337/cve-2025-55912-clipbucket-5-5-0-unauthenticated-arbitrary-file-upload-rce-720c0c0fbc58
2025-09-18
Published