Lucene search
+L
CvelistRecent

383124 matches found

Cvelist
Cvelist
added 2026/08/26 10:42 a.m.1 views

CVE-2026-77553

A malicious actor with access to the network and low privileges could exploit an Improper Access Control vulnerability found in UniFi Access Application to escalate privileges on the host device...

9.9CVSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/26 10:40 a.m.1 views

CVE-2026-77552

A malicious actor with access to the network could exploit an Improper Input Validation vulnerability found in UniFi Enterprise Audio/Video Bridge to execute a Command Injection on the device...

9.8CVSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/26 10:37 a.m.1 views

CVE-2026-77551

A malicious actor with access to the network and under certain conditions could exploit an Improper Access Control vulnerability found in UniFi Connect Display Cast Pro to escalate privileges on the device...

9CVSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/26 10:33 a.m.1 views

CVE-2026-77550

A malicious actor with access to the network could exploit an Improper Neutralization of CRLF Sequences vulnerability found in certain devices running UniFi OS to bypass authentication to such UniFi OS devices or instances...

10CVSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/26 10:30 a.m.1 views

CVE-2026-77549

A malicious actor with access to the network and under certain conditions could exploit an Improper Neutralization of CRLF Sequences vulnerability found in certain devices running UniFi OS to bypass authentication to such UniFi OS devices or instances...

9CVSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/26 10:28 a.m.1 views

CVE-2026-80206 NLTK 3.10.2 Regular Expression Denial of Service via tgrep

NLTK before 3.10.3 contains a regular expression denial of service ReDoS vulnerability in the tgrep module. The tgrepnodeaction function compiles user-supplied regular expressions embedded in /regex/ pattern nodes and executes them via re.search against tree node labels without any validation or...

8.2CVSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/26 10:28 a.m.3 views

CVE-2026-80205 NLTK before 3.10.0 ReDoS via Text.findall() unvalidated regex

NLTK versions before 3.10.0 contain a regular expression denial of service vulnerability in Text.findall and TokenSearcher.findall methods that accept user-supplied regular expressions without validation or timeout. Attackers can supply crafted regex patterns that cause catastrophic backtracking,...

8.7CVSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/26 10:28 a.m.2 views

CVE-2026-80204 Grav before 1.0.18 Authentication Bypass via Scoped API Key

The Grav API plugin getgrav/grav-plugin-api before 1.0.18 does not apply the API-key scope cap in the injectSecurityTab function of BlueprintController when deciding whether a page's security/permissions blueprint section is editable. Because the function performs raw isSuperAdmin/hasPermission...

9.3CVSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/26 10:28 a.m.2 views

CVE-2026-80203 Grav before 1.0.18 Authentication Bypass via Scoped API Key

The getgrav/grav-plugin-api plugin before 1.0.18 does not enforce API-key scope in the requireNotSuperTarget function in UsersController.php across seven sensitive user-management endpoints. The check uses isSuperAdmin on the acting account rather than verifying whether the specific API key carri...

9.8CVSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/26 10:23 a.m.2 views

CVE-2026-77548

A malicious actor with access to the network and low privileges could exploit an Improper Input Validation vulnerability found in UniFi Protect Application to execute a Command Injection on the host device...

9.9CVSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/26 10:20 a.m.2 views

CVE-2026-77547

A malicious actor with access to the network and low privileges could exploit an Improper Input Validation vulnerability found in UniFi Access Application to execute a Command Injection on the host device...

9.9CVSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/26 10:16 a.m.2 views

CVE-2026-77546

A malicious actor with access to the network and low privileges could exploit an Improper Input Validation vulnerability found in UniFi Access Application to execute a Command Injection on the host device...

9.9CVSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/26 10:13 a.m.1 views

CVE-2026-77545

A malicious actor with access to the network, low privileges and under certain conditions could exploit an Active Debug Code vulnerability found in certain devices running UniFi OS to escalate privileges within such UniFi OS devices or instances...

9CVSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/26 10:09 a.m.1 views

CVE-2026-80350 OneUptime before 12.0.7 Server-Side Request Forgery via IPv4-Mapped IPv6 Webhook URL

OneUptime's webhook target check rejects private and loopback addresses given in IPv4 form and a small set of IPv6 forms, but has no case for the IPv4-mapped IPv6 range. The webhook delivery path calls SSRFProtection.validateWebhookTargetIsSafe, and the host-literal screening inside...

7.1CVSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/26 10:09 a.m.1 views

CVE-2026-80349 TarsWeb through 3.0.14 Authentication Bypass via Spoofed X-Forwarded-For and uid Parameter

TarsWeb decides whether a request comes from a trusted local caller using a client-controlled header. app.js sets Koa's proxy option to true without naming which upstream proxies may be trusted and without limiting the number of forwarded hops, so the request address Koa reports is taken from the...

9.8CVSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/26 10:09 a.m.1 views

CVE-2026-80348 TarsWeb through 3.0.16 Missing Authorization on Patch Deploy, Download and Delete Endpoints

TarsWeb enforces its per-application roles by calling AuthService from individual controller methods, and four methods in app/controller/patch/PatchController.js make no such call. uploadAndPublish accepts a package upload and then builds and dispatches a deployment task to every server matching...

8.8CVSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/26 10:09 a.m.1 views

CVE-2026-80347 mcp-fetch through 1.6.3 Server-Side Request Forgery via Unstripped IPv6 Literal Brackets

mcp-fetch checks a fetch target against its SSRF guard without removing the brackets that surround an IPv6 literal. isSafeUrl reads the hostname from the parsed URL, which for a literal such as http://::1/ yields the bracketed string, and then tests it with net.isIP. That call returns zero for a...

8.7CVSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/26 10:09 a.m.1 views

CVE-2026-80346 StarRocks through 4.0.13 Missing Authorization on DROP MATERIALIZED VIEW for Legacy Synchronous Materialized Views

StarRocks performs no privilege check when a legacy synchronous materialized view is dropped. Every other statement type routed through AuthorizerStmtVisitor calls into Authorizer before execution, but visitDropMaterializedViewStatement returns immediately with a comment stating the check happens...

7.1CVSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/26 10:07 a.m.1 views

CVE-2026-77543

A malicious actor with access to the network and low privileges could exploit an Improper Input Validation vulnerability found in UniFi Access Application to execute a Command Injection on the host device...

9.9CVSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/26 10:01 a.m.1 views

CVE-2026-77542

A malicious actor with access to the network and high privileges could exploit an Improper Input Validation vulnerability found in UID Enterprise Agent to execute a Command Injection on the host device...

9.1CVSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/26 9:58 a.m.2 views

CVE-2026-77541

A malicious actor with access to the network and high privileges could exploit an Improper Access Control vulnerability found in UniFi Network Application to escalate privileges within the UniFi Network Application...

9.1CVSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/26 9:53 a.m.2 views

CVE-2026-77540

A malicious actor with access to the network and high privileges could exploit an Improper Input Validation vulnerability found in UniFi OS Server to execute a Command Injection on the host device...

9.1CVSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/26 9:50 a.m.2 views

CVE-2026-77539

A malicious actor with access to the network and high privileges could exploit an Improper Input Validation vulnerability found in UniFi OS Server to execute a Command Injection on the host device...

9.1CVSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/26 9:47 a.m.2 views

CVE-2026-77538

A malicious actor with access to the network could exploit an Improper Access Control vulnerability found in UniFi Connect Application to escalate privileges within the UniFi Connect Application...

8.2CVSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/26 9:39 a.m.2 views

CVE-2026-77537

A malicious actor with access to the network could exploit an Improper Input Validation vulnerability found in UniFi Protect Application to execute a Command Injection on the host device...

10CVSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/26 9:35 a.m.3 views

CVE-2026-77536

A malicious actor with access to the network and low privileges could exploit an Improper Access Control vulnerability found in certain devices running UniFi OS to escalate privileges within such UniFi OS devices or instances...

9.9CVSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/26 9:29 a.m.3 views

CVE-2026-18794 OpenRGB: insufficient input data checks lead to Denial-of-Service, memory overread and overwrite

The OpenRGB network protocol allows attackers to cause memory exhaustion and out-of-bounds memory reads and writes by passing inconsistent data...

