Skip to main content
CVE-2025-30156 Aug 19, 18:58 HIGH POC NEWS This Week

Broken cryptography in Ceph's CephX authentication subsystem enables credential scope escalation and plaintext inference for any network-adjacent attacker holding a compromised Ceph account. CephX employed AES-CBC with a hardcoded initialization vector and no message authentication code, making encrypted authentication traffic both deterministic (identical plaintexts yield identical ciphertexts) and malleable (bit-flip attacks alter decrypted credential payloads undetected). Fixed in Ceph Tentacle 20.2.4 and Squid 19.2.6 by replacing the scheme with AES-256-CTS-HMAC-SHA384-192; no public exploit has been identified at time of analysis.

Privilege Escalation Oracle Suse
NVD GitHub
CVSS 3.1
8.9
EPSS
0.1%
CVE-2026-19489 Aug 19, 12:45 HIGH NEWS Act Now

Remote unauthenticated exploitation of NetScaler ADC and NetScaler Gateway allows attackers to cause high availability impact against the appliance alongside limited confidentiality and integrity compromise, without any privileges or user interaction. Affected builds span versions 13.1 through build 63.21 and 14.1 through build 73.32 for both products. No public exploit code has been identified at time of analysis, and the vulnerability is not listed in CISA KEV, but the combination of network-accessible attack vector with zero authentication barrier on widely deployed perimeter appliances warrants prompt remediation.

Buffer Overflow Citrix Gateway Adc Netscaler
NVD VulDB
CVSS 4.0
8.8
EPSS
0.3%
CVE-2026-63188 Aug 19, 19:47 HIGH POC PATCH GHSA This Week

Path traversal in @logto/tunnel (versions <= 0.3.8) exposes arbitrary file read to any network peer that can reach the tunnel port when the --experience-path flag is active. The Node.js static file proxy passes request.url directly into path.join(staticPath, request.url) followed by fs.open without URL normalization or containment checks, allowing ../ sequences to escape the configured static directory. A working proof-of-concept is publicly documented in GHSA-rxjr-6c9q-h67x; no active exploitation is confirmed in CISA KEV as of the analysis date, and the vendor-released fix is version 0.3.9.

Path Traversal Node.js Logto Logto Io
NVD GitHub
CVSS 4.0
8.7
EPSS
0.4%
CVE-2026-64850 Aug 19, 15:58 HIGH POC PATCH GHSA This Week

Remote code execution in Grav CMS prior to 2.0.7 allows low-privileged page editors to execute arbitrary OS commands as the web server user via a callable-injection flaw in Blueprint::dynamicData(). An account holding admin.pages or api.pages.write permission can embed a malicious data-options@ blueprint directive in page frontmatter that chains through Utils::arrayFilterRecursive() as a trampoline into PHP's system() function, executing the command when the page is rendered. No CISA KEV listing or public exploit code is identified at time of analysis; the full attack technique is documented in GitHub Security Advisory GHSA-fj2p-qj2f-74v5.

PHP RCE Code Injection Grav Getgrav
NVD GitHub
CVSS 4.0
8.7
EPSS
0.3%
CVE-2026-61556 Aug 19, 20:49 HIGH POC PATCH GHSA This Week

Infinite-loop denial of service in LiquidJS affects the strip_html filter across versions 10.26.0 through 10.27.0, allowing any caller who can supply template input to permanently block rendering with a string as short as two characters. The CVSS 4.0 score of 8.7 (AV:N/AC:L/PR:N/UI:N/VA:H) reflects that no authentication or special configuration is needed when the rendering endpoint accepts external input. The issue is fixed in version 10.27.1 via a one-character patch; no public exploit code beyond the patch test cases has been confirmed, and no CISA KEV listing is recorded.

Denial Of Service Liquidjs Harttle
NVD GitHub
CVSS 4.0
8.7
EPSS
0.3%
CVE-2026-61518 Aug 19, 17:45 HIGH POC This Week

Authenticated SQL injection in ISPConfig's Remote API allows any API user holding a single low-privilege function permission to read, modify, or delete data across all hosted tenants in the control panel database. The vulnerability exists because the primary_id parameter in DELETE and UPDATE API methods is concatenated directly into SQL WHERE clauses without integer casting or parameterized binding, and the built-in injection scanner fails to block quote-free boolean payloads by default. A publicly available proof-of-concept was published by VulnCheck and researcher geo-chen, enabling blind boolean inference attacks to extract password hashes and client records spanning the entire multi-tenant environment.

SQLi Ispconfig Ispconfig3
NVD GitHub
CVSS 4.0
8.7
EPSS
0.3%
Threat Model
CVE-2026-75976 Aug 19, 00:16 HIGH POC This Week

