Lucene search
+L

50061 matches found

Github Security Blog
Github Security Blog
added 2026/09/08 9:22 p.m.9 views

Hono: Query parser reads parameters after the URL fragment, causing cache-key and proxy interpretation differentials

Summary Hono's query parsing does not stop at the URL fragment: a ? appearing after a is treated as the start of a query string. As a result, the application can read request parameters that no other component involved in handling the request can see. Details A fragment is never part of the query...

5.9CVSS5.8AI score0.00345EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 2026/09/08 9:00 p.m.8 views

EUVD-2026-69236

xmldom: Quadratic-memory consumption...

8.7CVSS7.2AI score0.00351EPSS
SaveExploits0References8
Patchstack
Patchstack
added 2026/09/08 9:00 p.m.6 views

NPM: xmldom: Quadratic-time parsing via the malformed-input recovery path — `parseElementStartPart` re-scan and `normalize()` adjacent-text merge

NPM: xmldom: Quadratic-time parsing via the malformed-input recovery path — parseElementStartPart re-scan and normalize adjacent-text merge vulnerability discovered by ? in WordPress Npm xmldom versions = 0.3.0, = 0.6.0...

8.7CVSS7.2AI score0.00351EPSS
SaveExploits0References9Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/08 9:00 p.m.10 views

xmldom: Quadratic-time parsing via the malformed-input recovery path — `parseElementStartPart` re-scan and `normalize()` adjacent-text merge

Summary xmldom's malformed-input error-recovery path has two quadratic-time On² behaviors that a single crafted input triggers together, so a tiny, highly compressible document tens of KB stalls the Node.js event loop for multiple seconds. It is reachable from DOMParser.parseFromString under...

8.7CVSS7AI score0.00351EPSS
SaveExploits0References9Affected Software2
OSV
OSV
added 2026/09/08 8:51 p.m.7 views

GHSA-2WM5-Q62R-HMRV Colord: Slow rejection of oversized malformed color strings

Impact colord's CSS color string matchers described a number as +-?\d.?\d+. In that form \d and \d+ can match the same digits, so a run of n digits can be divided between them in On² ways, and rejecting an input retries every division. Parsing is synchronous and uninterruptible, so a long...

6.9CVSS5.8AI score0.00291EPSS
SaveExploits0References5
NVD
NVD
added 2026/09/08 7:17 p.m.7 views

CVE-2026-28609

In read of MatroskaExtractor.cpp, there is a possible out-of-bounds write due to improper casting. This could lead to remote code execution with no additional execution privileges needed. User interaction is not needed for exploitation...

8.8CVSS0.00277EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/08 6:38 p.m.11 views

EUVD-2026-65221

GitPython: Arbitrary local file content disclosure via include directive in untrusted .gitmodules SubmoduleConfigParser never disables mergeincludes...

8.6CVSS7.7AI score0.00119EPSS
SaveExploits1References7
NVD
NVD
added 2026/09/08 6:20 p.m.7 views

CVE-2026-72923

In Microsoft.OpenApi.YamlReader from 2.0.0-preview.11 until 2.12.0 and from 3.0.0 until 3.10.0, and in Microsoft.OpenApi.Readers prior to 1.6.30, a small YAML OpenAPI document containing nested anchors and aliases can cause uncontrolled resource consumption when parsed through the public YAML...

7.5CVSS0.012EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2026/09/08 6:13 p.m.7 views

net/mail: golang: net/mail: Denial of Service via pathological email address parsing

A flaw was found in the net/mail package within the Go standard library. A remote attacker could provide specially crafted, pathological email addresses. When these malformed email addresses are parsed by the consumePhrase function, it can lead to excessive resource consumption due to quadratic...

7.5CVSS5.8AI score0.00798EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/09/08 5:58 p.m.8 views

fast-uri: fast-uri: Authority Injection via Unvalidated Port Serialization

A flaw was found in fast-uri. This component improperly serializes the port component of a Uniform Resource Identifier URI without validating its content. A remote attacker can exploit this by crafting a malicious port value that injects authority delimiters. This manipulation can demote the...

