Lucene search
+L

29882 matches found

Github Security Blog
Github Security Blog
added 2026/07/20 9:32 p.m.11 views

Mistune inline_parser: quadratic-time parsing on long runs of `**x**` and `***x***` emphasis pairs

Summary Type: Algorithmic-complexity DoS in core emphasis parsing. A long sequence of well-formed x strong or x strong-emphasis combined pairs causes ON² parser work. Distinct from the bracket-bomb DoS repetition and from the formatting-plugin DoS /==/^^; this one fires on default-config mistune...

7.5CVSS5.4AI score0.0041EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2026/07/20 9:32 p.m.7 views

GHSA-4J32-57V6-6G45 Mistune inline_parser: quadratic-time parsing on long runs of `**x**` and `***x***` emphasis pairs

Summary Type: Algorithmic-complexity DoS in core emphasis parsing. A long sequence of well-formed x strong or x strong-emphasis combined pairs causes ON² parser work. Distinct from the bracket-bomb DoS repetition and from the formatting-plugin DoS /==/^^; this one fires on default-config mistune...

7.5CVSS5.5AI score0.0041EPSS
SaveExploits1References6
Circl
Circl
added 2026/07/20 9:31 p.m.22 views

GHSA-3JXR-9VMJ-R5CP

creationtimestamp| type| source ---|---|--- 2026-07-20 21:31:31+00:00| seen| https://gist.github.com/alon710/8cb13493a0f92ed662f2d6291bd0d794...

4.9AI score
SaveExploits0References1
OSV
OSV
added 2026/07/20 9:24 p.m.8 views

GHSA-FFQ3-XPV3-J92Q Mistune block_parser: quadratic-time parsing on long lists of repeated reference-link definitions

Summary Type: Algorithmic-complexity DoS in reference-link definition handling. A markdown document with N reference-link definitions of the same key or many distinct keys takes ON² parser time. 5000 repeated a: u\n definitions take 1.1 second; 10000 → 4.5 seconds. File: src/mistune/blockparser.p...

7.5CVSS5.3AI score0.00413EPSS
SaveExploits1References6
Github Security Blog
Github Security Blog
added 2026/07/20 9:24 p.m.12 views

Mistune block_parser: quadratic-time parsing on long lists of repeated reference-link definitions

Summary Type: Algorithmic-complexity DoS in reference-link definition handling. A markdown document with N reference-link definitions of the same key or many distinct keys takes ON² parser time. 5000 repeated a: u\n definitions take 1.1 second; 10000 → 4.5 seconds. File: src/mistune/blockparser.p...

7.5CVSS5.3AI score0.00413EPSS
SaveExploits1References6Affected Software1
EUVD
EUVD
added 2026/07/20 9:19 p.m.14 views

EUVD-2026-42302

js-yaml: YAML merge-key chains can force quadratic CPU consumption in js-yaml...

7.5CVSS6AI score0.0041EPSS
SaveExploits1References4
EUVD
EUVD
added 2026/07/20 9:19 p.m.25 views

EUVD-2026-42301

js-yaml: YAML merge-key chains can force quadratic CPU consumption...

7.5CVSS5.1AI score0.00423EPSS
SaveExploits1References6
Patchstack
Patchstack
added 2026/07/20 9:18 p.m.12 views

NPM: js-yaml: Quadratic-complexity (O(n^2)) DoS via !!omap tag in YAML11_SCHEMA

NPM: js-yaml: Quadratic-complexity On^2 DoS via !!omap tag in YAML11SCHEMA vulnerability discovered by ? in WordPress Npm js-yaml versions = 5.0.0, = 5.2.0...

7.5CVSS6AI score0.0041EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2026/07/20 9:18 p.m.9 views

GHSA-724G-MXRG-4QVM js-yaml: Quadratic-complexity (O(n^2)) DoS via !!omap tag in YAML11_SCHEMA

Summary js-yaml v5.x introduces YAML11SCHEMA support with the !!omap ordered map tag. The omapTag.addItem function performs a linear On scan for duplicate key detection on every insertion, resulting in On^2 total time to parse a document with n omap entries. An attacker can send a small crafted...

5.3CVSS6.2AI score0.0041EPSS
SaveExploits1References5
NVD
NVD
added 2026/07/20 9:16 p.m.13 views

CVE-2026-64650

