This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

insecure default exception

Hello,

maybe I misunderstand the predefined regular expressions which exclude Microsoft URLs from the antivirus filter, but it seems to me as if the could be compromised by using the right domain name. The ASG has a predefined exception "Microsoft Windows Update [Allows Windows Update without content scanning side effects.]" which skips "Authentication / Antivirus / Extension blocking / URL Filter / Content Removal" from URLs matching this regular expressions:

^https?://[A-Za-z0-9.-]*windowsupdate.com/
^https?://[A-Za-z0-9.-]*microsoft.com/

According to this expression I can simply create a website e.g. http://www.a-virus-from-microsoft.com and upload any malware on this site. The ASG will never scan the content because the domain ends with microsoft.com.
The problem could be solved by changing these URLs to: 

^https?://windowsupdate.com/
^https?://microsoft.com/
^https?://[A-Za-z0-9.-]*\.windowsupdate.com/
^https?://[A-Za-z0-9.-]*\.microsoft.com/

The same problem exists with the adobe.com and apple.com exception.

It would be great if Astaro would change this with the next version.


This thread was automatically locked due to age.
Parents
  • Wait a moment. In my v7 I see this text in exception:

    Target Domains:
    windowsupdate.com
    microsoft.com
    au.download.windowsupdate.com
    download.windowsupdate.com

    So, target domainsnot URL! I think regex are not applied here... am I wrong? [:O] Is this different in v8?

    Edit: Sorry, I have seen in this moment the screenshot, in v8 the domains are replaced by urls. So, v7 is "bug free", isn't it?
  • Wait a moment. In my v7 I see this text in exception:

    Target Domains:
    windowsupdate.com
    microsoft.com
    au.download.windowsupdate.com
    download.windowsupdate.com

    So, target domainsnot URL! I think regex are not applied here... am I wrong? [:O] Is this different in v8?

    Edit: Sorry, I have seen in this moment the screenshot, in v8 the domains are replaced by urls. So, v7 is "bug free", isn't it?



    That's what I thought too, but it turns out not to be true.  Regex is applied even to the target domains section.  That's what I was talking about in my earlier post.
  • That's what I thought too, but it turns out not to be true.  Regex is applied even to the target domains section.  That's what I was talking about in my earlier post.


    I think that the behaviour changed from v7 to v8, I'm quite sure that in v7 regex are not used...
Reply
  • That's what I thought too, but it turns out not to be true.  Regex is applied even to the target domains section.  That's what I was talking about in my earlier post.


    I think that the behaviour changed from v7 to v8, I'm quite sure that in v7 regex are not used...
Children
No Data