Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"schema_version": "1.4.0",
"id": "GHSA-mq3p-rrmp-79jg",
"modified": "2026-01-13T21:55:29Z",
"modified": "2026-01-13T22:15:33Z",
"published": "2026-01-13T21:55:29Z",
"aliases": [
"CVE-2026-22868"
],
"summary": "go-ethereum is vulnerable to high CPU usage leading to DoS via malicious p2p message",
"details": "**Impact**\n\nAn attacker can cause high CPU usage by sending a specially crafted p2p message.\nMore details to be released later.\n\n**Credit**\n\nThis issue was reported to the Ethereum Foundation Bug Bounty Program by @Yenya030",
"details": "**Impact**\n\nAn attacker can cause high CPU usage by sending a specially crafted p2p message.\nMore details to be released later.\n\n**Credit**\n\nThis issue was reported to the Ethereum Foundation Bug Bounty Program by @Yenya030\n🚀 طريقة الاستخدام:\n# في مستودع npm الخاص بك\n\n# 1. إنشاء الملف\nnano SECURITY.md\n# [الصق المحتوى من الـ Artifact]\n\n# 2. إنشاء مجلد السكريبتات\nmkdir -p scripts\nmkdir -p security-reports\nmkdir -p backups\n\n# 3. إضافة السكريبتات\n# (الصق الكود من الـ Artifact في ملفات منفصلة)\n\n# 4. إنشاء GitHub Actions\nmkdir -p .github/workflows\nnano .github/workflows/warrior-security.yml\n# [الصق كود الـ workflow]\n\n# 5. رفع كل شيء\ngit add .\ngit commit -m \"🛡️ FORTRESS MODE ACTIVATED - npm Under Warrior Protection\"\ngit push origin main",
"severity": [
{
"type": "CVSS_V4",
Expand Down
Loading