Lucene search
+L

62023 matches found

OSV
OSV
added 2026/04/04 4:24 a.m.15 views

GHSA-W48F-FWG7-WW6P @stablelib/cbor: Prototype poisoning via `__proto__` map keys in CBOR decoding

Summary @stablelib/cbor decodes CBOR maps into ordinary JavaScript objects and assigns attacker-controlled keys directly onto those objects. A CBOR map key named proto therefore changes the prototype of the decoded object instead of becoming an ordinary data property. Details The decoder builds m...

8.9CVSS5.9AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/04/04 12:00 a.m.11 views

PT-2026-30368

MyBB Downloads Plugin 2.0.3 contains a persistent cross-site scripting vulnerability that allows regular members to inject malicious scripts through the download title field. Attackers can submit a new download with HTML/JavaScript code in the title parameter, which executes when administrators...

7.2CVSS5.9AI score0.00225EPSS
SaveExploits1References4
CNNVD
CNNVD
added 2026/04/04 12:00 a.m.17 views

Electron 数据伪造问题漏洞

Electron is an open-source JavaScript framework developed by users for creating cross-platform desktop applications. This framework is based on Node.js and Chromium, allowing the development of cross-platform desktop applications using HTML and CSS. Versions of Electron prior to 38.8.6, 39.8.1,...

6.5CVSS5.7AI score0.00123EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/03 11:59 p.m.11 views

CVE-2026-34778 Electron: Service worker can spoof executeJavaScript IPC replies

Electron is a framework for writing cross-platform desktop applications using JavaScript, HTML and CSS. Prior to versions 38.8.6, 39.8.1, 40.8.1, and 41.0.0, a service worker running in a session could spoof reply messages on the internal IPC channel used by webContents.executeJavaScript and...

5.9CVSS5.9AI score
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/04/03 11:59 p.m.4 views

CVE-2026-34778

Electron is a framework for writing cross-platform desktop applications using JavaScript, HTML and CSS. Prior to versions 38.8.6, 39.8.1, 40.8.1, and 41.0.0, a service worker running in a session could spoof reply messages on the internal IPC channel used by webContents.executeJavaScript and...

5.9CVSS5.8AI score0.00123EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2026/04/03 11:59 p.m.33 views

CVE-2026-34778 Electron: Service worker can spoof executeJavaScript IPC replies

Electron is a framework for writing cross-platform desktop applications using JavaScript, HTML and CSS. Prior to versions 38.8.6, 39.8.1, 40.8.1, and 41.0.0, a service worker running in a session could spoof reply messages on the internal IPC channel used by webContents.executeJavaScript and...

5.9CVSS0.00123EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/04/03 11:59 p.m.7 views

CVE-2026-34778 Electron: Service worker can spoof executeJavaScript IPC replies

Electron is a framework for writing cross-platform desktop applications using JavaScript, HTML and CSS. Prior to versions 38.8.6, 39.8.1, 40.8.1, and 41.0.0, a service worker running in a session could spoof reply messages on the internal IPC channel used by webContents.executeJavaScript and...

5.9CVSS5.8AI score0.00123EPSS
SaveExploits0References1
CVE
CVE
added 2026/04/03 11:59 p.m.69 views

CVE-2026-34778

Electron: Service worker spoof IPC replies flaw allows a session service worker to spoof internal IPC replies used by webContents.executeJavaScript, causing the main-process promise to resolve with attacker-controlled data. Affected only if service workers are registered and the result of execute...

6.5CVSS5.8AI score0.00123EPSS
SaveExploits0References1Affected Software1
RedhatCVE
RedhatCVE
added 2026/04/03 11:02 p.m.13 views

CVE-2026-35467

The stored API keys in temporary browser client is not marked as protected allowing for JavScript console or other errors to allow for extraction of the encryption credentials...

7.5CVSS5.9AI score0.00232EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/04/03 11:01 p.m.12 views

CVE-2026-35053

OneUptime is an open-source monitoring and observability platform. Prior to version 10.0.42, the Worker service's ManualAPI exposes workflow execution endpoints GET /workflow/manual/run/:workflowId and POST /workflow/manual/run/:workflowId without any authentication middleware. An attacker who ca...

9.8CVSS6.2AI score0.00546EPSS
SaveExploits1References1
vulnersOsv
vulnersOsv
added 2026/04/03 9:34 p.m.1 views

@budibase/cli (>=3.0.0, <=3.2.26), @budibase/pro (>=3.0.0, <=3.2.26) +2 more potentially affected by CVE-2026-31818 via @budibase/backend-core (>=3.0.0, <=3.2.26)

@budibase/backend-core NPM version =3.0.0, =3.0.0, =3.0.0, =3.0.0, =3.0.0, =3.2.26 Source cves: CVE-2026-31818 Source advisory: SNYK:JS-BUDIBASEBACKENDCORE-15917492...

9.9CVSS5.4AI score0.00377EPSS
SaveExploits1
RedhatCVE
RedhatCVE
added 2026/04/03 4:59 p.m.11 views

CVE-2026-34974

