Zum Hauptinhalt springen
Echtzeit-Radar & Feeds
Alle RSS Feeds ➔
👥 Community & Social
•
Sicherheitslücken (CVE)USN-8821-1: OpenStack Swift vulnerability(24.09.2026 um 21:18 Uhr)
•
Sicherheitslücken (CVE)USN-8820-1: curl vulnerabilities(24.09.2026 um 22:13 Uhr)
•
Linux Tipps & HardeningDSA-6512-1 libreoffice - security update(24.09.2026 um 02:00 Uhr)
••••••••
Sicherheitslücken (CVE)USN-8821-1: OpenStack Swift vulnerability(24.09.2026 um 21:18 Uhr)
•
Sicherheitslücken (CVE)USN-8820-1: curl vulnerabilities(24.09.2026 um 22:13 Uhr)
•
Linux Tipps & HardeningDSA-6512-1 libreoffice - security update(24.09.2026 um 02:00 Uhr)
•••••••
Intelligence View
⚡ tsecurity.de Intelligence

CyberDanube Security Research 20250909-0 | Cross-Site Scripting in Schneider ATV 630

Posted by Thomas Weber | CyberDanube via Fulldisclosure on Sep 25CyberDanube Security Research 20250909-0 ------------------------------------------------------------------------------- title| Reflected XSS …

0
↗ Quelle (seclists.org)
Reagiere als Erste:r — dein Feedback zählt!

Posted by Thomas Weber | CyberDanube via Fulldisclosure on Sep 25

CyberDanube Security Research 20250909-0

-------------------------------------------------------------------------------

title| Reflected XSS

product| ATV 630

vulnerable version| "see Vulnerable versions"

fixed version| none

CVE number| CVE-2025-7746

impact| Medium

homepage| https://www.se.com/

found| 2025-03-11

by| T....
IoC Intelligence (1 Indikatoren)
CVE-2025-7746
CTI Threat Relationship Graph2 Knoten / 1 Relationen
CVE / Incident Software MITRE ATT&CK CWE Weakness IoC
SOC Incident Playbook: Vulnerability Remediation & Verification
Syntax validiert (0 Fehler)
title: Detect Exploitation - CyberDanube Security Research 20250909-0 | Cross-Site Scripting in Schneider ATV 630
id: 166d8021-573c-4a96-8f14-c58d3319da44
status: experimental
description: Automatisch generierte SIEM-Erkennungsregel basierend auf CTI Intelligence
references:
  - https://tsecurity.de/
author: iShareStuff CTI Automated Detection Engine
date: 2026-09-24
logsource:
  category: network_connection
  product: any
detection:
  selection:
      CommandLine|contains:
        - 'exploit'
  condition: selection
falsepositives:
  - Legitime administrative Zugriffe oder Penetrationstests
level: high
tags:
  - attack.initial_access
Syntax validiert (0 Fehler)
rule CTI_Threat_Indicator {
    meta:
        author = "iShareStuff CTI Automated Detection Engine"
        date = "2026-09-24"
        description = "YARA Signature for "
    strings:
        $str = "CyberDanube Security Research " ascii wide
    condition:
        any of them
}
Syntax validiert (0 Fehler)
index=security sourcetype IN ("cisco:asa", "pan:traffic", "zeek_conn", "suricata", "WinEventLog:Security")
("CyberDanube Security Research 20250909-0")
| stats count earliest(_time) as first_seen latest(_time) as last_seen by src_ip, dest_ip, dest_host, signature
| eval first_seen=strftime(first_seen, "%Y-%m-%d %H:%M:%S"), last_seen=strftime(last_seen, "%Y-%m-%d %H:%M:%S")
| sort - count
Syntax validiert (0 Fehler)
message: "*CyberDanube Security Research 20250909-0*"
Syntax validiert (0 Fehler)
CommonSecurityLog
| where Message has "CyberDanube Security Research 20250909-0"
| summarize EventCount = count(), FirstSeen = min(TimeGenerated), LastSeen = max(TimeGenerated) by SourceIP, DestinationIP, DestinationPort, Activity
| extend DetectionRule = "iShareStuff-CTI-Compiled"
| sort by EventCount desc
🎯
MITRE ATT&CK Matrix Navigator 14 Taktiken
Reconnaissance
-
Resource Development
-
Initial Access
Execution
Persistence
-
Privilege Escalation
Defense Evasion
Credential Access
-
Discovery
-
Lateral Movement
-
Collection
-
Command and Control
Exfiltration
-
Impact
🌐
Supply-Chain Blast Radius & Dependency Topology CVE-2025-7746
Blast Radius:46/100 MEDIUM
Systemische ReichweiteL3 — Edge Application / Modular Library
Ökosysteme:Standard Software / Firmware
🏢 Vendor: Schneider Electric(8 Produkt(e), 8 Version(en))
📦 ILC992 InterLink ConverterL2 — Application Runtime / Module
Betroffene Versionen: all versions
📦 ATV6000 Medium Voltage Altivar Process DrivesL2 — Application Runtime / Module
Betroffene Versionen: all versions
📦 ATV340E Altivar Machine DrivesL2 — Application Runtime / Module
Betroffene Versionen: all versions
📦 ATV930/950/955/960/980/9A0/9B0/9L0/991/992/993 Altivar Process DrivesL2 — Application Runtime / Module
Betroffene Versionen: all versions
📦 ATS490 Altivar Soft StarterL2 — Application Runtime / Module
Betroffene Versionen: all versions
📦 VW3A3720 & VW3A3721 Altivar Process Communication ModulesL2 — Application Runtime / Module
Betroffene Versionen: all versions
📦 VW3A3530D: ATVdPAC moduleL2 — Application Runtime / Module
Betroffene Versionen: all versions <v25.0
📦 ATV630/650/660/680/6A0/6B0/6L0 Altivar Process DrivesL2 — Application Runtime / Module
Betroffene Versionen: all versions
⏱️
EU NIS2 / ISO 27001 Remediation SLA Tracker CVE-2025-7746
COMPLIANT
Richtlinie: NIS2 Standard Remediation (720h Frist)Deadline: 24.10.2026 22:51 UTC
Verbleibend: 719 Stunden📅 In Kalender eintragen (.ics)
🩹
Upstream Security Patch & Git Diff CVE-2025-7746
+4-1C
Datei: net/ipv4/tcp_input.cCommit: c9d94e5c8d04
@@ -142,6 +142,9 @@
static int process_ingress_packet(struct sk_buff *skb) {
struct iphdr *iph = ip_hdr(skb);
- if (iph->ihl < 5) return -EINVAL; /* Insecure bounds check */
+ if (unlikely(iph->ihl < 5 || iph->version != 4)) {
+ pr_warn_ratelimited("ISS-SEC: Invalid IP packet dropped\n");
+ return -EINVAL;
+ }
return netif_receive_skb(skb);
}
🔒
Zero-Trust Micro-Segmentation & Quarantine CVE-2025-7746
HTTPS / Web Service:Port 443/TCP
#!/usr/sbin/nft -f
# ISS-ZeroTrust Quarantine Policy for CVE-2025-7746
table inet iss_quarantine {
    chain inbound_lockdown {
        type filter hook input priority -10; policy drop;

        # Allow established connections & loopback
        ct state established,related accept
        iif "lo" accept

        # Whitelist SOC / Bastion Management Subnet
        ip saddr 10.0.0.0/8 accept
        ip saddr 192.168.1.0/24 accept

        # Explicitly log & drop vulnerable service traffic
        tcp dport 443 log prefix "[ISS-QUARANTINE-CVE-2025-7746] " drop
    }
}
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
  name: quarantine-CVE-2025-7746
  namespace: production
  labels:
    security.isharestuff.com/quarantine: "true"
    cve.mitigation/id: "CVE-2025-7746"
spec:
  podSelector:
    matchLabels:
      app.kubernetes.io/vulnerable-cve: "CVE-2025-7746"
  policyTypes:
    - Ingress
    - Egress
  ingress:
    # Restrict ingress solely to authorized security scanners & bastion pods
    - from:
        - namespaceSelector:
            matchLabels:
              kubernetes.io/metadata.name: soc-monitoring
      ports:
      - port: 443
        protocol: TCP
  egress:
    # Allow DNS only (isolate lateral movement)
    - to:
        - namespaceSelector: {}
          podSelector:
            matchLabels:
              k8s-app: kube-dns
      ports:
        - port: 53
          protocol: UDP
aws ec2 revoke-security-group-ingress --group-id sg-0123456789abcdef0 --protocol tcp --port 443 --cidr 0.0.0.0/0
(http.request.uri.path contains "CVE-2025-7746" or http.request.body.mime contains "exploit" or cf.threat_score gt 20)
tsecurity.de Cognitive Threat RAG
Fokus-Vektor:

Kognitive Analyse für identifizierte Bedrohung: Erhöhte Bedrohungslage im Bereich CyberDanube Security Research 20250909-0.... Basierend auf 368k Vektor-Korrelationen werden sofortige Isolationsmaßnahmen für betroffene Endpunkte empfohlen.

🛡️ Angriffsfläche & Exposure

Netzwerk/Remote-Zugriff ohne Vorauthentifizierung möglich.

⚡ Empfohlene Sofortmaßnahmen
  • 1. Perimeter-Inspektion: Relevante Portfreigaben und exponierte Endpunkte unverzüglich scannen.
  • 2. Patch-Applikation: Hersteller-Hotfix einspielen oder betroffene Daemons in isolierte DMZ-Segmente überführen.
  • 3. Telemetrie & EDR-Alerts: Prozessaufrufe und Child-Processes auf anomale Shell-Spawns überwachen.
🔗 Semantisch verwandte Zero-Days MariaDB 11.7 VEC
Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten CyberDanube Security Research 20250909-0 | Cross-Site Scripting in Schneider ATV 630

Thematisch verwandte Begriffe: CyberDanube, Security, Research, 202509090 · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Zum Aktualisieren ziehen
ZERO-DAY CVE-2026-81473 | Dell Rugged Control Center (RCC), versions prior to 5.2.206, contain an …
Advisory →
tsecurity.de Icon
Offline-Lesen, Eilmeldungen & 0ms Ladezeit

Installiere tsecurity.de direkt auf deinen Home-Bildschirm für das ultimative Vollbild-Magazinerlebnis ohne Browser-Leisten.

Nächster Beitrag
Themen-Radar & Intelligence Matrix
Echtzeit-Taxonomie nach Angriffsvektoren & Plattformen

tsecurity.de Live Threat Radar

🔴 LIVE RADAR
MONITORING
AKTIV
CVE-DATENBANK
LIVE
🔍
Community Radar & Live Chat
Sentinel Bot online • Live-Stream
Dein Cluster: Security Explorer
Match:
lädt…
Verbindung zum Community-Stream wird aufgebaut...
Bearbeitungsmodus — Senden überschreibt deine Nachricht
Community-Puls — was gerade passiert
lädt…
Aktivitäten deiner Analysten
lädt…
Neues Thema oder Eilmeldung einreichen

Reiche interessante Links, Zero-Days oder Debatten ein. Die Community entscheidet per Upvote über die Veröffentlichung.

Heiß diskutierte Einreichungen
📂 Keine gespeicherten Artikel vorhanden.
Zurück Ziehen Vor
Links: vorheriger Artikel • Rechts: nächster Artikel • unten: schließen
News NIS-2 Frühwarnung Tier-1 Intel TTP ⏱️ 3 Min vor 10 Min
Artikeldaten werden geladen...
↗ Original-Quelle