2021-10-03 21:46:05 +01:00
id : node-integration-enabled
info :
2022-05-20 17:38:52 -04:00
name : Electron Applications - Cross-Site Scripting & Remote Code Execution
2021-10-03 21:46:05 +01:00
author : me9187
severity : critical
2022-05-20 17:38:52 -04:00
description : |
Electron Applications is susceptible to remote code execution by way of cross-site scripting via nodeIntegration by calling require('child_process').exec('COMMAND');.
2021-10-04 18:17:45 +05:30
reference :
- https://blog.yeswehack.com/yeswerhackers/exploitation/pentesting-electron-applications/
- https://book.hacktricks.xyz/pentesting/pentesting-web/xss-to-rce-electron-desktop-apps
tags : electron,file,nodejs
2021-10-03 21:46:05 +01:00
file :
- extensions :
- all
matchers :
- type : word
words :
2021-10-03 21:50:50 +01:00
- "nodeIntegration: true"
2022-05-20 17:38:52 -04:00
# Enhanced by mp on 2022/05/19