Zum Hauptinhalt springen
tsecurity.de LIVE
Echtzeit-Radar & Feeds
Alle RSS Feeds
👥 Community & Social
Sichere ProgrammierungConnect Claude to Perplexity AI Pro with Zero Search API Fees(24.09.2026 um 09:57 Uhr)
Sichere ProgrammierungInvestigating Fraud with a Graph, Not Just a Prompt(24.09.2026 um 10:01 Uhr)
Sichere ProgrammierungA .docx does not store where its pages end(24.09.2026 um 10:01 Uhr)
Sichere Programmierung9 Best Enterprise AI Gateways With SSO, RBAC, and Audit Logs (2026)(24.09.2026 um 10:01 Uhr)
Sichere ProgrammierungThe Signal Contract for a 5-Minute TWAP Market(24.09.2026 um 10:03 Uhr)
Sichere ProgrammierungRemoteMac(24.09.2026 um 10:06 Uhr)
Sichere ProgrammierungDesigning a Batch Move That Handles Partial Failure(24.09.2026 um 10:07 Uhr)
Sichere ProgrammierungThe Model Was Never the Problem(24.09.2026 um 10:07 Uhr)
Sichere ProgrammierungConnect Claude to Perplexity AI Pro with Zero Search API Fees(24.09.2026 um 09:57 Uhr)
Sichere ProgrammierungInvestigating Fraud with a Graph, Not Just a Prompt(24.09.2026 um 10:01 Uhr)
Sichere ProgrammierungA .docx does not store where its pages end(24.09.2026 um 10:01 Uhr)
Sichere Programmierung9 Best Enterprise AI Gateways With SSO, RBAC, and Audit Logs (2026)(24.09.2026 um 10:01 Uhr)
Sichere ProgrammierungThe Signal Contract for a 5-Minute TWAP Market(24.09.2026 um 10:03 Uhr)
Sichere ProgrammierungRemoteMac(24.09.2026 um 10:06 Uhr)
Sichere ProgrammierungDesigning a Batch Move That Handles Partial Failure(24.09.2026 um 10:07 Uhr)
Sichere ProgrammierungThe Model Was Never the Problem(24.09.2026 um 10:07 Uhr)
Intelligence View
⚡ tsecurity.de Intelligence

ciflow/trunk/185416: Make new_group delegate to split_group behind a migration flag

Summary: To unblock migrating callers from new_group to split_group, route new_group through split_group under an opt-in flag while keeping the legacy path as the default and warning users about the upcoming change. This lets call sites…

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

Summary:


To unblock migrating callers from new_group to split_group, route

new_group through split_group under an opt-in flag while keeping

the legacy path as the default and warning users about the upcoming

change. This lets call sites switch over incrementally without

forcing a hard cutover.


Add torch.distributed.config.new_group_use_split_group (env var

TORCH_DIST_NEW_GROUP_USE_SPLIT_GROUP, default False). When set,

new_group routes through a thin adapter that calls split_group on

the default process group, preserving new_group's return contract

(GroupMember.NON_GROUP_MEMBER for non-members). When unset, the

legacy _new_group_with_tag path runs as before and a one-time

FutureWarning advises callers to opt in.


split_group has a narrower surface than new_group, so the adapter

raises NotImplementedError for use_local_synchronization=True and

sort_ranks=False, and ValueError if device_id conflicts with the

default group's bound device. Backend-level incompatibilities (Gloo,

MPI, mismatched backends) propagate from split_group's existing

checks. Raising (rather than silently falling back) was chosen so

callers learn which call sites still need attention as the migration

progresses.


Test Plan:


Added three tests in ProcessGroupNCCLGroupTest:



  • test_new_group_delegates_to_split_group_when_flag_set verifies that

    comm_split_count increments and the resulting subgroup is

    functional, and that no migration warning fires under the flag.

  • test_new_group_warns_once_when_flag_unset resets the per-process

    latch, calls new_group twice, and asserts exactly one

    FutureWarning is emitted.

  • test_new_group_via_split_group_raises_on_unsupported_args asserts

    NotImplementedError for use_local_synchronization=True and

    sort_ranks=False when delegation is enabled.


Run with:


python test/distributed/test_c10d_nccl.py ProcessGroupNCCLGroupTest \
-k 'new_group_delegates_to_split_group_when_flag_set or \
new_group_warns_once_when_flag_unset or \
new_group_via_split_group_raises_on_unsupported_args'

(Requires NCCL 2.18+ and 2+ GPUs; not executed locally.)


Authored by Claude.

SOC Incident Playbook: Vulnerability Remediation & Verification
title: Detect Exploitation - ciflow/trunk/185416: Make new_group delegate to split_group behind a migration flag
id: 9aee0dba-198a-4046-95cb-8ddff6595020
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
rule CTI_Threat_Indicator {
    meta:
        author = "iShareStuff CTI Automated Detection Engine"
        date = "2026-09-24"
        description = "YARA Signature for "
    strings:
        $str = "ciflow/trunk/185416: Make new_" ascii wide
    condition:
        any of them
}
tsecurity.de Cognitive Threat RAG
Fokus-Vektor:

Kognitive Analyse für identifizierte Bedrohung: Erhöhte Bedrohungslage im Bereich ciflow/trunk/185416: Make new_group dele.... 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 ciflow/trunk/185416: Make new_group delegate to split_group behind a migration flag

Thematisch verwandte Begriffe: ciflowtrunk185416, Make, newgroup, delegate · 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-97056 | SigNoz versions from v0.98.0 up to (but not including) v0.143.0, when co…
Advisory →
TTS Reader • tsecurity.de Voice
tsecurity.de Icon
tsecurity.de App
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
🔖 Gespeicherte Artikel
📂 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...

Zurück: vorheriger Vor: nächster
↗ Original-Quelle
Social Reaktionen Deine Reaktion zählt
Einstufung & Relevanz-Poll 0 Stimmen
In sozialen Netzwerken teilen 1-Klick