VM Page #1064

Closed
ghbjklhv1 wants to merge 14 commits from patch-10 into master
4 changed files with 40 additions and 0 deletions
Showing only changes of commit e8fdf4d628 - Show all commits

View File

@ -9,7 +9,7 @@
Mikaela commented 2019-07-30 10:58:01 +00:00 (Migrated from github.com)
Review

I am not sure if this is so useful link, it's possible to break out into vulnerable virtual machine, so it's important to keep it up-to-date and it's also easier to do the reverse.

I am not sure if this is so useful link, it's possible to break out into vulnerable virtual machine, so it's important to keep it up-to-date and it's also easier to do the reverse.
Mikaela commented 2019-07-30 10:58:01 +00:00 (Migrated from github.com)
Review

I am not sure if this is so useful link, it's possible to break out into vulnerable virtual machine, so it's important to keep it up-to-date and it's also easier to do the reverse.

I am not sure if this is so useful link, it's possible to break out into vulnerable virtual machine, so it's important to keep it up-to-date and it's also easier to do the reverse.
ghbjklhv1 commented 2019-08-01 04:14:23 +00:00 (Migrated from github.com)
Review

If this is the general consensus, I'll remove it.

If this is the general consensus, I'll remove it.
ghbjklhv1 commented 2019-08-01 04:14:23 +00:00 (Migrated from github.com)
Review

If this is the general consensus, I'll remove it.

If this is the general consensus, I'll remove it.
<ol>
<li><strong>Choosing a strong hyperviser.</strong>
djoate commented 2019-10-26 20:42:42 +00:00 (Migrated from github.com)
Review
  <li><strong>Choosing a strong hypervisor</strong>
```suggestion <li><strong>Choosing a strong hypervisor</strong> ```
<ul>
<li>Use one that is href="https://www.wikipedia.org/wiki/Free_software">free software</a> like QEMU</li>
Mikaela commented 2019-07-30 10:58:01 +00:00 (Migrated from github.com)
Review

I am not sure if this is so useful link, it's possible to break out into vulnerable virtual machine, so it's important to keep it up-to-date and it's also easier to do the reverse.

I am not sure if this is so useful link, it's possible to break out into vulnerable virtual machine, so it's important to keep it up-to-date and it's also easier to do the reverse.
ghbjklhv1 commented 2019-08-01 04:14:23 +00:00 (Migrated from github.com)
Review

If this is the general consensus, I'll remove it.

If this is the general consensus, I'll remove it.
<li>Use one that is <a href="https://www.wikipedia.org/wiki/Free_software">free software</a> like QEMU</li>
Mikaela commented 2019-07-30 10:51:47 +00:00 (Migrated from github.com)
Review

There is a dot missing in the end while other lines end to a dot.

There is a dot missing in the end while other lines end to a dot.
Mikaela commented 2019-07-30 10:52:54 +00:00 (Migrated from github.com)
Review

How about Virtualbox OSE/CE? I don't remember which name it is. I haven't used QEMU personally that I remember of.

How about Virtualbox OSE/CE? I don't remember which name it is. I haven't used QEMU personally that I remember of.
Mikaela commented 2019-07-30 10:58:01 +00:00 (Migrated from github.com)
Review

I am not sure if this is so useful link, it's possible to break out into vulnerable virtual machine, so it's important to keep it up-to-date and it's also easier to do the reverse.

I am not sure if this is so useful link, it's possible to break out into vulnerable virtual machine, so it's important to keep it up-to-date and it's also easier to do the reverse.
ghbjklhv1 commented 2019-08-01 04:08:52 +00:00 (Migrated from github.com)
Review

If I remember properly, Virtual box uses non-free code for GPU exceleration.

I've looked at others too, like GNOME (Linux) boxes and VMM (OpenBSD and UNIX-based OSes) but they only support a few platforms.

XEN also looked promising, but if I remember properly they don't work on any LIbreboot laptop and many Coreboot machines as they require non-free code for the CPU.

QEMU-kvm may require non-free code as well.

