Lucene search
+L

58729 matches found

Kitploit
Kitploit
added 2026/09/21 11:49 a.m.2 views

CVE-2026-90782-s2opc-status-clobber

CVE-2026-90782 — Desreferencia NULL por sobrescritura de estado en S2OPC Prueba de concepto independiente para CVE-2026-90782 en S2OPC Safe & Secure OPC. Vulnerabilidad En allocnotificationmessageitems S2OPC 1.7.3 y anteriores: Se utiliza una única variable status compartida tanto para las...

6CVSS5.9AI score0.0032EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/21 11:47 a.m.21 views

ufonet

ウェブサイト: https://ufonet.03c8.net 説明: UFONet - は、フリーソフトウェア、P2Pかつ暗号化を利用した -破壊的ツールキット- であり、DoSおよびDDoS攻撃を実行できます。 第7層(APP/HTTP)では、ボットネットとして機能するために、サードパーティのWebサイト上のオープンリダイレクトベクターを悪用し、 第3層(ネットワーク)では、プロトコルを悪用して攻撃を実行します。 また、ダイレクト接続のP2Pアーキテクチャに基づくグローバルなクライアント/サーバーネットワークを構築することで、...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/21 11:40 a.m.13 views

servu-cve-2026-28318-poc

CVE-2026-28318 — SolarWinds Serv-U "Content-Encoding: deflate" caída pre-autenticación Análisis de causa raíz + prueba de concepto de DoS. El aviso público clasifica esto como una denegación de servicio / consumo no controlado de recursos no autenticada. El análisis binario muestra que el defecto...

7.5CVSS8.3AI score0.40012EPSS
SaveExploits2
CVE
CVE
added 2026/09/21 11:38 a.m.8 views

CVE-2026-65654

CVE-2026-65654 affects github.com/temporalio/ringpop-go , a Go library implementing the SWIM membership protocol used by Temporal. The vulnerability is a missing enforcement of configured LabelOptions limits on inbound gossip: while local label changes are validated, label maps received from peer...

8.7CVSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/21 11:38 a.m.17 views

CVE-2026-65654 temporalio/ringpop-go fails to enforce configured label limits on inbound membership gossip

github.com/temporalio/ringpop-go enforces configured LabelOptions limits when an application changes the local node's labels, but affected versions do not apply those limits to label maps received in SWIM membership changes. A network peer that can reach a live Ringpop TChannel listener can...

8.7CVSS
SaveExploits0References6
EUVD
EUVD
added 2026/09/21 11:38 a.m.4 views

EUVD-2026-83895

github.com/temporalio/ringpop-go enforces configured LabelOptions limits when an application changes the local node's labels, but affected versions do not apply those limits to label maps received in SWIM membership changes. A network peer that can reach a live Ringpop TChannel listener can...

8.7CVSS
SaveExploits0References6
EUVD
EUVD
added 2026/09/21 11:36 a.m.5 views

EUVD-2026-83894

github.com/temporalio/tchannel-go did not reject TChannel call fragments containing checksum metadata but no length-prefixed argument chunks. The fragment reader left its chunk slice empty and then unconditionally selected the first element. A network peer can supply such a malformed call fragmen...

8.7CVSS
SaveExploits0References6
CVE
CVE
added 2026/09/21 11:36 a.m.11 views

CVE-2026-65653

github.com/temporalio/tchannel-go failed to reject TChannel call fragments that carry checksum metadata but no length-prefixed argument chunks. The fragment reader left its chunk slice empty and then unconditionally selected the first element, producing an unrecovered Go slice-bounds panic on a l...

8.7CVSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/21 11:35 a.m.18 views

CVE-2026-65652 temporalio/tchannel-go malformed checksum type causes process termination

github.com/temporalio/tchannel-go did not validate the one-byte checksum-type field in inbound TChannel call frames. A network peer that can reach a listener can complete the standard initialization handshake and send a call request with an unsupported checksum type. The parser uses that value as...

8.7CVSS
SaveExploits0References6
EUVD
EUVD
added 2026/09/21 11:35 a.m.6 views

EUVD-2026-83893

