Skip to main content
CVE-2026-2334 Aug 20, 18:16 CRITICAL Act Now

Arbitrary file upload leading to remote code execution in vsDesk v14.0101 lets an authenticated administrator abuse the "Import via CSV" component, which relies solely on client-side file validation and performs no server-side extension or content checks. Because the check is enforced only in the browser, an admin can trivially submit a malicious file (e.g. a web shell) and have it execute in the context of the web application. No public exploit has been identified at time of analysis, though the flaw was reported by Kaspersky and a vendor patch exists in versions 14.0402 and later.

RCE File Upload
NVD GitHub
CVSS 4.0
9.4
EPSS
0.5%
CVE-2026-72843 Aug 20, 22:18 CRITICAL PATCH Act Now

Unauthenticated account takeover in EverShop (all versions before 2.2.1) stems from the customer update API (PATCH /api/customers/:id) being declared "access": "public", which causes the admin auth middleware to pass every caller through and leaves no customer-session guard on the route. Any remote attacker who knows a customer's uuid can overwrite that account's email and password and read the updated record from the 200 response, hijacking the account and locking out the legitimate owner. There is no public exploit identified at time of analysis, but the flaw is trivially exploitable and the vendor rates it 9.3 (CVSS 4.0 critical).

Authentication Bypass
NVD GitHub
CVSS 4.0
9.3
EPSS
0.6%
CVE-2026-55769 Aug 20, 21:41 CRITICAL PATCH Act Now

Privilege escalation to PostgreSQL superuser and pod-level command execution in CloudNativePG before 1.28.4 and 1.29.2 lets a low-privileged tenant who holds DATABASE OWNER escape from database-level control to the postgres OS process. Because operator-issued superuser connections did not pin search_path, a tenant could plant overloaded built-in operators in the public schema and hijack instance-manager introspection queries so they run attacker-controlled code as the superuser, then reach OS command execution via COPY ... FROM PROGRAM and the pod's ServiceAccount token. This is CWE-426 (Untrusted Search Path), the same class as PostgreSQL's CVE-2018-1058; no public exploit identified at time of analysis, but the vendor patch and detailed advisory make the mechanism fully documented.

Information Disclosure Kubernetes PostgreSQL Suse Cloudnative Pg
NVD GitHub
CVSS 4.0
9.4
EPSS
0.5%
CVE-2026-77644 Aug 20, 22:18 CRITICAL Act Now

Authentication bypass in PTC Windchill Risk and Reliability (WRR) Enterprise Edition allows remote attackers to reach critical functionality without valid credentials, per CVSS 4.0 AV:N/PR:N metrics. The flaw stems from missing authentication (CWE-306) and carries a critical 9.3 score with high confidentiality, integrity, and availability impact. There is no public exploit identified at time of analysis and it is not listed in CISA KEV.

Authentication Bypass
NVD VulDB
CVSS 4.0
9.3
EPSS
0.3%
CVE-2026-71428 Aug 20, 16:43 CRITICAL POC PATCH GHSA Act Now

Server-side request forgery in the Unstructured-IO `unstructured` library (0.4.7 through versions before 0.24.0) lets an attacker who controls the `url=` argument of partition(), partition_html(), or partition_md() coerce a server-side ingestion service into fetching loopback, internal, or cloud-metadata endpoints, with the response returned as Element text. Because ingestion pipelines commonly accept user-supplied URLs, unauthenticated remote abuse is realistic (CVSS 9.3). No public exploit identified at time of analysis; the flaw is fixed in 0.24.0 via a centralized fetch helper.

Open Redirect Unstructured
NVD VulDB GitHub
CVSS 3.1
9.3
EPSS
0.2%
CVE-2026-77642 Aug 20, 21:15 CRITICAL PATCH Act Now

Out-of-bounds write in The Tor Project's tor daemon (0.2.8.2-alpha through versions before 0.4.9.9) can be triggered when the software parses a consensus document or detached signature containing an unexpected signature digest type (TROVE-2026-019, CWE-787). The flaw is minor for most Tor roles but potentially severe for directory authorities, which routinely exchange detached signatures. Fixed in 0.4.9.9; EPSS is low (0.19%, 9th percentile) and no public exploit identified at time of analysis.

Buffer Overflow Memory Corruption Tor Torproject
NVD
CVSS 3.1
9.3
EPSS
0.2%
CVE-2026-63382 Aug 20, 17:51 CRITICAL PATCH Act Now

HTTP request smuggling in the libevent evhttp server (http.c) affects all versions prior to 2.1.13 and the 2.2.x-alpha line prior to 2.2.2-alpha, letting an unauthenticated remote attacker desynchronize request boundaries when libevent sits behind a differently-framing proxy. Because evhttp mishandles duplicate and comma-listed Transfer-Encoding headers and accepts bare-LF chunk terminators, a smuggled second request can bypass proxy-enforced access controls or poison shared caches. No public exploit identified at time of analysis, and this is not listed in CISA KEV; a vendor patch is available.

Authentication Bypass Red Hat Request Smuggling Libevent
NVD VulDB GitHub
CVSS 4.0
9.2
EPSS
0.6%
CVE-2026-14950 Aug 20, 08:19 CRITICAL Act Now

Session fixation/expiration weakness in the Frauscher Sensortechnik FDS 102 web interface (versions 2.1.0 through 2.13.3) allows an attacker holding a valid session identifier to keep using that session after it should have expired, granting continued access to the management interface. Because sessions are not invalidated on the expected schedule, stolen, leaked, shared, or unattended session tokens remain usable well beyond their intended lifetime. No public exploit identified at time of analysis and the issue is not in CISA KEV, but the CVSS 4.0 base score of 9.2 (Critical) reflects high impact once a token is obtained.

Information Disclosure Fds 102 Frauscher Sensortechnik
NVD VulDB
CVSS 4.0
9.2
EPSS
0.5%
CVE-2026-68566 Aug 20, 12:07 CRITICAL Act Now

SQL injection in Repute Infosystems' BookingPress Appointment Booking Pro plugin for WordPress (versions <= 6.0.2) lets remote, unauthenticated attackers inject arbitrary SQL through the booking workflow, per Patchstack (CVSS 9.3, CWE-89). Because the flaw is reachable without authentication or user interaction (PR:N/UI:N), any WordPress site running the vulnerable Pro plugin is exposed to database compromise. There is no public exploit identified at time of analysis and the CVE is not on CISA KEV, so this is a high-severity-but-not-yet-weaponized issue.

WordPress SQLi Wordpress Plugin Bookingpress Appointment Booking Pro Repute Infosystems
NVD
CVSS 3.1
9.3
EPSS
0.3%
CVE-2026-66680 Aug 20, 12:07 CRITICAL Act Now

Unauthenticated SQL injection in the Locatoraid Store Locator WordPress plugin (versions 3.9.72 and earlier) lets remote attackers inject arbitrary SQL through the plugin's request handling, exposing the underlying WordPress database. The flaw is reachable without any authentication (PR:N) and carries a high CVSS of 9.3 with a changed scope, though there is no public exploit identified at time of analysis and it is not listed in CISA KEV.

WordPress SQLi Wordpress Plugin Locatoraid Store Locator Plainware
NVD
CVSS 3.1
9.3
EPSS
0.3%
CVE-2026-66649 Aug 20, 12:07 CRITICAL Act Now

SQL injection in the Directory Pro WordPress plugin (versions 2.5.8 and earlier by e-plugins) lets remote unauthenticated attackers inject arbitrary SQL through unsanitized input, per the CVSS:3.1 vector (PR:N/UI:N), enabling database extraction against affected sites. Reported by Patchstack and rated 9.3 (Critical) with a scope-change (S:C) component. There is no public exploit identified at time of analysis and it is not listed in CISA KEV, so risk is driven by the trivial network-based attack profile rather than confirmed exploitation.

WordPress SQLi Directory Pro Wordpress Plugin E Plugins
NVD
CVSS 3.1
9.3
EPSS
0.3%
CVE-2026-66609 Aug 20, 12:07 CRITICAL Act Now

SQL injection in the TheGem (Elementor) WordPress theme by CodexThemes affects all versions up to and including 5.12.3, letting unauthenticated remote attackers inject crafted SQL into a vulnerable query parameter (CWE-89). Reported by Patchstack and rated CVSS 9.3, the flaw has a network attack vector with no privileges or user interaction, exposing database contents such as credentials and configuration secrets. No public exploit identified at time of analysis and it is not listed in CISA KEV, but the unauthenticated, low-complexity nature makes it a strong patching priority.

WordPress SQLi Thegem Elementor Wordpress Theme Codexthemes
NVD
CVSS 3.1
9.3
EPSS
0.3%
CVE-2026-66593 Aug 20, 12:07 CRITICAL Act Now