Stack-based buffer overflow in TRENDnet TEW-823DRU firmware 1.1.02b01 allows authenticated remote attackers to overwrite stack memory and achieve arbitrary code execution by supplying an oversized value to the `wan_l2tp_password` parameter processed by `/cgi-bin/wan.cgi`. The vulnerability stems from an unbounded `strcpy()` call in the NVRAM handling component, with no input length validation applied before the copy. A public proof-of-concept exploit script is available on GitHub, substantially lowering the bar for opportunistic exploitation against any reachable management interface.

Buffer Overflow
NVD GitHub VulDB
CVSS 4.0
8.6
EPSS
0.6%
CVE-2026-76590 Aug 19, 21:45 HIGH POC This Week

Stack-based buffer overflow in TRENDnet TEW-755AP firmware (up to build 20260702) allows remote low-privileged attackers to corrupt stack memory via the cameo.wan.wan_pppoe_password_00 parameter in /cgi-bin/wan.cgi. A public proof-of-concept exploit script is confirmed on GitHub, materially lowering the bar for exploitation. The CVSS 4.0 score of 8.6 reflects high impact across confidentiality, integrity, and availability on both the device and downstream network systems, though no CISA KEV listing confirms active in-the-wild exploitation at time of analysis.

Buffer Overflow Stack Overflow Tew 755Ap Trendnet
NVD VulDB GitHub
CVSS 4.0
8.6
EPSS
0.6%
CVE-2026-76589 Aug 19, 21:30 HIGH POC This Week

Stack-based buffer overflow in TRENDnet TEW-755AP firmware (versions up to 20260702) allows remote low-privileged attackers to corrupt the stack in the /sbin/mycli binary by supplying an oversized ssid argument to function FUN_401000, potentially enabling arbitrary code execution on the device. A public Python proof-of-concept (poc-mycli-overflow.py) is available on GitHub, materially elevating practical risk beyond the theoretical score. No vendor-released patch has been identified at time of analysis, leaving affected devices without an official remediation path.

Buffer Overflow Stack Overflow Tew 755Ap Trendnet
NVD VulDB GitHub
CVSS 4.0
8.6
EPSS
0.6%
CVE-2026-76004 Aug 19, 02:15 HIGH POC This Week

Stack-based buffer overflow in UTT HiPER 1250GW firmware (versions through 3.2.7-210907-180535) allows remote, low-privilege authenticated attackers to execute arbitrary code by submitting an oversized pvid argument to the /goform/aspApBasicConfigUrcp HTTP handler endpoint. The vulnerable strcpy() call performs no bounds checking, enabling stack memory corruption including return address overwrite. A public proof-of-concept exploit is available on GitHub, and the CVSS 4.0 subsequent-system impact metrics (SC:H/SI:H/SA:H) indicate a compromised gateway can affect the confidentiality, integrity, and availability of downstream networked systems.

Buffer Overflow Stack Overflow Hiper 1250Gw Utt
NVD VulDB GitHub
CVSS 4.0
8.6
EPSS
0.4%
CVE-2026-76003 Aug 19, 02:00 HIGH POC This Week

Stack-based buffer overflow in UTT HiPER 1200GW firmware through version 2.5.3-170306 enables remote code execution via a crafted timestart parameter submitted to the /goform/formGroupConfig endpoint. The root cause is an unbounded strcpy() call (CWE-121) in the formGroupConfig handler that overwrites stack memory without validating input length. A public proof-of-concept exploit has been published to GitHub, and the CVSS 4.0 score of 8.6 with high impact across both the vulnerable device and subsequent network systems underscores the potential for network-wide compromise through this gateway appliance.

Buffer Overflow Stack Overflow Hiper 1200Gw Utt
NVD VulDB GitHub
CVSS 4.0
8.6
EPSS
0.4%
CVE-2026-76584 Aug 19, 21:00 HIGH POC This Week

Stack-based buffer overflow in TRENDnet TV-IP751WIC firmware 11.03.03 allows remote low-privileged attackers to achieve arbitrary code execution by sending a crafted value in the Currenttime parameter to the /cgi-bin/admin/set_time.cgi endpoint handled by the alphapd daemon. The CVSS 4.0 score of 8.6 reflects high impact across confidentiality, integrity, and availability for both the compromised device and subsequent systems in its network segment. A public proof-of-concept exploit script is confirmed available on GitHub, though this vulnerability is not currently listed in the CISA KEV catalog.

Buffer Overflow Stack Overflow Tv Ip751Wic Trendnet
NVD VulDB GitHub
CVSS 4.0
8.6
EPSS
0.5%
CVE-2026-44901 Aug 19, 16:12 HIGH POC PATCH This Week

