<?xml version="1.0" encoding="UTF-8"?>
<cvrfdoc xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:cpe="http://cpe.mitre.org/language/2.0" xmlns:cvrf="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/cvrf" xmlns:cvrf-common="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/common" xmlns:cvssv2="http://scap.nist.gov/schema/cvss-v2/1.0" xmlns:cvssv3="https://www.first.org/cvss/cvss-v3.0.xsd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:ns0="http://purl.org/dc/elements/1.1/" xmlns:prod="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/prod" xmlns:scap-core="http://scap.nist.gov/schema/scap-core/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:vuln="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/cvrf">
  <DocumentTitle xml:lang="en">Security update for firejail</DocumentTitle>
  <DocumentType>SUSE Patch</DocumentType>
  <DocumentPublisher Type="Vendor">
    <ContactDetails>security@suse.de</ContactDetails>
    <IssuingAuthority>SUSE Security Team</IssuingAuthority>
  </DocumentPublisher>
  <DocumentTracking>
    <Identification>
      <ID>openSUSE-SU-2022:10016-1</ID>
    </Identification>
    <Status>Final</Status>
    <Version>1</Version>
    <RevisionHistory>
      <Revision>
        <Number>1</Number>
        <Date>2022-06-20T07:21:59Z</Date>
        <Description>current</Description>
      </Revision>
    </RevisionHistory>
    <InitialReleaseDate>2022-06-20T07:21:59Z</InitialReleaseDate>
    <CurrentReleaseDate>2022-06-20T07:21:59Z</CurrentReleaseDate>
    <Generator>
      <Engine>cve-database/bin/generate-cvrf.pl</Engine>
      <Date>2017-02-24T01:00:00Z</Date>
    </Generator>
  </DocumentTracking>
  <DocumentNotes>
    <Note Title="Topic" Type="Summary" Ordinal="1" xml:lang="en">Security update for firejail</Note>
    <Note Title="Details" Type="General" Ordinal="2" xml:lang="en">This update for firejail fixes the following issues:

firejail was updated to version 0.9.70:

