Lucene search
+L

2032 matches found

Nuclei
Nuclei
added 10 hours ago85 views

Zoho ManageEngine OpManager - SQL Injection

Zoho ManageEngine OpManager before 12.3 Build 123196 does not require authentication for /oputilsServlet requests, as demonstrated by a /oputilsServlet?action=getAPIKey request that can be leveraged against Firewall Analyzer to add an admin user via /api/json/v2/admin/addUser or conduct a SQL...

7.5CVSS7.7AI score0.66347EPSS
SaveExploits1References2
Nuclei
Nuclei
added 10 hours ago6 views

Tautulli <= 2.16.1 - Path Traversal

Tautulli is a monitoring and tracking tool for Plex Media Server. Prior to version 2.17.0, the /newsletter/image/images endpoint joins user-controlled path segments onto the newsletter image directory without containment validation. Authentication is not required for this endpoint, allowing...

8.7CVSS5.4AI score0.01587EPSS
SaveExploits1References2
Nuclei
Nuclei
added 10 hours ago27 views

SmartSearchWP < 2.4.6 - OpenAI Key Disclosure

The plugin does not have proper authorization in one of its REST endpoint, allowing unauthenticated users to retrieve the encoded key and then decode it, thereby leaking the OpenAI API key. id: CVE-2024-6845 info: name: SmartSearchWP 2.4.6 - OpenAI Key Disclosure author: s4e-io severity: medium...

5.3CVSS5.3AI score0.01113EPSS
SaveExploits1References2
Nuclei
Nuclei
added 10 hours ago20 views

Zoho ManageEngine - getUserAPIKey Authentication Bypass

Zoho ManageEngine OpManager, OpManager Plus, OpManager MSP, Network Configuration Manager, NetFlow Analyzer, Firewall Analyzer, and OpUtils before 2022-07-27 through 2022-07-28 125657, 126002, 126104, and 126118 allow unauthenticated attackers to obtain a user's API key, and then access external...

7.5CVSS8.2AI score0.08206EPSS
SaveExploits0References3
Nuclei
Nuclei
added 10 hours ago72 views

Jeg Elementor Kit < 2.5.7 - Unauthenticated Settings Update

The Jeg Elementor Kit plugin for WordPress is vulnerable to authorization bypass in various functions used to update the plugin settings in versions up to, and including, 2.5.6. Unauthenticated users can use an easily available nonce, obtained from pages edited by the plugin, to update the...

8.6CVSS7.3AI score0.01594EPSS
SaveExploits1References4
Nuclei
Nuclei
added 10 hours ago56 views

SolarWinds Web Help Desk - Authentication Bypass

SolarWinds Web Help Desk 12.8.8 HF1 and earlier contains an authentication bypass vulnerability in the WebObjects session handling. By crafting a request with a manipulated path component to an internal admin page endpoint, an unauthenticated attacker can access privileged administrative function...

9.8CVSS8.9AI score0.83622EPSS
SaveExploits5References4
NVD
NVD
added 2 days ago8 views

CVE-2026-7456

The Udimi Tools plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the ajaxdisconnect function in all versions up to, and including, 3.2. This makes it possible for authenticated attackers, with Subscriber-level access and above, to delete...

6.5CVSS0.00246EPSS
SaveExploits0References7
EUVD
EUVD
added 2 days ago7 views

EUVD-2026-53338

The Udimi Tools plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the ajaxdisconnect function in all versions up to, and including, 3.2. This makes it possible for authenticated attackers, with Subscriber-level access and above, to delete...

6.5CVSS5.3AI score0.00246EPSS
SaveExploits0References7
CVE
CVE
added 2 days ago27 views

CVE-2026-7456

The Udimi Tools plugin for WordPress (versions

6.5CVSS5.3AI score0.00246EPSS
SaveExploits0References7
OSSF Malicious Packages
OSSF Malicious Packages
added 2 days ago6 views

Malicious code in ccxt-trading (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector b0442271e1969ce5899ac9176cf8dfed0dbf8edd46fecf99ee8e3cd4f21a92d8 Package name resembles the popular ccxt library. The exported ProExchange constructor, invoked whenever a consumer instantiates any exchange through...

5.5AI score
SaveExploits0References1
NVD
NVD
added 2 days ago6 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. Because WTForms represents an unchecked checkbox as False rather than 'unchanged', and only the 'password' field is special-cased...

6.2CVSS0.00195EPSS
SaveExploits0References1
NVD
NVD
added 2 days ago6 views

CVE-2026-6639

The AI Chatbot & Workflow Automation by AIWU plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 1.4.6. This is due to the getCurrentTaskResults method in modules/workspace/controller.php being accessible without authentication or authorizati...

7.5CVSS0.00367EPSS
SaveExploits0References6
EUVD
EUVD
added 2 days ago7 views

EUVD-2026-53201

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. Because WTForms represents an unchecked checkbox as False rather than 'unchanged', and only the 'password' field is special-cased...

6.2CVSS5.5AI score0.00195EPSS
SaveExploits0References1
CVE
CVE
added 2 days ago21 views

CVE-2026-71204

The CVE-2026-71204 entry concerns changedetection.io. A POST to /settings that omits api_access_token_enabled causes the update logic to silently disable API key enforcement because WTForms treats unchecked checkboxes as False and only the password field is specially handled. This results in the ...

6.2CVSS5.5AI score0.00195EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2 days ago38 views

CVE-2026-71203 changedetection.io: Missing Authentication on /api/v1/full-spec Discloses Full OpenAPI Schema

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. A...

5.3CVSS0.00187EPSS
SaveExploits0References1
OSV
OSV
added 2 days ago4 views

CVE-2026-71203 changedetection.io: Missing Authentication on /api/v1/full-spec Discloses Full OpenAPI Schema

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. A...

5.3CVSS5.5AI score
SaveExploits0References3
NVD
NVD
added 3 days ago7 views

CVE-2026-67618

marimo before 0.23.15 contains a configuration injection vulnerability that allows notebook authors to exfiltrate operator API keys by embedding a malicious baseurl in PEP-723 inline script metadata, which is merged into session configuration with higher precedence than the operator's own setting...

7.1CVSS0.00198EPSS
SaveExploits0References4
NVD
NVD
added 4 days ago8 views

CVE-2026-18737

Shlink contains a blind SQL injection vulnerability that allows any authenticated API key holder to inject arbitrary SQL fragments by supplying an unvalidated direction value in the orderBy query parameter of the tag statistics endpoint. Attackers can craft a malicious direction string containing...

7.1CVSS0.00241EPSS
SaveExploits0References3
EUVD
EUVD
added 4 days ago7 views

EUVD-2026-52434

Shlink contains a blind SQL injection vulnerability that allows any authenticated API key holder to inject arbitrary SQL fragments by supplying an unvalidated direction value in the orderBy query parameter of the tag statistics endpoint. Attackers can craft a malicious direction string containing...

7.1CVSS5.8AI score0.00241EPSS
SaveExploits0References3
CVE
CVE
added 4 days ago21 views

CVE-2026-18737

Technical details are not publicly available in the provided documents. Monitor for updates.

7.1CVSS5.8AI score0.00241EPSS
SaveExploits0References3
Rows per page
Query Builder