| Título | Pluck CMS 4.7.4 Stored XSS |
|---|
| Descripción | From the admin interface select Pages -> Manage Images. Select any valid image and intercept the request after selecting Upload. The filename parameter isn’t properly sanitized a payload of filename="test.<img src=a onmouseover=alert(document.cookie)>" is enough to achieve stored XSS on that page.
Any user or admin visiting the "manage images" page is exploited by our stored XSS.
Hovering about the broken image give the alert as shown below. Coincidentally the following will work also filename="index.<body onload=alert(document.cookie)>". There was a way I was able to insert the image into the homepage and have XSS on there permanently also. I blew up that install and just started using your dev branch so not going to waste time trying to do that.
This function: preventXSS() in function.all.php only escapes backslashes and isn't robust enough.
Developer corrected issue and fixed - https://github.com/pluck-cms/pluck/issues/58 |
|---|
| Fuente | ⚠️ https://github.com/pluck-cms |
|---|
| Usuario | s7acktrac3 (UID 865) |
|---|
| Sumisión | 2018-05-25 13:18 (hace 8 años) |
|---|
| Moderación | 2018-05-25 17:31 (4 hours later) |
|---|
| Estado | Aceptado |
|---|
| Entrada de VulDB | 118202 [Pluck 4.7.4 Manage Images function.all.php preventXSS Almacenado secuencias de comandos en sitios cruzados] |
|---|
| Puntos | 17 |
|---|