Joomla Patches Eight-Year-Old LDAP Injection Vulnerability

Joomla on Tuesday patched a critical LDAP injection vulnerability that had lingered in the content management system for eight years. Attackers could use this bug to steal admin login credentials. Continue reading Joomla Patches Eight-Year-Old LDAP Injection Vulnerability

How do I sanitize LDAP input and prevent injection attacks? What LDAP injection scenarios are possible?

In the following C# example I’m querying AD’s configuration container for Exchange overrides. If the domain name in unsanitised the end user could get LDAP to read a different object then intended.

I’m not sure if other actions other th… Continue reading How do I sanitize LDAP input and prevent injection attacks? What LDAP injection scenarios are possible?