3 matches found
Mozilla Thunderbird 1.5 Address Book Import Remote Denial of Service Vulnerability
No description provided by source. source: http://www.securityfocus.com/bid/16716/info Mozilla Thunderbird is prone to a remote denial-of-service vulnerability. The issue presents itself when the application handles a specially crafted address book file. Mozilla Thunderbird 1.5 is reportedly...
[Full-disclosure] Mozila Thunderbird 1.5 Address Book DoS
Affected: Mozila Thunderbird 1.5 /possibly other versions/ Mozila Thunderbird 1.5 address book allows fields of unlimited size in the address book which leads to a DoS if you import such ldif file POC: create a file.ldif and insert following then import it in address book: n: cn=Test POC by...
XSS bugs and SQL injection in sNews
Official page : http://www.solucija.com/home/snews/ XSS in comments : just post some comment with scriptalert'XSS TEST by securitydot.net';/script FIX : put this on 423 line $r = strreplace "","<",$r; $r = strreplace "","&lg",$r; Injection through categories : index.php?category=120or201=2 FIX ...