Changes between Version 7 and Version 8 of SecurityIssues


Ignore:
Timestamp:
Jun 10, 2008, 2:01:15 PM (16 years ago)
Author:
Nicolas
Comment:

headings

Legend:

Unmodified
Added
Removed
Modified
  • SecurityIssues

    v7 v8  
    1414BOINC provides mechanisms to reduce the likelihood of some of these attacks.
    1515
    16 '''Result and credit falsification'''
     16== Result and credit falsification ==
    1717
    18 These can be reduced using
    19 [ValidationSummary replication or other result validation methods].
     18These can be reduced using [ValidationSummary replication or other result validation methods].
    2019
    21 '''Malicious executable distribution'''
     20== Malicious executable distribution ==
    2221
    2322BOINC uses [CodeSigning code signing] to prevent this.
     
    2524they will not be able to cause clients to accept a false code file.
    2625
    27 '''Denial of server attacks on data servers'''
     26== Denial of server attacks on data servers ==
    2827
    2928BOINC provides an optional mechanism, '''upload certificates''',
     
    3736and ensures that the amount of data uploaded does not exceed the maximum size.
    3837
    39 '''Theft of participant account information by server attack'''
     38== Theft of participant account information by server attack ==
    4039
    4140Each project must address theft of private account information
     
    5150and volunteer computing in general.
    5251
    53 '''Theft of participant account information by network attack'''
     52== Theft of participant account information by network attack ==
    5453
    5554Attackers sniffing network traffic could get a user's account key,
     
    5756BOINC does nothing to prevent this.
    5857
    59 '''Theft of project files'''
     58== Theft of project files ==
    6059
    6160The input and output files used by BOINC applications are not encrypted.
     
    6463where it is easy to access with a debugger.
    6564
    66 '''Intentional abuse of participant hosts by projects'''
     65== Intentional abuse of participant hosts by projects ==
    6766
    6867BOINC uses account-based sandboxing:
     
    7271applications will have no access to files outside of the BOINC directory.
    7372
    74 '''Accidental abuse of participant hosts by projects'''
     73== Accidental abuse of participant hosts by projects ==
    7574
    7675BOINC prevents some problems: