Lucene search
+L

47546 matches found

Vulnrichment
Vulnrichment
added 2026/08/05 5:40 p.m.11 views

CVE-2026-70444

A missing permission check in Jenkins Violation Comments to GitLab Plugin 2.62.0 and earlier allows attackers with Overall/Read permission to enumerate credentials IDs of credentials stored in Jenkins...

5.5AI score0.00179EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/05 5:40 p.m.15 views

EUVD-2026-53538

A missing permission check in Jenkins Violation Comments to GitLab Plugin 2.62.0 and earlier allows attackers with Overall/Read permission to enumerate credentials IDs of credentials stored in Jenkins...

4.3CVSS5.5AI score0.00179EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/05 5:40 p.m.115 views

CVE-2026-70444

The CVE covers a missing permission check in the Jenkins Violation Comments to GitLab Plugin (versions 2.62.0 and earlier). The underlying issue is an HTTP endpoint that does not enforce correct permissions, allowing users with Overall/Read privileges to enumerate credentials IDs stored in Jenkin...

4.3CVSS5.5AI score0.00179EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2026/08/05 5:32 p.m.15 views

Electron: DevTools JavaScript Injection via Unsanitized Dock State Parameter

Impact The mode option of webContents.openDevTools was not sanitized before use by the DevTools frontend. If an attacker can influence this value, script under their control may run in the DevTools context, which in unsandboxed configurations has access to Node.js. Apps are only affected if...

5.7CVSS5.6AI score0.00403EPSS
SaveExploits0References14Affected Software1
OSV
OSV
added 2026/08/05 5:32 p.m.10 views

GHSA-4F78-QHMW-8J8M Electron: DevTools JavaScript Injection via Unsanitized Dock State Parameter

Impact The mode option of webContents.openDevTools was not sanitized before use by the DevTools frontend. If an attacker can influence this value, script under their control may run in the DevTools context, which in unsandboxed configurations has access to Node.js. Apps are only affected if...

5.7CVSS5.6AI score0.00403EPSS
SaveExploits0References14
OSV
OSV
added 2026/08/05 5:27 p.m.24 views

GHSA-9F4C-93C8-JC8G 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.00324EPSS
SaveExploits0References11
Github Security Blog
Github Security Blog
added 2026/08/05 5:27 p.m.19 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.00324EPSS
SaveExploits0References11Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/05 4:24 p.m.14 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.00441EPSS
SaveExploits0References14Affected Software1
OSV
OSV
added 2026/08/05 4:24 p.m.10 views

GHSA-V93F-FGJR-HJRJ 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.00441EPSS
SaveExploits0References14
OSV
OSV
added 2026/08/05 4:07 p.m.13 views

GHSA-R4W5-6PFG-JXP5 Electron: ProtocolResponse.url reuses the default session cache instead of the registering session

Impact When a custom protocol handler returned a ProtocolResponse with a url and no session, Electron made the upstream request through defaultSession instead of the session that handled the protocol. A cached response could then be reused across otherwise isolated session partitions. Apps that u...

5.9CVSS5.6AI score0.00157EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/08/05 4:07 p.m.13 views

Electron: ProtocolResponse.url reuses the default session cache instead of the registering session

Impact When a custom protocol handler returned a ProtocolResponse with a url and no session, Electron made the upstream request through defaultSession instead of the session that handled the protocol. A cached response could then be reused across otherwise isolated session partitions. Apps that u...

5.9CVSS5.6AI score0.00157EPSS
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/05 4:04 p.m.18 views

Electron: HTTP redirect followed into local file loader

Impact When following HTTP redirects, net.fetch and net.request did not restrict which schemes a redirect could target. A remote server could redirect a request to a local resource, and if the app returns or forwards the response body, local file contents could be disclosed. Apps are only affecte...

5.9CVSS5.7AI score0.0027EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/08/05 4:04 p.m.9 views

GHSA-V64R-4M7R-3MVQ Electron: HTTP redirect followed into local file loader

Impact When following HTTP redirects, net.fetch and net.request did not restrict which schemes a redirect could target. A remote server could redirect a request to a local resource, and if the app returns or forwards the response body, local file contents could be disclosed. Apps are only affecte...

5.9CVSS5.7AI score0.0027EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/05 3:59 p.m.12 views

GHSA-V3J7-R9GQ-3GJW Electron: Custom protocol with supportFetchAPI but not corsEnabled allows cross-origin reads

Impact A custom scheme registered with supportFetchAPI: true but without corsEnabled: true was not subject to CORS enforcement. A page loaded from a remote origin could therefore fetch or XMLHttpRequest that scheme cross-origin and read the full response body, rather than the read being blocked...

7.4CVSS5.7AI score0.00281EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/08/05 3:59 p.m.15 views

Electron: Custom protocol with supportFetchAPI but not corsEnabled allows cross-origin reads

Impact A custom scheme registered with supportFetchAPI: true but without corsEnabled: true was not subject to CORS enforcement. A page loaded from a remote origin could therefore fetch or XMLHttpRequest that scheme cross-origin and read the full response body, rather than the read being blocked...

7.4CVSS5.7AI score0.00281EPSS
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/05 3:57 p.m.18 views

Electron: Extension tab APIs operate across session boundaries

Impact Extension tab and scripting APIs were not scoped to the extension's own session. A malicious or compromised extension loaded into one session could navigate, script, and read from windows belonging to a different session. Apps are only affected if they load Chrome extensions via...

6.6CVSS5.6AI score0.00209EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/08/05 3:57 p.m.13 views

GHSA-M55F-7GQJ-FR98 Electron: Extension tab APIs operate across session boundaries

Impact Extension tab and scripting APIs were not scoped to the extension's own session. A malicious or compromised extension loaded into one session could navigate, script, and read from windows belonging to a different session. Apps are only affected if they load Chrome extensions via...

6.6CVSS5.6AI score0.00209EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/05 3:57 p.m.18 views

GHSA-5C9J-MHMV-5XGX Electron: shell.openPath path validation bypass via embedded null byte

Impact shell.openPath did not reject paths containing embedded null bytes. Apps that perform string-only validation of file paths for example, checking the file extension before passing them to shell.openPath could be bypassed, allowing an attacker-controlled path to open a different file than th...

6CVSS5.5AI score0.001EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/08/05 3:57 p.m.16 views

Electron: shell.openPath path validation bypass via embedded null byte

Impact shell.openPath did not reject paths containing embedded null bytes. Apps that perform string-only validation of file paths for example, checking the file extension before passing them to shell.openPath could be bypassed, allowing an attacker-controlled path to open a different file than th...

6CVSS5.5AI score0.001EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/08/05 3:46 p.m.9 views

GHSA-H7RP-CF8H-J98X Electron: Context isolation bypass via Function.prototype.bind hijack

Impact Apps that expose Promise-returning functions to web content via contextBridge may be vulnerable to a context isolation bypass. Untrusted web content could obtain access to the isolated preload world and, through it, every capability the preload script has. In renderers without a sandbox, o...

7.5CVSS5.5AI score0.00245EPSS
SaveExploits0References2
Rows per page
Query Builder