Remote code execution on the Wazuh cluster master node is achievable by any attacker who controls a cluster worker node, exploiting unsafe Python builtin resolution in the distributed API merge path. Affected versions span 4.0.0 through 4.14.5 and 5.0.0-beta1; the vulnerable code in framework/wazuh/core/results.py called getattr(builtins, type_) with attacker-supplied strings from worker JSON responses, enabling exec or eval injection. No public exploit code has been identified at time of analysis and the vulnerability is not listed in CISA KEV, but the attack primitive is mechanically trivial once a worker node is controlled, with the payload executing as root on the master.

Python Deserialization Wazuh
NVD VulDB GitHub
CVSS 3.1
8.4
EPSS
0.7%
CVE-2026-44252 Aug 19, 16:17 HIGH POC PATCH This Week

Cluster key disclosure in Wazuh Manager versions 4.0.0 through 4.14.4 enables a two-stage privilege escalation: a low-privilege API user with manager:read permission can retrieve the plaintext Fernet cluster key via the raw configuration endpoint, then use it to impersonate a cluster worker node and inject attacker-controlled RBAC permissions that grant full administrative access. The master node's unconditional trust in worker-supplied authorization context (CWE-863 - Incorrect Authorization) allows an attacker to create admin users, access stored credentials and API tokens, modify platform configuration, and execute arbitrary commands across all Wazuh-managed agents. No public exploit has been identified at time of analysis; the vendor-released fix is confirmed in version 4.14.5.

Authentication Bypass Wazuh
NVD GitHub
CVSS 4.0
7.7
EPSS
0.3%
CVE-2026-69222 Aug 19, 20:51 HIGH POC PATCH GHSA This Week

Memory accounting bypass in LiquidJS prior to 10.27.2 enables remote denial of service by exhausting V8 heap or process memory limits through crafted templates. The join, array_to_sentence_string, json, and inspect filters computed resource consumption based on element count rather than actual output string length, allowing the concat filter to be chained to exponentially amplify array size without proportional memoryLimit charges. This CVE is not in CISA KEV and no standalone public exploit has been published, though the GitHub security advisory and fix PR #925 include working proof-of-concept integration tests that make the technique trivially reproducible.

Denial Of Service Liquidjs Harttle
NVD GitHub
CVSS 3.1
7.5
EPSS
0.4%
CVE-2026-46343 Aug 19, 16:17 HIGH POC PATCH This Week

Arbitrary file deletion on a Wazuh manager via the cluster synchronization protocol allows a cluster-authenticated attacker to destroy critical files including ossec.conf, jwt_secret.json, and TLS certificates, effectively disabling the manager or invalidating all API authentication tokens. The flaw spans Wazuh 4.0.0 through 4.14.5 and the 5.0.0-beta2 pre-release, rooted in missing path canonicalization inside the cluster file-receive cleanup handler. No public exploit or active exploitation has been identified at time of analysis; however, CVSS 4.0 rates the vulnerable-system impact as High across confidentiality, integrity, and availability, making this a high-priority patch for any clustered Wazuh deployment.

Path Traversal Wazuh
NVD GitHub
CVSS 4.0
7.5
EPSS
0.3%
CVE-2026-62669 Aug 19, 15:40 HIGH POC PATCH GHSA This Week

Two-factor authentication bypass in Grav Login Plugin prior to 3.8.11 allows an attacker who possesses a victim's password to completely circumvent TOTP enforcement. By invoking the taskRegenerate2FASecret() endpoint during the pending login window - when the session exists but is not yet authorized - the attacker overwrites the victim's 2FA secret, reads the replacement from the server response, computes a valid code, and completes authentication without the victim's physical device. No public exploit has been identified at time of analysis and the vulnerability is not in CISA KEV, but the attack primitive is explicitly confirmed by vendor advisory GHSA-7mgc-c7pq-3rr3 and the commit diff.

Authentication Bypass Grav Grav Plugin Login Getgrav
NVD GitHub VulDB
CVSS 3.1
7.4
EPSS
0.4%
CVE-2026-62680 Aug 19, 17:42 HIGH POC PATCH GHSA This Week

External $ref resolution in Orval prior to version 8.22.0 allows server-side request forgery and path traversal against the developer or CI host that processes an attacker-controlled OpenAPI or Swagger specification. Any OpenAPI description containing crafted $ref values - pointing to internal HTTP services, cloud metadata endpoints such as the AWS IMDSv1 endpoint, or absolute local file paths - is resolved unconditionally by Orval's import-specs.ts loader with no allowlist or directory confinement. Beyond data exfiltration, untrusted remote schemas are inlined directly into the generated TypeScript client, potentially introducing malicious type definitions into downstream codebases. No active exploitation is confirmed (not in CISA KEV), but the network-delivery path with no authentication requirement makes this a meaningful supply chain risk for teams that process third-party OpenAPI descriptions.

Path Traversal Orval Orval Labs
NVD GitHub
CVSS 3.1
7.1
EPSS
0.3%
CVE-2026-71961 Aug 19, 14:28 HIGH PATCH This Week

