
maniac at maniac
Jun 13, 2004, 3:52 AM
Post #3 of 3
(2733 views)
Permalink
|
|
Re: Security: contrib/trashscan can be bypassed
[In reply to]
|
|
On Sat, 2004-06-12 at 02:29, Tomasz Kojm wrote: > On Tue, 08 Jun 2004 21:17:31 +0800 > James Lick <jlick [at] drivel> wrote: > > > The ClamAV package has included a procmail filter called trashscan in > > the contrib directory for quite a while now. Unfortunately the filter [snip] > > > # 1. Run TrashScan > > > :0 > > > * multipart > > > * !^X-Virus-Scan: > > > | $TRASHSCAN > > > > > > # 2. Filter tagged virus mails > > > :0: > > > * ^X-Virus-Scan: Suspicious > > > mail.virus [snip] > Thank you for pointing this out, trashscan will be removed from contrib > ASAP. I don't use this feature myself, but this security issue can be fixed easily. Make the header (X-Virus-Scan:) variable... Include a hostname or domainname in it, or let the user provide his own. The default can be seen in some virus-mails, but this protects against those attacks. I myself include something along the lines of: X-Virus-Scanned: scanner.domain.tld -- Mark Janssen <maniac at maniac.nl> ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ Clamav-devel mailing list Clamav-devel [at] lists https://lists.sourceforge.net/lists/listinfo/clamav-devel
|