VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/pot-insecure.dita

最後變更 在這個檔案是 108297,由 vboxsync 提交於 4 週 前

Docs: bugref:10705. The following commits from doc's team git repo has been applied:

38ede4e3c915bbab9000b1b990e187daa07b4f61 Created 7.2 books from the 7.1 content with new part numbers, variables and removed non-7.2 content.
0951cfa5daf57ec2a81e36d335f14d8b4f2acd87 Merge branch 'Finalise_seamless_windows' into 'main'
b9e418eb08b28c6353e3f4534c7e360269cf5eef Included Klaus' feedback on known issues, moved some.
373130ebe466a21f4271e2ac36f11709c3697093 Initial edits to troubleshooting topics
a7459a9a24b73b4d268a751fba85e595ad6f35db Restructured and updated troubleshooting section
e3f67c800044e585a4428a4fc76016980269301b Added comments for future work
dcc46e566f3d269e5994d83cc5421532421fa639 Initial restructuring to move topics into suitable sections
e7b6f99bf86526813fcbe96903cf0c2652952eb0 removed Guest Control known issue. Info now in CLI topics
0209a6a155f460eaba79bcf0d0f34d8460413868 Reworded clipboard intro to be clear it requires GUI, made config a separate chapter
94f883f2b38dc281e759878880280370aa517d5c Included feedback from Brent on troubleshooting
ac1c0c919eeb58b1db478ca66e825ea89eb7a1a8 Removed preface, consolidated intro topics
7117e423ecdc1841b2bbca1aafda1c43ae38f7ea More restructuring and removing duplication
c8728eee82bd4081ab6f0500b32068c8f6749bc2 Updated intro and more restructuring
25389ab0df09df59f8f5f517f15590a917bb66a1 Added link to support and licensing
981ba048798bf7985f2c230fe97172d587e25fd6 7.2 updates for 3d acceleration
e95113d1da7ccf299642cd3368804e319e2bf3ca Updated diagram in intro, and filename
5c4555249e12738e55e9b8a0710f83ee7d4a9e61 New filenames, ids for intro
abf8d5092aea7f1fd4e9b7dbab578d615579eb4e Updated diagram to higher res

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 3.6 KB
 
1<?xml version='1.0' encoding='UTF-8'?>
2<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
3<topic xml:lang="en-us" id="pot-insecure">
4 <title>Potentially Insecure Operations</title>
5
6 <body>
7 <p>
8 The following features of <ph conkeyref="vbox-conkeyref-phrases/product-name"/> can present security
9 problems:
10 </p>
11 <ul>
12 <li>
13 <p>
14 When teleporting a machine, the data stream through which
15 the machine's memory contents are transferred from one host
16 to another is not encrypted. A third party with access to
17 the network through which the data is transferred could
18 therefore intercept that data. An SSH tunnel could be used
19 to secure the connection between the two hosts. But when
20 considering teleporting a VM over an untrusted network the
21 first question to answer is how both VMs can securely access
22 the same virtual disk image with a reasonable performance.
23 </p>
24 <p>
25 If the network is not sufficiently trusted, the password
26 should be changed for each teleportation as a third party
27 could detect the unecrypted password hash when it is
28 transferred between the target and source host machines.
29 </p>
30 </li>
31 <li>
32 <p>
33 When <xref href="guestadd-pagefusion.dita">Page Fusion</xref>,
34 is enabled, it is possible that a side-channel opens up that
35 enables a malicious guest to determine the address space of
36 another VM running on the same host layout. For example,
37 where DLLs are typically loaded. This information leak in
38 itself is harmless, however the malicious guest may use it
39 to optimize attack against that VM through unrelated attack
40 vectors. It is recommended to only enable Page Fusion if you
41 do not think this is a concern in your setup.
42 </p>
43 </li>
44 <li>
45 <p>
46 When using the <ph conkeyref="vbox-conkeyref-phrases/product-name"/> web service to control an
47 <ph conkeyref="vbox-conkeyref-phrases/product-name"/> host remotely, connections to the web
48 service, over which the API calls are transferred using SOAP
49 XML, are not encrypted. They use plain HTTP by default. This
50 is a potential security risk. For details about the web
51 service, see <xref href="VirtualBoxAPI.dita#VirtualBoxAPI"/>.
52 </p>
53 <p>
54 The web services are not started by default. See
55 <xref href="vboxwebsrv-daemon.dita#vboxwebsrv-daemon"/> to find out how to start
56 this service and how to enable SSL/TLS support. It has to be
57 started as a regular user and only the VMs of that user can
58 be controlled. By default, the service binds to localhost
59 preventing any remote connection.
60 </p>
61 </li>
62 <li>
63 <p>
64 Traffic sent over a UDP Tunnel network attachment is not
65 encrypted. You can either encrypt it on the host network
66 level, with IPsec, or use encrypted protocols in the guest
67 network, such as SSH. The security properties are similar to
68 bridged Ethernet.
69 </p>
70 </li>
71 <li>
72 <p>
73 Because of shortcomings in older Windows versions, using
74 <ph conkeyref="vbox-conkeyref-phrases/product-name"/> on Windows versions older than Vista with
75 Service Pack 1 is not recommended.
76 </p>
77 </li>
78 </ul>
79 </body>
80
81</topic>
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette