Cloud LabApplication · Tinylab

CVE-2022-42150

CRITICAL · 10.0 CVSS v3.1 Published 2023-10-19
Patch available
A vendor patch is available. No clean upgrade release — apply the published patch.
See remediation →
100/100
Remediation priority · Urgent
Public exploit Remotely reachable No privileges Zero-click Patch available

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
TinyLab linux-lab v1.1-rc1 and cloud-labv0.8-rc2, v1.1-rc1 are vulnerable to insecure permissions. The default configuration could cause Container Escape.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · moderate confidence

TinyLab linux-lab and cloud-lab containers ship with insecure default file permissions in their configuration that allow privilege escalation to host. This could enable an attacker who gains code execution within a container to escape container isolation and access the host filesystem or resources.

MitigationAudit and fix default file permissions in container configurations, apply principle of least privilege, ensure proper user namespace isolation, and review mount options for sensitive host paths.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
Cloud LabApplication
Affected:= 0.8= 1.1
Linux LabApplication
Affected:= 1.1

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
None
User interaction
None
Scope
Changed
Confidentiality
High
Integrity
High
Availability
High

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Identify TinyLab installation
    Check for TinyLab Cloud Lab or Linux Lab installations by searching for their binaries, scripts, or container images on the system. Look for common installation paths like /opt/tinylab, /usr/local/tinylab, or check running containers with 'docker ps -a | grep -i tinylab'
    Affected if Tinylab Cloud Lab version 0.8 or 1.1, or Tinylab Linux Lab version 1.1 is installed or running
  2. Determine installed version
    If TinyLab is found, identify its exact version by checking the version file, binary version flag, or container image tag. Common commands: 'tinylab --version', 'linux-lab --version', or 'docker images' to list container image versions
    Affected if The installed version matches 0.8 or 1.1 for Cloud Lab, or 1.1 for Linux Lab
  3. Locate container configuration files
    Find configuration files used by TinyLab containers, such as Dockerfiles, docker-compose.yml, or container runtime config files. Search in the TinyLab installation directory and project directories for files like Dockerfile, docker-compose.yaml, or .docker/config.json
    Affected if Configuration files exist in the TinyLab installation directory or associated project directories
  4. Inspect file permissions on configuration files
    List file permissions on all configuration files found using 'ls -la <config_directory>' or 'stat <config_file>'. Look for permissions that allow world writable (o+w), group writable (g+w), or overly permissive ownership
    Affected if Configuration files have permissions such as 777, 666, or any setting that grants write access to users other than the owner or designated group
  5. Check sensitive host path mount permissions
    Review container mount configurations in docker-compose files or container run commands. Identify any bind mounts or volume mounts pointing to host paths. Check if these mounted paths or their contents have overly permissive settings
    Affected if Host directories are mounted into containers with permissions allowing container processes to modify files outside expected container boundaries

A user is affected if they are running Tinylab Cloud Lab versions 0.8 or 1.1, or Tinylab Linux Lab version 1.1, and their container configuration files or mounted host paths have insecure default permissions that could allow container escape.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

From vendor data
Patch available Apply the vendor patch
Vendor patch github.com →
Interim mitigation

Audit and fix default file permissions in container configurations, apply principle of least privilege, ensure proper user namespace isolation, and review mount options for sensitive host paths.

Fix this in Cloud Lab Scoped from the published advisory
  • Consultation4.0 h
  • Implementation8.0 h
  • Testing6.0 h
  • Review / QA4.0 h
22.0 hours of engineering $3,860
Get the patch applied

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $6,176.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2022-42150 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2022-42150 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data