SQL injection in the Security & Malware Scan by CleanTalk WordPress plugin (versions 2.184 and earlier) lets remote attackers inject arbitrary SQL through unauthenticated requests, consistent with the CVSS PR:N metric. Reported by Patchstack with a CVSS 9.3, the flaw carries a scope change (S:C) and high confidentiality impact, so a successful attacker can read sensitive database contents such as WordPress user records and secret keys. No public exploit identified at time of analysis and it is not listed in CISA KEV, but the unauthenticated, low-complexity vector makes it a high-priority patching target.

WordPress SQLi Wordpress Plugin Security Malware Scan By Cleantalk
NVD
CVSS 3.1
9.3
EPSS
0.3%
CVE-2026-66592 Aug 20, 12:07 CRITICAL Act Now

SQL injection in the rtMedia for WordPress, BuddyPress and bbPress plugin (versions 4.7.11 and earlier) lets remote unauthenticated attackers inject crafted SQL into a backend query, per a Patchstack-reported advisory. With CVSS 9.3 and a scope-changed vector, successful exploitation exposes sensitive database contents (WordPress user records, session/auth data, private media metadata) without any login. There is no public exploit identified at time of analysis and it is not listed in CISA KEV, but the unauthenticated network-reachable nature makes it high-priority for any site running the plugin.

WordPress SQLi Wordpress Plugin Rtmedia For Wordpress Buddypress And Bbpress Rtcamp
NVD
CVSS 3.1
9.3
EPSS
0.3%
CVE-2025-15688 Aug 20, 12:06 CRITICAL Act Now

Unauthenticated SQL injection in the ThemeGoods 'Capella' WordPress theme (versions 2.5.5 and earlier) lets remote attackers inject arbitrary SQL through an unsanitized parameter, exposing backend database contents including the wp_users table. Reported by Patchstack and rated CVSS 9.3 with a scope change, the flaw needs no authentication or user interaction; no public exploit code and no active exploitation have been reported at time of analysis.

WordPress SQLi Capella Wordpress Theme Themegoods
NVD
CVSS 3.1
9.3
EPSS
0.3%
CVE-2026-77645 Aug 20, 22:18 CRITICAL Act Now

Remote code execution in PTC Windchill and PTC FlexPLM allows unauthenticated network attackers to execute arbitrary code by submitting maliciously crafted serialized objects that the application deserializes without validation. Rated CVSS 4.0 9.2 (Critical) with full confidentiality, integrity, and availability impact, though the vector's AC:H flag indicates the attack is non-trivial to reliably reproduce. No public exploit identified at time of analysis, and the flaw is not listed in CISA KEV.

RCE Deserialization
NVD VulDB
CVSS 4.0
9.2
EPSS
0.5%
CVE-2026-63385 Aug 20, 18:16 CRITICAL PATCH Act Now

HTTP request smuggling and header injection in libevent's http.c allow remote unauthenticated attackers to desynchronize an upstream proxy from libevent's own parsing, bypassing access controls. Affected are all versions prior to 2.1.13-stable and 2.2.2-alpha, where evhttp_header_is_valid_value accepted obsolete CRLF line folding in header values and evhttp_decode_uri_internal decoded %00 into literal NUL bytes that truncate paths in downstream C string operations. No public exploit identified at time of analysis; the CRLF weakness is patched in 2.1.13/2.2.2-alpha, but the URI NUL-truncation condition is not clearly remediated by the reviewed patches.

Authentication Bypass Red Hat Request Smuggling
NVD VulDB GitHub
CVSS 4.0
9.2
EPSS
0.4%
CVE-2026-16926 Aug 20, 14:38 CRITICAL PATCH Act Now

Arbitrary file overwrite in IBM AIX 7.2 and 7.3 and IBM PowerVM VIOS 4.1 lets a remote attacker corrupt or replace files on the host due to improper neutralization of special elements in input (CWE-73). The CVSS 3.1 base score is 9.1 (I:H/A:H, no confidentiality impact), reflecting integrity and availability damage without data disclosure. No public exploit identified at time of analysis, but IBM has published a fix, and the network/low-complexity/no-privileges vector makes this a high-priority patch for exposed AIX and VIOS management interfaces.

Information Disclosure IBM Aix Powervm Vios
NVD
CVSS 3.1
9.1
EPSS
0.6%
CVE-2026-18670 Aug 20, 22:17 CRITICAL Act Now

Remote denial-of-service and potential information disclosure in IBM AIX 7.2/7.3 and PowerVM VIOS 4.1 arises from an integer underflow (CWE-190 class) reachable over the network without authentication. An unauthenticated remote attacker can send crafted input that triggers the arithmetic wraparound, crashing an affected service and possibly reading sensitive memory contents. There is no public exploit identified at time of analysis, EPSS is low (0.51%, 41st percentile), and it is not on CISA KEV.

Denial Of Service Integer Overflow IBM Aix Vios
NVD
CVSS 3.1
9.1
EPSS
0.5%
CVE-2026-66309 Aug 20, 21:47 CRITICAL PATCH Act Now

Privilege elevation in Microsoft Azure SQL Database lets an already-authenticated, high-privileged principal escalate its permissions over the network through an improper access-control check (CWE-284). The CVSS scope change (S:C) indicates the abuse crosses an intended trust boundary within the managed service, threatening confidentiality, integrity, and availability. No public exploit identified at time of analysis and the flaw is not in CISA KEV; Microsoft has addressed it server-side per its MSRC advisory.

Authentication Bypass Microsoft Azure Sql Database
NVD VulDB
CVSS 3.1
9.1
EPSS
0.5%
CVE-2026-17003 Aug 20, 21:49 CRITICAL PATCH Act Now

Out-of-bounds memory write in IBM AIX 7.2/7.3 and IBM PowerVM VIOS 4.1 lets a remote attacker corrupt process memory to compromise system confidentiality and integrity, but not availability, per the CVSS 9.1 vector. IBM has published a fix (support advisory node/7283858), and there is no public exploit identified at time of analysis. EPSS is low at 0.43% (36th percentile) and CISA SSVC records no observed exploitation, so this is a vendor-disclosed memory-corruption issue rather than a mass-exploited one.

Buffer Overflow Memory Corruption IBM Aix Powervm Vios
NVD
CVSS 3.1
9.1
EPSS
0.4%
CVE-2026-71485 Aug 20, 21:01 CRITICAL PATCH Act Now

Authentication bypass in Centrifugo real-time messaging server before 6.9.0 lets a remote client spoof trusted proxy headers by populating the client-controlled protocol.ConnectRequest.headers map, which Centrifugo copies and forwards to backend proxies as trusted headers or gRPC metadata. When a backend relies on a header such as x-trusted-user for authentication or authorization, an attacker can impersonate arbitrary users across connect, refresh, subscribe, publish, and RPC proxy calls. Rated CVSS 9.1 (high confidentiality and integrity impact); there is no public exploit identified at time of analysis and it is not listed in CISA KEV.

Authentication Bypass Centrifugo Centrifugal
NVD VulDB GitHub
CVSS 3.1
9.1
EPSS
0.4%
CVE-2026-73256 Aug 20, 17:37 CRITICAL PATCH Act Now

HTTP request smuggling in Cesanta Mongoose embedded web server/network library before 7.22 lets a remote unauthenticated attacker desynchronize an HTTP/1.0 reverse-proxy front-end from the Mongoose back-end. A buggy length check in http_cb() (src/http.c) never sets is_http_1_0, so Mongoose honors Transfer-Encoding: chunked framing that an HTTP/1.0 proxy ignores, allowing the attacker to smuggle requests past the proxy and reach unauthorized functionality or alter application state. Rated CVSS 9.1; a vendor patch exists (7.22), but no public exploit and no EPSS/KEV data were provided at time of analysis.

Authentication Bypass Request Smuggling Mongoose Cesanta
NVD GitHub
CVSS 3.1
9.1
EPSS
0.4%
CVE-2026-73257 Aug 20, 17:30 CRITICAL PATCH Act Now

HTTP request smuggling (CL.TE desynchronization) in Cesanta Mongoose embedded web server before 7.22 lets a remote unauthenticated attacker craft a request bearing both Content-Length and Transfer-Encoding: chunked headers. Because mg_http_parse()/http_cb() accept both and prioritize chunked encoding while a front-end reverse proxy that prefers Content-Length draws a different request boundary, an attacker can smuggle a second request that reads or modifies resources belonging to another user's context. No public exploit is identified at time of analysis; the issue is fixed in 7.22 which rejects requests containing both headers.

Code Injection Request Smuggling Mongoose Cesanta
NVD GitHub VulDB
CVSS 3.1
9.1
EPSS
0.4%
CVE-2026-53424 Aug 20, 17:27 CRITICAL Act Now

Authentication bypass via SAML assertion replay affects Samly, the Elixir/Plug SAML 2.0 Service Provider library from Dropbox, in all releases from v0.3.0 onward. Because Samly.Helper.decode_idp_auth_resp/3 invokes esaml's validate_assertion with a no-op duplicate detector and exposes no way to supply a real one, a bearer assertion is never enforced as single-use; an attacker who captures a single valid SAMLResponse can resubmit the identical bytes to repeatedly log in as that assertion's subject until its NotOnOrAfter expires. There is no public exploit identified at time of analysis, and the flaw is not listed in CISA KEV.