8.8CVSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/26 9:27 a.m.2 views

CVE-2026-2388 Reviews and Rating – Google Reviews <= 5.10 - Authenticated (Contributor+) Stored Cross-Site Scripting via Multiple Shortcodes

The Reviews and Rating – Google Reviews plugin for WordPress is vulnerable to Stored Cross-Site Scripting in all versions up to, and including, 5.10. This is due to the wpdisplay shortcode handler, used by multiple shortcodes, allowing attacker-controlled htmltags values to define raw HTML tags a...

6.4CVSS
SaveExploits0References9
Cvelist
Cvelist
added 2026/08/26 9:27 a.m.2 views

CVE-2026-77535

A malicious actor with access to the network and high privileges could exploit an Improper Input Validation vulnerability found in UniFi Network Application to execute a Command Injection on an adopted device...

9.1CVSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/26 9:24 a.m.2 views

CVE-2026-59683 OpenRGB: local and remote system compromise via arbitrary file write using attacker controlled strings

The OpenRGB network protocol allows to write attacker controlled strings into arbitrary file system paths extension of CVE-2026-59682. This allows either a full system compromise from local or remote if the daemon is running as root or a full account takeover if the daemon is running in user...

9.8CVSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/26 9:21 a.m.3 views

CVE-2026-77534

A malicious actor with access to the network and low privileges could exploit an Improper Access Control vulnerability found in certain devices running UniFi OS to escalate privileges within such UniFi OS devices or instances...

9.9CVSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/26 9:16 a.m.2 views

CVE-2026-19042 Command Injection in TeamViewer Desktop Client for Linux through Chat Link Handling

A command injection vulnerability in TeamViewer Full Client and Host for Linux prior to version 15.81.5 allows a remote attacker to execute arbitrary commands in the context of the current user via a specially crafted URL sent through the out-of-session chat feature. Exploitation requires user...

8.8CVSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/26 9:13 a.m.2 views

CVE-2026-59682 Arbitrary file overwrite and deletion local and remote in OpenRGB

Arbitrary file overwrite via SAVEPROFILE message in OpenRGB. This issue affects OpenRGB through 1.0rc3...

9.1CVSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/26 9:10 a.m.3 views

CVE-2026-16444 Improper Validation of File Paths in TeamViewer Desktop Clients

Improper neutralization of path traversal sequences in TeamViewer Desktop Clients prior Version 15.81.5 allows an authenticated remote session participant to write files to unintended locations on the local file system via file transfer or virtual file clipboard mechanisms. An attacker can levera...

7.5CVSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/26 8:57 a.m.3 views

CVE-2026-77533

A malicious actor with access to the network and low privileges could exploit an Improper Input Validation vulnerability found in UniFi Protect Application to execute a Command Injection on the host device...

9.9CVSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/26 8:50 a.m.2 views

CVE-2026-19197 Broken access control in dashboard snapshots

A user with organization administrator permissions can delete dashboard snapshots belonging to other organizations on the same Grafana instance, and can recover a snapshot's secret delete key using only its public share key broken access control...

6.3CVSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/26 8:47 a.m.2 views

CVE-2026-19538 Bypass of BLOCKED ACL items on proxy protocol port over TCP or TLS

The BLOCKED access control list items that are evaluated to deny access on the the proxy protocol port can be bypassed completely when connecting over TCP or TLS and sending the query twice on connection that is kept open...

8.2CVSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/26 8:44 a.m.3 views

CVE-2026-19401 Remote UDP DoS by sending multiple DNS Cookie options

Any remote client can crash a debugging/non-release build type NSD serve child by sending it a special crafted message with a specially tuned number of DNS Cookie options 17 when UDP payload size is 512. By continuously crashing the serve childs, the remote client can severely hamper or, when...

8.2CVSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/26 8:39 a.m.2 views

CVE-2026-18916 Remote TCP DoS by throttling the TCP receive window

Any remote client can crash a NSD serve child, by throttling the TCP receive window after a TCP query. By continuously crashing the serve childs, the remote client can denial all TCP service to this NSD instance...

6.9CVSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/26 8:34 a.m.3 views

CVE-2026-18664 Wrong interpretation of ACL ranges

