Rule Category

SERVER-WEBAPP -- Snort has detected traffic exploiting vulnerabilities in web based applications on servers.

Alert Message

SERVER-WEBAPP Drupal Core SQL injection attempt

Rule Explanation

This rule looks for HTTP requests to Drupal JSON:API endpoints where the query string contains a "filter" parameter with characters commonly used in SQL injection. Successful exploitation could allow an attacker to execute arbitrary SQL commands on the backend database.

What To Look For

This rule fires on attempts to exploit an SQL injection vulnerability in Drupal web applications.

Known Usage

No public information

False Positives

No known false positives

Contributors

Cisco Talos Intelligence Group

Rule Groups

Rule Categories::Server::Web Applications

MITRE::ATT&CK Framework::Enterprise::Initial Access::Exploit Public-Facing Application

CVE

Additional Links

Rule Vulnerability

SQL Injection

SQL Injection attacks target PHP and ASP applications primarily and involve SQL queries or commands added to unverified user input. A successful attack can lead to data leaks (entirely exposed data), database modification (data deletion or tampering), administrative permissions misuse, and sometimes direct commands passed to the operating system.

CVE Additional Information

This product uses data from the NVD API but is not endorsed or certified by the NVD.
CVE-2026-9082
Loading description