Lucene search
+L

307 matches found

CVE
CVE
added yesterday21 views

CVE-2026-66843

The vulnerability CVE-2026-66843 affects html_sanitize_ex: from 0.3.1 before 1.5.3. The HTML5 scrubber does not register the tag in allow_tag_with_uri_attributes/3, and its only guard is a prefix check on javascript:, allowing attacker-supplied data: URLs to reach a trusted page via the data att...

2.3CVSS5.5AI score
SaveExploits0References4
NVD
NVD
added 2 days ago5 views

CVE-2026-70610

Electron is a framework for writing cross-platform desktop applications using JavaScript, HTML and CSS. Prior to 39.8.9, 40.9.2, 41.2.2, and 42.0.0-beta.4, objects copied across the contextBridge boundary from untrusted content could carry an attacker-influenced prototype, enabling...

5.4CVSS0.00383EPSS
SaveExploits0References13
NVD
NVD
added 2 days ago5 views

CVE-2026-70608

Electron is a framework for writing cross-platform desktop applications using JavaScript, HTML and CSS. Prior to 39.8.10, 41.10.3, and 42.0.1, a sandboxed iframe without the allow-popups keyword could still open a new window or trigger setWindowOpenHandler with no user interaction because...

7.2CVSS0.00259EPSS
SaveExploits0References10
NVD
NVD
added 2 days ago6 views

CVE-2026-70611

Electron is a framework for writing cross-platform desktop applications using JavaScript, HTML and CSS. Prior to 39.8.9, 40.9.2, 41.2.1, and 42.0.0-beta.3, the DevTools reveal in file manager action could launch the target file rather than reveal it. An attacker with a separate means of running...

6.9CVSS0.00134EPSS
SaveExploits0References13
Github Security Blog
Github Security Blog
added 2 days ago11 views

Electron: Sandboxed iframes can launch external protocol handlers

Impact Requests to open external protocol URLs from web content did not take iframe sandbox restrictions into account, so a sandboxed iframe could cause an OS-registered external application to be launched. The frame's sandbox state was also not made available to the app's permission handlers. Ap...

5.4CVSS5.6AI score0.00361EPSS
SaveExploits0References14Affected Software1
Cvelist
Cvelist
added 2 days ago26 views

CVE-2026-70612 Electron: Sandboxed iframes can launch external protocol handlers

Electron is a framework for writing cross-platform desktop applications using JavaScript, HTML and CSS. Prior to 39.8.8, 40.9.0, 41.2.1, and 42.0.0-beta.3, requests to open external protocol URLs from web content did not take iframe sandbox restrictions into account, so a sandboxed iframe could...

5.4CVSS0.00361EPSS
SaveExploits0References13
CVE
CVE
added 2 days ago28 views

CVE-2026-70612

The vulnerability CVE-2026-70612 affects Electron. It occurs when web content in sandboxed iframes can trigger external protocol handlers, because iframe sandbox restrictions were not applied to openExternal requests and the frame state wasn’t exposed to permission handlers. This could allow an O...

5.4CVSS5.4AI score0.00361EPSS
SaveExploits0References13
Github Security Blog
Github Security Blog
added 2 days ago12 views

Electron: DevTools embedder handler executes arbitrary files via shell open

Impact The DevTools "reveal in file manager" action could launch the target file rather than reveal it. An attacker with a separate means of running script inside the DevTools frontend such as a malicious DevTools extension could use this to execute native code outside the sandbox. Apps are only...

6.9CVSS5.8AI score0.00134EPSS
SaveExploits0References13Affected Software1
Cvelist
Cvelist
added 2 days ago34 views

CVE-2026-70611 Electron: DevTools embedder handler executes arbitrary files via shell open

Electron is a framework for writing cross-platform desktop applications using JavaScript, HTML and CSS. Prior to 39.8.9, 40.9.2, 41.2.1, and 42.0.0-beta.3, the DevTools reveal in file manager action could launch the target file rather than reveal it. An attacker with a separate means of running...

6.9CVSS0.00134EPSS
SaveExploits0References13
ATTACKERKB
ATTACKERKB
added 2 days ago7 views

CVE-2026-70611

Electron is a framework for writing cross-platform desktop applications using JavaScript, HTML and CSS. Prior to 39.8.9, 40.9.2, 41.2.1, and 42.0.0-beta.3, the DevTools reveal in file manager action could launch the target file rather than reveal it. An attacker with a separate means of running...

6.9CVSS5.8AI score0.00134EPSS
SaveExploits0References14Affected Software1
Github Security Blog
Github Security Blog
added 2 days ago12 views

Electron: contextBridge object copy honors prototype setters

Impact Objects copied across the contextBridge boundary from untrusted content could carry an attacker-influenced prototype, enabling prototype-pollution-style attacks against preload code despite context isolation being enabled. Apps are only affected if their preload code accepts object argumen...

5.4CVSS5.7AI score0.00383EPSS
SaveExploits0References14Affected Software1
Cvelist
Cvelist
added 2 days ago32 views

CVE-2026-70610 Electron: contextBridge object copy honors prototype setters

Electron is a framework for writing cross-platform desktop applications using JavaScript, HTML and CSS. Prior to 39.8.9, 40.9.2, 41.2.2, and 42.0.0-beta.4, objects copied across the contextBridge boundary from untrusted content could carry an attacker-influenced prototype, enabling...

5.4CVSS0.00383EPSS
SaveExploits0References13
ATTACKERKB
ATTACKERKB
added 2 days ago6 views

CVE-2026-70610

Electron is a framework for writing cross-platform desktop applications using JavaScript, HTML and CSS. Prior to 39.8.9, 40.9.2, 41.2.2, and 42.0.0-beta.4, objects copied across the contextBridge boundary from untrusted content could carry an attacker-influenced prototype, enabling...

5.4CVSS5.6AI score0.00383EPSS
SaveExploits0References14Affected Software1
CVE
CVE
added 2 days ago30 views

CVE-2026-70610

Electron contextBridge prototype-pollution vulnerability: objects copied from untrusted content into preload code could carry attacker-influenced prototypes even with context isolation. Affected versions prior to 39.8.9, 40.9.2, 41.2.2, and 42.0.0-beta.4 are fixed in those respective releases. Wo...

5.4CVSS5.6AI score0.00383EPSS
SaveExploits0References13
Github Security Blog
Github Security Blog
added 2 days ago9 views

Electron: Sandboxed iframe can bypass the allow-popups restriction via the OpenURL navigation path

Impact A sandboxed iframe without the allow-popups keyword could still open a new window or trigger setWindowOpenHandler with no user interaction, because new-window navigations taking the OpenURL path did not apply the iframe sandbox popup restriction. Apps that embed untrusted content in...

7.2CVSS5.6AI score0.00259EPSS
SaveExploits0References11Affected Software1
Cvelist
Cvelist
added 2 days ago27 views

CVE-2026-70608 Electron: Sandboxed iframe can bypass the allow-popups restriction via the OpenURL navigation path

Electron is a framework for writing cross-platform desktop applications using JavaScript, HTML and CSS. Prior to 39.8.10, 41.10.3, and 42.0.1, a sandboxed iframe without the allow-popups keyword could still open a new window or trigger setWindowOpenHandler with no user interaction because...

7.2CVSS0.00259EPSS
SaveExploits0References10
Github Security Blog
Github Security Blog
added 2 days ago9 views

Electron: window.open features string controls some window options considered privileged

Impact Some window options supplied by web content in the window.open features string were applied to the new BrowserWindow without an allowlist. Untrusted content could set window options it should not control, including options that cause the main process to access attacker-chosen file or netwo...

5.3CVSS5.6AI score0.00335EPSS
SaveExploits0References14Affected Software1
CVE
CVE
added 2 days ago29 views

CVE-2026-70607

CVE-2026-70607 affects Electron: prior to 39.8.8, 40.9.0, 41.2.1, and 42.0.0-beta.3, window.open() features strings could apply untrusted window options to a new BrowserWindow if the app does not override child window options via setWindowOpenHandler or overrideBrowserWindowOptions. This could le...

5.3CVSS5.5AI score0.00335EPSS
SaveExploits0References13
ATTACKERKB
ATTACKERKB
added 2 days ago7 views

CVE-2026-70607

Electron is a framework for writing cross-platform desktop applications using JavaScript, HTML and CSS. Prior to 39.8.8, 40.9.0, 41.2.1, and 42.0.0-beta.3, some window options supplied by web content in the window.open features string were applied to the new BrowserWindow without an allowlist...

5.3CVSS5.5AI score0.00335EPSS
SaveExploits0References14Affected Software1
EUVD
EUVD
added 2 days ago8 views

EUVD-2026-53462

Electron is a framework for writing cross-platform desktop applications using JavaScript, HTML and CSS. Prior to 39.8.8, 40.9.0, 41.2.1, and 42.0.0-beta.3, some window options supplied by web content in the window.open features string were applied to the new BrowserWindow without an allowlist...

5.3CVSS5.5AI score0.00335EPSS
SaveExploits0References13
Rows per page
Query Builder