Lucene search
+L

94 matches found

Github Security Blog
Github Security Blog
added 2026/02/17 9:30 p.m.11 views

OpenClaw affected by SSRF via attachment/media URL hydration

Summary Versions of the openclaw npm package prior to 2026.2.2 could be coerced into fetching arbitrary https URLs during attachment/media hydration. An attacker who can influence the media URL for example via model-controlled sendAttachment or auto-reply media URLs could trigger SSRF to internal...

8.6CVSS6.6AI score0.00397EPSS
SaveExploits1References7Affected Software1
VulnCheck KEV
VulnCheck KEV
added 2026/02/17 12:0 a.m.11 views

VulnCheck KEV: CVE-2025-54068

Livewire is a full-stack framework for Laravel. In Livewire v3 up to and including v3.6.3, a vulnerability allows unauthenticated attackers to achieve remote command execution in specific scenarios. The issue stems from how certain component property updates are hydrated. This vulnerability is...

9.8CVSS5.9AI score0.95805EPSS
SaveIn wildExploits5References58
Positive Technologies
Positive Technologies
added 2026/02/17 12:0 a.m.16 views

PT-2026-23542

Name of the Vulnerable Software and Affected Versions OpenClaw versions prior to 2026.2.2 Description The software contains a server-side request forgery issue in attachment and media URL handling. This allows remote attackers to retrieve data from arbitrary HTTPS URLs. An attacker who can contro...

6.9CVSS5.9AI score0.00397EPSS
SaveExploits1References9
Veracode
Veracode
added 2026/01/20 11:4 a.m.9 views

Denial Of Service (DoS)

Svelte devalue is vulnerable to a Denial-Of-Service DoS. The vulnerability is due to missing input validation during typed array hydration, where devalue.parse assumes an ArrayBuffer input without verification, allowing crafted inputs to trigger excessive CPU or memory consumption when parsing...

7.5CVSS5.9AI score0.00581EPSS
SaveExploits0References9Affected Software1
Veracode
Veracode
added 2026/01/20 9:0 a.m.11 views

Denial Of Service (DoS)

Devalue is vulnerable to a Denial-Of-Service DoS.The vulnerability is due to missing input validation during ArrayBuffer hydration, where devalue.parse assumes base64-encoded input without verification, allowing crafted data to trigger excessive CPU and memory consumption when parsing untrusted...

7.5CVSS5.9AI score0.00581EPSS
SaveExploits0References8Affected Software1
RedhatCVE
RedhatCVE
added 2026/01/16 9:5 a.m.10 views

CVE-2026-22775

A flaw was found in devalue, a JavaScript library used for serializing values. A remote attacker could exploit this vulnerability by providing specially crafted input to the devalue.parse function. This improper input validation, specifically during the ArrayBuffer hydration process, can cause th...

7.5CVSS6.1AI score0.00581EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2026/01/16 6:9 a.m.10 views

CVE-2025-15265

A flaw was found in Svelte. A remote attacker can exploit this Cross-Site Scripting XSS vulnerability during asynchronous hydration by providing specially crafted input. This input, when processed, allows for the injection of arbitrary JavaScript into a user's browser due to improper escaping of...

6.1CVSS5.6AI score0.00313EPSS
SaveExploits1References5
Snyk
Snyk
added 2026/01/15 10:15 p.m.7 views

Asymmetric Resource Consumption (Amplification)

Overview devalue is a JSON.stringify, but handles cyclical references, repeated references, undefined, regular expressions, dates, Map and Set. Affected versions of this package are vulnerable to Asymmetric Resource Consumption Amplification due to the improper validation in ArrayBuffer if input...

8.7CVSS6.8AI score0.00581EPSS
SaveExploits0References2
OSV
OSV
added 2026/01/15 10:15 p.m.3 views

GHSA-G2PG-6438-JWPF devalue vulnerable to denial of service due to memory/CPU exhaustion in devalue.parse

Summary Certain inputs can cause devalue.parse to consume excessive CPU time and/or memory, potentially leading to denial of service in systems that parse input from untrusted sources. This affects applications using devalue.parse on externally-supplied data. The root cause is the ArrayBuffer...

7.5CVSS6.7AI score0.00581EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/01/15 10:15 p.m.16 views

devalue vulnerable to denial of service due to memory/CPU exhaustion in devalue.parse

Summary Certain inputs can cause devalue.parse to consume excessive CPU time and/or memory, potentially leading to denial of service in systems that parse input from untrusted sources. This affects applications using devalue.parse on externally-supplied data. The root cause is the ArrayBuffer...

