Lucene search
+L

47790 matches found

Cvelist
Cvelist
added 2026/08/05 3:34 p.m.35 views

CVE-2026-9190 HTTP request smuggling in Progress MarkLogic Server

An HTTP request smuggling vulnerability in the HTTP App Server of Progress MarkLogic Server before 11.3.6 and 12.0.3 allows a remote attacker to bypass authentication and authorization checks, hijack a legitimate user's session, or capture credentials. The vulnerability occurs when a crafted HTTP...

9.1CVSS0.00448EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/05 3:34 p.m.81 views

CVE-2026-9190

Progress MarkLogic Server versions before 11.3.6 and 12.0.3 contain an HTTP request smuggling flaw in the HTTP App Server. A crafted request with both Content-Length and Transfer-Encoding headers can cause the reverse proxy and MarkLogic Server to misinterpret request boundaries, enabling an atta...

9.1CVSS5.6AI score0.00448EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/05 3:16 p.m.11 views

CVE-2026-15573

A flaw was found in Keycloak's Authorization Services. The component responsible for matching request paths to security policies PathMatcher does not properly normalize URIs before comparison. By adding extra characters like a trailing slash or matrix parameters to a URL, an attacker can trick th...

8.1CVSS0.00364EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/05 2:40 p.m.19 views

EUVD-2026-53393

A flaw was found in openshift/oauth-proxy. On paths configured to bypass authentication skip-auth-regex, the proxy forwards client-supplied identity headers X-Forwarded-User, X-Forwarded-Email, X-Forwarded-Access-Token to the upstream application without stripping them. An unauthenticated attacke...

6.5CVSS5.5AI score0.0013EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/05 12:26 p.m.10 views

CVE-2026-71278 rust-iot-platform Unauthenticated Remote Code Execution via Unsandboxed Calc-Rule Script Evaluation

rust-iot-platform allows creating a "calc rule" via POST /calc-rule/create api/src/controller/calcrulerouter.rs containing an arbitrary field. This route does not take the AuthToken request guard used elsewhere in the application, making it reachable without authentication...

9.8CVSS5.4AI score0.00358EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/08/05 12:26 p.m.11 views

CVE-2026-71277 rust-iot-platform Authentication Bypass via Non-Validated Authorization Header

rust-iot-platform's AuthToken request-guard implementation api/src/main.rs only checks whether the Authorization HTTP header is present, and never validates its value against any session, token store, or signature. Any request carrying an arbitrary non-empty Authorization header e.g. satisfies th...

9.1CVSS5.4AI score0.00241EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/05 12:26 p.m.37 views

CVE-2026-71277 rust-iot-platform Authentication Bypass via Non-Validated Authorization Header

rust-iot-platform's AuthToken request-guard implementation api/src/main.rs only checks whether the Authorization HTTP header is present, and never validates its value against any session, token store, or signature. Any request carrying an arbitrary non-empty Authorization header e.g. satisfies th...

9.1CVSS0.00241EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/05 12:26 p.m.69 views

CVE-2026-71277

Affected software: rust-iot-platform, specifically the AuthToken request-guard in api/src/main.rs. Vulnerability: the guard only checks for the presence of the Authorization header, with no validation against sessions, token stores, or signatures. Any non-empty header (e.g., Authorization: fake) ...

9.1CVSS5.4AI score0.00241EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/05 12:26 p.m.13 views

EUVD-2026-53349

WLED's GET /json/cfg endpoint registered in wled00/wledserver.cpp calls serveJson with no settings-PIN check, unlike the /edit endpoint which explicitly checks correctPIN, disclosing the device's general configuration network, hardware, LED setup to any unauthenticated client on the network...

8.2CVSS5.6AI score0.00194EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/05 11:16 a.m.17 views

CVE-2026-71234

Documize Community's attachment download route domain/attachment/endpoint.go, Download function, registered via AddPublic with no auth middleware accepts a query parameter and grants access whenever the parameter is simply non-empty lensecureToken 0, without comparing it to any server-stored valu...

