Rule Category

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

Alert Message

SERVER-WEBAPP PiCtory saveProject cross site scripting attempt

Rule Explanation

Revolution PiCtory is vulnerable to a stored cross site scripting attack in the `fn` parameter on the `saveProject` endpoint. Attackers who abuse this can execute code on the victims browser in the context of the user. This can be used to steal credentials, send the user to unwanted websites, or abuse other access on the application.

What To Look For

This rule alerts on attempts to exploit a cross site scripting vulnerability in Revolution PiCtory Pi.

Known Usage

Public information/Proof of Concept available

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

Cross Site Scripting (XSS)

Cross Site Scripting (XSS) attackers send malicious input to a site that does not validate the input, usually in the form of a script. The application sends the malicious code to the browsers of other users, which will execute the script unknowingly. The malicious code uses the trust of the host website to access cookies, session tokens, or other sensitive information. There are multiple types of XSS, including Stored, Reflected, and DOM based.

CVE Additional Information

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