Lucene search

K
vulnrichmentGitHub_MVULNRICHMENT:CVE-2024-28185
HistoryApr 18, 2024 - 2:31 p.m.

CVE-2024-28185 Judge0 vulnerable to Sandbox Escape via Symbolic Link

2024-04-1814:31:16
CWE-59
CWE-61
GitHub_M
github.com
3
cve-2024-28185
judge0
sandbox escape
symbolic link
security issue
code execution

CVSS3

10

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

CHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

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

AI Score

7.5

Confidence

Low

SSVC

Exploitation

none

Automatable

yes

Technical Impact

total

Judge0 is an open-source online code execution system. The application does not account for symlinks placed inside the sandbox directory, which can be leveraged by an attacker to write to arbitrary files and gain code execution outside of the sandbox. When executing a submission, Judge0 writes a run_script to the sandbox directory. The security issue is that an attacker can create a symbolic link (symlink) at the path run_script before this code is executed, resulting in the f.write writing to an arbitrary file on the unsandboxed system. An attacker can leverage this vulnerability to overwrite scripts on the system and gain code execution outside of the sandbox.

ADP Affected

[
  {
    "cpes": [
      "cpe:2.3:a:judge0:judge0:*:*:*:*:*:*:*:*"
    ],
    "vendor": "judge0",
    "product": "judge0",
    "versions": [
      {
        "status": "affected",
        "version": "0",
        "versionType": "custom",
        "lessThanOrEqual": "1.13.0"
      }
    ],
    "defaultStatus": "unknown"
  }
]

CVSS3

10

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

CHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

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

AI Score

7.5

Confidence

Low

SSVC

Exploitation

none

Automatable

yes

Technical Impact

total

Related for VULNRICHMENT:CVE-2024-28185