Go to file
Christian Schoenebeck 52200a311a 9pfs: prevent opening special files (CVE-2023-2861)
The 9p protocol does not specifically define how server shall behave when
client tries to open a special file, however from security POV it does
make sense for 9p server to prohibit opening any special file on host side
in general. A sane Linux 9p client for instance would never attempt to
open a special file on host side, it would always handle those exclusively
on its guest side. A malicious client however could potentially escape
from the exported 9p tree by creating and opening a device file on host
side.

With QEMU this could only be exploited in the following unsafe setups:

  - Running QEMU binary as root AND 9p 'local' fs driver AND 'passthrough'
    security model.

or

  - Using 9p 'proxy' fs driver (which is running its helper daemon as
    root).

These setups were already discouraged for safety reasons before,
however for obvious reasons we are now tightening behaviour on this.

Fixes: CVE-2023-2861
Reported-by: Yanwu Shen <ywsPlz@gmail.com>
Reported-by: Jietao Xiao <shawtao1125@gmail.com>
Reported-by: Jinku Li <jkli@xidian.edu.cn>
Reported-by: Wenbo Shen <shenwenbo@zju.edu.cn>
Signed-off-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
Reviewed-by: Greg Kurz <groug@kaod.org>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Message-Id: <E1q6w7r-0000Q0-NM@lizzy.crudebyte.com>
Signed-off-by: zeng_chi <zengchi@kylinos.cn>
2024-03-18 16:43:45 +08:00
.github/workflows New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
.gitlab/issue_templates New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
.gitlab-ci.d New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
accel New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
audio New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
authz New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
backends New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
block block: fix detect-zeroes= with BDRV_REQ_REGISTERED_BUF 2023-11-27 17:58:28 +08:00
bsd-user New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
chardev New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
common-user New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
configs New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
contrib New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
crypto New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
debian Fix CVE-2023-5088 2024-02-04 17:23:25 +08:00
disas New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
docs New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
dtc New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
dump New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
ebpf New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
fpu New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
fsdev 9pfs: prevent opening special files (CVE-2023-2861) 2024-03-18 16:43:45 +08:00
gdb-xml New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
hw 9pfs: prevent opening special files (CVE-2023-2861) 2024-03-18 16:43:45 +08:00
include A new virtio pci device named virtio-vcpu-stall-watchdog-pci 2023-07-17 14:47:54 +08:00
io New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
libdecnumber New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
linux-headers New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
linux-user [PATCH, HACK]: linux-user: handle binfmt-misc P flag as a separate exe name 2022-11-09 22:24:21 +08:00
meson New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
migration New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
monitor New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
nbd New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
net New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
pc-bios New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
plugins New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
po New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
python New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
qapi New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
qga New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
qobject New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
qom New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
replay New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
roms slof-spelling-seperator 2022-11-09 22:24:24 +08:00
scripts meson: accept relative symlinks in "meson introspect --installed" data 2023-07-26 09:04:22 +00:00
scsi New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
semihosting New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
slirp New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
softmmu New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
storage-daemon New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
stubs New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
subprojects New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
target New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
tcg New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
tests hw/scsi/lsi53c895a: Fix reentrancy issues in the LSI controller (CVE-2023-0330) 2023-09-25 14:25:01 +08:00
tools New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
trace New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
ui New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
util Note missing module package name 2022-11-09 22:24:22 +08:00
.cirrus.yml New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
.dir-locals.el New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
.editorconfig New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
.exrc New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
.gdbinit New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
.gitattributes New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
.gitignore New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
.gitlab-ci.yml New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
.gitmodules New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
.gitpublish New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
.mailmap New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
.patchew.yml New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
.readthedocs.yml New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
.travis.yml New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
COPYING New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
COPYING.LIB New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
Kconfig New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
Kconfig.host New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
LICENSE New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
MAINTAINERS New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
Makefile New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
README.rst New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
VERSION New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
block.c New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
blockdev-nbd.c New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
blockdev.c New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
blockjob.c New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
configure New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
cpu.c New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
cpus-common.c New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
disas.c New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
event-loop-base.c New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
gdbstub.c New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
gitdm.config New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
hmp-commands-info.hx New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
hmp-commands.hx New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
iothread.c New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
job-qmp.c New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
job.c New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
memory_ldst.c.inc New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
meson.build do not include pc-bios/meson.build from main build as we build all firmware separately 2022-11-09 22:24:21 +08:00
meson_options.txt New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
module-common.c New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
os-posix.c New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
os-win32.c New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
page-vary-common.c New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
page-vary.c New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
qemu-bridge-helper.c New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
qemu-edid.c New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
qemu-img-cmds.hx New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
qemu-img.c New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
qemu-io-cmds.c New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
qemu-io.c New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
qemu-keymap.c New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
qemu-nbd.c New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
qemu-options.hx New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
qemu.nsi New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
qemu.sasl New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
replication.c New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
trace-events New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
version.rc New upstream version 7.1.0 2022-11-03 14:19:34 +08:00

README.rst

===========
QEMU README
===========

QEMU is a generic and open source machine & userspace emulator and
virtualizer.

QEMU is capable of emulating a complete machine in software without any
need for hardware virtualization support. By using dynamic translation,
it achieves very good performance. QEMU can also integrate with the Xen
and KVM hypervisors to provide emulated hardware while allowing the
hypervisor to manage the CPU. With hypervisor support, QEMU can achieve
near native performance for CPUs. When QEMU emulates CPUs directly it is
capable of running operating systems made for one machine (e.g. an ARMv7
board) on a different machine (e.g. an x86_64 PC board).

QEMU is also capable of providing userspace API virtualization for Linux
and BSD kernel interfaces. This allows binaries compiled against one
architecture ABI (e.g. the Linux PPC64 ABI) to be run on a host using a
different architecture ABI (e.g. the Linux x86_64 ABI). This does not
involve any hardware emulation, simply CPU and syscall emulation.

QEMU aims to fit into a variety of use cases. It can be invoked directly
by users wishing to have full control over its behaviour and settings.
It also aims to facilitate integration into higher level management
layers, by providing a stable command line interface and monitor API.
It is commonly invoked indirectly via the libvirt library when using
open source applications such as oVirt, OpenStack and virt-manager.

QEMU as a whole is released under the GNU General Public License,
version 2. For full licensing details, consult the LICENSE file.


Documentation
=============

Documentation can be found hosted online at
`<https://www.qemu.org/documentation/>`_. The documentation for the
current development version that is available at
`<https://www.qemu.org/docs/master/>`_ is generated from the ``docs/``
folder in the source tree, and is built by `Sphinx
<https://www.sphinx-doc.org/en/master/>`_.


Building
========

QEMU is multi-platform software intended to be buildable on all modern
Linux platforms, OS-X, Win32 (via the Mingw64 toolchain) and a variety
of other UNIX targets. The simple steps to build QEMU are:


.. code-block:: shell

  mkdir build
  cd build
  ../configure
  make

Additional information can also be found online via the QEMU website:

* `<https://wiki.qemu.org/Hosts/Linux>`_
* `<https://wiki.qemu.org/Hosts/Mac>`_
* `<https://wiki.qemu.org/Hosts/W32>`_


Submitting patches
==================

The QEMU source code is maintained under the GIT version control system.

.. code-block:: shell

   git clone https://gitlab.com/qemu-project/qemu.git

When submitting patches, one common approach is to use 'git
format-patch' and/or 'git send-email' to format & send the mail to the
qemu-devel@nongnu.org mailing list. All patches submitted must contain
a 'Signed-off-by' line from the author. Patches should follow the
guidelines set out in the `style section
<https://www.qemu.org/docs/master/devel/style.html>`_ of
the Developers Guide.

Additional information on submitting patches can be found online via
the QEMU website

* `<https://wiki.qemu.org/Contribute/SubmitAPatch>`_
* `<https://wiki.qemu.org/Contribute/TrivialPatches>`_

The QEMU website is also maintained under source control.

.. code-block:: shell

  git clone https://gitlab.com/qemu-project/qemu-web.git

* `<https://www.qemu.org/2017/02/04/the-new-qemu-website-is-up/>`_

A 'git-publish' utility was created to make above process less
cumbersome, and is highly recommended for making regular contributions,
or even just for sending consecutive patch series revisions. It also
requires a working 'git send-email' setup, and by default doesn't
automate everything, so you may want to go through the above steps
manually for once.

For installation instructions, please go to

*  `<https://github.com/stefanha/git-publish>`_

The workflow with 'git-publish' is:

.. code-block:: shell

  $ git checkout master -b my-feature
  $ # work on new commits, add your 'Signed-off-by' lines to each
  $ git publish

Your patch series will be sent and tagged as my-feature-v1 if you need to refer
back to it in the future.

Sending v2:

.. code-block:: shell

  $ git checkout my-feature # same topic branch
  $ # making changes to the commits (using 'git rebase', for example)
  $ git publish

Your patch series will be sent with 'v2' tag in the subject and the git tip
will be tagged as my-feature-v2.

Bug reporting
=============

The QEMU project uses GitLab issues to track bugs. Bugs
found when running code built from QEMU git or upstream released sources
should be reported via:

* `<https://gitlab.com/qemu-project/qemu/-/issues>`_

If using QEMU via an operating system vendor pre-built binary package, it
is preferable to report bugs to the vendor's own bug tracker first. If
the bug is also known to affect latest upstream code, it can also be
reported via GitLab.

For additional information on bug reporting consult:

* `<https://wiki.qemu.org/Contribute/ReportABug>`_


ChangeLog
=========

For version history and release notes, please visit
`<https://wiki.qemu.org/ChangeLog/>`_ or look at the git history for
more detailed information.


Contact
=======

The QEMU community can be contacted in a number of ways, with the two
main methods being email and IRC

* `<mailto:qemu-devel@nongnu.org>`_
* `<https://lists.nongnu.org/mailman/listinfo/qemu-devel>`_
* #qemu on irc.oftc.net

Information on additional methods of contacting the community can be
found online via the QEMU website:

* `<https://wiki.qemu.org/Contribute/StartHere>`_