Lucene search
+L

282 matches found

RedhatCVE
RedhatCVE
•added 2026/09/17 3:22 p.m.•9 views

CVE-2026-47890

A flaw was found in Spring Framework, affecting its MVC and WebFlux applications. When these applications use Server-Sent Events SSE with view fragments, a vulnerability allows for stream corruption. This can lead to unreliable data delivery and potential disruption of services. Mitigation Disabl...

6.5CVSS5.8AI score0.00564EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
•added 2026/09/16 3:46 p.m.•11 views

CVE-2026-61593 djust has Cross-Site Request Forgery on the Server-Sent-Events transport: a cross-origin page can drive a victim-authenticated SSE session

djust provides Phoenix LiveView-style reactive server-side rendering for Django with Rust-powered performance. Prior to version 1.0.7, the SSE client→server POST endpoints are @csrfexempt and the SSE GET stream endpoint had no Origin check, so a cross-origin page could drive a...

8.1CVSS5.8AI score0.00209EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/09/16 3:46 p.m.•11 views

EUVD-2026-80856

djust provides Phoenix LiveView-style reactive server-side rendering for Django with Rust-powered performance. Prior to version 1.0.7, the SSE client→server POST endpoints are @csrfexempt and the SSE GET stream endpoint had no Origin check, so a cross-origin page could drive a...

8.1CVSS5.8AI score0.00209EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/09/11 10:04 p.m.•32 views

EUVD-2026-42683

@Mockoon/commons-server: Unauthenticated admin API + wildcard CORS allows mock-state hijack and secret theft...

8.8CVSS5.7AI score0.00262EPSS
SaveExploits0References6
EUVD
EUVD
•added 2026/09/08 8:45 p.m.•19 views

EUVD-2026-70242

HTTPX2: Quadratic SSE line buffering can cause CPU denial of service...

5.9CVSS5.7AI score0.00533EPSS
SaveExploits0References6
Veracode
Veracode
•added 2026/09/08 8:50 a.m.•11 views

Denial Of Service (DoS)

Spring Framework is vulnerable to Denial Of Service. The vulnerability is due to stream corruption when Server-Sent Events SSE are used with functional web framework applications in Spring MVC...

6.1AI score0.00564EPSS
SaveExploits0References1Affected Software1
EUVD
EUVD
•added 2026/09/06 12:00 p.m.•11 views

EUVD-2026-72108

h3 versions before 1.15.9 fail to sanitize carriage return characters in EventStream data and comment fields, allowing attackers to inject arbitrary SSE events by including unsanitized carriage returns. Attackers can inject event type directives, split single push calls into multiple browser-pars...

6.9CVSS6AI score0.0036EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/09/04 2:32 p.m.•31 views

CVE-2026-85605 Slink before 1.12.3 Missing Authorization on Image Comment Endpoints

Slink before 1.12.3 fails to properly authorize access to image comment endpoints, allowing unauthenticated attackers to read comment threads via GET /api/image/imageId/comments and server-sent-events subscriptions. Attackers who obtain image IDs out of band can retrieve full comment threads on...

6.9CVSS0.00547EPSS
SaveExploits0References6
OSV
OSV
•added 2026/09/04 2:32 p.m.•13 views

CVE-2026-85605 Slink before 1.12.3 Missing Authorization on Image Comment Endpoints

Slink before 1.12.3 fails to properly authorize access to image comment endpoints, allowing unauthenticated attackers to read comment threads via GET /api/image/imageId/comments and server-sent-events subscriptions. Attackers who obtain image IDs out of band can retrieve full comment threads on...

6.9CVSS5.5AI score
SaveExploits0References8
Vulnrichment
Vulnrichment
•added 2026/09/04 2:32 p.m.•10 views

CVE-2026-85605 Slink before 1.12.3 Missing Authorization on Image Comment Endpoints

Slink before 1.12.3 fails to properly authorize access to image comment endpoints, allowing unauthenticated attackers to read comment threads via GET /api/image/imageId/comments and server-sent-events subscriptions. Attackers who obtain image IDs out of band can retrieve full comment threads on...

6.9CVSS5.3AI score0.00547EPSS
SaveExploits0References6
CVE
CVE
•added 2026/09/04 2:32 p.m.•11 views

CVE-2026-85605

Slink versions prior to 1.12.3 fail to properly authorize access to image comment endpoints, allowing unauthenticated attackers to read full comment threads via GET /api/image/{imageId}/comments and subscribe to live updates via server-sent-events — provided they obtain an image ID out of band. T...

6.9CVSS5.3AI score0.00547EPSS
SaveExploits0References6
EUVD
EUVD
•added 2026/09/04 2:32 p.m.•7 views

EUVD-2026-71221

Slink before 1.12.3 fails to properly authorize access to image comment endpoints, allowing unauthenticated attackers to read comment threads via GET /api/image/imageId/comments and server-sent-events subscriptions. Attackers who obtain image IDs out of band can retrieve full comment threads on...

6.9CVSS5.3AI score0.00547EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
•added 2026/09/04 12:00 a.m.•19 views

PT-2026-85538

Slink before 1.12.3 fails to properly authorize access to image comment endpoints, allowing unauthenticated attackers to read comment threads via GET /api/image/imageId/comments and server-sent-events subscriptions. Attackers who obtain image IDs out of band can retrieve full comment threads on...

6.9CVSS5.3AI score0.00547EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
•added 2026/09/02 7:03 p.m.•8 views

CVE-2026-84378

A flaw was found in httpx2, a Python HTTP client. The Server-Sent Events SSE parser in httpx2 can be exploited by a remote attacker. By sending a specially crafted stream where an unterminated line is split across many response chunks, the parser repeatedly copies and rescans buffered text. This...

5.9CVSS5.8AI score0.00533EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
•added 2026/09/02 6:21 p.m.•10 views

CVE-2026-84378

HTTPX2 is a next generation HTTP client for Python. From 2.5.0 until 2.10.0, the HTTPX2 Server-Sent Events parser in src/httpx2/httpx2/sse.py repeatedly copies and rescans buffered text in SSELineDecoder.decode when an attacker-controlled or compromised SSE endpoint splits one unterminated line...

5.9CVSS5.3AI score0.00533EPSS
SaveExploits0References6
OSV
OSV
•added 2026/09/02 5:54 p.m.•7 views

CVE-2026-84378 HTTPX2: Quadratic SSE line buffering can cause CPU denial of service

HTTPX2 is a next generation HTTP client for Python. From 2.5.0 until 2.10.0, the HTTPX2 Server-Sent Events parser in src/httpx2/httpx2/sse.py repeatedly copies and rescans buffered text in SSELineDecoder.decode when an attacker-controlled or compromised SSE endpoint splits one unterminated line...

5.9CVSS5.9AI score
SaveExploits0References7
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/09/02 12:00 a.m.•0 views

CVE-2026-84378: Inefficient Algorithmic Complexity

HTTPX2 is a next generation HTTP client for Python. From 2.5.0 until 2.10.0, the HTTPX2 Server-Sent Events parser in src/httpx2/httpx2/sse.py repeatedly copies and rescans buffered text in SSELineDecoder.decode when an attacker-controlled or compromised SSE endpoint splits one unterminated line...

5.9CVSS5.8AI score0.00533EPSS
SaveExploits0References2
OSSF Malicious Packages
OSSF Malicious Packages
•added 2026/09/01 12:00 a.m.•30 views

Malicious code in @systemzero/baileys (npm)

@systemzero/baileys is a fork of the WhatsApp Web library @whiskeysockets/baileys that adds a hidden remote-control channel. lib/Socket/index.js line 4 hardcodes SIGNALSTREAMURL = https://zone.api.br/api/owner/whatsapp-signal-stream, and makeWASocket, the library's socket-creation entrypoint, cal...

5.8AI score
SaveExploits0References4
Tenable Nessus
Tenable Nessus
•added 2026/08/31 12:00 a.m.•12 views

Linux Distros Unpatched Vulnerability : CVE-2026-59313

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Spring MVC applications using the functional web framework are vulnerable to stream corruption when using Server-Sent Events SSE. Spring Framework 7.0.0 - 7.0.8...

5.9AI score0.00564EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
•added 2026/08/31 12:00 a.m.•19 views

Linux Distros Unpatched Vulnerability : CVE-2026-47890

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Spring MVC and WebFlux applications are vulnerable to stream corruption when using Server-Sent Events SSE with view fragments. Spring Framework 7.0.0 - 7.0.8...

5.9AI score0.00564EPSS
SaveExploits0References2
Rows per page
Query Builder