Goal Reached Thanks to every supporter β€” we hit 100%!

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2024-28255 β€” AI Deep Analysis Summary

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: OpenMetadata's JWT Filter has a logic flaw. It skips validation for excluded endpoints. πŸ›‘ **Consequences**: Attackers can bypass authentication entirely.…

Q2Root Cause? (CWE/Flaw)

πŸ” **Root Cause**: **CWE-287** (Improper Authentication). The `JwtFilter` checks if the path *contains* an excluded string.…

Q3Who is affected? (Versions/Components)

πŸ‘₯ **Affected**: **OpenMetadata** platform. πŸ“¦ **Version**: Vulnerable versions prior to **1.2.4**. 🏒 **Vendor**: open-metadata. Any instance running older versions is at risk. ⚠️

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Hackers' Power**: Bypass auth ➑️ Access sensitive endpoints. 🎯 **Specifics**: Trigger **SpEL expression injection**. πŸ“‰ **Impact**: Full **RCE** (Remote Code Execution). Complete control over the server.…

Q5Is exploitation threshold high? (Auth/Config)

πŸ“Š **Threshold**: **LOW**. 🌐 **Network**: Attackable remotely (AV:N). πŸ”‘ **Auth**: **None required** (PR:N) due to bypass. πŸ–±οΈ **UI**: No user interaction needed (UI:N). πŸ“ˆ **Complexity**: Low (AC:L). Easy to exploit! πŸš€

Q6Is there a public Exp? (PoC/Wild Exploitation)

πŸ’£ **Public Exp**: **YES**. πŸ“‚ **PoC**: Available on GitHub (YongYe-Security). πŸ§ͺ **Scanner**: Nuclei templates exist. 🌍 **Wild Exp**: Batch scanning tools are active. ⚠️ **Warning**: Tool is for security testing only! πŸ›‘

Q7How to self-check? (Features/Scanning)

πŸ”Ž **Self-Check**: Use **Nuclei** with CVE-2024-28255 template. 🐍 **Python**: Run the specific PoC script. πŸ“‘ **Scan**: Look for the path parameter bypass pattern.…

Q8Is it fixed officially? (Patch/Mitigation)

πŸ› οΈ **Fixed**: **YES**. πŸ“¦ **Patch**: Upgrade to **OpenMetadata v1.2.4** or later. πŸ”’ **Resolution**: The filter logic was corrected to validate JWT properly. πŸ“… **Published**: March 15, 2024.…

Q9What if no patch? (Workaround)

🚧 **No Patch?**: **No known workarounds**. 🚫 **Limitation**: Cannot simply block IPs or use WAF rules easily due to path manipulation. πŸ›‘ **Advice**: If you can't patch, isolate the service.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL**. 🚨 **Priority**: **P0 / Immediate Action**. πŸ“‰ **CVSS**: 9.8 (Critical). πŸ’₯ **Impact**: Full RCE. πŸƒβ€β™‚οΈ **Action**: Patch NOW. Do not wait. This is a high-severity, easily exploitable flaw. ⏳