Skip to main content
CVE-2026-53561 Aug 25, 10:12 HIGH PATCH This Week

Authentication bypass in Apache HiveServer2 4.0.0-4.2.0 allows unauthenticated network attackers to impersonate any Hive user and obtain a fully authenticated HiveServer2 session when SAML mode is enabled over HTTP transport. The root cause is an inverted HMAC signature comparison in HiveSamlAuthTokenGenerator.java - the original code used !MessageDigest.isEqual(), causing all tokens to pass validation regardless of signature correctness, meaning a forged bearer token with any embedded username is unconditionally accepted. No CISA KEV listing and an EPSS of 0.14% (4th percentile) indicate no confirmed active exploitation at time of analysis, but the logic flaw is trivially exploitable once the deployment condition is met.

Authentication Bypass Apache Apache Hive Apache Software Foundation
NVD GitHub
CVSS 3.1
7.4
EPSS
0.1%
CVE-2026-79286 Aug 25, 20:10 HIGH PATCH This Week

CustomTabs in Google Chrome for Android prior to version 152.0.7977.65 exposes a missing authorization flaw (CWE-862) that allows a local attacker, operating through a co-installed malicious application, to potentially escape the Chrome sandbox and execute arbitrary code. The Chromium security team rated this Medium severity internally, and the EPSS score of 0.13% at the 3rd percentile confirms no observed exploitation activity. A vendor patch has been released in Chrome 152.0.7977.65; no public exploit code or CISA KEV listing exists at time of analysis.

Authentication Bypass RCE Google Suse
NVD VulDB
CVSS 3.1
7.4
EPSS
0.1%
CVE-2026-63404 Aug 25, 22:17 HIGH This Week

Local privilege escalation to root is possible in Faktory background job server versions before 1.10.0 through an insecure temporary file flaw in its embedded Redis bootstrapper. The bootstrapper writes Redis startup configuration to the world-writable path /tmp/redis.conf and never validates or overwrites the file on subsequent boots, allowing a local unprivileged user to pre-plant a malicious config before Faktory starts. Because the official systemd unit runs both Faktory and its Redis child process as root, an attacker-supplied loadmodule directive in that config enables arbitrary native code execution as root. No public exploit has been identified at time of analysis, and the issue is fixed in version 1.10.0.

RCE Redis
NVD GitHub
CVSS 4.0
7.3
EPSS
0.2%
CVE-2026-75037 Aug 25, 09:52 HIGH PATCH This Week

Authentication bypass in LACT (Linux AMD GPU Configuration Tool) through version 0.10.0 allows a local attacker with low privileges to circumvent Polkit-based access controls by exploiting PID reuse in the UnixProcessSubject / Peer PID authentication mechanism (CWE-290). By winning a race condition between Polkit's process identity check and authorization grant, an attacker can spoof their process as a legitimately authorized caller and gain unauthorized control over privileged GPU configuration operations. No public exploit code has been identified and no active exploitation has been confirmed at time of analysis.

Authentication Bypass Suse Lact
NVD GitHub VulDB
CVSS 4.0
7.3
EPSS
0.1%
CVE-2026-34968 Aug 25, 01:29 HIGH PATCH This Week

Arbitrary file deletion in Adminer before 5.4.3 exposes any file writable by the PHP process to authenticated attackers operating in SQLite mode by abusing unvalidated relative path input in the db[] parameter during database drop operations. The root cause is a missing file extension check in the SQLite drop action (CWE-22 path traversal), allowing directory traversal sequences to escape the intended SQLite database directory. No public exploit code and no CISA KEV listing have been identified at time of analysis; however, the deterministic nature of path traversal exploitation makes the vulnerability straightforward to weaponize once authenticated access is obtained.

PHP Path Traversal Adminer Vrana
NVD GitHub VulDB
CVSS 4.0
7.2
EPSS
0.3%
CVE-2026-75971 Aug 25, 11:27 HIGH This Week

Privilege escalation in ShopEngine (all versions up to and including 4.9.4) allows Shop Manager-level authenticated users to achieve full WordPress site takeover by injecting arbitrary core options through a malicious WXR import file. The plugin's `rum_importer()` function is hooked to the WordPress core `import_start` action without any plugin-owned capability check or allowlist filtering, meaning attacker-controlled `<wp_option>` pairs from a crafted import file flow directly into `update_option()` - enabling manipulation of `users_can_register` and `default_role` to open administrator self-registration. No CISA KEV listing or EPSS score was present in the provided data; exploitation requires an existing Shop Manager account and WooCommerce's grant of the `import` capability to that role, but once those conditions are met the path to full site compromise is straightforward and documented.

