docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links

This commit is contained in:
Antigravity Agent
2026-05-02 09:18:34 +09:00
parent c84dcb8371
commit 6445fcc05b
13150 changed files with 55394 additions and 100862 deletions
+5 -5
View File
@@ -1,13 +1,13 @@
---
id: P-REINFORCE-AUTO-80DA6E
category: "[[10_Wiki/💡 Topics/Graphics & Performance]]"
category: "10_Wiki/💡 Topics/Graphics & Performance"
confidence_score: 0.90
tags: [auto-reinforced]
last_reinforced: 2026-04-20
github_commit: "[P-Reinforce] Continuous Worker - Rowhammer attack"
---
# [[Rowhammer attack]]
# [[Rowhammer attack|Rowhammer attack]]
## 📌 한 줄 통찰 (The Karpathy Summary)
> Rowhammer 공격은 WebGL을 사용하여 GPU에서 실행되었던 심각한 보안 취약점 공격입니다 [1]. 이 공격은 고정밀 타임스탬프 쿼리를 활용하여 캐시 적중 실패율(cache miss rates)을 관찰하고, 이를 통해 GPU의 물리적 메모리 레이아웃을 파악합니다 [1]. 이후 파악된 메모리에서 특정 비트를 반전(flip)시켜 페이지 테이블을 조작하고 악의적인 작업을 수행하도록 유도합니다 [1]. 과거에는 막기 어려운 공격으로 보고되었으나, 현재는 최신 RAM에 적용된 완화(mitigations) 기술을 통해 방어할 수 있습니다 [1].
@@ -22,11 +22,11 @@ github_commit: "[P-Reinforce] Continuous Worker - Rowhammer attack"
- **정책 변화:** Graphics & Performance 분야의 자동 자산화 수행.
## 🔗 지식 연결 (Graph)
- **Related Topics:** [[WebGL]], [[GPU]], [[Timestamp queries]], [[TLB design]], [[Cache miss rates]]
- **Projects/Contexts:** WebGPU의 [[High Resolution Time spec]] 이슈 논의 과정 중, 고해상도 타임스탬프가 야기할 수 있는 심각한 보안 위협(타이밍 공격)의 과거 사례로 언급되었습니다 [1].
- **Related Topics:** [[WebGL|WebGL]], [[GPU|GPU]], [[Timestamp Queries|Timestamp queries]], [[TLB design|TLB design]], [[Cache miss rates|Cache miss rates]]
- **Projects/Contexts:** WebGPU의 High Resolution Time spec 이슈 논의 과정 중, 고해상도 타임스탬프가 야기할 수 있는 심각한 보안 위협(타이밍 공격)의 과거 사례로 언급되었습니다 [1].
- **Contradictions/Notes:** 소스에 따르면 보고된 당시에는 막을 수 없는(couldn't plug) 공격이었으나, 현재는 하드웨어(최신 RAM)의 개선으로 인해 더 이상 유효하지 않은 것으로 보입니다 [1].
---
*Last updated: 2026-04-19*
- Raw Source: [[00_Raw/2026-04-20/Rowhammer attack.md]]
- Raw Source: 00_Raw/2026-04-20/Rowhammer attack.md
---