{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.1",
    "cveMetadata": {
        "cveId": "CVE-2025-32950",
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "state": "PUBLISHED",
        "assignerShortName": "GitHub_M",
        "dateReserved": "2025-04-14T21:47:11.450Z",
        "datePublished": "2025-04-22T17:14:43.211Z",
        "dateUpdated": "2025-05-27T17:07:11.796Z"
    },
    "containers": {
        "cna": {
            "title": "io.jmix.localfs:jmix-localfs has a Path Traversal in Local File Storage",
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-35",
                            "lang": "en",
                            "description": "CWE-35: Path Traversal: '.../...//'",
                            "type": "CWE"
                        }
                    ]
                },
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-22",
                            "lang": "en",
                            "description": "CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')",
                            "type": "CWE"
                        }
                    ]
                }
            ],
            "metrics": [
                {
                    "cvssV3_1": {
                        "attackComplexity": "LOW",
                        "attackVector": "NETWORK",
                        "availabilityImpact": "NONE",
                        "baseScore": 6.5,
                        "baseSeverity": "MEDIUM",
                        "confidentialityImpact": "HIGH",
                        "integrityImpact": "NONE",
                        "privilegesRequired": "LOW",
                        "scope": "UNCHANGED",
                        "userInteraction": "NONE",
                        "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
                        "version": "3.1"
                    }
                }
            ],
            "references": [
                {
                    "name": "https://github.com/jmix-framework/jmix/security/advisories/GHSA-jx4g-3xqm-62vh",
                    "tags": [
                        "x_refsource_CONFIRM"
                    ],
                    "url": "https://github.com/jmix-framework/jmix/security/advisories/GHSA-jx4g-3xqm-62vh"
                },
                {
                    "name": "https://github.com/jmix-framework/jmix/issues/3804",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/jmix-framework/jmix/issues/3804"
                },
                {
                    "name": "https://github.com/jmix-framework/jmix/issues/3836",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/jmix-framework/jmix/issues/3836"
                },
                {
                    "name": "https://github.com/jmix-framework/jmix/commit/6a66aa3adb967159a30d703e80403406f4c8f7a2",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/jmix-framework/jmix/commit/6a66aa3adb967159a30d703e80403406f4c8f7a2"
                },
                {
                    "name": "https://github.com/jmix-framework/jmix/commit/c589ef4e2b25620770b8036f4ad05f1a6250cb6a",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/jmix-framework/jmix/commit/c589ef4e2b25620770b8036f4ad05f1a6250cb6a"
                },
                {
                    "name": "https://github.com/jmix-framework/jmix/commit/cc97e6ff974b9e7af8160fab39cc5866169daa37",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/jmix-framework/jmix/commit/cc97e6ff974b9e7af8160fab39cc5866169daa37"
                },
                {
                    "name": "https://github.com/jmix-framework/jmix/commit/f4e6fb05bd245cf36f3e9319aaa0fcd540d024aa",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/jmix-framework/jmix/commit/f4e6fb05bd245cf36f3e9319aaa0fcd540d024aa"
                },
                {
                    "name": "https://docs.jmix.io/jmix/files-vulnerabilities.html",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://docs.jmix.io/jmix/files-vulnerabilities.html"
                },
                {
                    "name": "https://docs.jmix.io/jmix/files-vulnerabilities.html#fix-path-traversal-in-jmix-application",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://docs.jmix.io/jmix/files-vulnerabilities.html#fix-path-traversal-in-jmix-application"
                }
            ],
            "affected": [
                {
                    "vendor": "jmix-framework",
                    "product": "jmix",
                    "versions": [
                        {
                            "version": ">= 1.0.0, < 1.6.2",
                            "status": "affected"
                        },
                        {
                            "version": ">= 2.0.0, < 2.4.0",
                            "status": "affected"
                        }
                    ]
                }
            ],
            "providerMetadata": {
                "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
                "shortName": "GitHub_M",
                "dateUpdated": "2025-05-27T17:07:11.796Z"
            },
            "descriptions": [
                {
                    "lang": "en",
                    "value": "Jmix is a set of libraries and tools to speed up Spring Boot data-centric application development. In versions 1.0.0 to 1.6.1 and 2.0.0 to 2.3.4, attackers could manipulate the FileRef parameter to access files on the system where the Jmix application is deployed, provided the application server has the necessary permissions. This can be accomplished either by modifying the FileRef directly in the database or by supplying a harmful value in the fileRef parameter of the `/files` endpoint of the generic REST API. This issue has been patched in versions 1.6.2 and 2.4.0. A workaround is provided on the Jmix documentation website."
                }
            ],
            "source": {
                "advisory": "GHSA-jx4g-3xqm-62vh",
                "discovery": "UNKNOWN"
            }
        },
        "adp": [
            {
                "metrics": [
                    {
                        "other": {
                            "type": "ssvc",
                            "content": {
                                "timestamp": "2025-04-24T19:56:35.680766Z",
                                "id": "CVE-2025-32950",
                                "options": [
                                    {
                                        "Exploitation": "none"
                                    },
                                    {
                                        "Automatable": "no"
                                    },
                                    {
                                        "Technical Impact": "partial"
                                    }
                                ],
                                "role": "CISA Coordinator",
                                "version": "2.0.3"
                            }
                        }
                    }
                ],
                "title": "CISA ADP Vulnrichment",
                "providerMetadata": {
                    "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
                    "shortName": "CISA-ADP",
                    "dateUpdated": "2025-04-25T16:03:22.669Z"
                }
            }
        ]
    }
}