Catch

#2309of 53,619
104.3Total CVSS
Vulnerabilities · 16
Low
1
Medium
9
High
4
Critical
2
PT-2026-42228
9.8
2026-05-20
Postgresql Global Development Group · Postgresql · CVE-2026-9082
**Name of the Vulnerable Software and Affected Versions** Drupal core versions 8.9.0 through 10.4.9 Drupal core versions 10.5.0 through 10.5.9 Drupal core versions 10.6.0 through 10.6.8 Drupal core versions 11.0.0 through 11.1.9 Drupal core versions 11.2.0 through 11.2.11 Drupal core versions 11.3.0 through 11.3.9 **Description** An unauthenticated SQL injection flaw exists in the database abstraction API of Drupal core, specifically within the PostgreSQL `EntityQuery` condition handler. The issue occurs when attacker-controlled PHP associative array keys, such as `filter[...][condition][value][malicious key]`, are concatenated directly into SQL identifiers without proper sanitization. This allows remote anonymous users to execute arbitrary SQL commands on sites using PostgreSQL databases. Successful exploitation can lead to full database access, exfiltration of sensitive data and session tokens, privilege escalation to Administrator, and potentially remote code execution (RCE) if database permissions are misconfigured (e.g., allowing `COPY FROM PROGRAM`). This flaw has been actively exploited in the wild, with over 15,000 attack probes detected against approximately 6,000 sites across 65 countries, primarily targeting gaming and financial services. **Recommendations** Update to version 10.4.10 for versions prior to 10.4.10. Update to version 10.5.10 for versions prior to 10.5.10. Update to version 10.6.9 for versions prior to 10.6.9. Update to version 11.1.10 for versions prior to 11.1.10. Update to version 11.2.12 for versions prior to 11.2.12. Update to version 11.3.10 for versions prior to 11.3.10. Restrict user roles that have the ability to update Twig templates via Views or contributed modules. Route production traffic through a Web Application Firewall (WAF) to filter malicious nested array payload signatures as a temporary mitigation. Review PostgreSQL and WAF logs for unusual anonymous user queries or structural query modifications.