PostGREShell (CVE-2026-6471) is a 12-year-old PostgreSQL flaw that lets low-privileged attackers execute code and take over servers. Cyera researchers found a severe PostgreSQL vulnerability, dubbed PostGREShell and tracked as CVE-2026-6471 (CVSS score of 7.2). Present in releases dating back to 2014, the flaw can be exploited by attackers with low-level replication access to execute code, […]

A critical vulnerability, dubbed "PostGREShell" and tracked as CVE-2026-6471, has been discovered in PostgreSQL, allowing low-privileged attackers to execute arbitrary code and potentially take over database servers. The flaw, which has a CVSS score of 7.2, has been present in all PostgreSQL versions since 9.4, released in 2014, and remained unpatched for 12 years until recent updates.
The vulnerability stems from a missing authorization check within PostgreSQL's logical decoding feature. An attacker with only "Replication" privileges can exploit this by manipulating the choice of a logical decoding plugin. This allows them to load any file accessible to the operating system account running the PostgreSQL server, effectively executing arbitrary code as that account.
According to researchers at Cyera, who discovered the flaw, the issue enables a low-privilege backup account to achieve remote code execution across Windows, Linux, and macOS systems. This initial foothold can then be escalated to full PostgreSQL superuser privileges, providing persistent backdoor access and leading to a complete compromise of the database and the underlying server. Attackers could install a persistent backdoor, access all tables in every database, execute operating system commands, read private keys, and write files anywhere the PostgreSQL process has access.
PostgreSQL's logical replication system is designed to keep database replicas synchronized for backup and recovery purposes. Tools, servers, data pipelines, and monitoring systems often require accounts with "Replication" privileges to function. The vulnerability leverages the process by which PostgreSQL loads output plugins during logical replication. Normally, non-superusers are restricted to loading plugins from administrator-controlled directories. However, the system does not properly validate the plugin name provided by the user during the `CREATE_REPLICATION_SLOT` command, passing it directly to the `dlopen()` function (on Linux/macOS) or `LoadLibrary()` (on Windows). This allows an attacker to specify a full filesystem path to an arbitrary file.
The flaw affects PostgreSQL versions 9.4 through 18. PostgreSQL has confirmed the vulnerability and released patches in versions 18.6, 17.11, 16.15, 15.19, and 14.24. Organizations are strongly advised to update their PostgreSQL instances immediately. Additionally, it is recommended to review all existing "Replication" accounts and remove the "Replication" attribute from any accounts that do not strictly require it to minimize the attack surface.
A weakness has been identified in Tenda CP3 27.5.57.101. This issue affects some unknown processing of the file Net/NetCheckPing.cpp. This manipulation of the argument interface_name/host causes os command injection. The attack can be initiated remotely.
A security flaw has been discovered in Tenda CP3 27.5.57.101. This vulnerability affects the function SystemAsh of the file Apis/system.c of the component Kylin. The manipulation of the argument AlarmVoiceURL results in os command injection. It is possible to launch the attack remotely.

Attackers are exploiting a new unpatched vulnerability in Magento Open Source and Adobe Commerce that lets them run malicious code on an online store's server without logging in, Dutch e-commerce security company Sansec said in an advisory published on September 5. Sansec, which discovered the flaw and named it StyleSmuggler, said attacks started on September 4. "Sansec is publishing early
In BPF instructions that load/store a value from/to a scratch memory register the register index is an unsigned 32-bit integer and must not exceed 15, but libpcap BPF interpreter does not validate the value. In particular uncommon use cases a crafted filter program can cause the interpreter to try reading and writing the OS process memory in the 16GiB starting at the current stack frame on 64-bit architectures and in the entire address space on 32-bit architectures.

Attackers are exploiting two new PaperCut flaws to steal credentials and gain privileged access in education-sector attacks across the U.S. and Europe. Attackers are exploiting two recelty disclosed PaperCut flaws, CVE-2026-81578 and CVE-2026-82078, in attacks targeting schools and other education organizations in the U.S. and Europe, as reported by TheHackerNews. Arctic Wolf researchers observed

JetBrains is urging Cadence users to revoke and rotate all credentials following a security incident last month in which unidentified threat actors exploited a recently disclosed critical vulnerability in TeamCity to breach its own environment. "Cadence users should immediately revoke or rotate all credentials and secrets that may have been used to run their Cadence executions," JetBrains said.