Cisco ASA WebVPN Proxy GET Requests to MacTunnel and csvrloader Paths

Alerts on proxy-observed HTTP GET requests to specific Cisco ASA WebVPN exploit-related URI stems.

FreeReviewedSigma · High · v5
Category
proxy
Author
Swachchhanda Shrawan Poudel (Nextron Systems) (SigmaHQ), DRL 1.1
Published
2025-11-20
Updated
2026-07-31
title: Cisco ASA WebVPN Proxy GET Requests to MacTunnel and csvrloader Paths
id: 6bd1ed6a-9aac-4ce8-a7e1-e46aa6f81185
status: experimental
description: This rule identifies suspicious HTTP GET requests observed in proxy logs targeting Cisco ASA WebVPN resources, specifically MacTunnelStart.jar and csvrloader64.cab/csvrloader.jar paths. Such requests are consistent with exploitation activity against the ASA WebVPN interface because they access scriptable loader components. Detection relies on proxy telemetry capturing HTTP method (GET) and the requested URI stem values.
references:
  - https://x.com/defusedcyber/status/1971492272966598683
  - https://github.com/SigmaHQ/sigma/blob/master/rules-emerging-threats/2025/Exploits/CVE-2025-20333/proxy_exploit_cve_2025_20333.yml
author: Swachchhanda Shrawan Poudel (Nextron Systems), Huntrule Team
date: 2025-11-20
tags:
  - attack.initial-access
  - attack.t1190
  - cve.2025-20333
  - cve.2025-20362
  - detection.emerging-threats
logsource:
  category: proxy
detection:
  selection:
    cs-method: GET
    cs-uri-stem:
      - /+CSCOU+/MacTunnelStart.jar
      - /+CSCOL+/csvrloader64.cab
      - /+CSCOL+/csvrloader.jar
  condition: selection
falsepositives:
  - Unknown
level: high
license: DRL-1.1
related:
  - id: 15697955-6a29-47ca-92e9-0e05efae3260
    type: derived