SecBoard
Zurück zur CVE-Übersicht

CVE-2026-19490

CRITICAL(9.8)KEV — Aktiv ausgenutzt

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Risk Signal Score56/100 — HOCH
  • CVSS 9.8 — Kritisch
  • Im CISA KEV-Katalog (aktiv ausgenutzt)

Erwähnungen (letzte 60 Tage)

Artikel

CISA KEV

Bestätigt ausgenutzt

EPSS-Score

5.6%

Exploit-Wahrscheinlichkeit (30 Tage)

CVSS Score

9.8

Technische Schwere

SecBoard-Einordnung

CVE-2026-19490 betrifft Citrix NetScaler ADC und NetScaler Gateway. Es handelt sich um eine Schwachstelle, die in den Versionen 14.1 bis 73.32 und 13.1 bis 63.21 dieser Produkte vorhanden ist. Die genaue Art der Schwachstelle und ihre Auswirkungen sind der Beschreibung nicht zu entnehmen.

KI-gestützte Einordnung auf Basis der NVD-Daten.

Beschreibung

Vulnerability in NetScaler ADC and NetScaler Gateway. This issue affects ADC: from 14.1 through 73.32 and from 13.1 through 63.21; Gateway: from 14.1 through 73.32 and from 13.1 through 63.21.

Erkennung & Indikatoren

Ausnutzung

Aktiv ausgenutzt (CISA KEV). Exploitation has been ongoing since at least September 3, 2026.

Threat-Hunting-Queries

Detects authentication bypass attempts on NetScaler ADC and NetScaler Gateway appliances. Focus on unusual authentication patterns or access attempts from unexpected sources.

Sentinel/Defender KQL

DeviceNetworkEvents
| where ActionType == "Authentication Bypass Attempt"
| where InitiatingProcessFileName contains "NetScaler"
| summarize count() by DeviceName, RemoteIP, InitiatingProcessFileName, ActionType
| where count_ > 5 // Adjust threshold as needed for your environment

Splunk SPL

sourcetype=citrix:netscaler (authentication_bypass OR "authentication bypass") | stats count by host, src_ip | where count > 5

Sigma

title: Citrix NetScaler Authentication Bypass Attempt
status: experimental
description: Detects potential authentication bypass attempts on Citrix NetScaler ADC and NetScaler Gateway.
references:
  - https://www.securityweek.com/critical-netscaler-vulnerability-exploited-in-attacks/
logsource:
  category: network_traffic
  product: citrix_netscaler
detection:
  selection:
    EventID: "Authentication Bypass"
    Image|endswith: "NetScaler.exe"
  condition: selection
fields:
  - InitiatingProcessFileName
  - RemoteIP
  - DeviceName
level: high

Elastic ES|QL

from network_traffic
| where event.action == "authentication bypass attempt"
| where process.executable.name : "NetScaler*"
| stats count() by host.name, source.ip, process.executable.name, event.action
| where count > 5

SecBoard-generated · behavioral · requires customizationVon SecBoard erzeugt und nicht in einer Zielumgebung validiert. Vor dem Einsatz an die eigene Protokollierung anpassen.

Betroffene Produkte

  • cpe:2.3:a:citrix:netscaler_application_delivery_controller:*:*:*:*:fips:*:*:*
  • cpe:2.3:a:citrix:netscaler_application_delivery_controller:*:*:*:*:ndcpp:*:*:*
  • cpe:2.3:a:citrix:netscaler_application_delivery_controller:*:*:*:*:-:*:*:*
  • cpe:2.3:a:citrix:netscaler_application_delivery_controller:*:*:*:*:-:*:*:*
  • cpe:2.3:a:citrix:netscaler_application_delivery_controller:*:*:*:*:fips:*:*:*
  • cpe:2.3:a:citrix:netscaler_gateway:*:*:*:*:*:*:*:*
  • cpe:2.3:a:citrix:netscaler_gateway:*:*:*:*:*:*:*:*

In diesen Analysen erwähnt

Referenzen