WordPress Privilege Escalation Wordpress Plugin Shopengine Elementor Woocommerce Builder Addon All In One Woocommerce Solution With Ecommerce Templates Woo Widgets Roxnor
NVD
CVSS 3.1
7.2
EPSS
0.3%
CVE-2026-18323 Aug 25, 07:39 HIGH This Week

Stored Cross-Site Scripting in the Forminator Forms WordPress plugin (all versions through 1.57.0.2) allows unauthenticated attackers to inject persistent JavaScript payloads that auto-execute in the WordPress admin panel when an administrator views the Submissions page. The attack vector is the Save-and-Continue draft AJAX endpoint, which is registered without privilege checks (nopriv), bypassing radio field option-membership validation and permitting arbitrary values to be stored. Payload execution is triggered automatically via the bundled Inputmask library's data-attribute callback binding, requiring no further attacker interaction after initial injection. No public exploit code or CISA KEV listing is identified at time of analysis, though the unauthenticated, zero-complexity attack path and high-value admin-panel target represent meaningful real-world risk.

WordPress XSS Wordpress Plugin Forminator Forms Contact Form Payment Form Custom Form Builder Wpmudev
NVD
CVSS 3.1
7.2
EPSS
0.3%
CVE-2026-18328 Aug 25, 07:39 HIGH This Week

DOM-based reflected XSS in the Forminator Forms WordPress plugin (all versions up to and including 1.57.0) allows unauthenticated network attackers to execute arbitrary JavaScript in victim browsers by embedding a payload in the 'error_description' URL parameter, which the plugin's front.stripe.js writes to the DOM without sanitization. The attack surface expanded significantly when Stripe Checkout Sessions became the plugin's default payment method in version 1.56.0, meaning any site that upgraded to 1.56.0 or 1.57.0 without changing payment settings is exposed on pages hosting a Forminator form. No public exploit has been identified at time of analysis, but the vulnerable code paths at four specific locations in front.stripe.js are publicly documented in Wordfence's disclosure, with the fix released in version 1.57.0.1.

WordPress XSS Wordpress Plugin Forminator Forms Contact Form Payment Form Custom Form Builder Wpmudev
NVD VulDB
CVSS 3.1
7.2
EPSS
0.2%
CVE-2026-79667 Aug 25, 11:33 HIGH PATCH This Week

Scope enforcement in Ech0 4.3.4 and earlier is opt-in at the route level, meaning privileged admin routes that omit the RequireScopes() middleware fall back to role-only checks and honor any valid admin token regardless of declared scope. An admin holding a deliberately narrowed API token - for example one scoped to echo:read - can reach endpoints such as /api/inbox, /api/panel/comments, and /api/backup/export, with the backup handler additionally stripping scope metadata entirely and returning a full database ZIP archive. No CISA KEV listing or confirmed public exploit code has been identified; the vulnerability is fixed in an upstream release (version discrepancy noted below).

Authentication Bypass Ech0 Lin Snow
NVD GitHub
CVSS 4.0
7.2
EPSS
0.2%
CVE-2026-78563 Aug 25, 08:28 HIGH This Week

Stored Cross-Site Scripting in NotificationX Pro for WordPress (all versions through 3.1.4) allows unauthenticated remote attackers to persistently inject arbitrary JavaScript into site pages, executing in any visitor's browser context. The CVSS vector (AV:N/AC:L/PR:N/UI:N/S:C) reflects the combination of zero-privilege access and a scope change impact reaching beyond the WordPress installation itself into the browser sessions of site visitors. No public exploit code or CISA KEV listing has been identified at time of analysis, but the unauthenticated injection surface and persistent payload storage make this a credible risk for any site running the affected plugin.

WordPress XSS Wordpress Plugin Notificationx Pro Wpdeveloper
NVD VulDB
CVSS 3.1
7.2
EPSS
0.2%
CVE-2026-72695 Aug 25, 01:30 HIGH PATCH This Week

