XML External Entity [XXE] - hpAndro Vulnerable Application Challenge

Опубликовано: 24 Май 2026
на канале: Android AppSec
696
9

🚩 CTF Link : http://ctf.hpandro.raviramesh.info
♚ All application on Playstore: https://play.google.com/store/apps/de...
♛ Consolidate challenges app: https://play.google.com/store/apps/de...
🔊 YouTube Channel:    / androidappsec  
🟦 Facebook Page:   / hpandro1337  
🔷Twitter handle :   / hpandro1337  

#XXE
====
#XML eXternal #Entity injection (XXE), which is now part of the OWASP Top 10 via the point #A4, is a type of attack against an application that parses XML input.

XXE issue is referenced under the ID #611 in the Common Weakness Enumeration referential.

This attack occurs when untrusted XML input containing a reference to an external entity is processed by a weakly configured XML #parser.

This attack may lead to the disclosure of confidential data, denial of service, Server Side Request Forgery (SSRF), port scanning from the perspective of the machine where the parser is located, and other system impacts. The following guide provides concise information to prevent this vulnerability.

For more information on XXE, please visit https://en.wikipedia.org/wiki/XML_ext....

More about the attack and prevention please follow : https://cheatsheetseries.owasp.org/ch...