phpMyFAQ is an open source FAQ web application. Prior to version 4.1.1, the regex-based SVG sanitizer in phpMyFAQ SvgSanitizer.php can be bypassed using HTML entity encoding in javascript: URLs within SVG attributes. Any user with editfaq permission can upload a malicious SVG that executes...

5.4CVSS5.9AI score0.00176EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2026/04/03 5:08 a.m.7 views

CVE-2026-30251

A reflected cross-site scripting XSS vulnerability in the loginnewpwd.php endpoint of Interzen Consulting S.r.l ZenShare Suite v17.0 allows attackers to execute arbitrary Javascript in the context of the user's browser via a crafted URL injected into the codiceazienda parameter...

6.1CVSS6AI score0.00194EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/03 3:46 a.m.25 views

GHSA-CJMM-F4JC-QW8R DOMPurify ADD_ATTR predicate skips URI validation

Summary DOMPurify allows ADDATTR to be provided as a predicate function via EXTRAELEMENTHANDLING.attributeCheck. When the predicate returns true, isValidAttribute short-circuits the attribute check before URI-safe validation runs. An attacker who supplies a predicate that accepts specific...

5.3CVSS6AI score0.00175EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/04/03 3:46 a.m.18 views

Permissive List of Allowed Inputs

Overview dompurify is a DOM-only XSS sanitizer for HTML, MathML and SVG. Affected versions of this package are vulnerable to Permissive List of Allowed Inputs in the ADDATTR predicate function via EXTRAELEMENTHANDLING.attributeCheck. An attacker can inject and execute malicious scripts in the DOM...

6.1CVSS6AI score
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/04/03 3:46 a.m.52 views

DOMPurify ADD_ATTR predicate skips URI validation

Summary DOMPurify allows ADDATTR to be provided as a predicate function via EXTRAELEMENTHANDLING.attributeCheck. When the predicate returns true, isValidAttribute short-circuits the attribute check before URI-safe validation runs. An attacker who supplies a predicate that accepts specific...

6.1CVSS5.9AI score0.00175EPSS
SaveExploits0References3Affected Software1
Snyk
Snyk
added 2026/04/03 3:45 a.m.10 views

Prototype Pollution

Overview org.webjars.npm:dompurify is a DOM-only XSS sanitizer for HTML, MathML and SVG. Affected versions of this package are vulnerable to Prototype Pollution in the USEPROFILES function. An attacker can execute arbitrary JavaScript code in the context of the user’s browser by polluting...

6.1CVSS6.5AI score
SaveExploits0References2
vulnersOsv
vulnersOsv
added 2026/04/03 3:20 a.m.1 views

@agentholdings/agent-passport (>=0.1.0, <=0.1.5), @chrysb/alphaclaw (>=0.8.3-beta.1, <=0.9.0-beta.7) +13 more potentially affected by CVE-2026-41388 via openclaw (>=2026.3.22, <=2026.3.28)

openclaw NPM version =2026.3.22, =0.1.0, =0.8.3-beta.1, =0.1.0, =2026.3.25, =2026.3.24-3, =0.14.39, =0.1.1, =2.0.1, =0.0.7, =0.14.6, =0.1.0, =0.1.5 - tokaroo-openclaw-provider 0.1.1 Source cves: CVE-2026-41388 Source advisory: SNYK:JS-OPENCLAW-15897018...

6.5CVSS5.4AI score0.00307EPSS
SaveExploits0
vulnersOsv
vulnersOsv
added 2026/04/03 3:17 a.m.1 views

@agentholdings/agent-passport (>=0.1.0, <=0.1.5), @chrysb/alphaclaw (>=0.8.3-beta.1, <=0.9.0-beta.7) +13 more potentially affected by CVE-2026-41381 via openclaw (>=2026.3.22, <=2026.3.28)

openclaw NPM version =2026.3.22, =0.1.0, =0.8.3-beta.1, =0.1.0, =2026.3.25, =2026.3.24-3, =0.14.39, =0.1.1, =2.0.1, =0.0.7, =0.14.6, =0.1.0, =0.1.5 - tokaroo-openclaw-provider 0.1.1 Source cves: CVE-2026-41381 Source advisory: SNYK:JS-OPENCLAW-15894772...

5.4CVSS5.4AI score0.00222EPSS
SaveExploits0
vulnersOsv
vulnersOsv
added 2026/04/03 3:01 a.m.2 views

@agentholdings/agent-passport (>=0.1.0, <=0.1.5), @chrysb/alphaclaw (>=0.8.3-beta.1, <=0.9.0-beta.7) +13 more potentially affected by CVE-2026-41338 via openclaw (>=2026.3.22, <=2026.3.28)

openclaw NPM version =2026.3.22, =0.1.0, =0.8.3-beta.1, =0.1.0, =2026.3.25, =2026.3.24-3, =0.14.39, =0.1.1, =2.0.1, =0.0.7, =0.14.6, =0.1.0, =0.1.5 - tokaroo-openclaw-provider 0.1.1 Source cves: CVE-2026-41338 Source advisory: OSV:GHSA-RM5C-4RMF-VVHW...

5CVSS5.4AI score0.00088EPSS
SaveExploits0
Rows per page
Query Builder