Lucene search
+L

94205 matches found

Cvelist
Cvelist
added 2026/08/05 10:56 a.m.46 views

CVE-2026-71235 Magistrala IoT Platform - Unrestricted Go/Lua Script Execution in Rules Engine

Magistrala's Rules Engine allows authenticated users to create rules with embedded Go or Lua scripts executed server-side when IoT messages arrive. The Lua script engine re/lua.go performs no input validation at all and preloads dangerous libraries: db arbitrary database access, ioutil file I/O, ...

8.8CVSS0.00288EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/08/05 10:56 a.m.10 views

CVE-2026-71235

Magistrala's Rules Engine allows authenticated users to create rules with embedded Go or Lua scripts executed server-side when IoT messages arrive. The Go script engine re/golang.go runs scripts through the Yaegi interpreter with stdlib.Symbols, exposing the full Go standard library including os...

8.8CVSS5.7AI score0.00288EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/05 10:56 a.m.14 views

EUVD-2026-53308

Magistrala's Rules Engine allows authenticated users to create rules with embedded Go or Lua scripts executed server-side when IoT messages arrive. The Go script engine re/golang.go runs scripts through the Yaegi interpreter with stdlib.Symbols, exposing the full Go standard library including os...

8.8CVSS5.7AI score0.00288EPSS
SaveExploits0References1
Snyk
Snyk
added 2026/08/05 10:03 a.m.22 views

Server-side Request Forgery (SSRF)

Overview mlflow is a platform to streamline machine learning development, including tracking experiments, packaging code into reproducible runs, and sharing and deploying models. Affected versions of this package are vulnerable to Server-side Request Forgery SSRF via the rawproxy. An attacker can...

7.1CVSS5.4AI score0.00254EPSS
SaveExploits1References2
NVD
NVD
added 2026/08/05 8:16 a.m.11 views

CVE-2026-7444

The Search Analytics for WP plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.4.16. This is due to missing or incorrect nonce validation on the processbulkaction function of MWTSAStatsTable. This makes it possible for unauthenticated attacker...

8.1CVSS0.00168EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/05 8:16 a.m.11 views

CVE-2026-70376

Pluck CMS's admin panel relies solely on a Referer-header comparison requestedByTheSameDomain in data/inc/functions.admin.php, gating every admin.php action for CSRF protection, with no per-request anti-CSRF token anywhere in the admin area...

9.6CVSS0.00169EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2026/08/05 7:39 a.m.43 views

CVE-2026-11920 JoomSport <= 5.7.9 - Authenticated (Administrator+) SQL Injection via 'order' Parameter

The JoomSport – for Sports: Team & League, Football, Hockey & more plugin for WordPress is vulnerable to time-based SQL Injection via the 'order' parameter in all versions up to, and including, 5.7.9 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on...

4.9CVSS0.0029EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/05 6:59 a.m.44 views

CVE-2026-71211 mlflow - Unvalidated Gateway Secret api_base Enables SSRF via Gateway Proxy Endpoint

MLflow's AI Gateway accepts an authconfig.apibase value when creating a gateway secret mlflow/server/handlers.py, creategatewaysecret with no validation of scheme, host, or IP range; the value is stored verbatim. The gateway proxy endpoint mlflow/server/gatewayapi.py, rawproxy subsequently issues...

7.1CVSS0.00254EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
added 2026/08/05 6:59 a.m.11 views

CVE-2026-71211 mlflow - Unvalidated Gateway Secret api_base Enables SSRF via Gateway Proxy Endpoint

MLflow's AI Gateway accepts an authconfig.apibase value when creating a gateway secret mlflow/server/handlers.py, creategatewaysecret with no validation of scheme, host, or IP range; the value is stored verbatim. The gateway proxy endpoint mlflow/server/gatewayapi.py, rawproxy subsequently issues...

7.1CVSS5.3AI score0.00254EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
added 2026/08/05 6:59 a.m.10 views

CVE-2026-71210 mealie - DNS-Rebinding TOCTOU in SSRF Guard Allows Internal Network and Cloud Metadata Access