OS command injection in the Cudy WR3000 2.0 router allows an authenticated network attacker to execute arbitrary commands with root privileges by exploiting the mesh MQTT command interface. The sync_command binary passes unsanitized attacker-controlled input directly to a shell execution sink in command.lua, and the vulnerable command execution path is enabled by default. No public exploit code or CISA KEV listing has been identified at time of analysis, but the low attack complexity and root-level impact make this a high-priority patch target for any deployment using the mesh networking feature.

Command Injection Wr3000 2 0 Shenzhen Cudy Technology Co Ltd
NVD
CVSS 4.0
8.7
EPSS
3.3%
CVE-2026-54795 Aug 19, 13:43 HIGH PATCH This Week

OS command injection in Dell OpenManage Enterprise prior to version 4.7.0 enables low-privileged remote attackers to execute arbitrary operating system commands on the underlying server. The CVSS vector (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H) confirms the flaw is network-exploitable with low complexity, requiring only a low-privilege account - a minimal barrier in enterprise environments where many users hold valid credentials. No public exploit code or CISA KEV listing has been identified at time of analysis; Dell has released a patch in version 4.7.0 per advisory DSA-2026-359.

Command Injection Dell Openmanage Enterprise
NVD
CVSS 3.1
8.8
EPSS
2.3%
CVE-2026-16865 Aug 19, 19:39 HIGH PATCH This Week

Command injection in IBM AIX 7.2 and 7.3 and IBM PowerVM VIOS 4.1 enables an unauthenticated attacker with adjacent network access to execute arbitrary OS commands, achieving full compromise of confidentiality, integrity, and availability. The adjacent-network attack vector (AV:A) limits exposure to attackers already positioned on the same local network or VLAN as the affected system, which is a meaningful constraint in typical enterprise deployments of these platforms. No public exploit code and no active exploitation via CISA KEV have been identified at time of analysis; IBM has released a patch via its support portal.

RCE Command Injection IBM Aix Powervm Vios
NVD VulDB
CVSS 3.1
8.8
EPSS
2.3%
CVE-2026-16850 Aug 19, 19:37 HIGH PATCH This Week

Remote code execution in IBM AIX 7.2/7.3 and PowerVM VIOS 4.1 is achievable by an unauthenticated attacker on the same network segment via command injection triggered by crafted IPv6 Router Advertisement messages. The vulnerability (CWE-269, Improper Privilege Management) implies the RA processing subsystem executes injected commands with elevated OS-level privileges, enabling full confidentiality, integrity, and availability compromise of the affected host. No public exploit has been identified at time of analysis; IBM has released a patch per advisory https://www.ibm.com/support/pages/node/7283858.

Privilege Escalation RCE Command Injection IBM Aix +1
NVD VulDB
CVSS 3.1
8.8
EPSS
1.8%
CVE-2026-16911 Aug 19, 20:17 HIGH This Week

Stack-based buffer overflow in IBM AIX 7.2 and 7.3, and IBM PowerVM VIOS 4.1 allows remote authenticated attackers to execute arbitrary code on affected systems. The flaw (CWE-121) is reachable over the network with low attack complexity and requires only low-privilege credentials, yielding complete confidentiality, integrity, and availability impact. No public exploit code or CISA KEV listing has been identified at time of analysis, but the 8.8 CVSS score and confirmed RCE potential make patching urgent for organizations running IBM POWER infrastructure.

RCE Buffer Overflow IBM Stack Overflow Aix +1
NVD
CVSS 3.1
8.8
EPSS
0.7%
CVE-2026-16877 Aug 19, 19:43 HIGH PATCH This Week

Stack-based buffer overflow in IBM AIX 7.2 and 7.3 and IBM PowerVM VIOS 4.1 enables remote authenticated attackers to execute arbitrary code, achieving full compromise of confidentiality, integrity, and availability. The CVSS 8.8 score reflects low-complexity network exploitation requiring only low-privilege authentication (PR:L), making it accessible to any credentialed user on the system. No public exploit identified at time of analysis, but a vendor-released patch is available from IBM.

RCE Buffer Overflow IBM Stack Overflow Aix +1
NVD
CVSS 3.1
8.8
EPSS
0.7%
CVE-2026-76314 Aug 19, 21:34 HIGH PATCH This Week

Remote code execution in Splunk Enterprise allows any authenticated low-privilege user - one who does not hold the 'admin' or 'power' role - to execute arbitrary code by submitting crafted XML content to the Splunk Web Manager Configuration endpoint. The vulnerability combines two weaknesses: server-side evaluation of manager XML expressions without sufficient input restrictions (CWE-94), and a missing capability check on the configuration route that should gate such access. No public exploit has been identified at time of analysis, but the low attack complexity and low privilege requirement make this a high-priority remediation target across Splunk Enterprise 9.4.x, 10.0.x, 10.2.x, and 10.4.x branches.

RCE Code Injection Splunk Splunk Enterprise
NVD
CVSS 3.1
8.8
EPSS
0.7%
CVE-2026-16848 Aug 19, 19:36 HIGH PATCH This Week

Arbitrary command execution against IBM AIX 7.2, 7.3 and PowerVM VIOS 4.1 is possible by an unauthenticated attacker on the same network segment who can deliver DHCP option values containing unescaped shell metacharacters to the system's DHCP client. The DHCP client fails to neutralize these metacharacters before passing option data to shell processing (CWE-78), enabling full confidentiality, integrity, and availability compromise of the target host. A vendor patch is available via IBM support, and no public exploit or CISA KEV listing has been identified at time of analysis.

Command Injection IBM Aix Powervm Vios
NVD
CVSS 3.1
8.8
EPSS
0.5%
CVE-2026-16844 Aug 19, 19:32 HIGH PATCH This Week

OS command injection in IBM AIX 7.2 and 7.3 and IBM PowerVM VIOS 4.1 enables an unauthenticated attacker with adjacent network access to execute arbitrary operating system commands without any user interaction. The flaw (CWE-78) resides in a network-exposed component that fails to neutralize shell metacharacters before incorporating user-supplied input into OS commands, granting full confidentiality, integrity, and availability impact. No public exploit has been identified at time of analysis, but a vendor patch is available via IBM support advisory.

Command Injection IBM Aix Powervm Vios
NVD
CVSS 3.1
8.8
EPSS
0.5%
CVE-2026-16842 Aug 19, 19:31 HIGH PATCH This Week

OS command injection in IBM AIX 7.2/7.3 and IBM PowerVM VIOS 4.1 allows an adjacent network attacker without credentials to execute arbitrary operating system commands. The flaw (CWE-78) arises from improper neutralization of special elements passed to OS command constructors, exposing the full confidentiality, integrity, and availability of affected hosts. No public exploit or CISA KEV listing has been identified at time of analysis, though a vendor patch is available via IBM Support.

Command Injection IBM Aix Powervm Vios
NVD
CVSS 3.1
8.8
EPSS
0.5%
CVE-2026-76313 Aug 19, 21:34 HIGH PATCH This Week

Remote code execution in Splunk Enterprise allows any authenticated low-privilege user (without admin or power roles) to upload a malicious knowledge bundle via the REST API and force distributed search to execute it across search peers, achieving full C/I/A compromise. The root cause is a missing authorization check - the REST API endpoint for knowledge bundle uploads does not enforce the required edit_dist_peer capability, and distributed search blindly honors caller-supplied bundle selections. No public exploit or CISA KEV listing has been identified at time of analysis, but the low authentication bar (any valid Splunk account suffices) and network-accessible attack surface make this a high-priority patching target in enterprise environments.

Authentication Bypass RCE Splunk Splunk Enterprise
NVD
CVSS 3.1
8.8
EPSS
0.5%
CVE-2026-53542 Aug 19, 20:35 HIGH PATCH This Week

Remote command injection in Termix, a web-based SSH server management platform, allows any authenticated user with file-manager access to execute arbitrary commands on a managed SSH host prior to version 2.3.2. The archive creation endpoint in src/backend/ssh/file-manager.ts passes user-supplied file basenames directly to GNU tar without an end-of-options delimiter, enabling an attacker to supply filenames matching tar checkpoint options (e.g., --checkpoint=1, --checkpoint-action=exec=<cmd>) that tar interprets as directives rather than operands. No public exploit code has been identified at time of analysis and the CVE is not listed in CISA KEV, but the exploitation technique is well-documented and the CVSS score of 8.8 reflects genuine high-priority risk for all pre-2.3.2 deployments.

Command Injection Termix Checkpoint Termix Ssh
NVD GitHub
CVSS 3.1
8.8
EPSS
0.5%
CVE-2026-63722 Aug 19, 19:13 HIGH PATCH This Week

Unauthenticated remote code execution in ICEcoder 8.1 allows any network-reachable attacker to run arbitrary OS commands as the web-server user by exploiting a three-weakness chain in the terminal endpoint: an authentication bypass triggered by supplying a password parameter, a CSRF skip triggered by any non-empty csrf value, and unsanitized command passthrough directly into PHP's proc_open(). The attack requires a single crafted HTTP POST request and no prior credentials. A public proof-of-concept appears available via a GitHub Gist reference in the VulnCheck advisory. No active exploitation is confirmed by CISA KEV at the time of this analysis.

Authentication Bypass RCE CSRF Icecoder
NVD GitHub
CVSS 4.0
8.7
EPSS
1.0%
CVE-2026-76395 Aug 19, 21:35 HIGH PATCH This Week

