CVE-2015-9499
published 2019-10-22CVE-2015-9499: The Showbiz Pro plugin through 1.7.1 for WordPress has PHP code execution by uploading a .php file within a ZIP archive.
PriorityP182critical9.8CVSS 3.1
AVNACLPRNUINSUCHIHAH
ITWEXPLOITVulnCheck KEV
Exploited in the wild
EPSS
14.77%
96.3th percentile
The Showbiz Pro plugin through 1.7.1 for WordPress has PHP code execution by uploading a .php file within a ZIP archive.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| themepunch | showbiz_pro | <= 1.7.1 | — |
Detection & IOCsextracted from sources · hover to see the quote
path/wp-content/plugins/showbizpro/temp/update_extract/
url/wp-admin/admin.php?page=showbiz&view=sliders
- →After a malicious ZIP upload, a PHP webshell is extracted and accessible under the plugin's temp extraction path. Detect HTTP GET requests to /wp-content/plugins/showbizpro/temp/update_extract/*.php with a 200 response, indicating successful PHP code execution.
- →Exploitation is confirmed when the server responds HTTP 200 and the response body contains the string 'Update in progress...' alongside the showbiz slider admin URL, indicating the upload/extraction phase succeeded.
- →The attack vector involves uploading a ZIP archive containing a .php file to the Showbiz Pro plugin (through version 1.7.1). Monitor multipart/form-data POST requests (WebKitFormBoundary) to the showbiz admin endpoint for ZIP files containing PHP scripts.
- ·The plugin is only vulnerable through version 1.7.1. Detections should be scoped to environments running Showbiz Pro <= 1.7.1 for WordPress. ↗
CVSS provenance
nvdv3.19.8CRITICALCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
nvdv2.07.5HIGHAV:N/AC:L/Au:N/C:P/I:P/A:P
vulncheck9.8CRITICAL
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.
GHSA
GHSA-6cfg-jc2v-6v4v: The Showbiz Pro plugin through 1
ghsa_unreviewed·2022-05-24
CVE-2015-9499 [CRITICAL] CWE-434 GHSA-6cfg-jc2v-6v4v: The Showbiz Pro plugin through 1
The Showbiz Pro plugin through 1.7.1 for WordPress has PHP code execution by uploading a .php file within a ZIP archive.
VulnCheck
themepunch showbiz_pro Unrestricted Upload of File with Dangerous Type
vulncheck·2015·CVSS 9.8
CVE-2015-9499 [CRITICAL] themepunch showbiz_pro Unrestricted Upload of File with Dangerous Type
themepunch showbiz_pro Unrestricted Upload of File with Dangerous Type
The Showbiz Pro plugin through 1.7.1 for WordPress has PHP code execution by uploading a .php file within a ZIP archive.
Affected: themepunch showbiz_pro
Required Action: Apply remediations or mitigations per vendor instructions or discontinue use of the product if remediation or mitigations are unavailable.
Exploitation References: https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/showbizpro/showbiz-pro-responsive-teaser-wordpress-plugin-171-arbitrary-file-upload
No detection rules found.
Nuclei
WordPress ShowBiz Pro <= 1.7.1 - Authenticated Arbitrary File Upload to RCE
nuclei·CVSS 9.8
CVE-2015-9499 [CRITICAL] WordPress ShowBiz Pro <= 1.7.1 - Authenticated Arbitrary File Upload to RCE
WordPress ShowBiz Pro ')}}
------WebKitFormBoundaryWJDMjlXCUnC1rnZg--
matchers:
- type: dsl
dsl:
- "status_code == 200"
- "contains_all(body,'Update in progress...','wp-admin/admin.php?page=showbiz&view=sliders')"
condition: and
internal: true
- raw:
- |
GET /wp-content/plugins/showbizpro/temp/update_extract/{{filename}}.php HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl
dsl:
- "status_code == 200"
- "contains(body,'{{marker}}')"
condition: and
# digest: 4b0a00483046022100d7616afbb7d4c119b716fa5d8fa4b3090dcc97c6cecb6a965ce2e82f2d5b840e02210081720174a364459f0a786c8ae0afa75bcd404da18ad2966a233275d4dfecaa51:922c64590222798bb761d5b6d8e72950
No writeups or analysis indexed.
https://github.com/espreto/wpsploit/blob/master/modules/exploits/unix/webapp/wp_showbiz_file_upload.rbhttps://wpvulndb.com/vulnerabilities/7955https://www.exploit-db.com/exploits/35385https://github.com/espreto/wpsploit/blob/master/modules/exploits/unix/webapp/wp_showbiz_file_upload.rbhttps://wpvulndb.com/vulnerabilities/7955https://www.exploit-db.com/exploits/35385
2019-10-22
Published
Exploited in the wild