Lucene search
+L

2470 matches found

Positive Technologies
Positive Technologies
added 2026/05/07 12:0 a.m.17 views

PT-2026-38369

Name of the Vulnerable Software and Affected Versions go-ipld-prime versions prior to 0.23.0 Description The DAG-CBOR and DAG-JSON decoders recurse on each nested map or list without a depth limit. A payload containing deeply nested collections causes the decoder to recurse once per level, growin...

6.2CVSS6AI score0.0012EPSS
SaveExploits0References8
CNNVD
CNNVD
added 2026/05/07 12:0 a.m.13 views

GitHub Enterprise Server 安全漏洞

GitHub Enterprise Server is an open-source application developed by GitHub in the United States. It provides a scalable and easy-to-manage platform by allowing users to set their GitHub instances as virtual devices. Prior to version 3.21 of GitHub Enterprise Server, there was a security...

8.9CVSS5.8AI score0.00388EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2026/05/06 11:39 p.m.20 views

ldap3_proto has LDAP Filter stack exhaustion

Impact LDAP queries are not validated for depth, which can cause the parser both PEG and ASN to exhaust the stack. This may cause a denial of service in applications that process queries. Workarounds N/A Resources Related to GHSA-r5fr-9gmv-jggh...

5.8AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/05/06 11:39 p.m.6 views

GHSA-QCXQ-75WR-5CM8 ldap3_proto has LDAP Filter stack exhaustion

Impact LDAP queries are not validated for depth, which can cause the parser both PEG and ASN to exhaust the stack. This may cause a denial of service in applications that process queries. Workarounds N/A Resources Related to GHSA-r5fr-9gmv-jggh...

8.7CVSS5.8AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/05/06 8:18 p.m.16 views

phpMyFAQ has a SVG Sanitizer Entity Decoding Depth Limit Bypass Leading to Stored XSS

Summary The SvgSanitizer::decodeAllEntities method limits recursive entity decoding to 5 iterations. By wrapping each character of javascript in an href attribute value with 5 levels of & encoding around numeric HTML entities e.g., amp;amp;amp;106; for j, an attacker can bypass both isSafe...

5.4CVSS6AI score0.00153EPSS
SaveExploits0References4Affected Software2
IBM Security Bulletins
IBM Security Bulletins
added 2026/05/06 3:55 a.m.8 views

Security Bulletin: IBM Watson Discovery Cartridge affected by vulnerability in underscore-1.13.7.tgz

Summary IBM Watson Discovery Cartridge affected by vulnerability in underscore-1.13.7.tgz Vulnerability Details CVEID:CVE-2026-27601 DESCRIPTION: Underscore.js is a utility-belt library for JavaScript. Prior to 1.13.8, the .flatten and .isEqual functions use recursion without a depth limit. Under...

8.2CVSS6.8AI score0.00893EPSS
SaveExploits1Affected Software1
Positive Technologies
Positive Technologies
added 2026/05/06 12:0 a.m.21 views

PT-2026-41980

Name of the Vulnerable Software and Affected Versions Kanidm versions prior to 1.9.3 Description An unauthenticated GET request to any /scim/v1/... endpoint using a ?filter= query string containing several thousand nested parentheses approximately 4–12 KB can cause a stack overflow. This occurs...

8.7CVSS5.6AI score0.00317EPSS
SaveExploits0References4
OSV
OSV
added 2026/05/05 5:24 p.m.10 views

GHSA-R7CG-QJJM-XHQQ webonyx/graphql-php has unbounded recursion in parser that causes stack overflow on crafted nested input

Summary GraphQL\Language\Parser is a recursive descent parser with no recursion depth limit and no zend.maxallowedstacksize interaction. Crafted nested queries trigger a SIGSEGV in the PHP runtime, killing the FPM/CLI worker process. Smallest crashing payload is approximately 74 KB. Affected...

8.2CVSS5.8AI score
SaveExploits0References4
OSV
OSV
added 2026/05/05 12:34 a.m.5 views

GHSA-62HF-57XW-28J9 Axios: unbounded recursion in toFormData causes DoS via deeply nested request data

Summary toFormData recursively walks nested objects with no depth limit, so a deeply nested value passed as request data crashes the Node.js process with a RangeError. Details lib/helpers/toFormData.js:210 defines an inner buildvalue, path that recurses into every object/array child line 225:...

7.5CVSS5.9AI score0.00717EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2026/05/05 12:34 a.m.15 views

Axios: unbounded recursion in toFormData causes DoS via deeply nested request data