github.com/temporalio/tchannel-go did not validate the one-byte checksum-type field in inbound TChannel call frames. A network peer that can reach a listener can complete the standard initialization handshake and send a call request with an unsupported checksum type. The parser uses that value as...

8.7CVSS
SaveExploits0References6
CVE
CVE
added 2026/09/21 11:34 a.m.10 views

CVE-2026-65651

temporalio/sqlparser accepts SQL with deeply nested unary expressions and returns a correspondingly deep abstract syntax tree without enforcing a nesting limit . The library's String and Walk operations traverse that tree recursively, causing a runtime-fatal Go stack overflow that terminates the ...

8.7CVSS
SaveExploits0References9
EUVD
EUVD
added 2026/09/21 11:34 a.m.5 views

EUVD-2026-83892

temporalio/sqlparser accepts SQL containing deeply nested unary expressions and can return a correspondingly deep abstract syntax tree without enforcing an applicable nesting limit. The library's String and Walk operations recursively traverse that tree. An application that parses...

8.7CVSS
SaveExploits0References9
CVE
CVE
added 2026/09/21 11:32 a.m.12 views

CVE-2026-16651

The temporalio/sqlparser library, used by Temporal Server , can panic when parsing a MySQL version comment that is empty or contains only one to five decimal digits. The root cause is in ExtractMysqlComment , which does not handle the -1 return value from strings.IndexFunc before using it as a sl...

8.7CVSS
SaveExploits0References7
EUVD
EUVD
added 2026/09/21 11:32 a.m.4 views

EUVD-2026-83891

temporalio/sqlparser can panic when Parse, ParseStrictDDL, or ParseNext processes a MySQL version comment whose contents are empty or consist only of one to five decimal digits. ExtractMysqlComment does not check the -1 result returned by strings.IndexFunc before using it as a slice boundary. The...

8.7CVSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/09/21 11:32 a.m.18 views

CVE-2026-16651 temporalio/sqlparser malformed MySQL version comments can cause a panic

temporalio/sqlparser can panic when Parse, ParseStrictDDL, or ParseNext processes a MySQL version comment whose contents are empty or consist only of one to five decimal digits. ExtractMysqlComment does not check the -1 result returned by strings.IndexFunc before using it as a slice boundary. The...

8.7CVSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/09/21 11:27 a.m.22 views

CVE-2026-91867 Apache Neethi: Remote policy fetch lacks a total timeout, allowing a slow server to hang the request indefinitely

When Neethi fetches a remote policy reference, it only limits the time per read, not the whole transfer, so a server that trickles bytes slowly can keep the fetch alive indefinitely and tie up the calling thread denial of service. Users are recommended to upgrade to version 3.2.4, which fixes thi...

SaveExploits0References1
CVE
CVE
added 2026/09/21 11:27 a.m.9 views

CVE-2026-91867

When Neethi fetches a remote policy reference, it only limits the time per read, not the whole transfer, so a server that trickles bytes slowly can keep the fetch alive indefinitely and tie up the calling thread denial of service. Users are recommended to upgrade to version 3.2.4, which fixes thi...

SaveExploits0References2
EUVD
EUVD
added 2026/09/21 11:27 a.m.4 views

EUVD-2026-83889

When Neethi fetches a remote policy reference, it only limits the time per read, not the whole transfer, so a server that trickles bytes slowly can keep the fetch alive indefinitely and tie up the calling thread denial of service. Users are recommended to upgrade to version 3.2.4, which fixes thi...

4.3CVSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/21 11:27 a.m.4 views

EUVD-2026-83888

A specially crafted pair of WS-Policy documents can force Neethi's policy-intersection to do exponential amounts of work, pinning the CPU for a long time denial of service. Users are recommended to upgrade to version 3.2.4, which fixes this issue...

7.5CVSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/09/21 11:27 a.m.21 views

CVE-2026-91866 Apache Neethi: Crafted policies cause unbounded work during intersection leading to denial of service

A specially crafted pair of WS-Policy documents can force Neethi's policy-intersection to do exponential amounts of work, pinning the CPU for a long time denial of service. Users are recommended to upgrade to version 3.2.4, which fixes this issue...

SaveExploits0References1
Rows per page
Query Builder