Arbitrary code execution in Splunk AI Toolkit below 6.0.0 is achievable by any user holding the Splunk 'power' role, through loading a crafted model file that embeds malicious pickle payloads inside sparse matrix data. The toolkit's model codec deserializes this data without sanitizing or restricting the embedded pickle content, granting the attacker code execution as the Splunk server process. No public exploit or CISA KEV listing has been identified at time of analysis, but the RCE impact with a low-privilege network vector makes this a high-priority patch target for any Splunk deployment running the AI or Machine Learning Toolkit.

RCE Deserialization Splunk Splunk Ai Toolkit
NVD
CVSS 3.1
8.8
EPSS
0.5%
CVE-2026-76315 Aug 19, 21:34 HIGH PATCH This Week

Remote code execution in Splunk Enterprise allows any authenticated low-privileged user - one without the 'admin' or 'power' role - to inject and execute arbitrary code on the Splunk platform instance via the Splunk Web Manager Configuration REST API endpoint. The root cause is a missing permission check on the REST API path governing manager configuration writes, meaning Splunk evaluates attacker-supplied configuration values without verifying the caller holds the required role. Exploitation yields full confidentiality, integrity, and availability impact on the Splunk instance; no public exploit has been identified at time of analysis.

RCE Code Injection Splunk Splunk Enterprise
NVD
CVSS 3.1
8.8
EPSS
0.4%
CVE-2026-62666 Aug 19, 15:36 HIGH PATCH This Week

Privilege escalation in Grav API Plugin (all versions before 1.0.6) allows any authenticated user holding the api.users.write permission to mint API keys bound to super-administrator accounts, bypass key scope enforcement, and gain full persistent super-admin access - including the ability to rotate or disable two-factor authentication on targeted accounts. Three endpoints in UsersController - createApiKey(), generate2fa(), and disable2fa() - omitted the accessGrantsSuper() target authorization check that all sibling user mutation endpoints correctly enforced, creating an unguarded escalation path. No active exploitation has been confirmed (not in CISA KEV), and no public exploit code has been identified at time of analysis, though the fix commit is publicly visible and the attack path is structurally a single authenticated API call.

Authentication Bypass Grav Plugin Api Getgrav
NVD GitHub
CVSS 3.1
8.8
EPSS
0.4%
CVE-2026-16909 Aug 19, 20:17 HIGH This Week

Remote code execution in IBM AIX 7.2, 7.3, and IBM PowerVM VIOS 4.1 is enabled by an off-by-one wrap-around error in bounds checking, reachable from an adjacent network without authentication. An attacker positioned on the same network segment can trigger the flaw to achieve full compromise of the affected system - confidentiality, integrity, and availability are all rated High. No public exploit or CISA KEV listing has been identified at time of analysis, but the combination of no-auth adjacency and RCE impact makes this a high-priority patch target in any environment running these IBM platforms.

RCE IBM Aix Vios
NVD
CVSS 3.1
8.8
EPSS
0.4%
CVE-2026-16901 Aug 19, 20:17 HIGH This Week

Out-of-bounds write in IBM AIX 7.2, 7.3 and PowerVM VIOS 4.1 enables an unauthenticated attacker positioned on an adjacent network segment to execute arbitrary code with full confidentiality, integrity, and availability impact. The CWE-787 class flaw requires no privileges and no user interaction, lowering the exploitation bar substantially once network adjacency is achieved. No public exploit code or CISA KEV listing has been identified at time of analysis, but the combination of zero-prerequisite exploitation and complete system compromise warrants urgent patching in affected enterprise environments.

RCE Buffer Overflow Memory Corruption IBM Aix +1
NVD
CVSS 3.1
8.8
EPSS
0.4%
CVE-2026-16847 Aug 19, 19:33 HIGH PATCH This Week

Heap buffer overflow in IBM AIX 7.2, 7.3 and IBM PowerVM VIOS 4.1 enables unauthenticated adjacent-network attackers to execute arbitrary code on affected systems. The CWE-787 out-of-bounds write flaw carries a CVSS score of 8.8 and yields full confidentiality, integrity, and availability compromise upon successful exploitation. No public exploit code or CISA KEV listing has been identified at time of analysis; however, a vendor-supplied patch is available via IBM support advisory node/7283858.

RCE Buffer Overflow Memory Corruption IBM Aix +1
NVD
CVSS 3.1
8.8
EPSS
0.4%
CVE-2026-16841 Aug 19, 19:31 HIGH PATCH This Week

Stack buffer overflow in IBM AIX 7.2, 7.3 and PowerVM VIOS 4.1 enables unauthenticated remote code execution by any attacker with adjacent network access. The flaw (CWE-787, Out-of-bounds Write) corrupts stack memory during processing of a crafted network payload, allowing an attacker to overwrite return addresses and redirect execution without requiring credentials or user interaction. No public exploit has been identified at time of analysis and IBM has released a patch, but the AV:A/PR:N/AC:L vector makes this a high-priority fix for any organization running IBM Power Systems infrastructure.

