CVE-2026-48518

Source
https://cve.org/CVERecord?id=CVE-2026-48518
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-48518.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-48518
Aliases
  • GHSA-h759-hf7w-j6m6
Published
2026-06-15T19:18:29.910Z
Modified
2026-07-08T08:05:24.701992428Z
Severity
  • 4.3 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N CVSS Calculator
Summary
MultiJuicer: Login CSRF allows attacker to force victims into their team
Details

MultiJuicer is used to run separate Juice Shop instances on a central kubernetes cluster without the need for local instances. In versions 8.0.0 through 10.0.0, the team join endpoint (POST /multi-juicer/api/teams/{team}/join) accepted requests with any Content-Type, including text/plain. Because that content type does not trigger a CORS preflight, an attacker could host a cross-site HTML form that auto-submits to the endpoint and forces a victim's browser to log in as the attacker's team. A successful, undetected attacker can cause victims to unwittingly solve Juice Shop challenges under the attacker's team identity. In a CTF context this lets the attacker inflate their team's score using other players' activity, and any sensitive data the victim enters into "their" Juice Shop ends up in the attacker's instance. The vulnerability is exploitable without any prior authentication; the victim only needs to visit a page the attacker controls while having network access to the MultiJuicer deployment. SameSite=Strict on the session cookie does not mitigate this, because the attack plants a new cookie rather than relying on an existing one. This issue was fixed in version 10.0.1.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/48xxx/CVE-2026-48518.json",
    "cwe_ids": [
        "CWE-352"
    ],
    "cna_assigner": "GitHub_M"
}
References

Affected packages

Git / github.com/juice-shop/multi-juicer

Affected ranges

Type
GIT
Repo
https://github.com/juice-shop/multi-juicer
Events
Database specific
{
    "source": "AFFECTED_FIELD",
    "extracted_events": [
        {
            "introduced": "8.0.0"
        },
        {
            "fixed": "10.0.1"
        }
    ]
}

Affected versions

v10.*
v10.0.0
v10.0.0-rc.1
v10.0.0-rc.2
v8.*
v8.0.0
v8.0.0-rc.2
v8.0.1
v8.0.2
v8.0.3
v8.0.4
v8.0.5
v8.1.0
v8.2.0
v8.3.0
v9.*
v9.0.0
v9.2.0

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-48518.json"