The @ai-sdk/harness-opencode tool is an HarnessV1 adapter backed by @openai/codex-sdk, which drives the codex command line interface. Prior to version 1.0.29, the tool relay authorizes requests from any process whose command line contains an allowed helper script path the Codex CLI shim. This...

6.3CVSS0.00113EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/20 9:16 p.m.11 views

CVE-2026-64651

The @ai-sdk/harness-opencode tool connects HarnessAgent to OpenCode through a sandboxed bridge. Prior to version 1.0.28, the tool relay authorizes requests from any process whose command line contains an allowed helper script path host-tool-mcp.mjs. This allows untrusted code executing in the...

6.3CVSS0.00113EPSS
SaveExploits0References2
Circl
Circl
added 2026/07/20 9:16 p.m.12 views

CVE-2026-55626

creationtimestamp| type| source ---|---|--- 2026-07-20 21:16:10+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3mr47p6qwva2o...

8CVSS4.8AI score0.00126EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/07/20 8:51 p.m.14 views

EUVD-2026-40269

brace-expansion: DoS via exponential-time expansion of consecutive non-expanding groups...

8.7CVSS5.7AI score0.00348EPSS
SaveExploits0References11
Github Security Blog
Github Security Blog
added 2026/07/20 8:51 p.m.31 views

brace-expansion: DoS via exponential-time expansion of consecutive non-expanding {} groups

Summary brace-expansion's expand exhibits exponential-time - O2ⁿ - behavior in the number of consecutive non-expanding groups. A short, all-ASCII input 90 bytes/30 groups blocks the calling thread for minutes; a slightly longer input hangs it effectively indefinitely. Because the dominant consume...

8.7CVSS5.7AI score0.00348EPSS
SaveExploits0References12Affected Software1
OSV
OSV
added 2026/07/20 8:51 p.m.16 views

GHSA-3JXR-9VMJ-R5CP brace-expansion: DoS via exponential-time expansion of consecutive non-expanding {} groups

Summary brace-expansion's expand exhibits exponential-time - O2ⁿ - behavior in the number of consecutive non-expanding groups. A short, all-ASCII input 90 bytes/30 groups blocks the calling thread for minutes; a slightly longer input hangs it effectively indefinitely. Because the dominant consume...

8.7CVSS5.7AI score0.00348EPSS
SaveExploits0References12
EUVD
EUVD
added 2026/07/20 8:27 p.m.17 views

EUVD-2026-46102

The @ai-sdk/harness-opencode tool is an HarnessV1 adapter backed by @openai/codex-sdk, which drives the codex command line interface. Prior to version 1.0.29, the tool relay authorizes requests from any process whose command line contains an allowed helper script path the Codex CLI shim. This...

6.3CVSS5.8AI score0.00113EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/20 8:27 p.m.56 views

CVE-2026-64650 AI SDK Codex Harness Tool Relay Authorization Bypass

The @ai-sdk/harness-opencode tool is an HarnessV1 adapter backed by @openai/codex-sdk, which drives the codex command line interface. Prior to version 1.0.29, the tool relay authorizes requests from any process whose command line contains an allowed helper script path the Codex CLI shim. This...

6.3CVSS0.00113EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/07/20 8:27 p.m.8 views

CVE-2026-64650

The @ai-sdk/harness-opencode tool is an HarnessV1 adapter backed by @openai/codex-sdk, which drives the codex command line interface. Prior to version 1.0.29, the tool relay authorizes requests from any process whose command line contains an allowed helper script path the Codex CLI shim. This...

6.3CVSS5.7AI score0.00113EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2026/07/20 8:27 p.m.8 views

CVE-2026-64650 AI SDK Codex Harness Tool Relay Authorization Bypass

The @ai-sdk/harness-opencode tool is an HarnessV1 adapter backed by @openai/codex-sdk, which drives the codex command line interface. Prior to version 1.0.29, the tool relay authorizes requests from any process whose command line contains an allowed helper script path the Codex CLI shim. This...

6.3CVSS5.7AI score0.00113EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/20 8:27 p.m.45 views

CVE-2026-64650

The CVE concerns the @ai-sdk/harness-opencode tool (HarnessV1 adapter backed by @openai/codex-sdk) that drives the codex CLI. Prior to version 1.0.29, it relayed requests from any process whose command line contained an allowed helper script path (Codex CLI shim), allowing untrusted sandbox code ...

6.3CVSS5.8AI score0.00113EPSS
SaveExploits0References2
Rows per page
Query Builder