Lucene search
+L

4335400 matches found

Github Security Blog
Github Security Blog
added yesterday2 views

Microsoft Security Advisory CVE-2026-32203 – .NET and Visual Studio Denial of Service Vulnerability

Executive Summary: Microsoft is releasing this security advisory to provide information about a vulnerability in System.Security.Cryptography.Xml. This advisory also provides guidance on what developers can do to update their applications to remove this vulnerability. A vulnerability exists in...

7.5CVSS6.1AI score0.01553EPSS
SaveExploits0References26Affected Software1
OSV
OSV
added yesterday2 views

GHSA-V8VM-CQH8-Q87Q NocoBase: Sensitive Data Exposure via SQL Blacklist Bypass

Security Vulnerability Report: Sensitive Data Exposure via SQL Blacklist Bypass Summary The checkSQL function in plugin-collection-sql implements a keyword-based blacklist to prevent dangerous SQL queries from being executed through the SQL Collection feature. However, the blacklist is incomplete...

6.8CVSS6.2AI score0.00269EPSS
SaveExploits0References8
Github Security Blog
Github Security Blog
added yesterday2 views

NocoBase: Sensitive Data Exposure via SQL Blacklist Bypass

Security Vulnerability Report: Sensitive Data Exposure via SQL Blacklist Bypass Summary The checkSQL function in plugin-collection-sql implements a keyword-based blacklist to prevent dangerous SQL queries from being executed through the SQL Collection feature. However, the blacklist is incomplete...

6.8CVSS6.2AI score0.00269EPSS
SaveExploits0References8Affected Software1
EUVD
EUVD
added yesterday8 views

EUVD-2026-44800

NocoBase: Sensitive Data Exposure via SQL Blacklist Bypass...

6.8CVSS5.9AI score0.00269EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added yesterday2 views

Cosmos-Server has an authentication bypass via forward-auth header smuggling on Constellation tunnel

Summary The Constellation-tunnel bypass branch in tokenMiddleware at src/proxy/routerGen.go:53-66 returns to the upstream handler before the request's x-cosmos-user, x-cosmos-role, x-cosmos-user-role, and x-cosmos-mfa headers are stripped at lines 68-72, and before the AdminOnlyWithRedirect gate ...

5.9AI score
SaveExploits0References3Affected Software1
OSV
OSV
added yesterday3 views

GHSA-2RX5-2G7J-2659 Cosmos-Server has an authentication bypass via forward-auth header smuggling on Constellation tunnel

Summary The Constellation-tunnel bypass branch in tokenMiddleware at src/proxy/routerGen.go:53-66 returns to the upstream handler before the request's x-cosmos-user, x-cosmos-role, x-cosmos-user-role, and x-cosmos-mfa headers are stripped at lines 68-72, and before the AdminOnlyWithRedirect gate ...

6.1CVSS5.9AI score
SaveExploits0References3
CVE
CVE
added yesterday15 views

CVE-2026-59941

