Zum Hauptinhalt springen
tsecurity.de LIVE
Echtzeit-Radar & Feeds
Alle RSS Feeds ➔
👥 Community & Social
Sicherheitslücken (CVE)[$] LWN.net Weekly Edition for September 24, 2026(24.09.2026 um 02:22 Uhr)
••
IT Security NachrichtenCISA outlines improvement plan for CVE program(24.09.2026 um 02:31 Uhr)
•
IT Security NachrichtenCities Across US Oppose Trump FCC Plan to Preempt Local Broadband Rules(24.09.2026 um 03:04 Uhr)
•••••••
Sicherheitslücken (CVE)[$] LWN.net Weekly Edition for September 24, 2026(24.09.2026 um 02:22 Uhr)
••
IT Security NachrichtenCISA outlines improvement plan for CVE program(24.09.2026 um 02:31 Uhr)
•
IT Security NachrichtenCities Across US Oppose Trump FCC Plan to Preempt Local Broadband Rules(24.09.2026 um 03:04 Uhr)
•••••••
Intelligence View
⚡ tsecurity.de Intelligence

VIDRAFT Releases Fully Open Foundation Model Aether-7B-5Attn: Weights, Code, Data, and Training Logs — All Public

VIDRAFT Releases Fully Open Foundation Model Aether-7B-5Attn: Weights, Code, Data, and Training Logs — All Public TL;DR: Korean AI startup VIDRAFT has released Aether-7B-5Attn, a ~6.59B-parameter Mixture-of-Experts foundation model on H…

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




VIDRAFT Releases Fully Open Foundation Model Aether-7B-5Attn: Weights, Code, Data, and Training Logs — All Public




TL;DR: Korean AI startup VIDRAFT has released Aether-7B-5Attn, a ~6.59B-parameter Mixture-of-Experts foundation model on Hugging Face under the Apache-2.0 license. Unlike most "open-source" LLMs that only ship weights, this release includes training data recipes, full training code, configuration files, training logs, intermediate checkpoints, and evaluation code — making the entire pipeline reproducible. If you care about verifiable, sovereign AI or want a genuinely open Korean/English/math-capable base model, this is worth a look.










What it is



Aether-7B-5Attn is a foundation language model independently developed by VIDRAFT (비드래프트), a Korean Pre-AGI AI startup. Key facts from the announcement:





  • Parameter count: ~6.59 billion total


  • Architecture: Mixture-of-Experts (MoE) with a combination of five distinct attention mechanisms


  • Training tokens: approximately 144.2 billion tokens


  • Training data composition:


    • Mathematics: 37.8%

    • Korean: 21.6%

    • English: 21.6%

    • (remaining percentage across other domains)




  • License: Apache-2.0 — permissive for commercial and research use


  • Release artifacts: model weights, training data recipe, full training code, hyperparameters, training logs, intermediate checkpoints, and evaluation code



VIDRAFT explicitly positions this release in the same philosophical category as Allen AI's OLMo, Apertus, and LLM-jp — the small but growing family of fully open (not just open-weight) foundation models. The company describes this as a practical implementation of "Sovereign AI" (소버린 AI): the idea that true AI independence requires being able to reproduce, verify, and audit the entire model pipeline, not merely download someone else's weights.









How it works



At a conceptual level, Aether-7B-5Attn makes two architectural choices worth noting:



Mixture-of-Experts (MoE): Rather than activating all parameters for every token, an MoE architecture routes each input through a learned subset of "expert" sub-networks. This allows the model to have a larger total parameter count while keeping per-token compute costs lower than a dense model of equivalent size — a common efficiency trade-off in modern LLMs.



Five-attention hybrid: The model combines five different attention mechanisms within its architecture. The specifics of each mechanism are not detailed in the public announcement, but combining multiple attention variants (e.g., local, global, sliding-window, or other forms) is a recognized technique for balancing efficiency and long-range context handling.



Reproducibility-first release philosophy: The distinction VIDRAFT draws between an open-weight model and a fully open model is operationally significant for engineers. With open weights alone, you can run inference and fine-tune, but you cannot verify training, reproduce the model from scratch, or audit data provenance. By shipping the full training stack — code, configs, logs, intermediate checkpoints, and evaluation harness — VIDRAFT is enabling independent reproduction and scientific verification of results, which is a substantially higher bar than the industry norm.









Benchmarks & results



The press article does not report specific benchmark scores (e.g., MMLU, HumanEval, GSM8K, or Korean-language benchmarks). No numerical evaluation results are available from this source.



What is stated qualitatively:




  • The model is designed with a heavy mathematics data weighting (37.8%), suggesting intentional optimization for reasoning-heavy tasks.

  • The balanced Korean/English split (21.6% each) indicates the model is built as a genuinely bilingual base, not an English model with Korean post-training.

  • Evaluation code is included in the release, meaning third-party benchmark results from the community should emerge quickly.



Developers are encouraged to run their own evaluations using the bundled evaluation code once the Hugging Face release is accessible.









How to try it



The model is publicly released on Hugging Face under the Apache-2.0 license. To find it, search for Aether-7B-5Attn by VIDRAFT on the Hugging Face Hub. Once you locate the repository, you can download it with:




huggingface-cli download VIDRAFT/Aether-7B-5Attn







⚠️ Verify the exact repository namespace directly on Hugging Face — always confirm the publisher before downloading any model weights.




Training code, configuration files, and evaluation scripts are described as part of the release package. Check the model card and linked GitHub repository (if provided on the Hub page) for setup instructions and reproduction steps.



No OpenAI-compatible API endpoint or hosted inference service has been announced in this release.









FAQ



Q: How is this different from models like Llama or Mistral that are already "open source"?

A: Llama and most Mistral releases are open-weight — they publish the trained weights but not the training data pipeline, hyperparameters, or training code in full reproducible form. VIDRAFT's release also includes the training data recipe, full training code, logged hyperparameters, intermediate checkpoints, and evaluation code, making it possible to reproduce the model from scratch and independently verify its behavior. This is the same standard set by Allen AI's OLMo project.



Q: Is the Apache-2.0 license truly permissive for commercial fine-tuning and deployment?

A: Yes. Apache-2.0 is a permissive open-source license that allows commercial use, modification, and redistribution, provided attribution is maintained and the license notice is included. It imposes no restrictions on fine-tuning or deployment comparable to, for example, the Llama community license. Always review the model card for any additional terms VIDRAFT may have appended.






Originally reported by 중앙일보 (2026-07-20) — source article.

CTI Threat Relationship Graph2 Knoten / 1 Relationen
CVE / Incident Software MITRE ATT&CK CWE Weakness IoC
SOC Incident Playbook: Remote Code Execution (RCE) Defense
title: Detect Exploitation - VIDRAFT Releases Fully Open Foundation Model Aether-7B-5Attn: Weights, Code, Data, and Training Logs — All Public
id: d2fb6775-0dc2-4060-92d4-31368e966165
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 = "VIDRAFT Releases Fully Open Fo" ascii wide
    condition:
        any of them
}
Infrastructure Blast Radius & Exposure
HIGH CASCADING
Perimeter & External Ingress
GEFÄHRDET (85%)
Lateral Movement & Pivot
GEFÄHRDET (90%)
Data Stores & Crown Jewels
Geringes Risiko
Supply Chain & Cascading Reach
Geringes Risiko
tsecurity.de Cognitive Threat RAG
Fokus-Vektor:

Kognitive Analyse für identifizierte Bedrohung: Erhöhte Bedrohungslage im Bereich VIDRAFT Releases Fully Open Foundation M.... 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 VIDRAFT Releases Fully Open Foundation Model Aether-7B-5Attn: Weights, Code, Data, and Training Logs — All Public

Thematisch verwandte Begriffe: VIDRAFT, Releases, Fully, Open · 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-96676 | A vulnerability was identified in Fast FAC1900R 20190827_2.0.2. The impa…
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