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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2019-10405 β€” AI Deep Analysis Summary

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Jenkins leaks HttpOnly cookies on `/whoAmI`. <br>πŸ’₯ **Consequences**: Attackers steal authentication credentials. <br>πŸ“‰ **Impact**: Full account takeover via stolen cookies.

Q2Root Cause? (CWE/Flaw)

πŸ› οΈ **Root Cause**: Configuration error. <br>❌ **Flaw**: The system prints sensitive cookie values despite `HttpOnly` flags. <br>πŸ“Œ **CWE**: Not specified in data.

Q3Who is affected? (Versions/Components)

🏒 **Vendor**: CloudBees Jenkins / Hudson Labs. <br>πŸ“¦ **Affected**: Versions ≀ 2.196. <br>πŸ“¦ **LTS Affected**: Versions ≀ 2.176.3.

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Action**: Steal cookie-based auth credentials. <br>πŸ”“ **Privileges**: Gain unauthorized access. <br>πŸ“‚ **Data**: Sensitive session info exposed via `/whoAmI`.

Q5Is exploitation threshold high? (Auth/Config)

πŸ”‘ **Auth**: Unauthenticated access possible. <br>βš™οΈ **Config**: Exploits misconfiguration. <br>πŸ“Š **Threshold**: Low. Easy to trigger if URL is exposed.

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

πŸ“œ **PoC**: Yes, available via Nuclei templates. <br>🌍 **Exploit**: Publicly documented. <br>⚠️ **Risk**: High visibility in security communities.

Q7How to self-check? (Features/Scanning)

πŸ” **Check**: Scan `/whoAmI` endpoint. <br>πŸ§ͺ **Tool**: Use Nuclei or similar scanners. <br>πŸ‘€ **Look**: Check if cookie values are printed in response.

Q8Is it fixed officially? (Patch/Mitigation)

πŸ›‘οΈ **Fix**: Upgrade Jenkins. <br>πŸ“ˆ **Target**: Version > 2.196 or LTS > 2.176.3. <br>βœ… **Status**: Official advisory released.

Q9What if no patch? (Workaround)

🚧 **Workaround**: Restrict access to `/whoAmI`. <br>🚫 **Block**: Prevent unauthenticated requests. <br>πŸ”’ **Limit**: Use WAF rules to block sensitive endpoints.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Priority**: HIGH. <br>⏳ **Urgency**: Patch immediately. <br>πŸ“’ **Reason**: Easy exploitation, direct credential theft.