Rule Category

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

Alert Message

SERVER-WEBAPP Adobe Commerce and Magento remote code exection attempt

Rule Explanation

This rule looks for PHP tags embedded within the query string of requests to the PayPal transparent response endpoint. Successful exploitation enables an attacker to place malicious PHP code on the server and potentially achieve remote code execution.

What To Look For

This rule fires on attempts to exploit a remote code execution vulnerability in Adobe Commerce and Magento web applications.

Known Usage

Attacks/Scans seen in the wild

False Positives

No known false positives

Contributors

Cisco Talos Intelligence Group

Rule Groups

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

CVE

Additional Links

Rule Vulnerability

Local File Inclusion

Local File Inclusion (LFI) attackers attempt to trick the web server into executing a file local to its own file system. The attacker might have saved the file there in another way first, or the target file could be a local executable that should not be accessible to the web server otherwise. A successful LFI can lead to data leaks or remote code execution. Avoid dynamic inclusion of user input files, or whitelist files that may be included.

CVE Additional Information

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