Dompdf (PHP HTML-to-PDF library) versions 3.15 and earlier are vulnerable to uncontrolled resource consumption when processing BMP images. The bug trusts declared BMP header dimensions (width × height) without bounding the pixel data, allowing an attacker to inline a crafted BMP via data URI (e.g...

6.3CVSS5.9AI score
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added yesterday2 views

CVE-2026-59941

Dompdf is an HTML to PDF converter for PHP. Versions 3.15 and prior accept a BMP image and generates a PDF-compatible PNG based only on its declared header dimensions and never bounds width × height before the image is converted through GD. A 58-byte BMP whose header declares e.g. 6000×6000 is...

6.3CVSS5.9AI score
SaveExploits0References4Affected Software1
EUVD
EUVD
added yesterday2 views

EUVD-2026-50061

Dompdf is an HTML to PDF converter for PHP. Versions 3.15 and prior accept a BMP image and generates a PDF-compatible PNG based only on its declared header dimensions and never bounds width × height before the image is converted through GD. A 58-byte BMP whose header declares e.g. 6000×6000 is...

6.3CVSS5.9AI score
SaveExploits0References3
Cvelist
Cvelist
added yesterday11 views

CVE-2026-59941 Dompdf: Uncontrolled resource consumption based on declared BMP dimensions

Dompdf is an HTML to PDF converter for PHP. Versions 3.15 and prior accept a BMP image and generates a PDF-compatible PNG based only on its declared header dimensions and never bounds width × height before the image is converted through GD. A 58-byte BMP whose header declares e.g. 6000×6000 is...

6.3CVSS
SaveExploits0References3
CVE
CVE
added yesterday13 views

CVE-2026-59942

Dompdf (PHP HTML-to-PDF library) versions before 3.16 are vulnerable to a DoS via resource exhaustion. A crafted HTML string with a high-entropy, oversized image (e.g., 30000x30000) bypasses dimension checks and triggers heavy bitmap processing during rendering, causing 100% CPU usage and memory ...

6.3CVSS5.9AI score
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added yesterday2 views

CVE-2026-59942

Dompdf is an HTML to PDF converter for PHP. Versions 3.15 and prior are vulnerable to a Denial of Service DoS attack via resource exhaustion. An attacker can crash the PHP process by providing a specially crafted HTML document containing a single image with massive dimensions e.g., 30,000x30,000...

6.3CVSS5.9AI score
SaveExploits0References5Affected Software1
EUVD
EUVD
added yesterday2 views

EUVD-2026-50060

Dompdf is an HTML to PDF converter for PHP. Versions 3.15 and prior are vulnerable to a Denial of Service DoS attack via resource exhaustion. An attacker can crash the PHP process by providing a specially crafted HTML document containing a single image with massive dimensions e.g., 30,000x30,000...

6.3CVSS5.9AI score
SaveExploits0References4
Cvelist
Cvelist
added yesterday11 views

CVE-2026-59942 Dompdf: Denial of Service (DoS) via Resource Exhaustion using Oversized Image Bitmaps

Dompdf is an HTML to PDF converter for PHP. Versions 3.15 and prior are vulnerable to a Denial of Service DoS attack via resource exhaustion. An attacker can crash the PHP process by providing a specially crafted HTML document containing a single image with massive dimensions e.g., 30,000x30,000...

6.3CVSS
SaveExploits0References4
CVE
CVE
added yesterday8 views

CVE-2026-49447

Cosmos-Server 0.22.18 reportedly exposes constellation device metadata via GET /cosmos/api/constellation/public-devices when any non-empty Authorization header is provided; the code strips Bearer but does not validate or use the token in the DB query, allowing unauthenticated-like access to devic...

5.3CVSS5.9AI score
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added yesterday2 views

CVE-2026-49447

Cosmos provides users the ability self-host a home server by acting as a secure gateway to your application, as well as a server manager. In 0.22.18, GET /cosmos/api/constellation/public-devices discloses Constellation device metadata to a requester that supplies any non-empty Authorization heade...

5.3CVSS5.9AI score
SaveExploits0References4Affected Software1
EUVD
EUVD
added yesterday3 views

EUVD-2026-50056

Cosmos provides users the ability self-host a home server by acting as a secure gateway to your application, as well as a server manager. In 0.22.18, GET /cosmos/api/constellation/public-devices discloses Constellation device metadata to a requester that supplies any non-empty Authorization heade...

5.3CVSS5.9AI score
SaveExploits0References3
Cvelist
Cvelist
added yesterday11 views

CVE-2026-49447 Cosmos-Server's constellation public-devices endpoint accepts arbitrary bearer tokens

Cosmos provides users the ability self-host a home server by acting as a secure gateway to your application, as well as a server manager. In 0.22.18, GET /cosmos/api/constellation/public-devices discloses Constellation device metadata to a requester that supplies any non-empty Authorization heade...

5.3CVSS
SaveExploits0References3
OSV
OSV
added yesterday2 views

GHSA-5FQM-CC34-FCF5 Cosmos-Server's constellation public-devices endpoint accepts arbitrary bearer tokens

Summary GET /cosmos/api/constellation/public-devices discloses Constellation device metadata to a requester that supplies any non-empty Authorization header. The handler strips the string Bearer from the header but never validates the resulting token and never uses it in the database query. This...

5.3CVSS6AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
added yesterday5 views

Cosmos-Server's constellation public-devices endpoint accepts arbitrary bearer tokens

Summary GET /cosmos/api/constellation/public-devices discloses Constellation device metadata to a requester that supplies any non-empty Authorization header. The handler strips the string Bearer from the header but never validates the resulting token and never uses it in the database query. This...

5.3CVSS6AI score
SaveExploits0References4Affected Software1
Rows per page
Query Builder