eclipse-theia / theia

Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.
http://theia-ide.org
Eclipse Public License 2.0
20.05k stars 2.5k forks source link

theia is affected by libwebp vuln CVE-2023-4863 #13000

Closed Sharyie closed 1 year ago

Sharyie commented 1 year ago

electron was affected by a vuln refer to CVE-2023-4863, and electron has been upgraded to fix it and released secure editions.

electron-mocha depends on electron, and has been released a new version 12.1.0 which upgreaded electron to secure edition.

theia depends on electron-mocha 11.0.x, so could you please release a new version to upgrade electron-mocah to 12.1.0 for fixing the vuln?

Sharyie commented 1 year ago

hello, Are there any plans to fix this vuln?

msujew commented 1 year ago

@Sharyie This will be fixed with the next electron dependency upgrade, see also https://github.com/eclipse-theia/theia/issues/12855. Note that the risk of this vulnerability is pretty minor in Theia - it would require the use of a malicious vscode extension or manually loading a malicious webpage through the in-app browser.

Sharyie commented 1 year ago

Thanks, note that the security electron version of 25.x.y is 25.8.4 and later.