When ranges are used for access control i.e. of the form 1.2.3.4-1.2.3.25, because NSD wrongly compares the IP address with the range on little endian systems, IPs that were meant to be allowed may be denied, and, IPs that were meant to be denied access could be allowed. An IPv4 address is compar...

8.2CVSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/26 8:28 a.m.3 views

CVE-2026-80237 Thinking Software Technology|Efence - Arbitrary File Upload

EFence developed by Thinking Software Technology has an Arbitrary File Upload vulnerability. Authenticated remote attackers can upload and execute web shell backdoors, thereby enabling arbitrary code execution on the server...

8.8CVSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/26 8:27 a.m.3 views

CVE-2026-80236 Thinking Software Technology|Efence - SQL Injection

Efence developed by Thinking Software Technology has a SQL Injection vulnerability. Unauthenticated remote attackers can access file upload functionality and read database contents...

8.8CVSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/26 8:26 a.m.3 views

CVE-2026-80235 Thinking Software Technology|EFence - Arbitrary File Upload

EFence developed by Thinking Software Technology has an Arbitrary File Upload vulnerability. Unauthenticated remote attackers can upload and execute web shell backdoors, thereby enabling arbitrary code execution on the server...

9.8CVSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/26 8:22 a.m.3 views

CVE-2026-80234 CAYIN Technology|CAYIN CMS-WS/CMS-SE - Missing Authentication

CAYIN CMS-WS and CMS-SE developed by CAYIN Technology have a Missing Authentication vulnerability. Unauthenticated remote attackers can obtain media file lists via specific functionality, resulting in partial information disclosure...

6.9CVSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/26 8:19 a.m.3 views

CVE-2026-80233 CAYIN Technology|CAYIN CMS-WS/CMS-SE/SMP - Arbitrary File Upload

CAYIN CMS-WS, CMS-SE, and SMP series products developed by CAYIN Technology have an Arbitrary File Upload vulnerability. Privileged remote attackers can upload and execute web shells backdoors, thereby enabling arbitrary code execution on the server...

8.6CVSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/26 8:02 a.m.4 views

CVE-2026-9668 SQL injection vulnerability in ZTE SCP product

With legitimate user credentials in hand, attackers can construct malicious SQL statements to bypass authentication logic and execute arbitrary database queries directly. This will consequently lead to slow database queries and expanded query coverage. This vulnerability features a low exploitati...

6.3CVSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/26 7:42 a.m.4 views

CVE-2026-75977 Mang Board WP <= 2.3.7 - Authenticated (Subscriber+) Privilege Escalation to Forged Authentication Cookie

The Mang Board WP plugin for WordPress is vulnerable to Missing Authorization via Authentication Cookie Forgery in all versions up to, and including, 2.3.7. This is due to flawed HMAC generation in the mbwgethashkey function that uses the current user's identity instead of the cookie username...

8.8CVSS
SaveExploits0References12
Cvelist
Cvelist
added 2026/08/26 7:42 a.m.2 views

CVE-2026-18884 WooCommerce Lottery <= 2.2.9 - Unauthenticated Time-Based SQL Injection via 'orderby' and 'order' Parameters

The WooCommerce Lottery plugin for WordPress is vulnerable to Time-Based SQL Injection via 'orderby' and 'order' GET Parameters in all versions up to, and including, 2.2.9 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. Thi...

7.5CVSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/26 7:42 a.m.3 views

CVE-2026-6178 Betheme <= 28.4 - Authenticated (Contributor+) Stored Cross-Site Scripting via 'icon_box_2' Shortcode

The Betheme theme for WordPress is vulnerable to Stored Cross-Site Scripting via the theme's 'iconbox2' shortcode in all versions up to, and including, 28.4 due to insufficient input sanitization and output escaping on user supplied attributes. This makes it possible for authenticated attackers,...

6.4CVSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/26 7:24 a.m.4 views

CVE-2026-78237 Insufficient input validation in Admin By Request (ABR)

Insufficient input validation in ABR allows a low-privileged user to inject malicious entries into the sudoers file, resulting in persistent root access that remained effective after the ABR session ended...

7.8CVSS
SaveExploits0References2
Total number of security vulnerabilities383124