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-6C2AC3
category: "[[10_Wiki/💡 Topics/Programming & Language]]"
category: "10_Wiki/💡 Topics/Programming & Language"
confidence_score: 0.90
tags: [auto-reinforced]
last_reinforced: 2026-04-20
github_commit: "[P-Reinforce] Continuous Worker - Spectre"
---
# [[Spectre]]
# [[Spectre|Spectre]]
## 📌 한 줄 통찰 (The Karpathy Summary)
> Spectre는 최신 프로세서에 공통적으로 존재하는 보안 취약점으로, CPU의 **추측 실행(Speculative Execution)과 분기 예측(Branch Prediction)을 악용하여 비밀 메모리 영역에 대한 읽기 권한을 탈취**하는 공격입니다 [1-3]. 웹 브라우저 환경에서는 신뢰할 수 없는 JavaScript 등의 코드가 고해상도 타이머를 이용해 캐시 지연 시간을 측정하는 방식(타이밍 공격)으로 시스템 메모리를 유출할 수 있는 치명적인 위험을 초래했습니다 [4-6].
@@ -23,11 +23,11 @@ github_commit: "[P-Reinforce] Continuous Worker - Spectre"
- **정책 변화:** Programming & Language 분야의 자동 자산화 수행.
## 🔗 지식 연결 (Graph)
- **Related Topics:** [[Speculative Execution]], [[Branch Prediction]], [[Meltdown]], [[Timing Attacks]], [[Branchless Security Checks]]
- **Projects/Contexts:** [[WebKit]], [[JavaScriptCore]], [[WebGL]], [[WebGPU]]
- **Related Topics:** [[Speculative Execution|Speculative Execution]], [[Branch Prediction|Branch Prediction]], [[Meltdown|Meltdown]], [[Timing Attacks|Timing Attacks]], [[Branchless Security Checks|Branchless Security Checks]]
- **Projects/Contexts:** [[WebKit|WebKit]], [[JavaScriptCore|JavaScriptCore]], [[WebGL|WebGL]], [[WebGPU|WebGPU]]
- **Contradictions/Notes:** 그래픽스 및 성능 최적화 개발자들은 마이크로 레이턴시 측정을 위해 WebGPU/WebGL 환경에서 나노초 단위의 정밀한 타이머를 필요로 하지만, 브라우저 벤더들은 Spectre와 같은 사이드 채널 공격을 방지하기 위해 이 타이머의 정밀도를 의도적으로 제한해야 하는 보안과 성능 분석 기능 간의 상충 관계(Trade-off)가 발생합니다 [12-14, 19].
---
*Last updated: 2026-04-19*
- Raw Source: [[00_Raw/2026-04-20/Spectre.md]]
- Raw Source: 00_Raw/2026-04-20/Spectre.md
---