7.5CVSS6.8AI score0.00581EPSS
SaveExploits0References5Affected Software1
RedhatCVE
RedhatCVE
added 2026/01/15 8:2 p.m.10 views

CVE-2026-22774

A flaw was found in devalue, a JavaScript library used for serializing values. A remote attacker can exploit this vulnerability by providing specially crafted input to the devalue.parse function. This can cause the application to consume excessive CPU time and memory, leading to a denial of servi...

7.5CVSS6.6AI score0.00581EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2026/01/15 7:59 p.m.4 views

CVE-2025-15265

An SSR XSS exists in async hydration when attacker‑controlled keys are passed to hydratable. The key is embedded inside a to terminate the script and inject arbitrary JavaScript. This enables remote script execution in users' browsers, with potential for session theft and account compromise. This...

6.1CVSS6AI score0.00313EPSS
SaveExploits1References3Affected Software1
Vulnrichment
Vulnrichment
added 2026/01/15 7:59 p.m.4 views

CVE-2025-15265 Svelte 5.46.0 - Hydratable Key Script-Breakout XSS (SSR)

An SSR XSS exists in async hydration when attacker‑controlled keys are passed to hydratable. The key is embedded inside a block without HTML‑safe escaping, allowing to terminate the script and inject arbitrary JavaScript. This enables remote script execution in users' browsers, with potential for...

5.3CVSS6.2AI score0.00313EPSS
SaveExploits1References2
CVE
CVE
added 2026/01/15 7:59 p.m.25 views

CVE-2025-15265

CVE-2025-15265 describes an SSR XSS in Svelte’s async hydration where attacker-controlled hydratable keys are embedded into a [removed] block without HTML-safe escaping. This allows the attacker to terminate the script and inject arbitrary JavaScript, enabling remote code execution in users’ brow...

6.1CVSS6.2AI score0.00313EPSS
SaveExploits1References2Affected Software1
EUVD
EUVD
added 2026/01/15 7:59 p.m.9 views

EUVD-2026-2733

An SSR XSS exists in async hydration when attacker‑controlled keys are passed to hydratable. The key is embedded inside a block without HTML‑safe escaping, allowing to terminate the script and inject arbitrary JavaScript. This enables remote script execution in users' browsers, with potential for...

5.3CVSS6.1AI score0.00313EPSS
SaveExploits1References5
OSV
OSV
added 2026/01/15 7:59 p.m.9 views

CVE-2025-15265 Svelte 5.46.0 - Hydratable Key Script-Breakout XSS (SSR)

An SSR XSS exists in async hydration when attacker‑controlled keys are passed to hydratable. The key is embedded inside a block without HTML‑safe escaping, allowing to terminate the script and inject arbitrary JavaScript. This enables remote script execution in users' browsers, with potential for...

5.3CVSS6.3AI score
SaveExploits0References5
EUVD
EUVD
added 2026/01/15 6:59 p.m.11 views

EUVD-2026-2680

Svelte devalue is a JavaScript library that serializes values into strings when JSON.stringify isn't sufficient for the job. From 5.1.0 to 5.6.1, certain inputs can cause devalue.parse to consume excessive CPU time and/or memory, potentially leading to denial of service in systems that parse inpu...

7.5CVSS6.2AI score0.00581EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/01/15 6:59 p.m.5 views

CVE-2026-22775

Svelte devalue is a JavaScript library that serializes values into strings when JSON.stringify isn't sufficient for the job. From 5.1.0 to 5.6.1, certain inputs can cause devalue.parse to consume excessive CPU time and/or memory, potentially leading to denial of service in systems that parse inpu...

7.5CVSS5.6AI score0.00581EPSS
SaveExploits0References4Affected Software1
EUVD
EUVD
added 2026/01/15 6:53 p.m.14 views

EUVD-2026-2790

Svelte devalue is a JavaScript library that serializes values into strings when JSON.stringify isn't sufficient for the job. From 5.3.0 to 5.6.1, certain inputs can cause devalue.parse to consume excessive CPU time and/or memory, potentially leading to denial of service in systems that parse inpu...

7.5CVSS6.2AI score0.00581EPSS
SaveExploits0References5
CVE
CVE
added 2026/01/15 6:53 p.m.54 views

CVE-2026-22774

CVE-2026-22774 affects the Svelte devalue library. From versions 5.3.0 through 5.6.1, certain inputs trigger devalue.parse to consume excessive CPU time and memory when processing untrusted data, potentially causing denial of service. Root cause: typed array hydration assumes an ArrayBuffer input...

7.5CVSS6.4AI score0.00581EPSS
SaveExploits0References8Affected Software1
Rows per page
Query Builder