If I remember properly, Virtual box uses non-free code for GPU exceleration. I've looked at others too, like GNOME (Linux) boxes and VMM (OpenBSD and UNIX-based OSes) but they only support a few platforms. XEN also looked promising, but if I remember properly they don't work on any LIbreboot laptop and many Coreboot machines as they require non-free code for the CPU. QEMU-kvm may require non-free code as well.
ghbjklhv1 commented 2019-08-01 04:14:23 +00:00 (Migrated from github.com)
Review

If this is the general consensus, I'll remove it.

If this is the general consensus, I'll remove it.
djoate commented 2019-10-26 20:55:16 +00:00 (Migrated from github.com)
Review
      <li>Use one that is <a href="https://www.wikipedia.org/wiki/Free_software">free software</a> like QEMU.</li>
```suggestion <li>Use one that is <a href="https://www.wikipedia.org/wiki/Free_software">free software</a> like QEMU.</li> ```
<li>Stay wary of KVM as it can be a security risk (accesses kernel).</li>
Mikaela commented 2019-07-30 10:53:06 +00:00 (Migrated from github.com)
Review

Citation needed?

Citation needed?
ghbjklhv1 commented 2019-08-01 04:09:50 +00:00 (Migrated from github.com)
Review

KVM's in general widen your attack surface.

For more info just look up the micro vs monolithic kernel debate.
Gives you plenty of information and instances.

KVM's in general widen your attack surface. For more info just look up the micro vs monolithic kernel debate. Gives you plenty of information and instances.
<li>Choose one with managable settings like shared clipboard.</li>
Mikaela commented 2019-07-30 10:54:27 +00:00 (Migrated from github.com)
Review

Is shared clipboard a secure setting? What if untrusted application from the VM copies a malicious script to your clipboard and you accidentally paste it to your root terminal or it includes sudo while your sudo cooke is still in force? What do you mean with manageable settings here?

Is shared clipboard a secure setting? What if untrusted application from the VM copies a malicious script to your clipboard and you accidentally paste it to your root terminal or it includes `sudo` while your sudo cooke is still in force? What do you mean with manageable settings here?
ghbjklhv1 commented 2019-08-01 04:11:10 +00:00 (Migrated from github.com)
Review

Is shared clipboard a secure setting?

It is handy, but it generally should be turned off.

manageable settings

I mean that you (the user) should be able to control it.


Not sure what edit your recommending (if any) :)

> Is shared clipboard a secure setting? It is handy, but it generally should be turned off. > manageable settings I mean that you (the user) should be able to control it. __________ Not sure what edit your recommending (if any) :)
djoate commented 2019-10-26 20:58:48 +00:00 (Migrated from github.com)
Review
      <li>Choose one with manageable settings like shared clipboard.</li>
```suggestion <li>Choose one with manageable settings like shared clipboard.</li> ```
</ul>

Mikaela commented 2019-07-30 10:58:01 +00:00 (Migrated from github.com)
Review

I am not sure if this is so useful link, it's possible to break out into vulnerable virtual machine, so it's important to keep it up-to-date and it's also easier to do the reverse.

I am not sure if this is so useful link, it's possible to break out into vulnerable virtual machine, so it's important to keep it up-to-date and it's also easier to do the reverse.
Mikaela commented 2019-07-30 10:58:01 +00:00 (Migrated from github.com)
Review

I am not sure if this is so useful link, it's possible to break out into vulnerable virtual machine, so it's important to keep it up-to-date and it's also easier to do the reverse.

I am not sure if this is so useful link, it's possible to break out into vulnerable virtual machine, so it's important to keep it up-to-date and it's also easier to do the reverse.
ghbjklhv1 commented 2019-08-01 04:14:23 +00:00 (Migrated from github.com)
Review

If this is the general consensus, I'll remove it.

If this is the general consensus, I'll remove it.
ghbjklhv1 commented 2019-08-01 04:14:23 +00:00 (Migrated from github.com)
Review

If this is the general consensus, I'll remove it.

If this is the general consensus, I'll remove it.