Lucene search
+L

39 matches found

EUVD
EUVD
added 2026/09/02 2:38 p.m.18 views

EUVD-2026-68765

Livewire DOM-based cross-site scripting during client-side state handling...

5.1CVSS5.8AI score0.005EPSS
SaveExploits0References6
NVD
NVD
added 2026/08/31 9:17 p.m.25 views

CVE-2026-81887

Livewire is a full-stack framework for Laravel. From 3.0.0-beta.1 until 3.8.3 and 4.3.4, the dot-notated query-string parser in js/plugins/history/index.js, including fromQueryString and insertDotNotatedValueIntoData, accepts the proto, constructor, and prototype path segments and creates inherit...

5.1CVSS0.005EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/08/31 8:12 p.m.14 views

CVE-2026-81887 Livewire DOM-based cross-site scripting during client-side state handling

Livewire is a full-stack framework for Laravel. From 3.0.0-beta.1 until 3.8.3 and 4.3.4, the dot-notated query-string parser in js/plugins/history/index.js, including fromQueryString and insertDotNotatedValueIntoData, accepts the proto, constructor, and prototype path segments and creates inherit...

5.1CVSS5.5AI score0.005EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/31 8:12 p.m.8 views

CVE-2026-81887 Livewire DOM-based cross-site scripting during client-side state handling

Livewire is a full-stack framework for Laravel. From 3.0.0-beta.1 until 3.8.3 and 4.3.4, the dot-notated query-string parser in js/plugins/history/index.js, including fromQueryString and insertDotNotatedValueIntoData, accepts the proto, constructor, and prototype path segments and creates inherit...

5.1CVSS6AI score
SaveExploits0References7
CVE
CVE
added 2026/08/31 8:12 p.m.55 views

CVE-2026-81887

Livewire (a full-stack framework for Laravel) is affected by a DOM-based XSS in versions 3.0.0-beta.1 through 3.8.3 and 4.3.4. The root cause lies in the dot-notated query-string parser in js/plugins/history/index.js (functions fromQueryString() and insertDotNotatedValueIntoData()), which accepts...

5.1CVSS6AI score0.005EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/08/31 12:00 a.m.14 views

PT-2026-83982

Name of the Vulnerable Software and Affected Versions Livewire versions 3.0.0-beta.1 through 3.8.2 Livewire versions 4.0.0 through 4.3.3 Description The dot-notated query-string parser in js/plugins/history/index.js, specifically within the fromQueryString and insertDotNotatedValueIntoData...

5.1CVSS6AI score0.005EPSS
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/08/29 11:58 p.m.18 views

CVE-2026-82562

Summary When qs.parse is called with comma: true and throwOnLimitExceeded: true, a comma-separated value under a bracket-push key a=1,2,3,4 is split into an array without being compared against arrayLimit, while the same value under a flat key a=1,2,3,4, an indexed key a0=, a nested key ab=, or a...

6.3CVSS6AI score0.00317EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2026/06/30 12:13 a.m.30 views

qs: qs: Denial of Service via improper input validation in array parsing

A flaw was found in qs, a module used for parsing query strings. A remote attacker can exploit an improper input validation vulnerability by sending specially crafted HTTP requests that use bracket notation e.g., a=value. This bypasses the arrayLimit option, which is designed to limit the size of...

6.3CVSS6.7AI score0.00456EPSS
SaveExploits1References6
CVE
CVE
added 2026/06/24 4:28 p.m.41 views

CVE-2026-52974

Summary of CVE-2026-52974 (Linux kernel net: tls): The leak is a memory leak in the TLS offload RX path where, if tls_set_device_offload_rx() fails in tls_dev_add(), the cleanup path does not free the anchor skb allocated in tls_strp_init(). This occurs in the “failed to start offload” code path ...

7.5CVSS5.8AI score0.005EPSS
SaveExploits0References6Affected Software1
UbuntuCve
UbuntuCve
added 2026/05/27 12:00 a.m.21 views

CVE-2026-46102

In the Linux kernel, the following vulnerability has been resolved: net: strparser: fix skbhead leak in strpabortstrp When the stream parser is aborted, for example after a message assembly timeout, it can still hold a reference to a partially assembled message in strp-skbhead. That skb is not...

7.5CVSS5.4AI score0.00501EPSS
SaveExploits0References35
Snyk
Snyk
added 2026/05/07 5:35 p.m.20 views

Prototype Pollution

Overview query-string-parser is a Rack style query string parser for Node.js. Affected versions of this package are vulnerable to Prototype Pollution via the fillValue function. An attacker can modify the prototype of built-in objects by supplying crafted query parameters. Details Prototype...

9.8CVSS6.2AI score0.00476EPSS
SaveExploits0References2
vulnersOsv
vulnersOsv
added 2026/05/07 5:35 p.m.8 views

friendly-frame (>=0.0.1, <=0.0.2) potentially affected by CVE-2025-63704 via query-string-parser (0.2.4)

query-string-parser NPM version 0.2.4 is affected by a known vulnerability. The following packages have a transitive dependency on query-string-parser and may be impacted: - friendly-frame =0.0.1, =0.0.2 Source cves: CVE-2025-63704 Source advisory: SNYK:JS-QUERYSTRINGPARSER-17181191...

9.8CVSS5.3AI score0.00476EPSS
SaveExploits0
CNNVD
CNNVD
added 2026/05/07 12:00 a.m.18 views

Query String Parser 安全漏洞

Query String Parser is a JavaScript tool for parsing query strings developed by Victor Teo. Version 1.0.0 of Query String Parser has a security vulnerability. This vulnerability arises from improper cleaning of query parameters provided by users and their merging into newly created objects, which...

9.8CVSS5.8AI score0.00476EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2025/12/30 9:02 p.m.31 views

qs's arrayLimit bypass in its bracket notation allows DoS via memory exhaustion

Summary The arrayLimit option in qs did not enforce limits for bracket notation a=1&a=2, only for indexed notation a0=1. This is a consistency bug; arrayLimit should apply uniformly across all array notations. Note: The default parameterLimit of 1000 effectively mitigates the DoS scenario...

6.3CVSS7.2AI score0.00456EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2025/12/29 11:15 p.m.15 views

AZL-73359 CVE-2025-15284 affecting package nodejs-nodemon 2.0.3-4

Improper Input Validation vulnerability in qs parse modules allows HTTP DoS.This issue affects qs: 6.14.1. Summary The arrayLimit option in qs did not enforce limits for bracket notation a=1&a=2, only for indexed notation a0=1. This is a consistency bug; arrayLimit should apply uniformly across a...

6.3CVSS6.6AI score0.00456EPSS
SaveExploits1References1
CNNVD
CNNVD
added 2025/12/29 12:00 a.m.14 views

ljharb qs 安全漏洞

ljharb qs is a query string parser with nesting support by Jordan Harband, an individual developer in the United States. A security vulnerability exists in ljharb qs versions prior to 6.14.1 that stems from improper input validation and could lead to an HTTP denial of service attack...

6.3CVSS6.8AI score0.00456EPSS
SaveExploits1References3
Fedora
Fedora
added 2025/11/05 2:12 a.m.11 views

[SECURITY] Fedora 43 Update: python-cron-converter-1.2.2-1.fc43

Cron-converter provides a Cron string parser from string/lists to string/lists and iteration for the datetime object with a cron like format...

8.1CVSS7AI score0.00703EPSS
SaveExploits1
CVE
CVE
added 2025/09/15 2:21 p.m.55 views

CVE-2022-50265

CVE-2022-50265 pertains to the Linux kernel and concerns data races in the kernel crypto/messaging flow involving kcm-&gt;rx_wait and kcm-&gt;rx_psock. The description states that kcm-&gt;rx_psock can be read locklessly in kcm_rfree(), and the issue was mitigated by annotating the corresponding r...

5.5CVSS6AI score0.00156EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2025/07/15 1:13 a.m.10 views

MAL-2025-5958 Malicious code in string-parser-utils (npm)

--- -= Per source details. Do not edit below this line.=- Source: ghsa-malware 748b70284192ad043f664c6c220fd7416d86a39d02bee5c30e6181172b814688 Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be...

7AI score
SaveExploits0References3
OSSF Malicious Packages
OSSF Malicious Packages
added 2025/07/15 1:13 a.m.9 views

Malicious code in string-parser-utils (npm)

--- -= Per source details. Do not edit below this line.=- Source: ghsa-malware 748b70284192ad043f664c6c220fd7416d86a39d02bee5c30e6181172b814688 Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be...

6.9AI score
SaveExploits0References3
Rows per page
Query Builder