Potential Java WebShell Upload in SAP NetViewer Server
Description
Detects potential Java webshell uploads via HTTP requests with Content-Type 'application/octet-stream' and Java file extensions. This behavior might indicate exploitation of vulnerabilities like CVE-2025-31324, which allows remote code execution through webshells in SAP NetViewer.
Query · sigma
selection: cs-content-type: application/octet-stream cs-method: POST cs-uri-stem|contains|all: - /irj/ - .jsp cs-uri-stem|endswith: - .class - .java - .jsp condition: selection
Known false positives
- Legitimate uploads of Java files in development environments