CVE-2011-4705
https://notcve.org/view.php?id=CVE-2011-4705
The Ming Blacklist Free (vc.software.blacklist) application 1.8.1 and 1.9.2.1 for Android does not properly protect data, which allows remote attackers to read or modify blacklists and a contact list via a crafted application that launches a "data-flow attack." La aplicación Ming Blacklist Free (vc.software.blacklist) v1.8.1 y v1.9.2.1 para Android no protege correctamente los datos, lo que permite a atacantes remotos leer o modificar listas negras y una lista de contacto a través de una aplicación modificada que lanza un "data-flow attack." • http://www4.comp.polyu.edu.hk/~appsec/bugs/CVE-2011-4705-vulnerability-in-Blacklist.html • CWE-264: Permissions, Privileges, and Access Controls •
CVE-2008-7210 – AJchat 0.10 - 'unse' SQL Injection
https://notcve.org/view.php?id=CVE-2008-7210
directory.php in AJchat 0.10 allows remote attackers to bypass input validation and conduct SQL injection attacks via a numeric parameter with a value matching the s parameter's hash value, which prevents the associated $_GET["s"] variable from being unset. NOTE: it could be argued that this vulnerability is due to a bug in the unset PHP command (CVE-2006-3017) and the proper fix should be in PHP; if so, then this should not be treated as a vulnerability in AJChat. directory.php in AJchat 0.10 permite a atacantes remotos saltarse la validación de entrada y conducir ataques de inyección SQL a través de un parámetro numérico con un valor que coincida con el valor hash del parámetro s, lo que previene la variable asociada $_GET["s"] de no ser fijada. NOTA Se podría argumentar que esta vulnerabilidad se debe a un error en el comando PHP unset (CVE-2006-3017) y la corrección adecuada debería ser en PHP, y si es así, entonces esto no debería ser tratado como una vulnerabilidad en ajchat. • https://www.exploit-db.com/exploits/4890 http://www.securityfocus.com/bid/27241 https://exchange.xforce.ibmcloud.com/vulnerabilities/39600 • CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') •