7.5CVSS5.6AI score0.00226EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/09/08 5:58 p.m.6 views

fast-uri: fast-uri: Host confusion via unbalanced URI brackets can bypass security policies

A flaw was found in fast-uri. The library incorrectly processes Uniform Resource Identifier URI hosts containing unbalanced brackets, leading to a discrepancy in how the host is parsed by fast-uri compared to other HTTP clients. This host confusion can allow an attacker to bypass security policie...

7.5CVSS5.7AI score0.00221EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/08 5:18 p.m.7 views

UBUNTU-CVE-2026-82056

A race condition in MongoDB server's text index query parsing can cause a heap use-after-free read when handling upsert retry paths. Under certain concurrent index lifecycle operations, a raw pointer to internal text index metadata may be dereferenced after the underlying structures have been...

6CVSS5.6AI score0.00245EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/09/08 5:18 p.m.8 views

CVE-2026-82056

A race condition in MongoDB server's text index query parsing can cause a heap use-after-free read when handling upsert retry paths. Under certain concurrent index lifecycle operations, a raw pointer to internal text index metadata may be dereferenced after the underlying structures have been...

6CVSS5.9AI score0.00245EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/08 4:42 p.m.11 views

EUVD-2026-65227

NLTK: Entity-expansion DoS billion laughs via remaining raw ElementTree parses...

8.7CVSS5.7AI score0.00294EPSS
SaveExploits1References6
EUVD
EUVD
added 2026/09/08 4:37 p.m.14 views

EUVD-2026-64337

NLTK: Stable FrameNet and NKJP readers parse outside-root XML...

8.2CVSS5.7AI score0.00367EPSS
SaveExploits1References9
RedHat Linux
RedHat Linux
added 2026/09/08 4:15 p.m.8 views

fast-uri: fast-uri: Authority Injection via Unvalidated Port Serialization

A flaw was found in fast-uri. This component improperly serializes the port component of a Uniform Resource Identifier URI without validating its content. A remote attacker can exploit this by crafting a malicious port value that injects authority delimiters. This manipulation can demote the...

7.5CVSS5.6AI score0.00226EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/09/08 4:15 p.m.7 views

fast-uri: fast-uri: Host confusion via unbalanced URI brackets can bypass security policies

A flaw was found in fast-uri. The library incorrectly processes Uniform Resource Identifier URI hosts containing unbalanced brackets, leading to a discrepancy in how the host is parsed by fast-uri compared to other HTTP clients. This host confusion can allow an attacker to bypass security policie...

7.5CVSS5.7AI score0.00221EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/08 4:12 p.m.27 views

CVE-2026-82055 Null Pointer Dereference in MongoDB Server 2dsphere Index Key Generation Leads to Denial of Service

A security issue exists in MongoDB's 2dsphere index key generation that can cause a server crash due to a null pointer dereference. When a specially crafted GeoJSON document is inserted into a collection with a 2dsphere index, an inconsistency in geometry parsing can leave an internal object in a...

7.1CVSS0.00289EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/08 3:14 p.m.7 views

EUVD-2026-72870

Snipe-IT before 8.7.1 fails to validate the length of the note field in the POST /account/accept/acceptance endpoint, allowing authenticated users to submit unbounded input that reaches synchronous CommonMark rendering. Attackers can submit large note values to exhaust PHP worker CPU and cause...

7.1CVSS5.7AI score0.00302EPSS
SaveExploits0References3
NVD
NVD
added 2026/09/08 1:17 p.m.6 views

CVE-2026-19203

A client may issue specially crafted HTTP/1.1 chunked requests to a Jetty server that cause Jetty and an intermediary proxy to interpret different request boundaries, potentially resulting in HTTP request smuggling. This is caused by Jetty accepting a lone LF character as a terminator in parts of...

8.3CVSS0.00289EPSS
SaveExploits0References1
Rows per page
Query Builder