Skip to content
Threat Feed

July 2026 (30)

high advisory

Coder OIDC Account Takeover Vulnerabilities (CVE-2026-55075)

Two critical flaws in Coder's OIDC login mechanism, CVE-2026-55075, allow an attacker to achieve account takeover by exploiting email-based user matching without proper IdP subject checks and bypassing the `email_verified` claim, leading to full access to victim workspaces and resources.

Coder < 2.29.17 +3 oidc account-takeover vulnerability coder cloud
2t
high advisory

Coder User-Admin Role Can Reset Owner Account Password (CVE-2026-55077)

A critical vulnerability, CVE-2026-55077, in the Coder platform allowed a user with the `user-admin` role to reset the password of an `owner` account without needing the current password via the `PUT /api/v2/users/{user}/password` endpoint, leading to privilege escalation and full deployment control.

Coder +3 privilege-escalation web-vulnerability api-vulnerability
1t
high advisory

Coder SSH Config Injection Vulnerability (CVE-2026-55427)

A malicious or compromised Coder server can exploit CVE-2026-55427 to inject unsanitized SSH configuration values via `coder config-ssh` into developer workstations, enabling arbitrary code execution on client machines.

Coder +3 ssh configuration-injection rce supply-chain developer-tools vulnerability
1t
high advisory

OpenRemote Cross-Realm User Information Disclosure (CVE-2026-54641)

A high-severity vulnerability (CVE-2026-54641) in OpenRemote's `UserResourceImpl.java` allows a realm administrator in a multi-tenant deployment to perform cross-realm user enumeration and privilege-level reconnaissance by reading sensitive user information (profile, client roles, and realm roles) from any other realm, including the master realm, due to missing authorization checks in specific REST API endpoints.

openremote-manager OpenRemote Vulnerability API Information Disclosure Access Control Multi-tenant
1r 2t
high advisory

Langroid Tool Invocation Bypass via Unverified User Messages (CVE-2026-54771)

A high-severity vulnerability, CVE-2026-54771, in Langroid applications allows untrusted users to directly invoke internal tools via raw JSON payloads, even when these tools are configured not to be used by the LLM, enabling malicious actors to bypass security controls and execute sensitive operations like file read/write, database queries, or access to internal orchestration tools.

langroid vulnerability rce logic-error python
1t
critical advisory

Langroid Sandbox Escape via Incomplete eval() Mitigation

Langroid is vulnerable to a critical Remote Code Execution (RCE) in its `TableChatAgent` and `VectorStore` components when `full_eval=True` due to CVE-2026-54769; the `eval()` function fails to properly scrub `__builtins__` from `globals`, allowing attackers to inject `__import__('os').system()` calls via crafted prompt payloads, leading to unauthenticated RCE, unauthorized data access, or system compromise on the host running the Langroid agent.

Langroid rce sandbox-escape llm python supply-chain
2r 1t 1i
critical advisory

Decompress Archive Extraction Vulnerability Allows Path Traversal and Privilege Escalation (CVE-2026-53486)

A critical vulnerability (CVE-2026-53486) in the `@xhmikosr/decompress` and unmaintained `decompress` npm packages allows attackers to craft malicious archives that, upon extraction, can write or read files outside the target directory, expose arbitrary file contents, or create setuid/setgid files leading to arbitrary file system modification, information disclosure, and potential privilege escalation.

@xhmikosr/decompress +1 vulnerability path-traversal privilege-escalation npm supply-chain
2t
critical advisory

flyto-core Unauthenticated Command Execution via HTTP MCP `execute_module`

flyto-core is vulnerable to unauthenticated command execution via its HTTP MCP endpoint (`POST /mcp`), allowing remote attackers to execute arbitrary OS commands with server privileges by invoking `sandbox.execute_shell` through JSON-RPC requests, potentially leading to full system compromise.

flyto-core 2.26.2 unauthenticated-rce command-injection web-application ghsa linux
1r 2t
medium advisory

Detecting Linux Payload Downloaded and Piped to Interpreter

This brief details a common Linux technique where attackers use scripting interpreters to download malicious payloads from external sources and immediately pipe them into another interpreter for execution, often for purposes like persistence or data exfiltration.

execution defense-evasion command-and-control linux
1r 2t
high advisory

Scriban Template Engine Vulnerability: Arbitrary CLR Property Writes (Mass Assignment & Setter Bypass)

The Scriban templating engine, specifically its `TypedObjectAccessor`, allows template code to write to arbitrary CLR object properties, including those with `private set`, `internal set`, and `init` modifiers, effectively bypassing intended C# access restrictions. This mass assignment (CWE-915) and access-modifier bypass (CWE-284) vulnerability can lead to unauthorized modification of sensitive host object properties, such as changing `user.is_admin = true`, with changes persisting after template rendering, affecting Scriban versions up to and including 7.2.1, with the `init` bypass specifically impacting .NET 5+.

Scriban <= 7.2.1 templating-engine mass-assignment access-control-bypass vulnerability csharp dotnet
2t
high advisory

flyto-core SSRF Bypass via IPv6 Transition Addresses (CWE-918)

An authenticated workflow author can bypass `flyto-core`'s Server-Side Request Forgery (SSRF) protection by crafting URLs with IPv6 transition addresses that embed private IPv4s, allowing for data exfiltration from internal services like cloud instance metadata.

flyto-core ssrf vulnerability python defense-evasion
3t 3i
medium advisory

Suspicious XDG-Open Command Execution on Linux

This brief details a detection rule for the `xdg-open` command on Linux systems, which attackers abuse to trick users into opening malicious documents or URLs, leading to user execution and potential system compromise.

endpoint linux execution user-execution initial-access detection-rule
1r 2t
medium advisory

Shell Execution via Elastic Endpoint on Linux

This brief details the detection of shell command execution initiated by the Elastic Endpoint agent on Linux systems, indicating potential post-exploitation activity such as remote access or command and control via misuse of the endpoint's response capabilities.

Elastic Endpoint +2 linux endpoint-security command-and-control defense-evasion execution detection-rule
1r 3t
critical advisory

Cilium L7 Envoy Admin Socket Vulnerability (CVE-2026-49445)

When Cilium L7 functionality is enabled, a world-accessible Envoy admin socket is inadvertently created on cluster nodes. This misconfiguration (CVE-2026-49445) allows a local attacker to gain unauthorized access to Envoy's administrative endpoints, leading to sensitive information disclosure, such as the exposure of TLS secrets, and significant cluster disruption, including the interruption of traffic and the termination of Envoy processes.

Cilium v1.19 +2 vulnerability kubernetes container cilium envoy local-privilege-escalation information-disclosure denial-of-service +1
2t
critical advisory

Formie Hidden Field SSTI Vulnerability (CVE-2026-52889)

Formie Hidden fields in versions prior to 3.1.27 are vulnerable to Server-Side Template Injection (SSTI), allowing an unauthenticated attacker to inject Twig syntax into request-derived default values, potentially leading to remote code execution, sensitive information disclosure, or application state modification.

Formie server-side-template-injection web-vulnerability craft-cms rce cve-2026-52889 network
1r 2t
medium advisory

GKE Pod Created With HostIPC Sharing

A privilege escalation threat in Google Kubernetes Engine (GKE) involves an attacker creating or modifying a pod to enable host Inter-Process Communication (IPC) namespace sharing, which exposes host IPC mechanisms and can lead to privilege escalation within the cluster by allowing the pod to interact directly with the underlying host's processes.

Google Kubernetes Engine gcp kubernetes privilege-escalation container-security cloud-security host-ipc
1r 2t
high advisory

Execution Of Non-Existing File via Process Ghosting

This brief details the Process Ghosting technique, an advanced evasion method leveraged by attackers to create and execute processes from files that no longer exist on disk, challenging traditional endpoint detection solutions and hindering forensic investigations.

evasion process-injection windows stealth
1r 2t
high threat

CVE-2026-58380: GIMP PNM Parser Off-by-One Error Leads to RCE

A high-severity off-by-one error, CVE-2026-58380, in GIMP's PNM file format parser (specifically the `pnmscanner_gettoken()` function) allows an attacker to corrupt memory by crafting a malicious PNM file, potentially leading to denial of service or arbitrary code execution when the file is opened.

exploited GIMP +4 vulnerability memory-corruption buffer-overflow linux
1c
high advisory

Privileges Elevation via Parent Process PID Spoofing

Adversaries utilize parent process ID (PPID) spoofing on Windows systems to create elevated child processes, typically to SYSTEM privileges, thereby evading process monitoring defenses and facilitating privilege escalation.

Windows Operating System privilege-escalation ppid-spoofing windows evasion elastic-defend
1t
low advisory

Potential Proxy Execution via Systemd-run on Linux