7.5CVSS0.00245EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/05 11:16 a.m.10 views

CVE-2026-71237

Miantang/IoT-PHP's index.php implements a POST /userlogin route that reads the password directly from 'pwd' with no sanitization and concatenates it into a raw SQL string: mysqlquery"select from userlists where username='' and password='' limit 1". An unauthenticated attacker can submit a payload...

9.8CVSS0.0042EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/05 10:59 a.m.14 views

EUVD-2026-53326

In Eclipse Theia versions up to and including 1.73.1, the @theia/filesystem backend binds POST /file-upload in every filesystem-enabled deployment. The handler takes an attacker-supplied absolute path from the multipart uri field and calls fs.movetmp, target, overwrite: true with no workspace...

8.8CVSS6AI score0.00368EPSS
SaveExploits1References3
ATTACKERKB
ATTACKERKB
added 2026/08/05 10:57 a.m.10 views

CVE-2026-71248

Inventory-Management-System-PHP's login.php constructs its authentication query via direct string concatenation of raw POST parameters: $sql = "select from user where email = '$email' and password = '$password'", with no escaping or parameterization, allowing authentication bypass via a payload...

9.8CVSS5.8AI score0.00402EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/05 10:57 a.m.77 views

CVE-2026-71248

The CVE concerns Inventory-Management-System-PHP. login.php builds its query by direct string concatenation of POST parameters for authentication, enabling authentication bypass (e.g., email=' OR 1=1 LIMIT 1-- -). Separately, delete.php runs a DELETE without auth checks or input validation for id...

9.8CVSS5.3AI score0.00402EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/05 10:57 a.m.13 views

EUVD-2026-53321

Inventory-Management-System-PHP's login.php constructs its authentication query via direct string concatenation of raw POST parameters: $sql = "select from user where email = '$email' and password = '$password'", with no escaping or parameterization, allowing authentication bypass via a payload...

9.8CVSS5.8AI score0.00402EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/05 10:56 a.m.44 views

CVE-2026-71237 Miantang IoT-PHP - Unauthenticated SQL Injection in /userlogin

Miantang/IoT-PHP's index.php implements a POST /userlogin route that reads the password directly from 'pwd' with no sanitization and concatenates it into a raw SQL string: mysqlquery"select from userlists where username='' and password='' limit 1". An unauthenticated attacker can submit a payload...

9.8CVSS0.0042EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/05 10:56 a.m.13 views

EUVD-2026-53310

Miantang/IoT-PHP's index.php implements a POST /userlogin route that reads the password directly from $POST'pwd' with no sanitization and concatenates it into a raw SQL string: mysqlquery"select from userlists where username='$username' and password='$password' limit 1". The username value is...

9.8CVSS5.9AI score0.0042EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/08/05 10:56 a.m.11 views

CVE-2026-71234

Documize Community's attachment download route domain/attachment/endpoint.go, Download function, registered via AddPublic with no auth middleware accepts a secure query parameter and grants access whenever the parameter is simply non-empty lensecureToken 0, without comparing it to any server-stor...

7.5CVSS5.5AI score0.00245EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/05 10:56 a.m.9 views

CVE-2026-71234 Documize Community - Attachment Download Authorization Bypass via Non-Validated secure Token

Documize Community's attachment download route domain/attachment/endpoint.go, Download function, registered via AddPublic with no auth middleware accepts a query parameter and grants access whenever the parameter is simply non-empty lensecureToken 0, without comparing it to any server-stored valu...

7.5CVSS5.2AI score0.00245EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/05 10:56 a.m.12 views

EUVD-2026-53307

Documize Community's attachment download route domain/attachment/endpoint.go, Download function, registered via AddPublic with no auth middleware accepts a secure query parameter and grants access whenever the parameter is simply non-empty lensecureToken 0, without comparing it to any server-stor...

7.5CVSS5.5AI score0.00245EPSS
SaveExploits0References1
Rows per page
Query Builder