Mealie's AsyncSafeTransport SSRF guard mealie/pkgs/safehttp/transport.py resolves a target hostname once, checks the resolved IP against private-range rules, but then issues the actual outbound HTTP request using the original hostname, which the underlying async transport re-resolves independentl...

5.3CVSS5.2AI score0.00157EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/05 6:59 a.m.45 views

CVE-2026-71208 KubeSphere - SSRF via Unvalidated Cluster CRD Connection Endpoint in Cluster Reconciliation

KubeSphere's cluster-controller reconciliation pkg/utils/clusterclient/clusterclient.go, addCluster processes every Cluster custom resource's connection configuration and immediately calls Discovery.ServerVersion against the CRD-specified Kubernetes API endpoint, which is parsed only for URL synt...

6.5CVSS0.00209EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/05 6:58 a.m.11 views

EUVD-2026-53196

Pluck CMS's admin panel relies solely on a Referer-header comparison requestedByTheSameDomain in data/inc/functions.admin.php, gating every admin.php action for CSRF protection, with no per-request anti-CSRF token anywhere in the admin area. When a request carries no Referer/Host information, the...

9.6CVSS5.4AI score0.00169EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
added 2026/08/05 6:58 a.m.9 views

CVE-2026-70376 Pluck CMS - CSRF via Spoofable Missing-Referer Bypass Leads to Stored XSS and RCE

Pluck CMS's admin panel relies solely on a Referer-header comparison requestedByTheSameDomain in data/inc/functions.admin.php, gating every admin.php action for CSRF protection, with no per-request anti-CSRF token anywhere in the admin area...

9.6CVSS5.2AI score0.00169EPSS
SaveExploits1References1
ATTACKERKB
ATTACKERKB
added 2026/08/05 6:38 a.m.10 views

CVE-2026-7444

The Search Analytics for WP plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.4.16. This is due to missing or incorrect nonce validation on the processbulkaction function of MWTSAStatsTable. This makes it possible for unauthenticated attacker...

8.1CVSS5.7AI score0.00168EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2026/08/05 6:38 a.m.46 views

CVE-2026-7444 Search Analytics for WP <= 1.4.16 - Cross-Site Request Forgery

The Search Analytics for WP plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.4.16. This is due to missing or incorrect nonce validation on the processbulkaction function of MWTSAStatsTable. This makes it possible for unauthenticated attacker...

8.1CVSS0.00168EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/05 6:38 a.m.14 views

EUVD-2026-53184

The Search Analytics for WP plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.4.16. This is due to missing or incorrect nonce validation on the processbulkaction function of MWTSAStatsTable. This makes it possible for unauthenticated attacker...

8.1CVSS5.7AI score0.00168EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/05 6:38 a.m.54 views

CVE-2026-7444

CVE-2026-7444 affects the WordPress plugin Search Analytics for WP (

8.1CVSS5.7AI score0.00168EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/05 6:00 a.m.11 views

EUVD-2026-53122

The MLSImport: IDX Plugin & MLS Plugin for Real Estate Listings WordPress plugin before 7.0.4 does not have authorisation and CSRF checks in one of its AJAX actions, allowing any authenticated user, such as a subscriber, to read the contents of the MLSImport: IDX Plugin & MLS Plugin for Real Esta...

4.3CVSS5.7AI score0.00112EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/05 6:00 a.m.51 views

CVE-2026-16613

The CVE concerns the GDPR Cookie Compliance WordPress plugin (vulnerable before 5.1.0). The flaw allows a CSRF-style action reachable without authentication and without a proper request-origin check, enabling an attacker to force logout of any user and delete site cookies by luring a target to a ...

4.3CVSS5.5AI score0.00129EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/05 1:16 a.m.13 views

CVE-2026-18856

A vulnerability was determined in Poesis Rhymix CMS up to 2.1.33. This impacts the function procImporterAdminCheckXmlFile of the file modules/importer/importer.admin.controller.php of the component Data Import Module. This manipulation of the argument filename causes server-side request forgery...

5.8CVSS0.00227EPSS
SaveExploits0References7
Rows per page
Query Builder