Proposal: Add Attack Type Classification to Malware Advisories
Chưa có ai nhận issue này.
Đánh giá
- Độ khó
- 5/5
- Thời gian dự kiến
- Hơn một tuần
- Mức phù hợp với người mới
- 30/100
- Loại issue
- Tính năng
- Độ rõ ràng
- Khá rõ ràng
- Mức độ hoạt động
- Đình trệ
- Công nghệ
- github
- Lĩnh vực
- security
Hướng nghiên cứu
Bắt đầu với OSV Schema Documentation và dữ liệu malware advisory hiện có trong database_specific, sau đó lần theo các điểm tích hợp của nhóm bảo mật npm và GitHub Advisory Database. Công việc được coi là hoàn tất khi metadata về các cuộc tấn công được phân loại, được xuất tương thích, và Dependabot chọn lọc cảnh báo về các loại tấn công có tác động cao, đồng thời mặc định ngăn các cuộc tấn công thay thế.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Mô tả
Proposal: Add Attack Type Classification to Malware Advisories
Problem Statement
The current malware advisory system in the GitHub Advisory Database creates a significant security coverage gap. Dependabot suppresses all malware advisories due to high false positive rates from substitution attacks, but this blanket suppression also prevents alerts for critical threats like legitimate maintainer account compromises.
Recent Critical Incidents Missed by Dependabot
September 8-9, 2025: The qix account compromise affected 18+ popular packages (chalk, debug, ansi-styles) with 2+ billion weekly downloads. Malware was designed to steal cryptocurrency by intercepting wallet transactions.
- Advisory: GHSA-8mgj-vmr8-frr6 (debug), GHSA-ch7m-m9rf-8gvv (color-convert), etc.
- Result: Dependabot users received NO alerts despite critical compromise
August 26, 2025: The nx package compromise affected 3.5M+ weekly downloads, harvesting credentials, GitHub tokens, and cryptocurrency wallets from developer machines.
- Advisory: GHSA-cxm3-wv7p-598c
- Result: Dependabot users received NO alerts despite supply chain injection
Current Advisory Quality Issues
Malware advisories currently use generic boilerplate text regardless of attack type:
Any computer that has this package installed or running should be considered fully compromised.
All secrets and keys stored on that computer should be rotated immediately from a different computer...
This provides no actionable intelligence to distinguish between:
- Low-impact substitution attacks (typosquatting, registry confusion)
- High-impact account compromises (legitimate maintainer takeovers)
- Supply chain injections (CI/CD pipeline compromises)
Proposed Solution
Add Attack Type Classification to Malware Advisories
Extend the OSV format's database_specific field to include structured attack metadata:
{
"database_specific": {
"github_reviewed": true,
"github_reviewed_at": "2025-09-09T...",
"attack_type": "account-compromise",
"attack_vector": "phishing",
"payload_classification": "credential-stealer",
"scope": "single-maintainer"
}
}
Proposed Attack Type Taxonomy
substitution- Registry confusion, typosquatting, name similarity attacksaccount-compromise- Legitimate maintainer account takeoverssupply-chain-injection- CI/CD pipeline compromises, build system attacksdirect-malware- Intentionally malicious packages from malicious actorsinfrastructure-compromise- Third-party infrastructure takeovers (like fsevents cloud storage)
Enhanced Dependabot Logic
This would enable selective alerting:
- Alert on:
account-compromise,supply-chain-injection,direct-malware,infrastructure-compromise - Suppress by default:
substitution(with user opt-in available)
Benefits
1. Addresses Critical Security Gap
- Restores Dependabot coverage for legitimate high-impact threats
- Maintains noise reduction for substitution attacks
- Provides actionable threat intelligence
2. Improves Data Quality
- Forces structured analysis instead of generic templates
- Enables better threat intelligence and trend analysis
- Supports more sophisticated security tooling
3. Maintains Backward Compatibility
- Uses existing OSV
database_specificextensibility - No breaking changes to current advisory format
- Graceful degradation for tools that don't support new fields
4. Industry-Wide Impact
- Other security tools can leverage structured threat data
- Enables research on attack trends and patterns
- Sets precedent for structured malware classification
Implementation Path
Phase 1: npm Security Team Enhancement
- npm security team adds attack type classification during initial malware analysis
- Updates data pipeline to GitHub Advisory Database
Phase 2: GitHub Advisory Database Integration
- Add attack type fields to malware advisory templates
- Update OSV export format to include structured metadata
- Maintain API backward compatibility
Phase 3: Dependabot Logic Updates
- Implement selective alerting based on attack types
- Monitor false positive/negative rates
Technical Considerations
OSV Schema Compatibility
The OSV format explicitly supports this via database_specific fields:
"The database_specific field is a JSON object holding additional information... entirely defined by the database and beyond the scope of this document."
Precedent for Structured Metadata
GitHub already provides structured prioritization data:
- CVSS scores and severity ratings
- CWE identifiers
- EPSS scores for exploit likelihood
Attack type classification follows this established pattern.
Call to Action
Short-term: Begin classifying new malware reports with attack types
Medium-term: Implement Dependabot selective alerting
The recent chalk/debug and nx incidents demonstrate that the current system fails to protect developers from the most serious supply chain threats. This proposal provides a practical solution that balances security coverage with noise reduction.
External References:
- Ngôn ngữ chính
- Không có dữ liệu ngôn ngữ
- Star
- 2.5k
- Fork
- 772
- Merge trung bình
- 3 ngày 15 giờ
- Pull request đã merge (30 ngày)
- 46
Hướng dẫn đóng góp
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Issue khác của github/advisory-database
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 68/100
github/advisory-database#9255 ·
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 72/100
github/advisory-database#9164 · 1 reaction ·
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 72/100
github/advisory-database#8994 ·
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 68/100
github/advisory-database#8898 · 4 bình luận · 1 reaction ·
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 72/100
github/advisory-database#8841 ·
Tất cả issue của github/advisory-database
Issue tương tự
-
needs-triage
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 75/100
-
Nmap
Độ khó 1/5 Dưới một giờ Mức phù hợp với người mới 85/100
-
Mend: dependency security vulnerability untriaged
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 70/100
-
blocklist removal
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 65/100
MetaMask/eth-phishing-detect#296544 ·
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 70/100
Azure/azure-functions-docker#1257 ·