Lucene search
+L

46124 matches found

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
Vulnrichment
Vulnrichment
added 2026/08/05 10:56 a.m.11 views

CVE-2026-71246 Pixelfed - Authenticated SSRF via Remote URL Search

Pixelfed's SearchController behind the auth middleware accepts a URL via its remote-search parameters and fetches it server-side through ActivityPubFetchService, whose validateUrl only blocks the literal hosts 127.0.0.1, localhost, and ::1 and requires https, without checking the resolved IP...

4.3CVSS5.3AI score0.00162EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/05 10:56 a.m.83 views

CVE-2026-71245

CVE-2026-71245 is explicitly rejected; Red Hat CNA-LR concluded it is not valid, so it does not represent an active vulnerability entry and no risk assessment applies.

5.6AI score0.00197EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2026/08/05 10:56 a.m.11 views

CVE-2026-71245

...

5.2AI score0.00197EPSS
SaveExploits0
CVE
CVE
added 2026/08/05 10:56 a.m.57 views

CVE-2026-71241

CVE-2026-71241 affects a Book-Management-System built with Flask. Several endpoints (/student, /record, /books, /find_stu_book, /find_not_return_book) are missing the @login_required decorator that protects related routes (/search_student, /storage). This misconfiguration allows any unauthenticat...

7.5CVSS5.1AI score0.00282EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/05 10:56 a.m.67 views

CVE-2026-71237

Miantang IoT-PHP is affected by an unauthenticated SQL injection in the index.php POST /userlogin route. The code reads the password from $_POST['pwd'] and directly concatenates it into a SQL query: select * from userlists where username='$username' and password='$password' limit 1, without prope...

9.8CVSS5.7AI score0.0042EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/08/05 10:55 a.m.10 views

CVE-2026-12609

In Eclipse Theia versions 1.66.0 and up until including 1.73.1, the @theia/plugin-ext backend exposes the /hostedPlugin/:pluginId/:path HTTP endpoint, which resolves the requested file path with path.resolvelocalPath, filePath without verifying that the resolved path stays within the plugin's...

7.5CVSS5.6AI score0.00409EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2026/08/05 10:55 a.m.38 views

CVE-2026-12609

In Eclipse Theia versions 1.66.0 and up until including 1.73.1, the @theia/plugin-ext backend exposes the /hostedPlugin/:pluginId/:path HTTP endpoint, which resolves the requested file path with path.resolvelocalPath, filePath without verifying that the resolved path stays within the plugin's...

7.5CVSS0.00409EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/05 10:55 a.m.51 views

CVE-2026-12609

CVE-2026-12609 affects Eclipse Theia (versions 1.66.0 to 1.73.1) where the backend of the @theia/plugin-ext module exposes the /hostedPlugin/:pluginId/:path(*) endpoint. The endpoint resolves the requested path with path.resolve(localPath, filePath) without ensuring the result stays within the pl...

7.5CVSS5.6AI score0.00409EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/08/05 9:16 a.m.12 views

MAL-2026-12180 Malicious code in geocode-quick (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 92f8f109952f61867c1ca8819f7a151b89de305ff4b157f49400ef4428019419 The package advertises itself as a geocoding CLI but, on every invocation of the tool, executes env via execFile to dump the full process environment...

5.6AI score
SaveExploits0References2
OSSF Malicious Packages
OSSF Malicious Packages
added 2026/08/05 9:16 a.m.18 views

Malicious code in geocode-quick (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 92f8f109952f61867c1ca8819f7a151b89de305ff4b157f49400ef4428019419 The package advertises itself as a geocoding CLI but, on every invocation of the tool, executes env via execFile to dump the full process environment...

5.6AI score
SaveExploits0References2
OSSF Malicious Packages
OSSF Malicious Packages
added 2026/08/05 9:10 a.m.11 views

Malicious code in datefmt-pro (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector addca973f3384757b9ff2e00e5becd70e509ef5233c4cd2dc6ce73019b467787 datefmt-pro presents itself as a date formatting utility, but its actual behavior is an install-time reconnaissance beacon. The scripts.postinstall...

5.5AI score
SaveExploits0References3
OSV
OSV
added 2026/08/05 9:01 a.m.11 views

MAL-2026-12247 Malicious code in tinkoff-pfp-block-desktop-tabs (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector bcb6e14dbfc0f3652dc22dad7f0370d158dc3e7c6cc9ea08aaad5ac91d9a4b01 On require, index.js loads ext.js which reconstructs endpoint hostnames from split string fragments oob-worker.cf100-416.workers.dev,...

5.6AI score
SaveExploits0References2
NVD
NVD
added 2026/08/05 8:16 a.m.11 views

CVE-2026-71213

Typemill's login endpoint POST /tm/login, ControllerWebAuth::login performs no rate-limiting, failed-attempt counting, or account lockout when captcha is disabled, which is the default configuration. An unauthenticated attacker can send unlimited password-guessing requests against any account,...

9.1CVSS0.00323EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/05 8:16 a.m.14 views

CVE-2026-71211

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
NVD
NVD
added 2026/08/05 8:16 a.m.9 views

CVE-2026-71203

changedetection.io's REST API resources are protected by an @auth.checktoken decorator validating the caller's x-api-key header, except the Spec resource registered at /api/v1/full-spec changedetectionio/api/Spec.py, whose get method carries neither @auth.checktoken nor @validateopenapirequest...

5.3CVSS0.00256EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/05 8:16 a.m.10 views

CVE-2026-71204

changedetection.io's /settings save handler builds an update dict from form.data'application' and blind-merges it into the stored application settings via .update...

6.2CVSS0.00254EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/05 8:16 a.m.9 views

CVE-2026-6020

The ShopLentor plugin for WordPress is vulnerable to arbitrary function execution via the woolentoropt/v1/custom-action REST API endpoint in all versions up to, and including, 3.3.7. This is due to the handleaction method passing user-supplied input directly to calluserfunc without an allowlist o...

7.2CVSS0.00523EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/05 8:16 a.m.9 views

CVE-2026-5581

The Multi Uploader for Gravity Forms plugin for WordPress is vulnerable to unauthorized arbitrary media deletion in all versions up to, and including, 1.1.8. This is due to missing capability checks in the pluploadajaxdeletefile function, which is registered via wpajaxnoprivgfmudeletefile. The...

9.1CVSS0.00456EPSS
SaveExploits0References6
NVD
NVD
added 2026/08/05 8:16 a.m.7 views

CVE-2026-55998

The endpoint /v3/import/tokenclusterId.yaml retrieves the cluster object before validating the token. When a valid cluster ID references a cluster that has private registry secrets configured, a nil pointer dereference in pkg/systemtemplate/privateregistry.go causes the request to return HTTP 502...

5.3CVSS0.00205EPSS
SaveExploits0References2
Rows per page
Query Builder