Summary toFormData recursively walks nested objects with no depth limit, so a deeply nested value passed as request data crashes the Node.js process with a RangeError. Details lib/helpers/toFormData.js:210 defines an inner buildvalue, path that recurses into every object/array child line 225:...

7.5CVSS5.9AI score0.00717EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2026/05/04 8:21 p.m.10 views

GHSA-Q3JJ-46PQ-826R OpenClaw's ACP child sessions inherit subagent security envelope constraints

Summary ACP child sessions inherit subagent security envelope constraints. Affected Packages / Versions - Package: openclaw npm - Affected versions: = 2026.4.21 - Fixed version: 2026.4.22 Impact A restricted subagent spawning an ACP child session could fail to carry forward subagent-only...

5.3CVSS5.8AI score0.00222EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2026/05/04 12:0 a.m.12 views

CImg 输入验证错误漏洞

CImg is a small open-source C++ toolkit for image processing, developed by GREYC. CImg has a vulnerability related to input validation. This vulnerability stems from integer overflows in the WHD size calculation within the loadpnm function. This can lead to the allocation of an insufficient buffe...

6.1CVSS6.1AI score0.00142EPSS
SaveExploits0References1
Veracode
Veracode
added 2026/04/30 9:54 a.m.14 views

Uncontrolled Recursion

Axios is vulnerable to uncontrolled recursion. The vulnerability is due to the toFormData function recursively processing deeply nested objects without a depth limit, which allows an attacker to supply specially crafted input that triggers a stack overflow and crashes the Node.js process...

7.5CVSS5.3AI score0.00717EPSS
SaveExploits1References46Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/29 10:23 p.m.11 views

netfoil's optional seccomp sandboxing was not applied

Summary The optional flag --filter-system-calls was not applied even if specified. Details This is a defense in depth feature to apply additional seccomp filters after the binary has started. The example config also sandboxes the binary with systemd. Impact Reduced sandboxing of the netfoil binar...

5.3AI score
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/04/29 7:8 a.m.13 views

CLSA-2026-1777446517 squid: Fix of 3 CVEs

CVE-2019-12521: fix ESI parser off-by-one heap overflow by enforcing a stack-depth limit and throwing on overflow - CVE-2019-12524 already addressed by the CVE-2019-12520 backport same fix upstream; see Squid advisory SQUID-2019:4...

9.8CVSS7.2AI score0.05765EPSS
SaveExploits0References1
CloudLinux
CloudLinux
added 2026/04/29 7:8 a.m.15 views

squid: Fix of 3 CVEs

CVE-2019-12521: fix ESI parser off-by-one heap overflow by enforcing a stack-depth limit and throwing on overflow - CVE-2019-12524 already addressed by the CVE-2019-12520 backport same fix upstream; see Squid advisory SQUID-2019:4...

9.8CVSS6.8AI score0.05765EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/04/29 12:0 a.m.6 views

Unity Linux 20.1050e / 20.1060e / 20.1070e Security Update: ImageMagick (UTSA-2026-015453)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-015453 advisory. In MIFF image processing in ImageMagick before 7.1.1-44, image depth is mishandled after SetQuantumFormat is used. Tenable has extracted the preceding description...

7.5CVSS4.6AI score0.00548EPSS
SaveExploits0References4
OSV
OSV
added 2026/04/28 3:22 p.m.18 views

CLSA-2026-1777389760 vim: Fix of 9 CVEs

CVE-2021-3903: do not set VALIDBOTLINE in wvalid when the screen is not valid, preventing invalid memory access while scrolling. - CVE-2021-4069: copy the current line before regexec in exopen so the match is not using freed memory when searching for a mark flushes it. - CVE-2022-0351: limit...

9.8CVSS7.3AI score0.01462EPSS
SaveExploits8References1
Microsoft CVE
Microsoft CVE
added 2026/04/26 8:9 a.m.6 views

NFC: digital: Bounds check NFC-A cascade depth in SDD response handler

...

8.8CVSS5.8AI score0.00281EPSS
SaveExploits0
Fedora
Fedora
added 2026/04/25 1:55 a.m.11 views

[SECURITY] Fedora 44 Update: qt6-qtgraphs-6.10.3-1.fc44

The Qt Graphs module enables you to visualize data in 3D as bar, scatter, and surface graphs. It's especially useful for visualizing depth maps and large quantities of rapidly changing data, such as data received from multiple sensors. The look and feel of graphs can be customized by using themes...

5.3AI score
SaveExploits0
Rows per page
Query Builder