Arbitrary file deletion in Grav CMS before 2.0.16 allows authenticated users holding media management permissions to delete files anywhere on the server filesystem via path traversal sequences in filenames passed to MediaUploadTrait::deleteFile(). The root cause is that deleteFile() validates only the basename of a supplied filename while passing the full, unvalidated path - including ../ sequences - directly to PHP's unlink(). No public exploit or CISA KEV listing exists at time of analysis, but the low attack complexity makes this straightforward to weaponize for any user who holds media upload/delete rights.

Path Traversal Grav Getgrav
NVD GitHub
CVSS 4.0
7.1
EPSS
0.6%
CVE-2026-80189 Aug 25, 23:18 HIGH PATCH This Week

Uncontrolled ZIP extraction in LeafWiki 0.10.0 through 0.12.0 allows any authenticated Editor or Admin to exhaust server disk or memory by uploading a crafted ZIP bomb via the import route. The vulnerable function ZipExtractor.ExtractToDir uses Go's io.Copy without a decompressed-size limit, so a maximally compressed archive well inside the 500 MiB upload cap can expand to hundreds of gigabytes on disk - or into RAM when the OS temporary directory is tmpfs-backed. No public exploit has been identified at time of analysis, though the attack is mechanically simple for any credentialed Editor.

Information Disclosure Leafwiki Perber
NVD GitHub
CVSS 4.0
7.1
EPSS
0.4%
CVE-2026-56702 Aug 25, 01:30 HIGH PATCH This Week

Unrestricted PHP file upload in Adminer's AdminerFileUpload plugin (versions before 5.4.3) allows any authenticated low-privilege user to deploy a webshell and execute arbitrary code as the web-server user. The root cause is a permissive default extension allowlist that fails to block .php uploads to columns with _path suffixes when the uploadPath directory is web-served. No public exploit has been identified at time of analysis, but the attack chain is technically trivial for anyone with Adminer credentials and requires no user interaction.

PHP RCE File Upload Adminer Vrana
NVD GitHub VulDB
CVSS 4.0
7.1
EPSS
0.3%
CVE-2026-59982 Aug 25, 17:59 HIGH PATCH This Week

Out-of-bounds pointer arithmetic in OpenEXR's TypedDeepImageChannel::row() - and parallel methods in FlatImageChannel and SampleCountChannel - affects all releases before 3.2.11, 3.3.13, and 3.4.14, exposing applications that process deep EXR files with nonzero dataWindow origins to deterministic crash or limited heap memory disclosure. The CVSS 7.1 score (AV:N/AC:L/PR:N/UI:R) reflects unauthenticated, low-complexity delivery of a crafted image file requiring only that a user or pipeline opens it, with high availability impact and limited confidentiality exposure. No CISA KEV listing and no public exploit code have been identified at time of analysis; patched releases are available from the Academy Software Foundation.

Information Disclosure Integer Overflow Openexr Academysoftwarefoundation
NVD VulDB GitHub
CVSS 3.1
7.1
EPSS
0.3%
CVE-2026-79775 Aug 25, 15:16 HIGH This Week

Denial-of-service vulnerabilities in rclone's archive backend SquashFS parser allow an attacker with write access to rclone-exposed storage to crash the rclone process or exhaust CPU. Affected versions v1.72.0 through v1.74.4 fail to validate attacker-controlled superblock and inode metadata values sourced from the go-diskfs dependency before use, enabling three distinct panic/loop conditions. When the :archive: remote is exposed via 'rclone serve sftp', exploitation crashes the entire SFTP server. No public exploit has been identified at time of analysis, but the attack surface is concrete and parser triggering is straightforward once a malicious image is placed.

Denial Of Service Rclone
NVD GitHub
CVSS 4.0
7.1
EPSS
0.3%
CVE-2026-72697 Aug 25, 01:30 HIGH PATCH This Week

Path traversal in Grav CMS before 2.0.16 exposes arbitrary server-side files to authenticated page authors through the `media_directory()` Twig function, which fails to validate attacker-supplied filesystem paths. Users holding page authoring privileges can supply arbitrary paths to `media_directory()` and then invoke the allow-listed filepath accessor on the resulting Medium object to read the contents of any file accessible to the web server process whose extension matches the CMS media allow-list. No public exploit has been identified at time of analysis and the vulnerability is not listed in CISA KEV, but the low privilege requirement and high confidentiality impact make this a meaningful risk in any multi-author or externally-accessible Grav deployment.

Path Traversal Grav Getgrav
NVD GitHub
CVSS 4.0
7.1
EPSS
0.3%
CVE-2026-77144 Aug 25, 09:00 HIGH PATCH This Week

Unauthorized organizer attribution in the TYPO3 Events 2 frontend management extension allows any authenticated organizer-role user to create events falsely attributed to another organizer's record by supplying a foreign organizer identifier in the event creation request. The flaw stems from a permission check that validates only the presence of any organizer role rather than verifying the submitting user's ownership of the specific organizer referenced in the request. No public exploit has been identified and this vulnerability is absent from CISA KEV; however, the CVSS 4.0 score of 7.1 reflects a high integrity impact on the vulnerable system driven by straightforward, low-privilege network exploitation with no additional attack requirements.

Information Disclosure Typo3 Extension Events 2
NVD
CVSS 4.0
7.1
EPSS
0.3%
CVE-2026-79788 Aug 25, 18:23 HIGH PATCH This Week

Server-side request forgery in Dradis Community Edition 5.1.0-5.2.0 allows any authenticated non-admin user to hijack the AI provider configuration and redirect server-initiated HTTP requests to arbitrary URLs, including internal cloud metadata endpoints such as 169.254.169.254. A broken authorization gate in ProvidersController and AgentsController is conditioned on the Ruby constant Dradis::Pro, which is never defined in CE builds, so the admin_required filter is silently skipped for all CE installations. Non-2xx responses from attacker-supplied URLs are reflected verbatim to the attacker's browser via ActionCable/Turbo Stream, enabling exfiltration of internal service content. No public exploit code or CISA KEV listing has been identified at time of analysis.

SSRF Dradis Dradis Ce
NVD GitHub
CVSS 4.0
7.1
EPSS
0.3%
CVE-2026-79666 Aug 25, 11:33 HIGH PATCH This Week

Missing administrator authorization on dashboard log endpoints in Ech0 before 4.4.3 allows any authenticated low-privilege user to read historical system logs and subscribe to live log streams via GET /api/system/logs, SSE, and WebSocket endpoints. Affected deployments expose operational data including internal file paths, stack traces, admin activity records, background job output, and internal URLs to any valid session holder. No public exploit has been identified at time of analysis, and this CVE is not listed in the CISA KEV catalog, but the low exploitation complexity and high confidentiality impact make this a meaningful post-authentication information disclosure risk for multi-user deployments.

Authentication Bypass Ech0 Lin Snow
NVD GitHub
CVSS 4.0
7.1
EPSS
0.3%
CVE-2026-59981 Aug 25, 20:16 HIGH PATCH This Week

Out-of-bounds read in OpenEXRUtil's SampleCountChannel::row() API allows an attacker to crash applications or leak adjacent heap memory by supplying a crafted deep EXR file with a non-zero dataWindow origin. Affected are OpenEXR releases through 3.2.10, 3.3.0-3.3.12, and 3.4.0-3.4.13 - the complete release history prior to the coordinated January 2026 patch. The CVSS vector (AV:N/AC:L/PR:N/UI:R) reflects that exploitation requires no authentication but does require a user or automated pipeline to open an attacker-controlled file; no public exploit code and no CISA KEV listing exist at time of analysis.

Buffer Overflow Information Disclosure
NVD GitHub
CVSS 3.1
7.1
EPSS
0.3%
CVE-2026-80050 Aug 25, 18:23 HIGH This Week

Unrestricted file upload in ContiNew Admin through v4.1.0 allows authenticated users to bypass server-side validation entirely on multipart upload endpoints, storing files with arbitrary extensions in the backend storage. The flaw stems from missing permission checks and the absence of any file-type allowlist in MultipartUploadController.java, meaning a low-privileged account holder can upload content such as server-side scripts. Uploaded files are then accessible via web server URLs, creating a direct path to webshell deployment or persistent malicious content delivery. No public exploit or CISA KEV listing is confirmed at time of analysis.

File Upload Continew Admin
NVD GitHub
CVSS 4.0
7.1
EPSS
0.2%
CVE-2026-59189 Aug 25, 16:51 HIGH PATCH This Week

Heap out-of-bounds read in OpenEXRUtil's deep and flat image channel row() API allows an attacker supplying a crafted EXR file with a non-zero dataWindow origin to crash any application that processes the file, with conditional heap memory disclosure dependent on attacker-controlled heap layout. Affected are OpenEXRUtil versions 3.3.0-3.3.12 and 3.4.0-3.4.12; the flaw exists across three channel header implementations (ImfDeepImageChannel.h, ImfFlatImageChannel.h, ImfSampleCountChannel.h). No public exploit identified at time of analysis, and patched releases 3.3.13 and 3.4.13 are available.

Buffer Overflow Information Disclosure Openexr Academysoftwarefoundation
NVD GitHub VulDB
CVSS 3.1
7.1
EPSS
0.2%
CVE-2026-78679 Aug 25, 01:30 HIGH POC PATCH GHSA This Week

Arbitrary file read in GitPython before 3.1.59 allows low-privileged remote attackers to exfiltrate sensitive files by supplying a crafted reference argument to TagReference.create(). The vulnerability arises because a positional reference parameter (e.g., '--file=/etc/passwd') bypasses the library's built-in unsafe option guard, causing git to interpret the value as a flag and return the targeted file's contents embedded in the annotated tag message. No public exploit code or CISA KEV listing has been identified at time of analysis, but the CVSS 4.0 score of 7.1 with high confidentiality impact reflects genuine disclosure risk in any application that exposes this code path to user-controlled input.

Authentication Bypass Red Hat Suse Gitpython Gitpython Developers
NVD GitHub
CVSS 4.0
7.1
EPSS
0.2%
CVE-2026-72698 Aug 25, 01:30 HIGH PATCH This Week

Configuration secret disclosure in Grav CMS before 2.0.16 allows authenticated content editors to extract sensitive values - including cache credentials - from system, site, and theme configuration arrays via the Twig templating engine. The sandboxed Twig render context fails to filter these configuration objects, permitting attackers to bypass the intended config_denied_paths restrictions using standard dot-notation syntax. No public exploit code or CISA KEV listing has been identified at time of analysis, though the CVSS 4.0 score of 7.1 reflects a high confidentiality impact for installations where editor access is not fully trusted.

Information Disclosure Grav Getgrav
NVD GitHub
CVSS 4.0
7.1
EPSS
0.2%
CVE-2026-78678 Aug 25, 01:30 HIGH POC PATCH GHSA This Week

Arbitrary file read in GitPython versions before 3.1.59 exposes sensitive filesystem content to low-privileged network attackers through an incomplete argument-injection guard. The unsafe_git_revision_options denylist in Repo.blame() omits the --contents and -S git options, allowing attackers to supply revision values such as --contents=/etc/passwd and receive the target file's contents embedded in the blame output. No public exploit has been identified at time of analysis, but the bypass is conceptually trivial - a crafted string is all that is required once access to the blame API is established.

Information Disclosure Red Hat Suse Gitpython Gitpython Developers
NVD GitHub
CVSS 4.0
7.1
EPSS
0.2%
CVE-2026-59186 Aug 25, 16:35 HIGH PATCH This Week

Heap out-of-bounds write in OpenEXR's TiledRgbaInputFile RGBA API affects all three active release lines on 32-bit/ILP32 builds, allowing a remote attacker to deliver a crafted EXR file that crashes or corrupts the heap of any application that opens it. The root cause is a 32-bit integer overflow in the Array2D<Rgba> buffer size calculation when tile dimensions (65537×65537) are encoded in the file header but the actual dataWindow is tiny (40×40), causing the allocator to produce an undersized buffer that tile decode then overflows. No public exploit code has been identified and the vulnerability is not listed in CISA KEV; vendor-released patches are available across all three affected release branches.

Buffer Overflow Heap Overflow Openexr Academysoftwarefoundation
NVD VulDB GitHub
CVSS 3.1
7.1
EPSS
0.2%
CVE-2026-59184 Aug 25, 16:28 HIGH PATCH This Week

Out-of-bounds and use-after-free memory writes in OpenEXR's FlatImageChannel row() API expose rendering pipelines and image-processing services to denial-of-service and potential memory corruption when handling untrusted EXR files. Affected versions include all releases before 3.2.11, 3.3.0 through 3.3.12, and 3.4.0 through 3.4.13; the flaw is triggered specifically when an application calls FlatHalfChannel::row() on an EXR image with a nonzero dataWindow.min value. No active exploitation has been confirmed (not listed in CISA KEV), and no public exploit code has been identified at the time of analysis.

Buffer Overflow Use After Free Memory Corruption Openexr Academysoftwarefoundation
NVD VulDB GitHub
CVSS 3.1
7.1
EPSS
0.2%
CVE-2026-59187 Aug 25, 16:38 HIGH PATCH This Week

Heap out-of-bounds write in OpenEXR 3.3.0-3.3.12 and 3.4.0-3.4.13 allows an attacker who can supply a crafted deep scanline EXR file to crash the exrmetrics utility or potentially execute arbitrary code when pixel conversion options are active. The flaw arises from a HALF/FLOAT element-size mismatch: sample buffers are allocated for 2-byte HALF input while DeepSlice writes 4-byte FLOAT output, overrunning the heap. No public exploit or active exploitation has been identified at time of analysis; fixed releases 3.3.13 and 3.4.14 are available.

Buffer Overflow Heap Overflow Openexr Academysoftwarefoundation
NVD VulDB GitHub
CVSS 3.1
7.1
EPSS
0.2%
CVE-2026-77145 Aug 25, 09:00 HIGH PATCH This Week

Cross-organizer event modification in the TYPO3 Events 2 extension allows any authenticated frontend event manager to tamper with events owned by other organizers. The frontend management update flow performs its authorization check against a different event identifier than the one the request ultimately modifies - a textbook CWE-639 IDOR mismatch - granting write access beyond the user's legitimate scope. No public exploit has been identified at time of analysis, but with a CVSS 4.0 score of 7.1 (VI:H) and only low-privilege authentication required (PR:L), the integrity risk is meaningful in any multi-organizer TYPO3 deployment.

Authentication Bypass Typo3 Extension Events 2
NVD
CVSS 4.0
7.1
EPSS
0.2%
CVE-2026-68513 Aug 25, 19:06 HIGH PATCH This Week

Heap buffer overflow in PyOpenEXR versions 3.3.0-3.3.12 and 3.4.0-3.4.13 allows an attacker to corrupt process memory by supplying a crafted EXR image file containing conflicting literal and prefixed RGB channel names. When the Python wrapper decodes such a file under the default separate_channels=False mode, a channel-name key collision causes the coalescing logic to reuse an undersized NumPy array and write pixel data out of bounds on the heap, producing high integrity and availability impact with no confidentiality exposure. No public exploit code has been identified and no active exploitation is confirmed; patched releases 3.3.13 and 3.4.14 are available from the Academy Software Foundation.

Buffer Overflow Heap Overflow Openexr Academysoftwarefoundation
NVD GitHub
CVSS 3.1
7.1
EPSS
0.2%
CVE-2026-68515 Aug 25, 19:34 HIGH PATCH This Week

Heap out-of-bounds write in OpenEXR's exrmultiview utility allows an attacker who can supply crafted EXR files to corrupt heap memory when the tool combines two individually valid scanline EXR files whose union dataWindow is misaligned to one view's channel subsampling. Affected are OpenEXR versions across three maintained branches (pre-3.2.11, 3.3.0-3.3.12, and 3.4.0-3.4.13), all fixed in their respective patch releases. No public exploit or CISA KEV listing has been identified at time of analysis, though the attack is achievable via normal command-line invocation with attacker-supplied files in VFX pipeline contexts.

Buffer Overflow Heap Overflow Openexr Academysoftwarefoundation
NVD GitHub
CVSS 3.1
7.1
EPSS
0.1%
CVE-2026-55609 Aug 25, 18:35 HIGH PATCH GHSA This Week

Arbitrary file write in sublinear-time-solver's MCP export_state and import_state tools allows any caller able to invoke the MCP interface to overwrite files accessible to the server process - including sensitive targets such as ~/.ssh/authorized_keys or application binaries - by supplying a path-traversal filepath argument. Affected packages are consciousness-explorer (npm) < 1.1.2, sublinear-time-solver (npm) < 1.6.0, and the Rust crate sublinear < 0.2.0. No public exploit or CISA KEV listing has been identified at time of analysis, but the write-anywhere primitive carries inherent high-impact potential against deployments that expose the MCP server to untrusted callers.

Path Traversal Microsoft
NVD GitHub
CVSS 3.1
7.1
EPSS
0.1%
CVE-2026-78892 Aug 25, 20:10 HIGH PATCH This Week

Incorrect authorization in the Chromoting component of Google Chrome on Windows prior to version 152.0.7977.65 enables a local attacker with standard user privileges to bypass system access restrictions by executing a crafted local program. The flaw (CWE-863) undermines Chrome Remote Desktop's authorization enforcement on Windows, allowing unauthorized access to protected system resources with both high confidentiality and integrity impact. No public exploit has been identified at time of analysis, and the EPSS score of 0.11% places this in the 1st percentile, indicating very low current exploitation probability despite the 7.1 CVSS base score.

Authentication Bypass Google Microsoft Red Hat Suse
NVD VulDB
CVSS 3.1
7.1
EPSS
0.1%
CVE-2026-79786 Aug 25, 18:23 HIGH This Week

Unauthenticated OAuth redirect URI hijacking in Coroot versions 1.20.2 through 1.24.5 allows attackers to register malicious MCP OAuth clients without any credentials, then capture authorization codes from signed-in users who follow crafted authorization URLs and approve a consent dialog. The captured codes can be exchanged for valid access tokens, enabling full MCP session hijacking. No public exploit has been identified at time of analysis and no CISA KEV listing is present, but the registration step requires no authentication, materially lowering attacker prerequisites.

Open Redirect Microsoft Coroot
NVD GitHub
CVSS 4.0
7.0
EPSS
0.2%
CVE-2026-66153 Aug 25, 20:17 HIGH This Week

Privilege escalation via symlink attack in SonicWall NetExtender Linux client (versions 10.3.5 and earlier) stems from the NEService auto-upgrade component insecurely handling temporary files, enabling a local low-privileged attacker to manipulate file paths and potentially overwrite or read privileged system files. The CVSS vector confirms full confidentiality, integrity, and availability impact despite requiring local access with high attack complexity. No public exploit or active exploitation (CISA KEV) has been identified at time of analysis, though SSVC classifies the technical impact as total.

Information Disclosure Sonicwall
NVD
CVSS 3.1
7.0
EPSS
0.2%
CVE-2026-79672 Aug 25, 11:33 HIGH PATCH This Week

Scope enforcement bypass in Ech0's comment panel admin API allows any holder of a valid admin-issued access token - regardless of its configured permission scope - to perform unrestricted comment moderation operations across nine unprotected endpoints. All versions of Ech0 before 4.4.3 (CPE: cpe:2.3:a:lin-snow:ech0:*) are affected; the comment router omits the RequireScopes() middleware that every other admin route group in the application applies per-handler. No public exploit has been identified at time of analysis, but exploitation complexity is low for any attacker already holding a scoped access token, making upgrade to 4.4.3 the immediate priority.

Authentication Bypass Ech0 Lin Snow
NVD GitHub
CVSS 4.0
7.0
EPSS
0.2%
CVE-2026-66422 Aug 25, 22:17 HIGH This Week

Improper Authorization in Apache Tomcat causes security-role-ref mappings - intended only for servlet-level isUserInRole() checks - to be incorrectly applied as role aliases within the Realm's authorization logic, allowing authenticated low-privileged users to access resources protected by higher-privileged roles. Supported branches 9.0.25-9.0.120, 10.1.0-M1-10.1.57, and 11.0.0-M1-11.0.24 are confirmed affected, along with EOL branches 7.0.97-7.0.109 and 8.5.46-8.5.100. No public exploit identified at time of analysis, and EPSS probability stands at 0.20% (10th percentile), though the CVSS 8.1 score reflects meaningful integrity and availability exposure in deployments relying on Realm-enforced role separation.

Authentication Bypass Apache Red Hat Tomcat Suse
NVD VulDB
CVSS 3.1
8.1
EPSS
0.2%
CVE-2026-65183 Aug 25, 22:17 HIGH This Week

Apache Tomcat's Unix domain socket creation path exposes a TOCTOU race condition across versions 9.0.42-9.0.120, 10.1.0-M1-10.1.57, and 11.0.0-M1-11.0.24, enabling an unauthorized local OS user to seize the socket before Tomcat finalizes access permissions. The vendor-assigned CVSS 8.1 with AV:N directly conflicts with the description's explicit 'local user' constraint and the inherently host-local nature of Unix domain sockets - the effective attack surface is limited to users with OS-level access on Tomcat hosts. No public exploit code or active exploitation has been identified; EPSS sits at 0.16% (5th percentile), indicating negligible real-world exploitation pressure at time of analysis.

Apache Information Disclosure Red Hat Tomcat Suse
NVD VulDB
CVSS 3.1
8.1
EPSS
0.2%
Prev Page 6 of 6

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