This brief details how attackers may leverage the `systemd-run` utility on Linux systems for defense evasion and execution by running commands as detached, transient services or scopes to obscure their activities and parent-child process chains.

Acronis Cyber Protect +46 defense-evasion execution linux
1r 3t
low advisory

Linux External IP Discovery via Curl

This brief details the detection of Linux processes utilizing `curl` to contact known public IP address lookup web services, a common post-exploitation technique employed by malware and adversaries to ascertain a host's internet-facing IP, impacting reconnaissance and command-and-control tailoring.

discovery linux endpoint reconnaissance curl
1r 1t 38i
medium advisory

Linux Shared Object Load via LoLBin

Adversaries can leverage Living Off The Land Binaries (LoLBins) such as `openssl`, `python`, or `ruby` to load malicious shared object files (`.so`) into memory on Linux systems, aiming to evade detection by disguising the payload as legitimate process activity; detection engineers must investigate the full command line, parent process chain, executing user, and the reputation/location of the referenced shared object file to differentiate malicious activity from legitimate development or administration tasks.

linux defense-evasion execution endpoint
1r 3t
low advisory

Linux C2 Agent Activity: Suspicious Network Connection and File Creation

Threat actors leverage C2 agents like Poseidon and Athena, operating from suspicious Linux writable directories, to establish network connections with C2 frameworks such as Mythic, subsequently creating files to stage further malicious activities.

linux command-and-control execution malware c2 threat-detection
2r 2t
medium advisory

Suspicious DNS Queries to Remote Monitoring and Management Domains from Non-Browser Processes

This brief details the detection of DNS queries targeting commonly abused Remote Monitoring and Management (RMM) or remote access software domains, originating from non-browser processes, which is a common tactic for command and control, persistence, and lateral movement by threat actors.

01com +151 windows command-and-control endpoint rmm remote-access
1r 193i
medium advisory

Multiples vulnérabilités dans OpenSSH

Multiple vulnerabilities in OpenSSH versions prior to 10.4 allow attackers to bypass security policies, cause denial of service, and exploit other unspecified security issues, requiring users to update to OpenSSH 10.4 or later.

OpenSSH vulnerability network
2t
high advisory

Multiple Vulnerabilities in Roundcube Webmail (CVE-2026-54432, CVE-2026-54433)

Multiple vulnerabilities, including Server-Side Request Forgery (SSRF), Cross-Site Scripting (XSS), and Denial of Service (DoS), have been discovered in Roundcube Webmail versions 1.6.x prior to 1.6.17 and 1.7.x prior to 1.7.2, allowing remote attackers to impact service availability and potentially execute malicious code or access internal resources.

Roundcube Webmail < 1.6.17 +1 webmail vulnerability ssrf xss dos web-application
high advisory

Vulnerability in PostgreSQL JDBC Allows Security Policy Bypass (CVE-2026-54291)

A vulnerability, CVE-2026-54291, has been discovered in PostgreSQL JDBC versions 42.7.4 up to, but not including, 42.7.12, allowing an attacker to bypass security policies within applications utilizing the affected driver, potentially leading to unauthorized access or actions.

PostgreSQL JDBC vulnerability jdbc postgresql security-bypass cve
2i
high advisory

JoomShaper SP LMS PHP Object Injection Leads to RCE (CVE-2026-48909)

A critical PHP object injection vulnerability (CVE-2026-48909) in JoomShaper SP LMS versions <= 4.1.3 allows unauthenticated attackers to achieve remote code execution (RCE) via a crafted 'lmsOrders' cookie, leading to webshell deployment on vulnerable Joomla installations (< 5.2.2).

JoomShaper SP LMS <= 4.1.3 +1 webapps php object-injection rce webshell
1r 3t 1c
high advisory

KeepInMind 0.8.4.2 - Stored XSS Public Exploit

A public exploit has been published for a Stored XSS vulnerability in KeepInMind version 0.8.4.2, significantly increasing the risk for unpatched installations.

KeepInMind 0.8.4.2 webapps xss vulnerability exploit-db
1t
high advisory

MEmu Android Emulator 9.2.7.0 Local Privilege Escalation

A local privilege escalation vulnerability (CVE-2026-36213) in MEmu Android Emulator 9.2.7.0 allows a low-privileged user to replace the 'MemuService.exe' binary due to insecure NTFS permissions, leading to arbitrary code execution with NT AUTHORITY\SYSTEM privileges upon service restart.

MEmu Android Emulator 9.2.7.0 privilege-escalation windows emulator lpe
2r 2t 1c 4i