Authentication Bypass Dropbox Samly Handnot2
NVD
CVSS 4.0
9.1
EPSS
0.3%
CVE-2026-17060 Aug 20, 21:51 CRITICAL PATCH Act Now

Information disclosure and denial of service in IBM AIX 7.2/7.3 and PowerVM VIOS 4.1 arise from a kernel heap over-read that a remote attacker can trigger without authentication or user interaction. Successful exploitation leaks sensitive kernel memory contents and can crash the affected system, and the CVSS 9.1 rating reflects the combined high confidentiality and availability impact. No public exploit has been identified at time of analysis, and the EPSS probability is low (0.34%).

Denial Of Service Information Disclosure IBM Aix Powervm Vios
NVD
CVSS 3.1
9.1
EPSS
0.3%
CVE-2026-73253 Aug 20, 17:41 CRITICAL PATCH Act Now

TLS hostname verification bypass in Cesanta Mongoose's built-in TLS stack (versions prior to 7.22) lets an on-path attacker holding a wildcard certificate for a parent domain impersonate arbitrarily deep subdomains, defeating certificate validation for clients that use the embedded TLS backend. The flaw stems from mg_match() wildcards crossing DNS label boundaries, so *.example.com wrongly matches foo.bar.example.com. A vendor patch exists in 7.22, but no public exploit identified at time of analysis.

Authentication Bypass Mongoose Cesanta
NVD GitHub VulDB
CVSS 4.0
9.1
EPSS
0.2%
CVE-2026-17423 Aug 20, 22:17 CRITICAL Act Now

Out-of-bounds read in IBM AIX 7.2 and 7.3 and IBM PowerVM VIOS 4.1 exposes sensitive memory contents and enables denial of service against affected systems. The flaw is reachable by remote attackers according to the vendor description, enabling both unauthorized information disclosure and availability disruption without authentication. No public exploit code or active exploitation has been identified at time of analysis, though the high CVSS score and dual-impact (C:H, A:H) profile elevate priority for affected IBM UNIX and virtualization environments.

Buffer Overflow Denial Of Service Information Disclosure IBM Aix +1
NVD
CVSS 3.1
9.1
EPSS
0.2%
CVE-2026-18716 Aug 20, 22:17 CRITICAL Act Now

Information disclosure and denial of service in IBM AIX 7.2/7.3 and PowerVM VIOS 4.1 stem from an out-of-bounds read (CWE-125) reachable over the network, letting a remote attacker read sensitive memory contents or crash the affected service. The vulnerability carries a CVSS 9.1 rating driven by high confidentiality and availability impact, though EPSS places exploitation probability very low (0.19%, 10th percentile) and CISA's SSVC framework records no known exploitation. There is no public exploit identified at time of analysis and it is not listed in CISA KEV.

Buffer Overflow Denial Of Service Information Disclosure IBM Aix +1
NVD
CVSS 3.1
9.1
EPSS
0.2%
CVE-2026-66600 Aug 20, 12:07 CRITICAL Act Now

Arbitrary file upload in the Media Library Assistant WordPress plugin (versions 3.39 and earlier) lets an authenticated user with Author-level access upload files of dangerous types, typically leading to remote code execution and full site compromise. The flaw was reported by Patchstack and is tracked as CWE-434; no public exploit code has been identified at time of analysis, and it is not listed in CISA KEV. The CVSS 9.1 rating reflects the high impact and scope change, though the practical barrier is that an attacker must already hold an Author account.

WordPress File Upload Media Library Assistant Wordpress Plugin David Lingren
NVD
CVSS 3.1
9.1
EPSS
0.3%
CVE-2026-63039 Aug 20, 15:43 CRITICAL PATCH Act Now

SQL injection in Apache InLong versions 2.0.0 up to (but not including) 2.4.0 allows attackers to inject attacker-controlled string values into a SQL statement, giving full read/write access to the backing database. The flaw carries a critical CVSS 3.1 score of 9.8 (network, no authentication, no user interaction) and is fixed in 2.4.0. No public exploit identified at time of analysis, and the EPSS probability is low (0.19%, 9th percentile), so despite the critical score there is no evidence of active exploitation yet.

Apache SQLi Apache Inlong Apache Software Foundation
NVD
CVSS 3.1
9.8
EPSS
0.2%
Prev Page 2 of 2

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy