Skip to main content
CVE-2026-16940 Aug 05, 06:00 CRITICAL POC PATCH Act Now

Arbitrary file deletion in the Custom Fields WordPress plugin before 1.5.1 allows unauthenticated attackers to delete any file on the server - including wp-config.php - leading to full site takeover. Because the plugin fails to validate a user-supplied path before deletion, a remote attacker needs no authentication or user interaction (CVSS 10.0). Publicly available exploit code exists via WPScan, though EPSS is low (0.17%) and the flaw is not listed in CISA KEV.

PHP WordPress Path Traversal Custom Fields Unknown
NVD WPScan
CVSS 3.1
10.0
EPSS
0.2%
CVE-2026-71319 Aug 05, 21:27 CRITICAL POC PATCH GHSA Act Now

Unauthenticated remote code execution in Nuxt DevTools (@nuxt/devtools before 3.3.1) lets any client reaching the Vite HMR WebSocket invoke RPC methods that were never gated by the ensureDevAuthToken check. By chaining updateOptions() to poison the persisted behavior.openInEditor value and then calling openInEditor(), an attacker runs an arbitrary program on the developer's machine via the launch-editor package. Only development environments are affected; production builds do not run DevTools. This is rated CVSS 9.6 (scope-changed), and no public exploit has been identified at time of analysis.

RCE Code Injection
NVD VulDB GitHub
CVSS 3.1
9.6
EPSS
0.3%
CVE-2026-15360 Aug 05, 06:00 CRITICAL POC PATCH Act Now

SQL injection in the Ajax Load More WordPress plugin before 8.0.1 lets unauthenticated attackers inject into an unsanitised parameter used in a database query, enabling time-based blind extraction of sensitive data such as user credentials and secrets. Reported by WPScan with publicly available exploit detail and a vendor patch in 8.0.1; scored CVSS 9.1 with an unauthenticated network vector. EPSS is low (0.19%, 9th percentile), indicating limited observed exploitation despite the critical rating.

WordPress Information Disclosure SQLi Ajax Load More Unknown
NVD WPScan
CVSS 3.1
9.1
EPSS
0.2%
CVE-2026-15210 Aug 05, 06:00 CRITICAL POC PATCH Act Now

Account takeover in the WordPress plugin "OTP Login With Phone Number, OTP Verification" before 1.8.71 stems from missing rate-limiting and non-invalidation of one-time login codes, letting an unauthenticated attacker request a login OTP for any account and brute-force the short numeric code to seize control of any user, including administrators. CVSS 9.1 (AV:N/AC:L/PR:N/UI:N) reflects trivial network exploitation with high confidentiality and integrity impact. Publicly available exploit code exists (reported by WPScan), though EPSS is low at 0.15% (4th percentile) and it is not in CISA KEV, so there is no public exploit identified as actively exploited in the wild.

WordPress Authentication Bypass Otp Login With Phone Number Otp Verification Unknown
NVD WPScan
CVSS 3.1
9.1
EPSS
0.1%
CVE-2026-69111 Aug 05, 19:18 HIGH POC This Week

Unauthenticated denial of service in Milvus through 2.6.22 and 3.0.0 allows any remote attacker with network access to port 9091 to immediately terminate core service components - proxy, datanode, or querynode - by issuing a single crafted HTTP GET request. The management server's /management/stop endpoint is not protected by the REST API authentication middleware, making exploitation trivial with a publicly available proof-of-concept. No CISA KEV listing exists at time of analysis, but the combination of zero-prerequisite exploitation, public PoC, and CVSS 4.0 score of 8.7 represents a high real-world availability risk for any Milvus deployment with port 9091 reachable beyond localhost.

Authentication Bypass Denial Of Service Milvus
NVD GitHub
CVSS 4.0
8.7
EPSS
0.6%
CVE-2026-71309 Aug 05, 20:13 HIGH POC PATCH GHSA This Week

Path traversal in rclone's `serve restic` REST API allows any attacker with network access to the endpoint to read, create, overwrite, or delete objects outside the operator-configured backend directory. The flaw spans rclone v1.40 through v1.74.4 and affects WebDAV, FTP, SFTP, HTTP, and Memory backends - but not S3-compatible or local filesystem backends, which encode `..` as literal filename characters. A fully functional, step-by-step proof of concept has been publicly released; no CISA KEV listing exists at time of analysis.

Python Path Traversal SSH Canonical Suse
NVD GitHub VulDB
CVSS 4.0
8.6
EPSS
0.3%
CVE-2026-70615 Aug 05, 19:34 HIGH POC This Week

Newline injection in boringproxy 0.10.0 and earlier allows authenticated low-privileged users with tunnel-creation permission to write arbitrary entries into the server's SSH authorized_keys file, achieving persistent shell access to the host. By supplying a percent-encoded newline (%0a) in the domain parameter of the tunnel creation API endpoint, an attacker inserts an unrestricted public key, then SSHs directly into the server and reads plaintext credentials - including all user tokens, tunnel private keys, and TLS certificates - from the application's database file. A public proof-of-concept exploit is available via GitHub, and no patched release has been identified at time of analysis.

RCE Boringproxy
NVD GitHub
CVSS 4.0
8.5
EPSS
0.2%
CVE-2026-71315 Aug 05, 21:16 HIGH POC PATCH GHSA This Week

Authorization gate bypass in Nuxt (npm package, versions 3.21.7-<3.21.10 and 4.4.7-<4.5.1) allows unauthenticated network access to routes protected by appMiddleware auth rules whenever those route-rule keys contain uppercase characters. This is an incomplete fix for CVE-2026-53721: the prior patch case-folded the lookup path before matching route rules, but left the compiled rule keys verbatim, producing a permanent symmetric mismatch that silently drops all app-level protections for any mixed-case route. No public exploit has been identified at time of analysis; however, the vulnerable condition arises automatically in any Nuxt application deriving route rules from PascalCase page files (e.g., pages/Admin.vue) or writing mixed-case routeRules keys explicitly.

Information Disclosure
NVD VulDB GitHub
CVSS 3.1
8.2
EPSS
0.3%
CVE-2026-71320 Aug 05, 21:29 HIGH POC PATCH GHSA This Week

Server-side remote code execution in Nuxt's server island feature (nuxt >=3.4.0 <3.21.10 and >=4.0.0 <4.5.1) allows unauthenticated network attackers to execute arbitrary code in the Nitro server process by injecting a `template` key into island props delivered to the `/__nuxt_island/` endpoint. Exploitation requires two simultaneous preconditions: `vue.runtimeCompiler: true` must be explicitly enabled (it is off by default), and the application must expose a server island whose rendered output routes attacker-controlled prop values into Vue's dynamic component resolution - a condition that can arise implicitly via Vue's attribute-fallthrough mechanism when the island's root is a polymorphic component such as @nuxt/ui's UButton. No public exploit code or CISA KEV listing has been identified at time of analysis, and the non-default configuration requirement substantially limits the real-world attack surface.

RCE
NVD VulDB GitHub
CVSS 3.1
8.1
EPSS
0.4%
CVE-2026-14553 Aug 05, 06:00 HIGH POC PATCH This Week

Remote code execution in the zportals WordPress plugin (all versions before 6.3.4) is achievable by any authenticated user holding a Subscriber role or above, exploiting a server-side file upload validation failure that trusts the client-supplied Content-Type header and preserves the original file extension. By uploading a PHP webshell disguised with a benign MIME type, an attacker can plant executable server-side code and gain full control of the WordPress application layer. A publicly available proof-of-concept exploit exists; no confirmed active exploitation (CISA KEV) has been observed, but the low authentication barrier makes this a genuine risk for sites with open registration.

PHP WordPress RCE File Upload Zportals +1
NVD WPScan
CVSS 3.1
8.1
EPSS
0.2%
CVE-2026-15230 Aug 05, 06:00 HIGH POC PATCH This Week

Missing capability checks across multiple REST API routes in the YayPricing WordPress plugin (all versions before 3.5.7) allow any subscriber-level authenticated user to overwrite a WooCommerce store's complete pricing configuration and extract private coupon codes. The plugin incorrectly relies on a shared nonce as its sole authorization gate rather than WordPress capability checks, a fundamental access control failure classified under CWE-284. A publicly available exploit exists per WPScan (EUVD-2026-53116), though EPSS sits at 0.14% (4th percentile), indicating low automated exploitation activity; CISA KEV listing is absent, so active exploitation in the wild is not confirmed.

WordPress Authentication Bypass Yaypricing Unknown
NVD WPScan
CVSS 3.1
8.1
EPSS
0.1%
CVE-2026-71312 Aug 05, 20:37 HIGH POC PATCH GHSA This Week

PowerShell smart-quote filename injection in rclone's SFTP backend allows an attacker who controls remote filenames to execute arbitrary PowerShell commands as the victim's SSH account on the server. All rclone versions prior to v1.75.0 are affected when the SFTP remote uses PowerShell as the SSH command shell and server-side hashing is invoked. A proof-of-concept was confirmed by the GHSA advisory author; no CISA KEV listing was present at time of analysis, but the specific attack conditions meaningfully constrain real-world exposure to Windows-hosted or PowerShell-shelled SFTP deployments.

Command Injection Suse Rclone
NVD GitHub VulDB
CVSS 3.1
8.0
EPSS
0.3%
CVE-2026-55522 Aug 05, 19:01 HIGH POC PATCH GHSA This Week

Arbitrary Python code execution in PraisonAI's workflow include feature allows an attacker who controls a local recipe directory to execute arbitrary code as the PraisonAI process user. Affected are praisonai 3.9.26-4.6.57 and praisonaiagents 0.12.12-1.6.57. This is a hardening bypass: the vulnerable sink in Workflow._execute_include() skips the PRAISONAI_ALLOW_TEMPLATE_TOOLS/PRAISONAI_ALLOW_LOCAL_TOOLS opt-in gates and the centralized safe loader that protect all other tools.py autoload paths, making it a distinct variant within an established advisory family. No public exploit or CISA KEV listing has been identified at time of analysis.

RCE Python Code Injection Praisonaiagents Praisonai +1
NVD VulDB GitHub
CVSS 3.1
7.8
EPSS
0.2%
CVE-2026-18902 Aug 05, 04:30 HIGH POC This Week

Command injection in H3C NX15 V100R017 allows authenticated remote attackers to execute arbitrary OS commands via the unsanitized `my2P4key` argument processed by the `esps.wan.repeater.set/repeaterproc` handler at the `/api/esps` endpoint. The CVSS 4.0 vector confirms high-privilege authentication is required (PR:H), yet successful exploitation yields full host compromise with confidentiality, integrity, and availability all rated High. A public Python proof-of-concept exploit script is available on GitHub, materially raising urgency for administrators of internet-exposed devices or those using default credentials.

Command Injection Nx15 H3C
NVD VulDB GitHub
CVSS 4.0
7.3
EPSS
2.4%
CVE-2026-18900 Aug 05, 03:45 HIGH POC This Week

OS command injection in H3C NX15 firmware V100R017 enables authenticated remote attackers to execute arbitrary operating system commands by manipulating the File argument in the file.exec function exposed via the /api/esps Backend RPC endpoint. A public Python proof-of-concept exploit script is available on GitHub, substantially lowering the barrier to exploitation for less-skilled actors. No vendor-released patch has been identified at time of analysis, leaving affected deployments dependent on compensating controls.

Command Injection Nx15 H3C
NVD VulDB GitHub
CVSS 4.0
7.3
EPSS
2.4%
CVE-2026-55523 Aug 05, 19:26 HIGH POC PATCH GHSA This Week

Server-side request forgery in PraisonAI's web_crawl() function (versions 1.5.128-1.6.57) allows an attacker who can influence URLs processed by agent or tool workflows to exfiltrate responses from internal services, private network hosts, and cloud metadata endpoints such as AWS IAM credential URLs. This is a confirmed patch bypass of the previously disclosed SSRF class in CVE-2026-40160 and GHSA-8f4v-xfm9-3244, exploiting the fact that the httpx fallback client uses follow_redirects=True without revalidating redirect destinations against the original host blocklist. No public exploit code and no CISA KEV active exploitation designation have been identified at time of analysis.

SSRF Praisonai Mervinpraison
NVD VulDB GitHub
CVSS 4.0
7.7
EPSS
0.3%
Threat Model
CVE-2026-71209 Aug 05, 06:59 HIGH POC This Week

Unauthenticated arbitrary file read in audiobookshelf exploits a URL-encoding normalization gap between the Express authentication-exemption regex (which reads raw percent-encoded req.path) and Express's route parameter decoder (which decodes %2F sequences before handler execution), allowing any remote attacker to traverse the filesystem via crafted cover art requests. This directly bypasses the prior fix for CVE-2025-25205, which had anchored the auth-exemption regex to req.path - meaning the root cause was incompletely remediated. No CISA KEV listing or confirmed public exploit exists at time of analysis, but the AV:N/AC:L/PR:N/UI:N profile and bypass-of-prior-patch nature make this high priority for all internet-facing audiobookshelf deployments.

Path Traversal Audiobookshelf Advplyr
NVD GitHub VulDB
CVSS 3.1
7.5
EPSS
0.7%
CVE-2026-71321 Aug 05, 21:43 HIGH POC PATCH GHSA This Week

Unauthenticated CPU exhaustion in Nuxt's island renderer endpoint allows remote attackers to degrade or stall server availability without any credentials or valid hash. Nuxt versions 3.1.0-3.21.9 and 4.0.0-4.5.0 are affected: the `/__nuxt_island/` handler fully buffers, destr-parses, and ohash-hashes attacker-supplied POST bodies before checking the URL-embedded hash token, meaning expensive computation runs on doomed requests. Because Nitro's runtime executes on a single Node.js event loop, a sustained low-rate flood of ~4.6 MB JSON bodies is sufficient to stall all concurrent legitimate requests. No public exploit code or CISA KEV listing exists, but the attack is trivially reproducible from the published advisory description alone.

Information Disclosure
NVD VulDB GitHub
CVSS 3.1
7.5
EPSS
0.4%
CVE-2026-71314 Aug 05, 20:59 HIGH POC PATCH GHSA This Week

Unauthenticated remote denial-of-service in Nuxt's island/server-component SSR engine allows any attacker to crash a worker process with a single ~130-byte HTTP request. The island URL hash is a non-secret digest computed from public request parameters, so an attacker can forge valid island requests and supply an arbitrarily large integer as a v-for iteration prop - causing the SSR engine to allocate memory proportional to that integer. Reporter-confirmed measurements show count=40000000 or items=4000000 produces an out-of-memory worker crash; no public exploit code has been identified at time of analysis and the vulnerability is not listed in CISA KEV, but the attack is self-evident and trivially reproducible from the advisory description.

Denial Of Service
NVD VulDB GitHub
CVSS 3.1
7.5
EPSS
0.4%
CVE-2026-55524 Aug 05, 20:17 HIGH POC PATCH GHSA This Week

Server-Side Request Forgery (SSRF) bypass in PraisonAI's web_crawl tool prior to version 1.6.58 enables unauthenticated network attackers to reach internal network resources, loopback interfaces, and cloud metadata endpoints (such as AWS IMDS) from the PraisonAI host. The protection bypass exploits a validate-here/fetch-there gap (CWE-367 TOCTOU): the hostname is validated once with socket.gethostbyname but then re-resolved at connect time by httpx or urllib with redirect-following enabled, allowing HTTP redirect chains or DNS rebinding to steer the final connection to attacker-chosen internal destinations. No public exploit code or active exploitation has been identified at time of analysis; a fix is available in version 1.6.58.

SSRF
NVD VulDB GitHub
CVSS 3.1
7.5
EPSS
0.2%
CVE-2026-16055 Aug 05, 06:00 HIGH POC PATCH This Week

Contest Gallery WordPress plugin before version 30.0.7 implements a custom front-end login mechanism that issues authentication cookies directly after password validation, entirely bypassing WordPress's standard authentication pipeline. This architectural shortcut renders all brute-force protection plugins and two-factor authentication plugins completely ineffective, allowing unlimited, unthrottled password guessing against any WordPress account - including administrators - up to full account takeover. A publicly available proof-of-concept exists per WPScan reporting, though CISA has not listed this in KEV and SSVC indicates no confirmed active exploitation at time of analysis.

WordPress Authentication Bypass Contest Gallery Unknown
NVD WPScan
CVSS 3.1
7.5
EPSS
0.2%
CVE-2026-15372 Aug 05, 06:00 HIGH POC PATCH This Week

Two-factor authentication bypass in the WP 2FA WordPress plugin before 4.1.0 allows an attacker who possesses a valid user password to completely skip the second authentication factor and gain full account access, including administrator-level accounts. The plugin presents the 2FA challenge but fails to server-side validate the submitted factor for any of its supported methods, rendering 2FA protections entirely ineffective. A publicly available exploit exists (sourced from WPScan), though EPSS sits at 0.19% (9th percentile), indicating limited observed exploitation activity at time of analysis despite the public proof-of-concept.

WordPress Authentication Bypass Wp 2Fa Unknown
NVD WPScan
CVSS 3.1
7.5
EPSS
0.2%
CVE-2026-16573 Aug 05, 06:00 HIGH POC PATCH This Week

Stored Cross-Site Scripting in the Bit Form WordPress plugin before 3.2.0 enables unauthenticated attackers to upload crafted SVG files containing embedded JavaScript as signature images, which execute in a victim's browser upon viewing the submission. Any authenticated user - most critically a WordPress administrator - who reviews form submissions containing the malicious SVG is at risk of session hijacking or unauthorized administrative action. A public proof-of-concept is available per WPScan; however, EPSS stands at 0.18% (8th percentile) and CISA KEV does not list active exploitation, indicating real-world opportunistic exploitation has not been widely observed.

WordPress XSS Bit Form Unknown
NVD WPScan
CVSS 3.1
7.5
EPSS
0.2%
CVE-2026-16604 Aug 05, 06:00 HIGH POC PATCH This Week

Password-protected block content in the Passster WordPress plugin (all versions before 4.3.6) is rendered into the public HTTP response body before the server evaluates the password check, making the gate purely cosmetic. Unauthenticated remote users can retrieve protected content by inspecting the raw response - no password required. A public proof-of-concept exploit is available via WPScan, and the CVSS 3.1 score of 7.5 (AV:N/AC:L/PR:N/UI:N) confirms trivial remote exploitation with full confidentiality impact, though EPSS at 0.16% (5th percentile) and no CISA KEV listing indicate exploitation has not yet become widespread or automated.

WordPress Information Disclosure Passster Unknown
NVD WPScan
CVSS 3.1
7.5
EPSS
0.2%
CVE-2026-16603 Aug 05, 06:00 HIGH POC PATCH This Week

Category-locked content in the Passster WordPress plugin (all versions before 4.3.6) is fully exposed through the native WordPress REST API, bypassing the plugin's access controls entirely. Unauthenticated remote users can retrieve the title, full body, and excerpt of any post that site owners intended to restrict using Passster's category-based protection. A publicly available exploit exists per WPScan; no CISA KEV listing and a low EPSS of 0.16% (5th percentile) indicate limited observed in-the-wild exploitation so far, but the trivial exploitation conditions make this an immediate upgrade priority for any site relying on Passster to gate sensitive content.

WordPress Information Disclosure Passster Unknown
NVD WPScan
CVSS 3.1
7.5
EPSS
0.2%
CVE-2026-16602 Aug 05, 06:00 HIGH POC PATCH This Week

Unauthenticated content disclosure in the Passster WordPress plugin (versions before 4.3.6) allows any remote user to retrieve the full content of draft, private, and pending posts via a REST API endpoint that skips post-status validation. The flaw is conditional on the target site having a captcha provider configured, which is the typical deployment mode for Passster installations. Publicly available exploit code exists per WPScan reporting, though EPSS sits at only 0.16% (5th percentile), suggesting exploitation remains targeted rather than widespread. No CISA KEV listing has been issued.

WordPress Information Disclosure Passster Unknown
NVD WPScan
CVSS 3.1
7.5
EPSS
0.2%
CVE-2026-16736 Aug 05, 06:00 HIGH POC PATCH This Week

Registration enforcement bypass in the User Registration & Membership WordPress plugin (all versions before 5.2.6) allows unauthenticated users to create accounts on sites where the administrator has explicitly disabled open registration. The plugin processes registration form submissions without validating the site-level registration-disabled setting, effectively nullifying an administrative security control. A publicly available exploit exists per WPScan, though EPSS sits at a low 0.15% (4th percentile), indicating limited observed exploitation despite the accessible POC.

WordPress Authentication Bypass User Registration Membership Unknown
NVD WPScan
CVSS 3.1
7.5
EPSS
0.1%
CVE-2026-16561 Aug 05, 06:00 HIGH POC PATCH This Week

Unauthenticated information disclosure in the Sunshine Photo Cart WordPress plugin (all versions before 3.6.12) allows any internet-connected user to retrieve image comments from private, password-protected, or otherwise access-restricted galleries by exploiting a missing authorization check on an AJAX endpoint. The flaw is classified as CWE-862 (Missing Authorization) and carries a CVSS 3.1 score of 7.5 (AV:N/AC:L/PR:N/UI:N). A publicly available proof-of-concept exists via WPScan, though EPSS at 0.15% (4th percentile) and no CISA KEV listing indicate no confirmed widespread exploitation at time of analysis.

WordPress Authentication Bypass Sunshine Photo Cart Unknown
NVD WPScan
CVSS 3.1
7.5
EPSS
0.1%
CVE-2026-16036 Aug 05, 06:00 HIGH POC PATCH This Week

Account takeover in the miniOrange 2FA WordPress plugin before 6.2.7 is enabled when an attacker already possesses a target user's password - the plugin fails to bind a newly configured second factor to the target account's existing registered factor during the pre-login two-factor challenge, allowing the attacker to redirect 2FA enrollment to an attacker-controlled device, complete the challenge, and authenticate as the victim including as site administrators. A publicly available proof-of-concept exists per WPScan, though EPSS sits at 0.14% (4th percentile), indicating exploitation has not yet become widespread. Critically, the published CVSS vector (C:N/I:N/A:H) severely misrepresents the actual impact - this is a full account-takeover flaw with high confidentiality and integrity consequences, not a denial-of-service; analysts should not use the published vector for risk calibration.

WordPress Authentication Bypass Miniorange 2fa Unknown
NVD WPScan
CVSS 3.1
7.5
EPSS
0.1%
CVE-2026-18897 Aug 05, 02:00 HIGH POC This Week

Stack-based buffer overflow in the UTT HiPER 1250GW firmware (all versions up to v3.2.7-210907-180535) allows authenticated remote attackers to corrupt stack memory via the tempName argument of the /goform/getOneApConfTempEntry endpoint, with potential for arbitrary code execution on the device. A public proof-of-concept exploit is available on GitHub, and the vendor did not respond to coordinated disclosure, leaving no patch path available. No CISA KEV listing exists, but the PoC availability combined with an unpatched network device significantly elevates practical risk for any exposed management interface.

Buffer Overflow Stack Overflow Hiper 1250Gw Utt
NVD VulDB GitHub
CVSS 4.0
7.4
EPSS
0.6%
CVE-2026-18895 Aug 05, 01:30 HIGH POC This Week

Stack-based buffer overflow in UTT HiPER 1250GW firmware (all versions through 3.2.7-210907-180535) enables low-privileged remote attackers to corrupt stack memory and achieve arbitrary code execution by submitting an oversized value to the cipher parameter of the /goform/APSecurity_5g endpoint. A public proof-of-concept exploit is available on GitHub, materially increasing opportunistic abuse risk. No vendor patch exists - the vendor failed to respond to responsible disclosure - leaving no fix-based remediation path at time of analysis.

Buffer Overflow Stack Overflow Hiper 1250Gw Utt
NVD VulDB GitHub
CVSS 4.0
7.4
EPSS
0.6%
CVE-2026-18898 Aug 05, 03:00 HIGH POC This Week

Stack-based buffer overflow in UTT HiPER 1200GW firmware up to v2.5.3-170306 enables network-reachable authenticated attackers to corrupt stack memory and achieve arbitrary code execution on the device. The vulnerable C runtime function strcpy in the web management endpoint /goform/ConfigAdvideo performs no bounds validation on the timestart HTTP parameter, allowing oversized input to overwrite return addresses and redirect execution flow. A public proof-of-concept exploit is available on GitHub; no vendor patch exists as UTT did not respond to the coordinated disclosure.

Buffer Overflow Stack Overflow Hiper 1200Gw Utt
NVD VulDB GitHub
CVSS 4.0
7.4
EPSS
0.5%
CVE-2026-70604 Aug 05, 15:59 HIGH POC PATCH GHSA This Week

Cross-origin read bypass in Electron's custom protocol handler exposes sensitive application data to remote pages via fetch() and XMLHttpRequest. Electron apps on any branch prior to 39.8.10, 40.9.3, 41.4.0, or 42.0.0 that register a custom scheme with supportFetchAPI: true but omit corsEnabled: true fail to enforce CORS, allowing a malicious remote page loaded in the renderer to read the full response body of privileged custom-scheme requests. No public exploit code is identified at time of analysis and the vulnerability is not in CISA KEV, but the confidentiality impact is rated high by the vendor given the potential to exfiltrate internal application data.

Information Disclosure Cors Misconfiguration Electron
NVD VulDB GitHub
CVSS 3.1
7.4
EPSS
0.2%
CVE-2026-18901 Aug 05, 04:00 HIGH POC This Week

Remote code execution as root is achievable against H3C NX15 firmware V100R017 via the `/api/esps` Web API endpoint, which exposes the `service.add` function without adequate access controls (CWE-749). Exploitation requires high-privilege authentication, but a post-authentication proof-of-concept script (`postauth_service_add_rce.py`) is publicly available on GitHub, demonstrating a complete root RCE chain. No vendor patch has been identified at time of analysis; no active exploitation is confirmed in CISA KEV.

Information Disclosure Nx15 H3C
NVD VulDB GitHub
CVSS 4.0
7.3
EPSS
0.5%
CVE-2026-16605 Aug 05, 06:00 HIGH POC PATCH This Week

Broken object-level authorization in the MultiVendorX WordPress plugin before 5.0.11 allows any authenticated vendor (Store Owner role or above) to perform unauthorized cross-tenant operations against other vendors' stores via the REST API. The plugin fails to verify that the target store in a REST API request belongs to the authenticated vendor, enabling confidentiality breaches, store takeovers, permanent deletion, and arbitrary modification of competitor or co-platform stores. A publicly available exploit exists; EPSS probability is low (0.14%, 4th percentile) suggesting opportunistic or targeted exploitation rather than mass scanning, and this CVE is not currently listed in the CISA KEV catalog.

WordPress Authentication Bypass Multivendorx Unknown
NVD WPScan
CVSS 3.1
7.2
EPSS
0.1%
CVE-2026-71313 Aug 05, 20:48 MEDIUM POC PATCH GHSA This Month

Path traversal in rclone v1.51.0-v1.74.4 allows an attacker who controls a remote source (confirmed with S3) to create or overwrite files outside the configured local destination directory when the victim uses a non-default local encoding that omits Dot (such as --local-encoding Slash, None, or Raw). The localPath() function in backend/local/local.go failed to validate that the constructed filesystem path remained within the configured root after encoding conversion, enabling crafted remote object names containing .. components to resolve to arbitrary filesystem locations with the permissions of the rclone process. A detailed proof of concept is publicly available in GHSA-7p4m-qxvv-g567; no CISA KEV listing was present at time of analysis, and a Windows-specific backslash traversal variant is additionally confirmed.

RCE Path Traversal Microsoft Suse
NVD GitHub VulDB
CVSS 3.1
6.9
EPSS
0.3%
CVE-2026-70611 Aug 05, 17:49 MEDIUM POC PATCH GHSA This Month

Native code execution outside the Chromium sandbox is achievable in Electron prior to 39.8.9, 40.9.2, 41.2.1, and 42.0.0-beta.3 via the DevTools 'reveal in file manager' handler, which incorrectly forwarded attacker-supplied paths to the OS shell-open primitive rather than a safe folder-reveal call. Exploitation requires an attacker to already control JavaScript execution within the DevTools frontend - most plausibly through a malicious DevTools extension - while DevTools is open against a window loading untrusted content. No public exploit code exists and the vulnerability is not listed in CISA KEV; patched releases are available across all active Electron stable and beta branches.

Command Injection Microsoft Electron
NVD VulDB GitHub
CVSS 3.1
6.9
EPSS
0.1%
CVE-2026-55747 Aug 05, 06:58 MEDIUM POC This Month

Path traversal in the PocketFlow pocketflow-coding-agent cookbook example exposes arbitrary filesystem reads and writes to any caller who can influence the file-tool arguments supplied to an agent invocation. The vulnerable `_path(workdir, p)` helper wraps `os.path.join` without canonicalization, meaning Python's own documented behavior - returning an absolute `p` unchanged and not resolving `../` sequences - silently discards the intended working-directory containment. Affected file tools include ReadFile, ListFiles, PatchRead, and PatchApply. A publicly available proof-of-concept exists; this is not confirmed in CISA KEV, but the trivial nature of the bypass (standard Python behavior) makes exploitation straightforward wherever the pattern has been copied into production.

Path Traversal Pocketflow Pocketflow Coding Agent Cookbook Example
NVD GitHub VulDB
CVSS 3.1
6.8
EPSS
0.3%
CVE-2026-16968 Aug 05, 06:00 MEDIUM POC PATCH This Month

Information disclosure in the GeoDirectory WordPress plugin (before 2.8.168) exposes the email addresses of all registered users - including site administrators - to any authenticated Contributor-level or higher user. The root cause is an unrestricted user-search handler that performs no authorization check against WordPress's capability system, meaning any low-privilege authenticated user can invoke it freely. Publicly available exploit code exists per WPScan, though EPSS at 0.14% (4th percentile) and absence from CISA KEV suggest opportunistic exploitation remains limited at time of analysis.

WordPress Information Disclosure Geodirectory Unknown
NVD WPScan
CVSS 3.1
6.5
EPSS
0.1%
CVE-2026-71311 Aug 05, 20:33 MEDIUM POC PATCH GHSA This Month

FTP CRLF injection in rclone before 1.75.0 allows an attacker who can place crafted filenames in a source namespace to inject arbitrary authenticated FTP commands when a victim syncs to a more-privileged FTP destination using a non-default encoding that exposes raw CR/LF. The dependency `github.com/jlaffaye/ftp` passes command arguments directly onto the line-oriented FTP control channel via `textproto.Conn.Cmd` without stripping newlines, and the GHSA advisory confirms a real FTP server executed the injected `DELE` command during researcher testing. No public exploit code and no CISA KEV listing are identified at time of analysis; the vendor-released fix is v1.75.0.

Code Injection Suse Rclone
NVD GitHub VulDB
CVSS 3.1
6.4
EPSS
0.2%
CVE-2026-17583 Aug 05, 20:23 HIGH CISA Act Now

Integrity tampering in Thermo Fisher Applied Biosystems Genetic Analyzers allows any user with local file system access to silently modify .fsa and .hid output files - the raw DNA sequence and fragment analysis data produced by these instruments - because no cryptographic integrity check (CWE-353) is applied to these files. Affected products span eight distinct data collection and analysis software lines, including the forensic-grade GeneMapper ID-X platform, meaning tampered files could propagate falsified DNA profiles into criminal proceedings or clinical diagnostics without detection. No public exploit code has been identified at time of analysis, and exploitation is covered by CISA ICS Medical Advisory ICSMA-26-216-01.

Information Disclosure Applied Biosystems 3500 3500Xl Series Data Collection Software Applied Biosystems 3730 3730Xl Series Data Collection Software Applied Biosystems Seqstudio Genetic Analyzer Data Collection Software Applied Biosystems Seqstudio Flex Series Instrument Software +4
NVD VulDB
CVSS 4.0
8.3
EPSS
0.1%
CVE-2026-48168 Aug 05, 18:29 CRITICAL PATCH Act Now

Unauthenticated remote command execution in PraisonAI's bundled Claude GitHub Actions workflow (versions before 4.6.40) lets an outside contributor run arbitrary shell code on the CI runner by opening a fork pull request whose branch name contains shell metacharacters and posting an @claude comment. Two compounding flaws enable this: the workflow interpolates the attacker-controlled branch name directly into an unquoted Bash run: block, and it triggers for any @claude comment without verifying the commenter is a trusted collaborator. Because the job runs with a GitHub App token holding write permissions plus OIDC and gh/git access, injected commands can be chained via $GITHUB_PATH into later privileged steps to gain repository write, PR/issue manipulation, or OIDC-token abuse. No public exploit identified at time of analysis.

Authentication Bypass Command Injection Praisonai Mervinpraison
NVD VulDB GitHub
CVSS 3.1
10.0
EPSS
0.9%
CVE-2026-17505 Aug 05, 06:37 MEDIUM POC This Month

Reflected XSS in the TranslatePress WordPress plugin (versions ≤ 3.2.5) allows unauthenticated attackers to inject and execute arbitrary JavaScript in victim browsers by abusing the plugin's internal `#!trpst#`/`#!trpen#` token-to-angle-bracket substitution, which runs after WordPress has already sanitized and escaped the search query parameter. Exploitation requires tricking an authenticated user into clicking a crafted search URL - no server-side authentication is required from the attacker (PR:N per CVSS vector). No confirmed active exploitation (not in CISA KEV) and no public POC have been identified at time of analysis, though the unauthenticated, low-complexity path and large WordPress plugin install base make this a meaningful exposure for unpatched sites.

WordPress XSS Wordpress Plugin Translatepress Translate Multilingual Sites With Ai Translation Cozmoslabs
NVD
CVSS 3.1
6.1
EPSS
0.4%
CVE-2026-17532 Aug 05, 06:37 MEDIUM POC This Month

Reflected Cross-Site Scripting in the Seraphinite Accelerator WordPress plugin (versions ≤ 2.29.15) allows unauthenticated remote attackers to inject arbitrary JavaScript into victim browsers by exploiting a PHP type-juggling flaw that completely bypasses the plugin's HMAC signature verification. The root cause is a two-part chain: the `CacheExtractPreparePageParams()` function uses PHP's loose `!=` operator to validate the nonce, which allows a JSON-decoded boolean `true` to compare as equal to any non-empty HMAC string, and the `_CbContentFinishSkip()` function then concatenates the attacker-controlled `selfTest` field from that unverified payload directly into the HTML response with no escaping. No public exploit or CISA KEV listing has been identified at time of analysis, but a patched version (2.29.18) is available and the Wordfence changeset confirms the vulnerable code paths.

WordPress XSS Seraphinite Accelerator Wordpress Plugin
NVD
CVSS 3.1
6.1
EPSS
0.3%
CVE-2026-16583 Aug 05, 06:00 MEDIUM POC PATCH This Month

Stored XSS in the Orbit Fox WordPress plugin (versions before 3.0.8) allows authenticated users holding at least the Author role to upload malicious SVG files containing arbitrary JavaScript, which then executes in the browser context of any visitor who views the file - including administrators. The vulnerability is gated on the plugin's optional SVG upload feature being enabled. A public proof-of-concept is available via WPScan; CISA KEV listing is not confirmed, and EPSS sits at a low 0.17% (7th percentile), indicating limited automated campaign targeting at time of analysis. Vendor-released patch version 3.0.8 is available.

WordPress XSS Orbit Fox Unknown
NVD WPScan
CVSS 3.1
6.1
EPSS
0.2%
CVE-2026-71268 Aug 05, 12:26 CRITICAL Act Now

Arbitrary file write leading to remote code execution in OpenPLC Runtime v3 lets a low-privileged web user upload a crafted Structured Text (.st) program whose embedded `(*FILE:path content*)` directive escapes the intended ./core directory via path traversal. Because the compile_program() sink never calls the project's own validate_file_path() guard, an attacker can plant files such as a cron job or SSH authorized_keys to gain code execution as the runtime user. Exploitation is further eased by OpenPLC's shipped default credentials (openplc:openplc); no public exploit identified at time of analysis and the issue is not in CISA KEV.

RCE Path Traversal Openplc V3
NVD GitHub
CVSS 3.1
9.9
EPSS
0.6%
CVE-2026-71310 Aug 05, 20:17 MEDIUM POC PATCH GHSA This Month

Memory exhaustion in rclone's shared HTTP CONNECT proxy helper (`lib/proxy/http.go`) allows a malicious or compromised proxy to crash the rclone process by returning arbitrarily large CONNECT response headers. Versions up to and including 1.74.0 are affected; the fix is confirmed in v1.75.0. No active exploitation has been identified (not in CISA KEV), but the advisory includes a detailed proof-of-concept demonstrating that a 2 MiB header is accepted without error across repeated test runs, and the impact is process-wide OOM affecting all FTP, SFTP, and other rclone mounts concurrently.

Denial Of Service Suse
NVD VulDB GitHub
CVSS 3.1
5.9
EPSS
0.4%
CVE-2026-7329 Aug 05, 15:32 CRITICAL PATCH Act Now

Privilege escalation in Progress MarkLogic Server before 11.3.6 and 12.0.3 lets an authenticated user holding only a low-privileged REST role elevate to administrator through the SQL, SPARQL, and Optic REST query interfaces, after which they can run privileged operations and read data they were never authorized to see. The flaw is remotely reachable and requires only valid low-tier credentials, driving a critical 9.9 CVSS score. There is no public exploit identified at time of analysis and it is not listed in CISA KEV.

Privilege Escalation Marklogic Server Progress Software Corporation
NVD VulDB
CVSS 3.1
9.9
EPSS
0.3%
CVE-2026-20303 Aug 05, 16:29 CRITICAL NEWS Act Now

Privilege escalation and cross-boundary information disclosure in Cisco Catalyst SD-WAN Manager and SD-WAN Controller stems from improper input validation (CWE-20) discovered during Cisco's internal hardening review; an authenticated attacker with low privileges can send crafted input over the network to break out of their intended authorization scope and compromise the confidentiality, integrity, and availability of the management plane. The CVSS 9.9 score is driven by a scope change (S:C), meaning impact extends beyond the vulnerable component to the broader SD-WAN control fabric it orchestrates. There is no public exploit identified at time of analysis and the issue is not listed in CISA KEV, but the near-maximal CVSS and the centrality of the affected controllers make this a high-priority patch.

Information Disclosure Cisco Cisco Catalyst Sd Wan Manager Cisco Catalyst Sd Wan Controller
NVD VulDB
CVSS 3.1
9.9
EPSS
0.3%
CVE-2026-9193 Aug 05, 15:37 CRITICAL PATCH Act Now

Privilege escalation in Progress MarkLogic Server (versions before 11.3.6 and 12.0.3) lets an authenticated user holding only a low-privileged Hadoop integration role break out of that role and perform privileged operations against the internal Security database, effectively enabling full control over authentication and authorization data. Rated CVSS 9.9 with a changed scope, the flaw turns a minimal Hadoop-connector account into an administrative foothold. No public exploit identified at time of analysis, and it is not listed in CISA KEV.

Privilege Escalation Marklogic Server Progress Software Corporation
NVD VulDB
CVSS 3.1
9.9
EPSS
0.3%
Page 1 of 9 Next

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