RCE Buffer Overflow Memory Corruption IBM Aix +1
NVD
CVSS 3.1
8.8
EPSS
0.4%
CVE-2026-16814 Aug 19, 15:00 HIGH PATCH This Week

Heap buffer overflow in IBM AIX 7.2 and 7.3 and IBM PowerVM VIOS 4.1 enables unauthenticated remote code execution by attackers positioned on an adjacent network segment, with no user interaction required. The flaw (CWE-787, out-of-bounds write) results in full compromise of confidentiality, integrity, and availability of the affected system. A vendor patch has been released via IBM advisory; no public exploit code or CISA KEV listing has been identified at time of analysis.

RCE Buffer Overflow Memory Corruption IBM Aix +1
NVD
CVSS 3.1
8.8
EPSS
0.4%
CVE-2026-53547 Aug 19, 20:34 HIGH PATCH This Week

Unauthorized data exposure in Termix prior to 2.3.2 allows a low-privileged authenticated user to exfiltrate password-reset tokens belonging to other local accounts via the POST /database/export endpoint, enabling full account takeover of any local user including administrators. The database export is intended to be user-scoped but incorrectly includes the global settings table, which stores transient reset_code_ and temp_reset_token_ artifacts from incomplete or historical password-reset flows. With CVSS 8.8 (PR:L, C:H/I:H/A:H) and a public GitHub advisory, this represents a high-severity privilege escalation path in deployments where multiple user accounts exist. No public exploit identified at time of analysis; vendor-released patch is available.

Authentication Bypass Termix Termix Ssh
NVD GitHub
CVSS 3.1
8.8
EPSS
0.4%
CVE-2026-76319 Aug 19, 21:34 HIGH PATCH This Week

Remote code execution in Splunk Enterprise allows any low-privileged authenticated user to execute arbitrary code by exploiting a missing authorization check in the Federated Search dispatch flow. The vulnerability stems from the platform accepting caller-controlled bundle selection without verifying the fsh_manage capability, meaning any user with basic login access can escalate to full RCE. All four active version branches (9.4.x, 10.0.x, 10.2.x, 10.4.x) are affected below their respective patch thresholds; no public exploit or CISA KEV listing has been identified at time of analysis.

Authentication Bypass RCE Splunk Splunk Enterprise
NVD
CVSS 3.1
8.8
EPSS
0.4%
CVE-2026-68561 Aug 19, 19:24 HIGH PATCH This Week

Privilege escalation in Wekan open-source kanban (all versions prior to 9.89, dubbed 'SortBleed') allows any board member - including read-only or comment-only invitees - to atomically elevate themselves to sole board administrator, expose private boards to the public, and evict the legitimate owner via a single crafted Meteor DDP update call. The root cause is Meteor's OR-semantics allow-rule evaluation: the `canUpdateBoardSort` helper checked only that `sort` was among modified fields, not that it was the sole field, allowing arbitrary board mutations to be smuggled alongside a legitimate sort value. No public exploit identified at time of analysis, though the attack is fully reproducible from the public GHSA advisory and fix commit.

Privilege Escalation Wekan
NVD GitHub
CVSS 3.1
8.8
EPSS
0.4%
CVE-2026-76317 Aug 19, 21:34 HIGH PATCH This Week

Path traversal in Splunk Enterprise's lookup configuration endpoint allows any authenticated low-privileged user - without admin or power roles - to move arbitrary files readable by the Splunk service account into a user-controlled lookup table on the search head. Affected versions span four active release trains: 10.4.x below 10.4.2, 10.2.x below 10.2.6, 10.0.x below 10.0.9, and 9.4.x below 9.4.14. With a CVSS score of 8.8 and no special configuration required beyond a standard Splunk account, successful exploitation yields full confidentiality, integrity, and availability impact; no public exploit has been identified at time of analysis and the vulnerability is not listed in CISA KEV.

Information Disclosure Splunk Splunk Enterprise
NVD
CVSS 3.1
8.8
EPSS
0.4%
CVE-2026-76253 Aug 19, 21:34 HIGH PATCH This Week

Privilege escalation in Splunk Enterprise allows an authenticated user holding the schedule_search capability to execute arbitrary SPL commands at the highest system privilege level and read every credential stored in the credential store. Affected versions span four supported release lines - below 10.4.2, 10.2.6, 10.0.9, and 9.4.14 - meaning a wide swath of unpatched deployments across all current branches are exposed. No public exploit has been identified at time of analysis and no CISA KEV listing exists, but the credential store access potential makes this a high-priority patch for any deployment where the schedule_search capability is assigned to non-administrator users.

Privilege Escalation Splunk Splunk Enterprise
NVD
CVSS 3.1
8.8
EPSS
0.3%
CVE-2026-49427 Aug 19, 06:17 HIGH This Week

Privilege escalation in the FreeBSD kernel's POSIX shared memory subsystem allows an unprivileged local user to access freed kernel memory and escalate privileges. The flaw arises in the interaction between largepage-backed shared memory objects and the sendfile(2) syscall when used with the SF_NOCACHE flag, which prematurely frees pages that active memory mappings still reference, producing a use-after-free condition in kernel address space. Affected releases span FreeBSD 14.3, 14.4, 15.0, and 15.1; no public exploit or active exploitation has been identified at time of analysis, though a vendor security advisory (FreeBSD-SA-26:44.posixshm.asc) and patched releases are available.

Privilege Escalation Freebsd
NVD
CVSS 3.1
8.8
EPSS
0.3%
CVE-2026-76389 Aug 19, 21:35 HIGH PATCH This Week

Server-Side Request Forgery (SSRF) in Cisco Talos Intelligence for Enterprise Security Cloud (versions below 1.0.3) allows an authenticated Splunk user holding the get_talos_enrichment capability to redirect the instance's outbound authenticated management requests to an attacker-controlled server, exposing Splunk management tokens. Successful exploitation grants the attacker full control over the Splunk instance, compromising the confidentiality, integrity, and availability of all data and configurations within it. No public exploit code or CISA KEV listing has been identified at time of analysis, but the patch is available and the CVSS score of 8.8 reflects the severity of token theft as a post-exploitation path.

SSRF Cisco Splunk Cisco Talos Intelligence For Enterprise Security Cloud
NVD
CVSS 3.1
8.8
EPSS
0.3%
CVE-2026-76335 Aug 19, 21:34 HIGH PATCH This Week

Authenticated low-privilege code injection in Splunk Enterprise allows OS command execution on the host system as the Splunk process account. Affected versions span four active release lines (9.4.x, 10.0.x, 10.2.x, 10.4.x), and the root cause is a missing capability check: Splunk Web accepts Splunk Web Manager XML configuration writes without enforcing the edit_manager_xml permission, meaning any authenticated user can plant attacker-controlled content that executes when the Manager page is rendered. No active exploitation is confirmed in CISA KEV, and no public exploit code has been identified at time of analysis, but the CVSS score of 8.8 (High) and straightforward exploitation path make this a high-priority patching target for Splunk deployments.

RCE Code Injection Splunk Splunk Enterprise
NVD
CVSS 3.1
8.8
EPSS
0.3%
CVE-2026-76316 Aug 19, 21:34 HIGH PATCH This Week

Stored SPL injection in Splunk Enterprise allows an unauthenticated attacker who can reach the management port to register a crafted Deployment Server client identity containing malicious Search Processing Language code, which executes when an administrator opens the Add Data forwarder workflow. All four supported major branches are affected (9.4.x, 10.0.x, 10.2.x, 10.4.x), with vendor-confirmed fixes available. No public exploit has been identified at time of analysis, but successful exploitation yields full confidentiality, integrity, and availability impact on the Splunk platform instance.

Code Injection Splunk Nosql Injection Splunk Enterprise
NVD
CVSS 3.1
8.8
EPSS
0.3%
CVE-2026-71176 Aug 19, 14:15 HIGH PATCH This Week

SQL injection in Dell OpenManage Enterprise (all versions prior to 4.7.0) enables a low-privileged remote attacker to manipulate backend database queries, with confirmed high confidentiality impact and potential for broader compromise per the vendor's own CVSS rating. The vulnerability (CWE-89) requires only a valid low-privilege account and network access to the management interface - no user interaction or elevated rights are needed. No public exploit code or CISA KEV listing has been identified at time of analysis; Dell has released version 4.7.0 as the remediated release per advisory DSA-2026-359.

Information Disclosure SQLi Dell Openmanage Enterprise
NVD
CVSS 3.1
8.8
EPSS
0.3%
CVE-2026-71694 Aug 19, 00:00 HIGH This Week

Privilege escalation and arbitrary code execution affect the Berkeley Out-of-Order Machine (BOOM) RISC-V processor RTL implementation at commit 2d08d0d8b4563212175212f9db0e69f6e68c9619 (v1.2), specifically within the machine-mode trap-return (MRET) and mstatus.MPRV state-restoration logic in the CSRFile. An attacker who can execute unprivileged or supervisor-mode code on a system running the BOOM core can potentially abuse the flawed privilege-restoration path to gain machine-mode (M-mode) access, achieving full system control. No public exploit code or CISA KEV listing has been identified at time of analysis; the EPSS score of 0.29% (22nd percentile) reflects very limited observed exploitation activity.

RCE CSRF N A
NVD GitHub VulDB
CVSS 3.1
8.8
EPSS
0.3%
Page 1 of 6 Next

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