- CVE-2022-31214 - root escalation in --join logic (boo#1199148)

  Reported by Matthias Gerstner, working exploit code was provided to our
  development team. In the same time frame, the problem was independently
  reported by Birk Blechschmidt. Full working exploit code was also provided.

- feature: enable shell tab completion with --tab (#4936)
- feature: disable user profiles at compile time (#4990)
- feature: Allow resolution of .local names with avahi-daemon in the apparmor
- profile (#5088)
- feature: always log seccomp errors (#5110)
- feature: firecfg --guide, guided user configuration (#5111)
- feature: --oom, kernel OutOfMemory-killer (#5122)
- modif: --ids feature needs to be enabled at compile time (#5155)
- modif: --nettrace only available to root user
- rework: whitelist restructuring (#4985)
- rework: firemon, speed up and lots of fixes
- bugfix: --private-cwd not expanding macros, broken hyperrogue (#4910)
- bugfix: nogroups + wrc prints confusing messages (#4930 #4933)
- bugfix: openSUSE Leap - whitelist-run-common.inc (#4954)
- bugfix: fix printing in evince (#5011)
- bugfix: gcov: fix gcov functions always declared as dummy (#5028)
- bugfix: Stop warning on safe supplementary group clean (#5114)
- build: remove ultimately unused INSTALL and RANLIB check macros (#5133)
- build: mkdeb.sh.in: pass remaining arguments to ./configure (#5154)
- ci: replace centos (EOL) with almalinux (#4912)
- ci: fix --version not printing compile-time features (#5147)
- ci: print version after install &amp; fix apparmor support on build_apparmor (#5148)
- docs: Refer to firejail.config in configuration files (#4916)
- docs: firejail.config: add warning about allow-tray (#4946)
- docs: mention that the protocol command accumulates (#5043)
- docs: mention inconsistent homedir bug involving --private=dir (#5052)
- docs: mention capabilities(7) on --caps (#5078)
- new profiles: onionshare, onionshare-cli, opera-developer, songrec
- new profiles: node-gyp, npx, semver, ping-hardened
- removed profiles: nvm

update to firejail 0.9.68:

 - security: on Ubuntu, the PPA is now recommended over the distro package (see README.md) (#4748)
 - security: bugfix: private-cwd leaks access to the entire filesystem (#4780); reported by Hugo Osvaldo Barrera
 - feature: remove (some) environment variables with auth-tokens (#4157)
 - feature: ALLOW_TRAY condition (#4510 #4599)
 - feature: add basic Firejail support to AppArmor base abstraction (#3226 #4628)
 - feature: intrusion detection system (--ids-init, --ids-check)
 - feature: deterministic shutdown command (--deterministic-exit-code, --deterministic-shutdown) (#928 #3042 #4635)
 - feature: noprinters command (#4607 #4827)
 - feature: network monitor (--nettrace)
 - feature: network locker (--netlock) (#4848)
 - feature: whitelist-ro profile command (#4740)
 - feature: disable pipewire with --nosound (#4855)
 - feature: Unset TMP if it doesn't exist inside of sandbox (#4151)
 - feature: Allow apostrophe in whitelist and blacklist (#4614)
 - feature: AppImage support in --build command (#4878)
 - modifs: exit code: distinguish fatal signals by adding 128 (#4533)
 - modifs: firecfg.config is now installed to /etc/firejail/ (#408 #4669)
 - modifs: close file descriptors greater than 2 (--keep-fd) (#4845)
 - modifs: nogroups now stopped causing certain system groups to be dropped,
 - which are now controlled by the relevant 'no' options instead (such as
 - nosound -&gt; drop audio group), which fixes device access issues on systems
 - not using (e)logind (such as with seatd) (#4632 #4725 #4732 #4851)
 - removal: --disable-whitelist at compile time
 - removal: whitelist=yes/no in /etc/firejail/firejail.config
 - bugfix: Fix sndio support (#4362 #4365)
 - bugfix: Error mounting tmpfs (MS_REMOUNT flag not being cleared) (#4387)
 - bugfix: --build clears the environment (#4460 #4467)
 - bugfix: firejail hangs with net parameter (#3958 #4476)
 - bugfix: Firejail does not work with a custom hosts file (#2758 #4560)
 - bugfix: --tracelog and --trace override /etc/ld.so.preload (#4558 #4586)
 - bugfix: PATH_MAX is undeclared on musl libc (#4578 #4579 #4583 #4606)
 - bugfix: firejail symlinks are not skipped with private-bin + globs (#4626)
 - bugfix: Firejail rejects empty arguments (#4395)
 - bugfix: firecfg does not work with symlinks (discord.desktop) (#4235)
 - bugfix: Seccomp list output goes to stdout instead of stderr (#4328)
 - bugfix: private-etc does not work with symlinks (#4887)
 - bugfix: Hardware key not detected on keepassxc (#4883)
 - build: allow building with address sanitizer (#4594)
 - build: Stop linking pthread (#4695)
 - build: Configure cleanup and improvements (#4712)
 - ci: add profile checks for sorting disable-programs.inc and
 - firecfg.config and for the required arguments in private-etc (#2739 #4643)
 - ci: pin GitHub actions to SHAs and use Dependabot to update them (#4774)
 - docs: Add new command checklist to CONTRIBUTING.md (#4413)
 - docs: Rework bug report issue template and add both a question and a
 - feature request template (#4479 #4515 #4561)
 - docs: fix contradictory descriptions of machine-id ('preserves' vs 'spoofs') (#4689)
 - docs: Document that private-bin and private-etc always accumulate (#4078)
 - new includes: whitelist-run-common.inc (#4288), disable-X11.inc (#4462)
 - new includes: disable-proc.inc (#4521)
 - removed includes: disable-passwordmgr.inc (#4454 #4461)
 - new profiles: microsoft-edge-beta, clion-eap, lifeograph, zim
 - new profiles: io.github.lainsce.Notejot, rednotebook, gallery-dl
 - new profiles: yt-dlp, goldendict, goldendict, bundle, cmake
 - new profiles: make, meson, pip, codium, telnet, ftp, OpenStego
 - new profiles: imv, retroarch, torbrowser, CachyBrowser,
 - new profiles: notable, RPCS3, wget2, raincat, conitop, 1passwd,
 - new profiles: Seafile, neovim, com.github.tchx84.Flatseal
</Note>
    <Note Title="Terms of Use" Type="Legal Disclaimer" Ordinal="3" xml:lang="en">The CVRF data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).</Note>
    <Note Title="Patchnames" Type="Details" Ordinal="4" xml:lang="en">openSUSE-2022-10016</Note>
  </DocumentNotes>
  <DocumentDistribution xml:lang="en">Copyright SUSE LLC under the Creative Commons License 4.0 with Attribution (CC-BY-4.0)</DocumentDistribution>
  <DocumentReferences>
    <Reference Type="Self">
      <URL>https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/BANQSQMV546D7IN75266REGOZOIGQEUH/</URL>
      <Description>E-Mail link for openSUSE-SU-2022:10016-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/support/security/rating/</URL>
      <Description>SUSE Security Ratings</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1199148</URL>
      <Description>SUSE Bug 1199148</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2022-31214/</URL>
      <Description>SUSE CVE CVE-2022-31214 page</Description>
    </Reference>
  </DocumentReferences>
  <ProductTree xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/prod">
    <Branch Type="Product Family" Name="SUSE Package Hub 15 SP4">
      <Branch Type="Product Name" Name="SUSE Package Hub 15 SP4">
        <FullProductName ProductID="SUSE Package Hub 15 SP4">SUSE Package Hub 15 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="openSUSE Leap 15.4">
      <Branch Type="Product Name" Name="openSUSE Leap 15.4">
        <FullProductName ProductID="openSUSE Leap 15.4" CPE="cpe:/o:opensuse:leap:15.4">openSUSE Leap 15.4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Version" Name="firejail-0.9.70-bp154.2.3.1">
      <FullProductName ProductID="firejail-0.9.70-bp154.2.3.1">firejail-0.9.70-bp154.2.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="firejail-bash-completion-0.9.70-bp154.2.3.1">
      <FullProductName ProductID="firejail-bash-completion-0.9.70-bp154.2.3.1">firejail-bash-completion-0.9.70-bp154.2.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="firejail-zsh-completion-0.9.70-bp154.2.3.1">
      <FullProductName ProductID="firejail-zsh-completion-0.9.70-bp154.2.3.1">firejail-zsh-completion-0.9.70-bp154.2.3.1</FullProductName>
    </Branch>
    <Relationship ProductReference="firejail-0.9.70-bp154.2.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Package Hub 15 SP4">
      <FullProductName ProductID="SUSE Package Hub 15 SP4:firejail-0.9.70-bp154.2.3.1">firejail-0.9.70-bp154.2.3.1 as a component of SUSE Package Hub 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="firejail-bash-completion-0.9.70-bp154.2.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Package Hub 15 SP4">
      <FullProductName ProductID="SUSE Package Hub 15 SP4:firejail-bash-completion-0.9.70-bp154.2.3.1">firejail-bash-completion-0.9.70-bp154.2.3.1 as a component of SUSE Package Hub 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="firejail-zsh-completion-0.9.70-bp154.2.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Package Hub 15 SP4">
      <FullProductName ProductID="SUSE Package Hub 15 SP4:firejail-zsh-completion-0.9.70-bp154.2.3.1">firejail-zsh-completion-0.9.70-bp154.2.3.1 as a component of SUSE Package Hub 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="firejail-0.9.70-bp154.2.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:firejail-0.9.70-bp154.2.3.1">firejail-0.9.70-bp154.2.3.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="firejail-bash-completion-0.9.70-bp154.2.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:firejail-bash-completion-0.9.70-bp154.2.3.1">firejail-bash-completion-0.9.70-bp154.2.3.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="firejail-zsh-completion-0.9.70-bp154.2.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:firejail-zsh-completion-0.9.70-bp154.2.3.1">firejail-zsh-completion-0.9.70-bp154.2.3.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
  </ProductTree>
  <vuln:Vulnerability xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" Ordinal="1">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">A Privilege Context Switching issue was discovered in join.c in Firejail 0.9.68. By crafting a bogus Firejail container that is accepted by the Firejail setuid-root program as a join target, a local attacker can enter an environment in which the Linux user namespace is still the initial user namespace, the NO_NEW_PRIVS prctl is not activated, and the entered mount namespace is under the attacker's control. In this way, the filesystem layout can be adjusted to gain root privileges through execution of available setuid-root binaries such as su or sudo.</Note>
    </Notes>
    <CVE>CVE-2022-31214</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Package Hub 15 SP4:firejail-0.9.70-bp154.2.3.1</ProductID>
        <ProductID>SUSE Package Hub 15 SP4:firejail-bash-completion-0.9.70-bp154.2.3.1</ProductID>
        <ProductID>SUSE Package Hub 15 SP4:firejail-zsh-completion-0.9.70-bp154.2.3.1</ProductID>
        <ProductID>openSUSE Leap 15.4:firejail-0.9.70-bp154.2.3.1</ProductID>
        <ProductID>openSUSE Leap 15.4:firejail-bash-completion-0.9.70-bp154.2.3.1</ProductID>
        <ProductID>openSUSE Leap 15.4:firejail-zsh-completion-0.9.70-bp154.2.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSetV2>
        <BaseScoreV2>7.2</BaseScoreV2>
        <VectorV2>AV:L/AC:L/Au:N/C:C/I:C/A:C</VectorV2>
      </ScoreSetV2>
      <ScoreSetV3>
        <BaseScoreV3>7.8</BaseScoreV3>
        <VectorV3>CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H</VectorV3>
      </ScoreSetV3>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/BANQSQMV546D7IN75266REGOZOIGQEUH/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2022-31214.html</URL>
        <Description>CVE-2022-31214</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1199148</URL>
        <Description>SUSE Bug 1199148</Description>
      </Reference>
    </References>
  </vuln:Vulnerability>
</cvrfdoc>
