Lucene search
+L

1157 matches found

OSV
OSV
added 2026/01/08 4:15 p.m.11 views

UBUNTU-CVE-2025-67858

A Improper Neutralization of Argument Delimiters vulnerability in Foomuuri can lead to integrity loss of the firewall configuration or further unspecified impact by manipulating the JSON configuration passed to nft. This issue affects Foomuuri: from ? before 0.31...

7CVSS5.8AI score0.00166EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/01/08 3:23 p.m.5 views

CVE-2025-67858 A crafted "interface" input parameter can lead to integrity loss of the firewall configuration

A Improper Neutralization of Argument Delimiters vulnerability in Foomuuri can lead to integrity loss of the firewall configuration or further unspecified impact by manipulating the JSON configuration passed to nft. This issue affects Foomuuri: from ? before 0.31...

7CVSS6.5AI score0.00166EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/01/07 7:24 a.m.47 views

CVE-2025-0980 JSON RPC authentication bypass in Nokia SR Linux

Nokia SR Linux is vulnerable to an authentication vulnerability allowing unauthorized access to the JSON-RPC service. When exploited, an invalid validation allows JSON RPC access without providing valid authentication credentials...

0.00153EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2026/01/07 12:00 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2025-67858

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - A Improper Neutralization of Argument Delimiters vulnerability in Foomuuri can lead to integrity loss of the firewall configuration or further unspecified impac...

7CVSS5.8AI score0.00166EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2026/01/07 12:00 a.m.8 views

libtasn1 安全漏洞

libtasn1 is a small ASN.1 library open-sourced by gnutls. A security vulnerability exists in libtasn1 version v4.20.0, which stems from the asn1expendoctetstring function not validating the input data size, which could lead to a stack-based buffer overflow...

7.5CVSS6.7AI score0.01153EPSS
SaveExploits0References3
Veracode
Veracode
added 2026/01/02 1:36 p.m.13 views

Improper Input Validation

qs is vulnerable to Improper Input Validation. The vulnerability is due to the arrayLimit option not being enforced for bracket notation parameters during query parsing, which allows an attacker to supply a large number of array elements and cause memory exhaustion via crafted HTTP requests...

6.3CVSS6.5AI score0.00456EPSS
SaveExploits1References3Affected Software1
RedhatCVE
RedhatCVE
added 2025/12/31 5:42 p.m.10 views

CVE-2025-15284

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...

8.7CVSS5.9AI score0.00456EPSS
SaveExploits1References5
Patchstack
Patchstack
added 2025/12/31 12:00 a.m.9 views

WordPress ABC Notation plugin <= 6.1.3 - Authenticated (Contributor+) Stored Cross-Site Scripting vulnerability

Authenticated Contributor+ Stored Cross-Site Scripting vulnerability discovered by Muhammad Yudha - DJ in WordPress Plugin ABC Notation versions = 6.1.3...

6.4CVSS5.3AI score0.00303EPSS
SaveExploits1References1Affected Software1
OSV
OSV
added 2025/12/30 9:02 p.m.7 views

GHSA-6RW7-VPXM-498P 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.3CVSS6.9AI score0.00456EPSS
SaveExploits1References4
EUVD
EUVD
added 2025/12/30 9:02 p.m.9 views

EUVD-2025-205660

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

8.7CVSS6.4AI score0.00456EPSS
SaveExploits1References3
Github Security Blog
Github Security Blog
added 2025/12/30 9:02 p.m.28 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
Snyk
Snyk
added 2025/12/30 12:01 a.m.10 views

Allocation of Resources Without Limits or Throttling

Overview qs is a querystring parser that supports nesting and arrays, with a depth limit. Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling via improper enforcement of the arrayLimit option in bracket notation parsing. An attacker can exhaust...

8.7CVSS6.9AI score0.00456EPSS
SaveExploits1References2
Snyk
Snyk
added 2025/12/30 12:01 a.m.3 views

Allocation of Resources Without Limits or Throttling

Overview org.webjars.npm:qs is a querystring parser that supports nesting and arrays, with a depth limit. Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling via improper enforcement of the arrayLimit option in bracket notation parsing. An...

8.7CVSS6.3AI score0.00456EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2025/12/30 12:00 a.m.2 views

Linux Distros Unpatched Vulnerability : CVE-2025-15284

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - 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...

6.3CVSS6.6AI score0.00456EPSS
SaveExploits1References3
OSV
OSV
added 2025/12/29 11:15 p.m.9 views

AZL-73353 CVE-2025-15284 affecting package js-jquery 3.5.0-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
OSV
OSV
added 2025/12/29 11:15 p.m.9 views

AZL-73316 CVE-2025-15284 affecting package js-jquery 3.5.0-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.1AI score0.00456EPSS
SaveExploits1References1
OSV
OSV
added 2025/12/29 11:15 p.m.13 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
NVD
NVD
added 2025/12/29 11:15 p.m.9 views

CVE-2025-15284

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.3CVSS0.00456EPSS
SaveExploits1References2
OSV
OSV
added 2025/12/29 11:15 p.m.9 views

AZL-73319 CVE-2025-15284 affecting package nodejs-nodemon 2.0.3-5

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
OSV
OSV
added 2025/12/29 11:15 p.m.3 views

DEBIAN-CVE-2025-15284

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.2AI score0.00456EPSS
SaveExploits1References1
Rows per page
Query Builder