Lucene search
+L

5716 matches found

Vulnrichment
Vulnrichment
added 2026/08/05 8:28 p.m.13 views

CVE-2026-34966 Gitea prior to 1.27.0 SSRF via Migration URI Fetch Bypass

Gitea prior to 1.27.0 contains a server-side request forgery vulnerability that allows authenticated attackers to bypass SSRF protections by exploiting HTTP fetch operations in migration and OAuth avatar code paths that use Go's default http.Get without a custom DialContext. Attackers can supply...

8.3CVSS5.7AI score0.00321EPSS
SaveExploits1References4
Vulnrichment
Vulnrichment
added 2026/08/05 7:58 p.m.11 views

CVE-2026-55524 PraisonAI: SSRF in web_crawl tool via redirect-following and DNS rebinding (validate-then-fetch gap)

PraisonAI is a multi-agent teams system. In versions prior to 1.6.58, the webcrawl tool performs its SSRF check only on the initially supplied URL, allowing the protection to be bypassed so the tool connects to attacker-chosen internal destinations. The check resolves the hostname once with...

7.5CVSS5.4AI score0.00194EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/05 6:48 p.m.16 views

MAL-2026-13379 Malicious code in statist-browser-typed-client-sme.rko.tariffs.web (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector d52851f17c7c1a340dd9999cf89369ffffd6fbe5bac9aa1b441bdc42ce320067 On require of this package, index.js loads compat.js which selects a platform-specific payload path, fetches an opaque binary over HTTPS from one of...

5.6AI score
SaveExploits0References2
OSV
OSV
added 2026/08/05 6:20 p.m.13 views

JLSEC-2026-1164 Deno: `fetch()` API sandbox bypass via missing DNS resolution check

Summary When fetch was called, Deno checked the destination hostname against --deny-net rules but did not re-check the IP addresses that hostname resolved to. An attacker-controlled script could use a specially crafted domain name that passes the hostname check yet resolves to a denied IP,...

5.2CVSS5.6AI score0.00141EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/05 4:17 p.m.18 views

CVE-2026-70604

Electron is a framework for writing cross-platform desktop applications using JavaScript, HTML and CSS. Prior to 39.8.10, 40.9.3, 41.4.0, and 42.0.0, a custom scheme registered with supportFetchAPI: true but without corsEnabled: true was not subject to CORS enforcement. A page loaded from a remot...

7.4CVSS0.00281EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/05 4:17 p.m.12 views

CVE-2026-70605

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, when following HTTP redirects, net.fetch and net.request did not restrict which schemes a redirect could target. A remote server could redire...

5.9CVSS0.0027EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/05 4:04 p.m.46 views

CVE-2026-70605 Electron: HTTP redirect followed into local file loader

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, when following HTTP redirects, net.fetch and net.request did not restrict which schemes a redirect could target. A remote server could redire...

5.9CVSS0.0027EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/05 4:04 p.m.16 views

EUVD-2026-53442

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, when following HTTP redirects, net.fetch and net.request did not restrict which schemes a redirect could target. A remote server could redire...

5.9CVSS5.6AI score0.0027EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/05 4:04 p.m.81 views

CVE-2026-70605

CVE-2026-70605 (Electron) concerns HTTP redirect handling via net.fetch() and net.request(). Prior to 39.8.8, 40.9.0, 41.2.1, and 42.0.0-beta.3, redirects were not restricted to safe schemes, enabling a remote server to redirect to a local resource and potentially disclose local file contents if ...

5.9CVSS5.6AI score0.0027EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2026/08/05 4:04 p.m.21 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.10 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
Snyk
Snyk
added 2026/08/05 4:04 p.m.15 views

Server-side Request Forgery (SSRF)

Overview electron is a framework which lets you write cross-platform desktop applications using JavaScript, HTML and CSS. Affected versions of this package are vulnerable to Server-side Request Forgery SSRF via the net.fetch or net.request. An attacker can access local file contents by redirectin...

8.2CVSS5.4AI score0.0027EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/05 3:59 p.m.13 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.16 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
Snyk
Snyk
added 2026/08/05 3:59 p.m.13 views

Permissive Cross-domain Policy with Untrusted Domains

Overview electron is a framework which lets you write cross-platform desktop applications using JavaScript, HTML and CSS. Affected versions of this package are vulnerable to Permissive Cross-domain Policy with Untrusted Domains via the custom protocol handler when supportFetchAPI is enabled but...

7.4CVSS5.5AI score0.00281EPSS
SaveExploits0References2
Patchstack
Patchstack
added 2026/08/05 3:59 p.m.16 views

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

NPM: Electron: Custom protocol with supportFetchAPI but not corsEnabled allows cross-origin reads vulnerability discovered by ? in WordPress Npm electron versions 39.8.10...

7.4CVSS5.4AI score0.00281EPSS
SaveExploits0References2Affected Software1
EUVD
EUVD
added 2026/08/05 3:59 p.m.24 views

EUVD-2026-53440

Electron is a framework for writing cross-platform desktop applications using JavaScript, HTML and CSS. Prior to 39.8.10, 40.9.3, 41.4.0, and 42.0.0, a custom scheme registered with supportFetchAPI: true but without corsEnabled: true was not subject to CORS enforcement. A page loaded from a remot...

7.4CVSS5.6AI score0.00281EPSS
SaveExploits0References1
attackerkb
attackerkb
added 2026/08/05 3:59 p.m.11 views

CVE-2026-70604

Electron is a framework for writing cross-platform desktop applications using JavaScript, HTML and CSS. Prior to 39.8.10, 40.9.3, 41.4.0, and 42.0.0, a custom scheme registered with supportFetchAPI: true but without corsEnabled: true was not subject to CORS enforcement. A page loaded from a remot...

7.4CVSS5.6AI score0.00281EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2026/08/05 3:59 p.m.11 views

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

Electron is a framework for writing cross-platform desktop applications using JavaScript, HTML and CSS. Prior to 39.8.10, 40.9.3, 41.4.0, and 42.0.0, a custom scheme registered with supportFetchAPI: true but without corsEnabled: true was not subject to CORS enforcement. A page loaded from a remot...

7.4CVSS5.6AI score0.00281EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/05 3:59 p.m.49 views

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

Electron is a framework for writing cross-platform desktop applications using JavaScript, HTML and CSS. Prior to 39.8.10, 40.9.3, 41.4.0, and 42.0.0, a custom scheme registered with supportFetchAPI: true but without corsEnabled: true was not subject to CORS enforcement. A page loaded from a remot...

7.4CVSS0.00281EPSS
SaveExploits0References1
Rows per page
Query Builder