Lookup for vulnerable packages by Package URL.

GET /api/packages/62518?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "http://public2.vulnerablecode.io/api/packages/62518?format=api",
    "purl": "pkg:composer/typo3/cms-core@8.7.56",
    "type": "composer",
    "namespace": "typo3",
    "name": "cms-core",
    "version": "8.7.56",
    "qualifiers": {},
    "subpath": "",
    "is_vulnerable": true,
    "next_non_vulnerable_version": "12.4.41",
    "latest_non_vulnerable_version": "14.0.2",
    "affected_by_vulnerabilities": [
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/15655?format=api",
            "vulnerability_id": "VCID-4hsv-y3rz-e3a2",
            "summary": "Path Traversal in TYPO3 File Abstraction Layer Storages\n### Problem\nConfigurable storages using the local driver of the File Abstraction Layer (FAL) could be configured to access directories outside of the root directory of the corresponding project. The system setting in `BE/lockRootPath` was not evaluated by the file abstraction layer component. An administrator-level backend user account is required to exploit this vulnerability.\n\n### Solution\nUpdate to TYPO3 versions 8.7.57 ELTS, 9.5.46 ELTS, 10.4.43 ELTS, 11.5.35 LTS, 12.4.11 LTS, 13.0.1 that fix the problem described.\n\n#### ℹ️ **Strong security defaults - Manual actions required**\n\n_see [Important: #102800 changelog](https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/11.5.x/Important-102800-FileAbstractionLayerEnforcesAbsolutePathsToMatchProjectRootOrLockRootPath.html)_\n\nAssuming that a web project is located in the directory `/var/www/example.org` (the \"project root path\" for Composer-based projects) and the publicly accessible directory is located at `/var/www/example.org/public` (the \"public root path\"), accessing resources via the File Abstraction Layer component is limited to the mentioned directories.\n\nTo grant additional access to directories, they must be explicitly configured in the system settings of `$GLOBALS['TYPO3_CONF_VARS']['BE']['lockRootPath']` - either using the Install Tool or according to deployment techniques. The existing setting has been extended to support multiple directories configured as an array of strings.\n\nExample:\n```php\n$GLOBALS['TYPO3_CONF_VARS']['BE']['lockRootPath'] = [\n  ‘/var/shared/documents/’,\n  ‘/var/shared/images/’,\n];\n```\n\n❗ **Storages that reference directories not explicitly granted will be marked as \"offline\" internally - no resources can be used in the website's frontend and backend context.**\n\n### Credits\nThanks to TYPO3 core & security team members Oliver Hader and Benjamin Franzke who fixed the issue.\n\n### References\n* [TYPO3-CORE-SA-2024-001](https://typo3.org/security/advisory/typo3-core-sa-2024-001)",
            "references": [
                {
                    "reference_url": "http://packetstormsecurity.com/files/176274/TYPO3-11.5.24-Path-Traversal.html",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "4.9",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N"
                        },
                        {
                            "value": "5.5",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:L/A:N"
                        },
                        {
                            "value": "MODERATE",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "http://packetstormsecurity.com/files/176274/TYPO3-11.5.24-Path-Traversal.html"
                },
                {
                    "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2023-30451",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "0.00403",
                            "scoring_system": "epss",
                            "scoring_elements": "0.60901",
                            "published_at": "2026-04-13T12:55:00Z"
                        },
                        {
                            "value": "0.00403",
                            "scoring_system": "epss",
                            "scoring_elements": "0.6092",
                            "published_at": "2026-04-12T12:55:00Z"
                        },
                        {
                            "value": "0.00403",
                            "scoring_system": "epss",
                            "scoring_elements": "0.60933",
                            "published_at": "2026-04-21T12:55:00Z"
                        },
                        {
                            "value": "0.00403",
                            "scoring_system": "epss",
                            "scoring_elements": "0.60912",
                            "published_at": "2026-04-09T12:55:00Z"
                        },
                        {
                            "value": "0.00403",
                            "scoring_system": "epss",
                            "scoring_elements": "0.60896",
                            "published_at": "2026-04-08T12:55:00Z"
                        },
                        {
                            "value": "0.00403",
                            "scoring_system": "epss",
                            "scoring_elements": "0.60883",
                            "published_at": "2026-04-04T12:55:00Z"
                        },
                        {
                            "value": "0.00403",
                            "scoring_system": "epss",
                            "scoring_elements": "0.60854",
                            "published_at": "2026-04-02T12:55:00Z"
                        },
                        {
                            "value": "0.00403",
                            "scoring_system": "epss",
                            "scoring_elements": "0.60847",
                            "published_at": "2026-04-07T12:55:00Z"
                        },
                        {
                            "value": "0.00403",
                            "scoring_system": "epss",
                            "scoring_elements": "0.60948",
                            "published_at": "2026-04-18T12:55:00Z"
                        },
                        {
                            "value": "0.00403",
                            "scoring_system": "epss",
                            "scoring_elements": "0.60943",
                            "published_at": "2026-04-16T12:55:00Z"
                        }
                    ],
                    "url": "https://api.first.org/data/v1/epss?cve=CVE-2023-30451"
                },
                {
                    "reference_url": "https://github.com/TYPO3-CMS/core",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "4.9",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N"
                        },
                        {
                            "value": "MODERATE",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/TYPO3-CMS/core"
                },
                {
                    "reference_url": "https://github.com/TYPO3/typo3",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "5.5",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:L/A:N"
                        },
                        {
                            "value": "MODERATE",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/TYPO3/typo3"
                },
                {
                    "reference_url": "https://github.com/TYPO3/typo3/commit/205115cca3d67594a12d0195c937da0e51eb494a",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "5.5",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:L/A:N"
                        },
                        {
                            "value": "MODERATE",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/TYPO3/typo3/commit/205115cca3d67594a12d0195c937da0e51eb494a"
                },
                {
                    "reference_url": "https://github.com/TYPO3/typo3/commit/78fb9287a2f0487c39288070cb0493a5265f1789",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "5.5",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:L/A:N"
                        },
                        {
                            "value": "MODERATE",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/TYPO3/typo3/commit/78fb9287a2f0487c39288070cb0493a5265f1789"
                },
                {
                    "reference_url": "https://github.com/TYPO3/typo3/commit/accf537c7379b4359bc0f957c4d0c07baddd710a",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "5.5",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:L/A:N"
                        },
                        {
                            "value": "MODERATE",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/TYPO3/typo3/commit/accf537c7379b4359bc0f957c4d0c07baddd710a"
                },
                {
                    "reference_url": "https://github.com/TYPO3/typo3/security/advisories/GHSA-w6x2-jg8h-p6mp",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "5.5",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:L/A:N"
                        },
                        {
                            "value": "MODERATE",
                            "scoring_system": "cvssv3.1_qr",
                            "scoring_elements": ""
                        },
                        {
                            "value": "MODERATE",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/TYPO3/typo3/security/advisories/GHSA-w6x2-jg8h-p6mp"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2023-30451",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "4.9",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N"
                        },
                        {
                            "value": "5.5",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:L/A:N"
                        },
                        {
                            "value": "MODERATE",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-30451"
                },
                {
                    "reference_url": "https://typo3.org/security/advisory/typo3-core-sa-2024-001",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "5.5",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:L/A:N"
                        },
                        {
                            "value": "MODERATE",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://typo3.org/security/advisory/typo3-core-sa-2024-001"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-3gjc-mp82-fj4q",
                    "reference_id": "GHSA-3gjc-mp82-fj4q",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "MODERATE",
                            "scoring_system": "cvssv3.1_qr",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/advisories/GHSA-3gjc-mp82-fj4q"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-w6x2-jg8h-p6mp",
                    "reference_id": "GHSA-w6x2-jg8h-p6mp",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "MODERATE",
                            "scoring_system": "cvssv3.1_qr",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/advisories/GHSA-w6x2-jg8h-p6mp"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/52852?format=api",
                    "purl": "pkg:composer/typo3/cms-core@8.7.57",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/typo3/cms-core@8.7.57"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/52854?format=api",
                    "purl": "pkg:composer/typo3/cms-core@9.5.46",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/typo3/cms-core@9.5.46"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/52860?format=api",
                    "purl": "pkg:composer/typo3/cms-core@10.4.43",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/typo3/cms-core@10.4.43"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/62046?format=api",
                    "purl": "pkg:composer/typo3/cms-core@11.5.25",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-1r9g-c5rn-ukgb"
                        },
                        {
                            "vulnerability": "VCID-4t9s-p25a-cfas"
                        },
                        {
                            "vulnerability": "VCID-65ue-7jd9-23gf"
                        },
                        {
                            "vulnerability": "VCID-8d2m-1ffv-jqe1"
                        },
                        {
                            "vulnerability": "VCID-axvk-13qf-tka7"
                        },
                        {
                            "vulnerability": "VCID-g4uc-qeb6-myed"
                        },
                        {
                            "vulnerability": "VCID-gv1b-xtv4-4yg3"
                        },
                        {
                            "vulnerability": "VCID-gyyu-n3b1-zbcj"
                        },
                        {
                            "vulnerability": "VCID-h6y3-7gsq-skh2"
                        },
                        {
                            "vulnerability": "VCID-mud2-s4rc-fuf6"
                        },
                        {
                            "vulnerability": "VCID-n7ng-zkkb-2qaz"
                        },
                        {
                            "vulnerability": "VCID-nubu-f1sc-gbes"
                        },
                        {
                            "vulnerability": "VCID-taj6-zj2n-5kg8"
                        },
                        {
                            "vulnerability": "VCID-xy6y-312d-rygj"
                        },
                        {
                            "vulnerability": "VCID-zn99-ywte-33g6"
                        },
                        {
                            "vulnerability": "VCID-zwgt-rm1f-6bf2"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/typo3/cms-core@11.5.25"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/52866?format=api",
                    "purl": "pkg:composer/typo3/cms-core@11.5.35",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-1r9g-c5rn-ukgb"
                        },
                        {
                            "vulnerability": "VCID-4t9s-p25a-cfas"
                        },
                        {
                            "vulnerability": "VCID-65ue-7jd9-23gf"
                        },
                        {
                            "vulnerability": "VCID-8d2m-1ffv-jqe1"
                        },
                        {
                            "vulnerability": "VCID-gyyu-n3b1-zbcj"
                        },
                        {
                            "vulnerability": "VCID-mud2-s4rc-fuf6"
                        },
                        {
                            "vulnerability": "VCID-nubu-f1sc-gbes"
                        },
                        {
                            "vulnerability": "VCID-xy6y-312d-rygj"
                        },
                        {
                            "vulnerability": "VCID-zwgt-rm1f-6bf2"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/typo3/cms-core@11.5.35"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/52870?format=api",
                    "purl": "pkg:composer/typo3/cms-core@12.4.11",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-1r9g-c5rn-ukgb"
                        },
                        {
                            "vulnerability": "VCID-4t9s-p25a-cfas"
                        },
                        {
                            "vulnerability": "VCID-65ue-7jd9-23gf"
                        },
                        {
                            "vulnerability": "VCID-8d2m-1ffv-jqe1"
                        },
                        {
                            "vulnerability": "VCID-gyyu-n3b1-zbcj"
                        },
                        {
                            "vulnerability": "VCID-jxw7-skw6-q7bg"
                        },
                        {
                            "vulnerability": "VCID-mud2-s4rc-fuf6"
                        },
                        {
                            "vulnerability": "VCID-nubu-f1sc-gbes"
                        },
                        {
                            "vulnerability": "VCID-xy6y-312d-rygj"
                        },
                        {
                            "vulnerability": "VCID-zwgt-rm1f-6bf2"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/typo3/cms-core@12.4.11"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/52873?format=api",
                    "purl": "pkg:composer/typo3/cms-core@13.0.1",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-1r9g-c5rn-ukgb"
                        },
                        {
                            "vulnerability": "VCID-4t9s-p25a-cfas"
                        },
                        {
                            "vulnerability": "VCID-65ue-7jd9-23gf"
                        },
                        {
                            "vulnerability": "VCID-8d2m-1ffv-jqe1"
                        },
                        {
                            "vulnerability": "VCID-gyyu-n3b1-zbcj"
                        },
                        {
                            "vulnerability": "VCID-jxw7-skw6-q7bg"
                        },
                        {
                            "vulnerability": "VCID-mud2-s4rc-fuf6"
                        },
                        {
                            "vulnerability": "VCID-nubu-f1sc-gbes"
                        },
                        {
                            "vulnerability": "VCID-xy6y-312d-rygj"
                        },
                        {
                            "vulnerability": "VCID-yxy9-ngwb-6qdm"
                        },
                        {
                            "vulnerability": "VCID-zwgt-rm1f-6bf2"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/typo3/cms-core@13.0.1"
                }
            ],
            "aliases": [
                "CVE-2023-30451",
                "GHSA-3gjc-mp82-fj4q",
                "GHSA-w6x2-jg8h-p6mp"
            ],
            "risk_score": 3.1,
            "exploitability": "0.5",
            "weighted_severity": "6.2",
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-4hsv-y3rz-e3a2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/15383?format=api",
            "vulnerability_id": "VCID-axvk-13qf-tka7",
            "summary": "TYPO3 Install Tool vulnerable to Code Execution\n### Problem\nSeveral settings in the Install Tool for configuring the path to system binaries were vulnerable to code execution. Exploiting this vulnerability requires an administrator-level backend user account with system maintainer permissions.\n\nThe corresponding change for this advisory involves enforcing the known disadvantages described in [TYPO3-PSA-2020-002: Protecting Install Tool with Sudo Mode](https://typo3.org/security/advisory/typo3-psa-2020-002).\n\n### Solution\nUpdate to TYPO3 versions 8.7.57 ELTS, 9.5.46 ELTS, 10.4.43 ELTS, 11.5.35 LTS, 12.4.11 LTS, 13.0.1 that fix the problem described.\n\n### Credits\nThanks to Rickmer Frier & Daniel Jonka who reported this issue and to TYPO3 core & security team member Benjamin Franzke who fixed the issue.\n\n### References\n* [TYPO3-CORE-SA-2024-002](https://typo3.org/security/advisory/typo3-core-sa-2024-002)",
            "references": [
                {
                    "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2024-22188",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "0.00687",
                            "scoring_system": "epss",
                            "scoring_elements": "0.71704",
                            "published_at": "2026-04-08T12:55:00Z"
                        },
                        {
                            "value": "0.00687",
                            "scoring_system": "epss",
                            "scoring_elements": "0.71736",
                            "published_at": "2026-04-21T12:55:00Z"
                        },
                        {
                            "value": "0.00687",
                            "scoring_system": "epss",
                            "scoring_elements": "0.71753",
                            "published_at": "2026-04-18T12:55:00Z"
                        },
                        {
                            "value": "0.00687",
                            "scoring_system": "epss",
                            "scoring_elements": "0.71747",
                            "published_at": "2026-04-16T12:55:00Z"
                        },
                        {
                            "value": "0.00687",
                            "scoring_system": "epss",
                            "scoring_elements": "0.71703",
                            "published_at": "2026-04-13T12:55:00Z"
                        },
                        {
                            "value": "0.00687",
                            "scoring_system": "epss",
                            "scoring_elements": "0.71721",
                            "published_at": "2026-04-12T12:55:00Z"
                        },
                        {
                            "value": "0.00687",
                            "scoring_system": "epss",
                            "scoring_elements": "0.71738",
                            "published_at": "2026-04-11T12:55:00Z"
                        },
                        {
                            "value": "0.00687",
                            "scoring_system": "epss",
                            "scoring_elements": "0.71715",
                            "published_at": "2026-04-09T12:55:00Z"
                        },
                        {
                            "value": "0.00687",
                            "scoring_system": "epss",
                            "scoring_elements": "0.71665",
                            "published_at": "2026-04-07T12:55:00Z"
                        },
                        {
                            "value": "0.00687",
                            "scoring_system": "epss",
                            "scoring_elements": "0.71674",
                            "published_at": "2026-04-02T12:55:00Z"
                        },
                        {
                            "value": "0.00687",
                            "scoring_system": "epss",
                            "scoring_elements": "0.71692",
                            "published_at": "2026-04-04T12:55:00Z"
                        }
                    ],
                    "url": "https://api.first.org/data/v1/epss?cve=CVE-2024-22188"
                },
                {
                    "reference_url": "https://github.com/TYPO3/typo3",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "7.2",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H"
                        },
                        {
                            "value": "8.6",
                            "scoring_system": "cvssv4",
                            "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N"
                        },
                        {
                            "value": "HIGH",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/TYPO3/typo3"
                },
                {
                    "reference_url": "https://github.com/TYPO3/typo3/commit/47e897f8c7668ef299ecc9ce93f52cafbb3497ed",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "7.2",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H"
                        },
                        {
                            "value": "8.6",
                            "scoring_system": "cvssv4",
                            "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N"
                        },
                        {
                            "value": "HIGH",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/TYPO3/typo3/commit/47e897f8c7668ef299ecc9ce93f52cafbb3497ed"
                },
                {
                    "reference_url": "https://github.com/TYPO3/typo3/commit/6cc11761b8e2434fa4ccc9f096c65ca82569cfdf",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "7.2",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H"
                        },
                        {
                            "value": "8.6",
                            "scoring_system": "cvssv4",
                            "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N"
                        },
                        {
                            "value": "HIGH",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/TYPO3/typo3/commit/6cc11761b8e2434fa4ccc9f096c65ca82569cfdf"
                },
                {
                    "reference_url": "https://github.com/TYPO3/typo3/commit/84e07e35b880a544b517868432c56987d05d46d4",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "7.2",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H"
                        },
                        {
                            "value": "8.6",
                            "scoring_system": "cvssv4",
                            "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N"
                        },
                        {
                            "value": "HIGH",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/TYPO3/typo3/commit/84e07e35b880a544b517868432c56987d05d46d4"
                },
                {
                    "reference_url": "https://github.com/TYPO3/typo3/security/advisories/GHSA-5w2h-59j3-8x5w",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "7.2",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H"
                        },
                        {
                            "value": "HIGH",
                            "scoring_system": "cvssv3.1_qr",
                            "scoring_elements": ""
                        },
                        {
                            "value": "8.6",
                            "scoring_system": "cvssv4",
                            "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N"
                        },
                        {
                            "value": "HIGH",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        },
                        {
                            "value": "Track",
                            "scoring_system": "ssvc",
                            "scoring_elements": "SSVCv2/E:N/A:N/T:T/P:M/B:A/M:M/D:T/2024-03-05T16:17:44Z/"
                        }
                    ],
                    "url": "https://github.com/TYPO3/typo3/security/advisories/GHSA-5w2h-59j3-8x5w"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22188",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "7.2",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H"
                        },
                        {
                            "value": "8.6",
                            "scoring_system": "cvssv4",
                            "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N"
                        },
                        {
                            "value": "HIGH",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22188"
                },
                {
                    "reference_url": "https://typo3.org/help/security-advisories",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "7.2",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H"
                        },
                        {
                            "value": "8.6",
                            "scoring_system": "cvssv4",
                            "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N"
                        },
                        {
                            "value": "HIGH",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://typo3.org/help/security-advisories"
                },
                {
                    "reference_url": "https://typo3.org/security/advisory/typo3-core-sa-2024-002",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "7.2",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H"
                        },
                        {
                            "value": "8.6",
                            "scoring_system": "cvssv4",
                            "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N"
                        },
                        {
                            "value": "HIGH",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        },
                        {
                            "value": "Track",
                            "scoring_system": "ssvc",
                            "scoring_elements": "SSVCv2/E:N/A:N/T:T/P:M/B:A/M:M/D:T/2024-03-05T16:17:44Z/"
                        }
                    ],
                    "url": "https://typo3.org/security/advisory/typo3-core-sa-2024-002"
                },
                {
                    "reference_url": "https://typo3.org/security/advisory/typo3-psa-2020-002",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "7.2",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H"
                        },
                        {
                            "value": "8.6",
                            "scoring_system": "cvssv4",
                            "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N"
                        },
                        {
                            "value": "HIGH",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://typo3.org/security/advisory/typo3-psa-2020-002"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-5w2h-59j3-8x5w",
                    "reference_id": "GHSA-5w2h-59j3-8x5w",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "HIGH",
                            "scoring_system": "cvssv3.1_qr",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/advisories/GHSA-5w2h-59j3-8x5w"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/52852?format=api",
                    "purl": "pkg:composer/typo3/cms-core@8.7.57",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/typo3/cms-core@8.7.57"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/52854?format=api",
                    "purl": "pkg:composer/typo3/cms-core@9.5.46",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/typo3/cms-core@9.5.46"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/52860?format=api",
                    "purl": "pkg:composer/typo3/cms-core@10.4.43",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/typo3/cms-core@10.4.43"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/52866?format=api",
                    "purl": "pkg:composer/typo3/cms-core@11.5.35",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-1r9g-c5rn-ukgb"
                        },
                        {
                            "vulnerability": "VCID-4t9s-p25a-cfas"
                        },
                        {
                            "vulnerability": "VCID-65ue-7jd9-23gf"
                        },
                        {
                            "vulnerability": "VCID-8d2m-1ffv-jqe1"
                        },
                        {
                            "vulnerability": "VCID-gyyu-n3b1-zbcj"
                        },
                        {
                            "vulnerability": "VCID-mud2-s4rc-fuf6"
                        },
                        {
                            "vulnerability": "VCID-nubu-f1sc-gbes"
                        },
                        {
                            "vulnerability": "VCID-xy6y-312d-rygj"
                        },
                        {
                            "vulnerability": "VCID-zwgt-rm1f-6bf2"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/typo3/cms-core@11.5.35"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/52870?format=api",
                    "purl": "pkg:composer/typo3/cms-core@12.4.11",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-1r9g-c5rn-ukgb"
                        },
                        {
                            "vulnerability": "VCID-4t9s-p25a-cfas"
                        },
                        {
                            "vulnerability": "VCID-65ue-7jd9-23gf"
                        },
                        {
                            "vulnerability": "VCID-8d2m-1ffv-jqe1"
                        },
                        {
                            "vulnerability": "VCID-gyyu-n3b1-zbcj"
                        },
                        {
                            "vulnerability": "VCID-jxw7-skw6-q7bg"
                        },
                        {
                            "vulnerability": "VCID-mud2-s4rc-fuf6"
                        },
                        {
                            "vulnerability": "VCID-nubu-f1sc-gbes"
                        },
                        {
                            "vulnerability": "VCID-xy6y-312d-rygj"
                        },
                        {
                            "vulnerability": "VCID-zwgt-rm1f-6bf2"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/typo3/cms-core@12.4.11"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/52873?format=api",
                    "purl": "pkg:composer/typo3/cms-core@13.0.1",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-1r9g-c5rn-ukgb"
                        },
                        {
                            "vulnerability": "VCID-4t9s-p25a-cfas"
                        },
                        {
                            "vulnerability": "VCID-65ue-7jd9-23gf"
                        },
                        {
                            "vulnerability": "VCID-8d2m-1ffv-jqe1"
                        },
                        {
                            "vulnerability": "VCID-gyyu-n3b1-zbcj"
                        },
                        {
                            "vulnerability": "VCID-jxw7-skw6-q7bg"
                        },
                        {
                            "vulnerability": "VCID-mud2-s4rc-fuf6"
                        },
                        {
                            "vulnerability": "VCID-nubu-f1sc-gbes"
                        },
                        {
                            "vulnerability": "VCID-xy6y-312d-rygj"
                        },
                        {
                            "vulnerability": "VCID-yxy9-ngwb-6qdm"
                        },
                        {
                            "vulnerability": "VCID-zwgt-rm1f-6bf2"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/typo3/cms-core@13.0.1"
                }
            ],
            "aliases": [
                "CVE-2024-22188",
                "GHSA-5w2h-59j3-8x5w"
            ],
            "risk_score": 4.0,
            "exploitability": "0.5",
            "weighted_severity": "8.0",
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-axvk-13qf-tka7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/15342?format=api",
            "vulnerability_id": "VCID-g4uc-qeb6-myed",
            "summary": "TYPO3 Install Tool vulnerable to Information Disclosure of Encryption Key\n### Problem\nThe plaintext value of `$GLOBALS['SYS']['encryptionKey']` was displayed in the editing forms of the TYPO3 Install Tool user interface. This allowed attackers to utilize the value to generate cryptographic hashes used for verifying the authenticity of HTTP request parameters. Exploiting this vulnerability requires an administrator-level backend user account with system maintainer permissions.\n\n### Solution\nUpdate to TYPO3 versions 8.7.57 ELTS, 9.5.46 ELTS, 10.4.43 ELTS, 11.5.35 LTS, 12.4.11 LTS, 13.0.1 that fix the problem described.\n\n### Credits\nThanks to TYPO3 core & security team member Benjamin Franzke who fixed the issue.\n\n### References\n* [TYPO3-CORE-SA-2024-004](https://typo3.org/security/advisory/typo3-core-sa-2024-004)",
            "references": [
                {
                    "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2024-25119",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "0.00291",
                            "scoring_system": "epss",
                            "scoring_elements": "0.52471",
                            "published_at": "2026-04-02T12:55:00Z"
                        },
                        {
                            "value": "0.00291",
                            "scoring_system": "epss",
                            "scoring_elements": "0.5256",
                            "published_at": "2026-04-21T12:55:00Z"
                        },
                        {
                            "value": "0.00291",
                            "scoring_system": "epss",
                            "scoring_elements": "0.52575",
                            "published_at": "2026-04-18T12:55:00Z"
                        },
                        {
                            "value": "0.00291",
                            "scoring_system": "epss",
                            "scoring_elements": "0.52569",
                            "published_at": "2026-04-16T12:55:00Z"
                        },
                        {
                            "value": "0.00291",
                            "scoring_system": "epss",
                            "scoring_elements": "0.5253",
                            "published_at": "2026-04-13T12:55:00Z"
                        },
                        {
                            "value": "0.00291",
                            "scoring_system": "epss",
                            "scoring_elements": "0.52546",
                            "published_at": "2026-04-12T12:55:00Z"
                        },
                        {
                            "value": "0.00291",
                            "scoring_system": "epss",
                            "scoring_elements": "0.52562",
                            "published_at": "2026-04-11T12:55:00Z"
                        },
                        {
                            "value": "0.00291",
                            "scoring_system": "epss",
                            "scoring_elements": "0.52511",
                            "published_at": "2026-04-09T12:55:00Z"
                        },
                        {
                            "value": "0.00291",
                            "scoring_system": "epss",
                            "scoring_elements": "0.52517",
                            "published_at": "2026-04-08T12:55:00Z"
                        },
                        {
                            "value": "0.00291",
                            "scoring_system": "epss",
                            "scoring_elements": "0.52464",
                            "published_at": "2026-04-07T12:55:00Z"
                        },
                        {
                            "value": "0.00291",
                            "scoring_system": "epss",
                            "scoring_elements": "0.52498",
                            "published_at": "2026-04-04T12:55:00Z"
                        }
                    ],
                    "url": "https://api.first.org/data/v1/epss?cve=CVE-2024-25119"
                },
                {
                    "reference_url": "https://github.com/TYPO3/typo3",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "4.9",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N"
                        },
                        {
                            "value": "MODERATE",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/TYPO3/typo3"
                },
                {
                    "reference_url": "https://github.com/TYPO3/typo3/commit/14d101359c71ee963cf51ad0c8ae777b7b9ec9a1",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "4.9",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N"
                        },
                        {
                            "value": "MODERATE",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/TYPO3/typo3/commit/14d101359c71ee963cf51ad0c8ae777b7b9ec9a1"
                },
                {
                    "reference_url": "https://github.com/TYPO3/typo3/commit/df486372ea56fac241d3c96ad43a7729fee64557",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "4.9",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N"
                        },
                        {
                            "value": "MODERATE",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/TYPO3/typo3/commit/df486372ea56fac241d3c96ad43a7729fee64557"
                },
                {
                    "reference_url": "https://github.com/TYPO3/typo3/commit/fa12667c046342ebfd9b159c646aeafdbc52fcfd",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "4.9",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N"
                        },
                        {
                            "value": "MODERATE",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/TYPO3/typo3/commit/fa12667c046342ebfd9b159c646aeafdbc52fcfd"
                },
                {
                    "reference_url": "https://github.com/TYPO3/typo3/security/advisories/GHSA-h47m-3f78-qp9g",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "4.9",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N"
                        },
                        {
                            "value": "MODERATE",
                            "scoring_system": "cvssv3.1_qr",
                            "scoring_elements": ""
                        },
                        {
                            "value": "MODERATE",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        },
                        {
                            "value": "Track",
                            "scoring_system": "ssvc",
                            "scoring_elements": "SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2024-02-14T15:01:19Z/"
                        }
                    ],
                    "url": "https://github.com/TYPO3/typo3/security/advisories/GHSA-h47m-3f78-qp9g"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2024-25119",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "4.9",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N"
                        },
                        {
                            "value": "MODERATE",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-25119"
                },
                {
                    "reference_url": "https://typo3.org/security/advisory/typo3-core-sa-2024-004",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "4.9",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N"
                        },
                        {
                            "value": "MODERATE",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        },
                        {
                            "value": "Track",
                            "scoring_system": "ssvc",
                            "scoring_elements": "SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2024-02-14T15:01:19Z/"
                        }
                    ],
                    "url": "https://typo3.org/security/advisory/typo3-core-sa-2024-004"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-h47m-3f78-qp9g",
                    "reference_id": "GHSA-h47m-3f78-qp9g",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "MODERATE",
                            "scoring_system": "cvssv3.1_qr",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/advisories/GHSA-h47m-3f78-qp9g"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/52852?format=api",
                    "purl": "pkg:composer/typo3/cms-core@8.7.57",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/typo3/cms-core@8.7.57"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/52854?format=api",
                    "purl": "pkg:composer/typo3/cms-core@9.5.46",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/typo3/cms-core@9.5.46"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/52860?format=api",
                    "purl": "pkg:composer/typo3/cms-core@10.4.43",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/typo3/cms-core@10.4.43"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/52866?format=api",
                    "purl": "pkg:composer/typo3/cms-core@11.5.35",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-1r9g-c5rn-ukgb"
                        },
                        {
                            "vulnerability": "VCID-4t9s-p25a-cfas"
                        },
                        {
                            "vulnerability": "VCID-65ue-7jd9-23gf"
                        },
                        {
                            "vulnerability": "VCID-8d2m-1ffv-jqe1"
                        },
                        {
                            "vulnerability": "VCID-gyyu-n3b1-zbcj"
                        },
                        {
                            "vulnerability": "VCID-mud2-s4rc-fuf6"
                        },
                        {
                            "vulnerability": "VCID-nubu-f1sc-gbes"
                        },
                        {
                            "vulnerability": "VCID-xy6y-312d-rygj"
                        },
                        {
                            "vulnerability": "VCID-zwgt-rm1f-6bf2"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/typo3/cms-core@11.5.35"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/52870?format=api",
                    "purl": "pkg:composer/typo3/cms-core@12.4.11",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-1r9g-c5rn-ukgb"
                        },
                        {
                            "vulnerability": "VCID-4t9s-p25a-cfas"
                        },
                        {
                            "vulnerability": "VCID-65ue-7jd9-23gf"
                        },
                        {
                            "vulnerability": "VCID-8d2m-1ffv-jqe1"
                        },
                        {
                            "vulnerability": "VCID-gyyu-n3b1-zbcj"
                        },
                        {
                            "vulnerability": "VCID-jxw7-skw6-q7bg"
                        },
                        {
                            "vulnerability": "VCID-mud2-s4rc-fuf6"
                        },
                        {
                            "vulnerability": "VCID-nubu-f1sc-gbes"
                        },
                        {
                            "vulnerability": "VCID-xy6y-312d-rygj"
                        },
                        {
                            "vulnerability": "VCID-zwgt-rm1f-6bf2"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/typo3/cms-core@12.4.11"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/52873?format=api",
                    "purl": "pkg:composer/typo3/cms-core@13.0.1",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-1r9g-c5rn-ukgb"
                        },
                        {
                            "vulnerability": "VCID-4t9s-p25a-cfas"
                        },
                        {
                            "vulnerability": "VCID-65ue-7jd9-23gf"
                        },
                        {
                            "vulnerability": "VCID-8d2m-1ffv-jqe1"
                        },
                        {
                            "vulnerability": "VCID-gyyu-n3b1-zbcj"
                        },
                        {
                            "vulnerability": "VCID-jxw7-skw6-q7bg"
                        },
                        {
                            "vulnerability": "VCID-mud2-s4rc-fuf6"
                        },
                        {
                            "vulnerability": "VCID-nubu-f1sc-gbes"
                        },
                        {
                            "vulnerability": "VCID-xy6y-312d-rygj"
                        },
                        {
                            "vulnerability": "VCID-yxy9-ngwb-6qdm"
                        },
                        {
                            "vulnerability": "VCID-zwgt-rm1f-6bf2"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/typo3/cms-core@13.0.1"
                }
            ],
            "aliases": [
                "CVE-2024-25119",
                "GHSA-h47m-3f78-qp9g"
            ],
            "risk_score": 3.1,
            "exploitability": "0.5",
            "weighted_severity": "6.2",
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-g4uc-qeb6-myed"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/15319?format=api",
            "vulnerability_id": "VCID-gv1b-xtv4-4yg3",
            "summary": "TYPO3 Backend Forms vulnerable to Information Disclosure of Hashed Passwords\n### Problem\nPassword hashes were being reflected in the editing forms of the TYPO3 backend user interface. This allowed attackers to crack the plaintext password using brute force techniques. Exploiting this vulnerability requires a valid backend user account.\n\n### Solution\nUpdate to TYPO3 versions 8.7.57 ELTS, 9.5.46 ELTS, 10.4.43 ELTS, 11.5.35 LTS, 12.4.11 LTS, 13.0.1 that fix the problem described.\n\n### Credits\nThanks to the TYPO3 framework merger Christian Kuhn and external security researchers Maximilian Beckmann, Klaus-Günther Schmidt who reported this issue, and TYPO3 security team member Oliver Hader who fixed the issue.\n\n### References\n* [TYPO3-CORE-SA-2024-003](https://typo3.org/security/advisory/typo3-core-sa-2024-003)",
            "references": [
                {
                    "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2024-25118",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "0.00508",
                            "scoring_system": "epss",
                            "scoring_elements": "0.66278",
                            "published_at": "2026-04-02T12:55:00Z"
                        },
                        {
                            "value": "0.00508",
                            "scoring_system": "epss",
                            "scoring_elements": "0.66361",
                            "published_at": "2026-04-18T12:55:00Z"
                        },
                        {
                            "value": "0.00508",
                            "scoring_system": "epss",
                            "scoring_elements": "0.66346",
                            "published_at": "2026-04-21T12:55:00Z"
                        },
                        {
                            "value": "0.00508",
                            "scoring_system": "epss",
                            "scoring_elements": "0.66311",
                            "published_at": "2026-04-13T12:55:00Z"
                        },
                        {
                            "value": "0.00508",
                            "scoring_system": "epss",
                            "scoring_elements": "0.66342",
                            "published_at": "2026-04-12T12:55:00Z"
                        },
                        {
                            "value": "0.00508",
                            "scoring_system": "epss",
                            "scoring_elements": "0.66355",
                            "published_at": "2026-04-11T12:55:00Z"
                        },
                        {
                            "value": "0.00508",
                            "scoring_system": "epss",
                            "scoring_elements": "0.66335",
                            "published_at": "2026-04-09T12:55:00Z"
                        },
                        {
                            "value": "0.00508",
                            "scoring_system": "epss",
                            "scoring_elements": "0.66321",
                            "published_at": "2026-04-08T12:55:00Z"
                        },
                        {
                            "value": "0.00508",
                            "scoring_system": "epss",
                            "scoring_elements": "0.66274",
                            "published_at": "2026-04-07T12:55:00Z"
                        },
                        {
                            "value": "0.00508",
                            "scoring_system": "epss",
                            "scoring_elements": "0.66304",
                            "published_at": "2026-04-04T12:55:00Z"
                        }
                    ],
                    "url": "https://api.first.org/data/v1/epss?cve=CVE-2024-25118"
                },
                {
                    "reference_url": "https://github.com/TYPO3/typo3",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "4.3",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N"
                        },
                        {
                            "value": "MODERATE",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/TYPO3/typo3"
                },
                {
                    "reference_url": "https://github.com/TYPO3/typo3/commit/1186b2fec8a665a8f228ed66e6d60abf8407c17b",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "4.3",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N"
                        },
                        {
                            "value": "MODERATE",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/TYPO3/typo3/commit/1186b2fec8a665a8f228ed66e6d60abf8407c17b"
                },
                {
                    "reference_url": "https://github.com/TYPO3/typo3/commit/c7a135c25a14b852eebe4335f21ba3c606188f3a",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "4.3",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N"
                        },
                        {
                            "value": "MODERATE",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/TYPO3/typo3/commit/c7a135c25a14b852eebe4335f21ba3c606188f3a"
                },
                {
                    "reference_url": "https://github.com/TYPO3/typo3/commit/cafc5af7fdce7734e6c8f9ecf2efd17b246fc049",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "4.3",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N"
                        },
                        {
                            "value": "MODERATE",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/TYPO3/typo3/commit/cafc5af7fdce7734e6c8f9ecf2efd17b246fc049"
                },
                {
                    "reference_url": "https://github.com/TYPO3/typo3/security/advisories/GHSA-38r2-5695-334w",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "4.3",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N"
                        },
                        {
                            "value": "MODERATE",
                            "scoring_system": "cvssv3.1_qr",
                            "scoring_elements": ""
                        },
                        {
                            "value": "MODERATE",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        },
                        {
                            "value": "Track",
                            "scoring_system": "ssvc",
                            "scoring_elements": "SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2024-02-22T17:58:02Z/"
                        }
                    ],
                    "url": "https://github.com/TYPO3/typo3/security/advisories/GHSA-38r2-5695-334w"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2024-25118",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "4.3",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N"
                        },
                        {
                            "value": "MODERATE",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-25118"
                },
                {
                    "reference_url": "https://typo3.org/security/advisory/typo3-core-sa-2024-003",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "4.3",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N"
                        },
                        {
                            "value": "MODERATE",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        },
                        {
                            "value": "Track",
                            "scoring_system": "ssvc",
                            "scoring_elements": "SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2024-02-22T17:58:02Z/"
                        }
                    ],
                    "url": "https://typo3.org/security/advisory/typo3-core-sa-2024-003"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-38r2-5695-334w",
                    "reference_id": "GHSA-38r2-5695-334w",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "MODERATE",
                            "scoring_system": "cvssv3.1_qr",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/advisories/GHSA-38r2-5695-334w"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/52852?format=api",
                    "purl": "pkg:composer/typo3/cms-core@8.7.57",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/typo3/cms-core@8.7.57"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/52854?format=api",
                    "purl": "pkg:composer/typo3/cms-core@9.5.46",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/typo3/cms-core@9.5.46"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/52860?format=api",
                    "purl": "pkg:composer/typo3/cms-core@10.4.43",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/typo3/cms-core@10.4.43"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/52866?format=api",
                    "purl": "pkg:composer/typo3/cms-core@11.5.35",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-1r9g-c5rn-ukgb"
                        },
                        {
                            "vulnerability": "VCID-4t9s-p25a-cfas"
                        },
                        {
                            "vulnerability": "VCID-65ue-7jd9-23gf"
                        },
                        {
                            "vulnerability": "VCID-8d2m-1ffv-jqe1"
                        },
                        {
                            "vulnerability": "VCID-gyyu-n3b1-zbcj"
                        },
                        {
                            "vulnerability": "VCID-mud2-s4rc-fuf6"
                        },
                        {
                            "vulnerability": "VCID-nubu-f1sc-gbes"
                        },
                        {
                            "vulnerability": "VCID-xy6y-312d-rygj"
                        },
                        {
                            "vulnerability": "VCID-zwgt-rm1f-6bf2"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/typo3/cms-core@11.5.35"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/52870?format=api",
                    "purl": "pkg:composer/typo3/cms-core@12.4.11",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-1r9g-c5rn-ukgb"
                        },
                        {
                            "vulnerability": "VCID-4t9s-p25a-cfas"
                        },
                        {
                            "vulnerability": "VCID-65ue-7jd9-23gf"
                        },
                        {
                            "vulnerability": "VCID-8d2m-1ffv-jqe1"
                        },
                        {
                            "vulnerability": "VCID-gyyu-n3b1-zbcj"
                        },
                        {
                            "vulnerability": "VCID-jxw7-skw6-q7bg"
                        },
                        {
                            "vulnerability": "VCID-mud2-s4rc-fuf6"
                        },
                        {
                            "vulnerability": "VCID-nubu-f1sc-gbes"
                        },
                        {
                            "vulnerability": "VCID-xy6y-312d-rygj"
                        },
                        {
                            "vulnerability": "VCID-zwgt-rm1f-6bf2"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/typo3/cms-core@12.4.11"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/52873?format=api",
                    "purl": "pkg:composer/typo3/cms-core@13.0.1",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-1r9g-c5rn-ukgb"
                        },
                        {
                            "vulnerability": "VCID-4t9s-p25a-cfas"
                        },
                        {
                            "vulnerability": "VCID-65ue-7jd9-23gf"
                        },
                        {
                            "vulnerability": "VCID-8d2m-1ffv-jqe1"
                        },
                        {
                            "vulnerability": "VCID-gyyu-n3b1-zbcj"
                        },
                        {
                            "vulnerability": "VCID-jxw7-skw6-q7bg"
                        },
                        {
                            "vulnerability": "VCID-mud2-s4rc-fuf6"
                        },
                        {
                            "vulnerability": "VCID-nubu-f1sc-gbes"
                        },
                        {
                            "vulnerability": "VCID-xy6y-312d-rygj"
                        },
                        {
                            "vulnerability": "VCID-yxy9-ngwb-6qdm"
                        },
                        {
                            "vulnerability": "VCID-zwgt-rm1f-6bf2"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/typo3/cms-core@13.0.1"
                }
            ],
            "aliases": [
                "CVE-2024-25118",
                "GHSA-38r2-5695-334w"
            ],
            "risk_score": 3.1,
            "exploitability": "0.5",
            "weighted_severity": "6.2",
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-gv1b-xtv4-4yg3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/15022?format=api",
            "vulnerability_id": "VCID-n7ng-zkkb-2qaz",
            "summary": "TYPO3 vulnerable to Improper Access Control of Resources Referenced by t3:// URI Scheme\n### Problem\nThe TYPO3-specific [`t3://` URI scheme](https://docs.typo3.org/m/typo3/reference-typoscript/main/en-us/Functions/Typolink.html#resource-references) could be used to access resources outside of the users' permission scope. This encompassed files, folders, pages, and records (although only if a valid link-handling configuration was provided). Exploiting this vulnerability requires a valid backend user account.\n\n### Solution\nUpdate to TYPO3 versions 8.7.57 ELTS, 9.5.46 ELTS, 10.4.43 ELTS, 11.5.35 LTS, 12.4.11 LTS, 13.0.1 that fix the problem described.\n\n### Credits\nThanks to Richie Lee who reported this issue and to TYPO3 core & security team member Benjamin Franzke who fixed the issue.\n\n### References\n* [TYPO3-CORE-SA-2024-005](https://typo3.org/security/advisory/typo3-core-sa-2024-005)",
            "references": [
                {
                    "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2024-25120",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "0.00188",
                            "scoring_system": "epss",
                            "scoring_elements": "0.40645",
                            "published_at": "2026-04-07T12:55:00Z"
                        },
                        {
                            "value": "0.00188",
                            "scoring_system": "epss",
                            "scoring_elements": "0.40606",
                            "published_at": "2026-04-21T12:55:00Z"
                        },
                        {
                            "value": "0.00188",
                            "scoring_system": "epss",
                            "scoring_elements": "0.40681",
                            "published_at": "2026-04-18T12:55:00Z"
                        },
                        {
                            "value": "0.00188",
                            "scoring_system": "epss",
                            "scoring_elements": "0.40711",
                            "published_at": "2026-04-16T12:55:00Z"
                        },
                        {
                            "value": "0.00188",
                            "scoring_system": "epss",
                            "scoring_elements": "0.40666",
                            "published_at": "2026-04-13T12:55:00Z"
                        },
                        {
                            "value": "0.00188",
                            "scoring_system": "epss",
                            "scoring_elements": "0.40684",
                            "published_at": "2026-04-12T12:55:00Z"
                        },
                        {
                            "value": "0.00188",
                            "scoring_system": "epss",
                            "scoring_elements": "0.40719",
                            "published_at": "2026-04-11T12:55:00Z"
                        },
                        {
                            "value": "0.00188",
                            "scoring_system": "epss",
                            "scoring_elements": "0.40702",
                            "published_at": "2026-04-09T12:55:00Z"
                        },
                        {
                            "value": "0.00188",
                            "scoring_system": "epss",
                            "scoring_elements": "0.40695",
                            "published_at": "2026-04-08T12:55:00Z"
                        },
                        {
                            "value": "0.00188",
                            "scoring_system": "epss",
                            "scoring_elements": "0.40694",
                            "published_at": "2026-04-02T12:55:00Z"
                        },
                        {
                            "value": "0.00188",
                            "scoring_system": "epss",
                            "scoring_elements": "0.40722",
                            "published_at": "2026-04-04T12:55:00Z"
                        }
                    ],
                    "url": "https://api.first.org/data/v1/epss?cve=CVE-2024-25120"
                },
                {
                    "reference_url": "https://docs.typo3.org/m/typo3/reference-typoscript/main/en-us/Functions/Typolink.html#resource-references",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "4.3",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N"
                        },
                        {
                            "value": "MODERATE",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        },
                        {
                            "value": "Track",
                            "scoring_system": "ssvc",
                            "scoring_elements": "SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2024-02-14T15:55:10Z/"
                        }
                    ],
                    "url": "https://docs.typo3.org/m/typo3/reference-typoscript/main/en-us/Functions/Typolink.html#resource-references"
                },
                {
                    "reference_url": "https://github.com/TYPO3/typo3",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "4.3",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N"
                        },
                        {
                            "value": "MODERATE",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/TYPO3/typo3"
                },
                {
                    "reference_url": "https://github.com/TYPO3/typo3/commit/2de87ff113ba24333ab7cbb8078588743f8958d6",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "4.3",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N"
                        },
                        {
                            "value": "MODERATE",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/TYPO3/typo3/commit/2de87ff113ba24333ab7cbb8078588743f8958d6"
                },
                {
                    "reference_url": "https://github.com/TYPO3/typo3/commit/33f4d279b82bca0a509227a17065244c6156e68f",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "4.3",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N"
                        },
                        {
                            "value": "MODERATE",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/TYPO3/typo3/commit/33f4d279b82bca0a509227a17065244c6156e68f"
                },
                {
                    "reference_url": "https://github.com/TYPO3/typo3/commit/ae0dfc4c058a90c10eedb3f49cfaf33164d21cdd",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "4.3",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N"
                        },
                        {
                            "value": "MODERATE",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/TYPO3/typo3/commit/ae0dfc4c058a90c10eedb3f49cfaf33164d21cdd"
                },
                {
                    "reference_url": "https://github.com/TYPO3/typo3/security/advisories/GHSA-wf85-8hx9-gj7c",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "4.3",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N"
                        },
                        {
                            "value": "MODERATE",
                            "scoring_system": "cvssv3.1_qr",
                            "scoring_elements": ""
                        },
                        {
                            "value": "MODERATE",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        },
                        {
                            "value": "Track",
                            "scoring_system": "ssvc",
                            "scoring_elements": "SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2024-02-14T15:55:10Z/"
                        }
                    ],
                    "url": "https://github.com/TYPO3/typo3/security/advisories/GHSA-wf85-8hx9-gj7c"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2024-25120",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "4.3",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N"
                        },
                        {
                            "value": "MODERATE",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-25120"
                },
                {
                    "reference_url": "https://typo3.org/security/advisory/typo3-core-sa-2024-005",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "4.3",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N"
                        },
                        {
                            "value": "MODERATE",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        },
                        {
                            "value": "Track",
                            "scoring_system": "ssvc",
                            "scoring_elements": "SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2024-02-14T15:55:10Z/"
                        }
                    ],
                    "url": "https://typo3.org/security/advisory/typo3-core-sa-2024-005"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-wf85-8hx9-gj7c",
                    "reference_id": "GHSA-wf85-8hx9-gj7c",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "MODERATE",
                            "scoring_system": "cvssv3.1_qr",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/advisories/GHSA-wf85-8hx9-gj7c"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/52852?format=api",
                    "purl": "pkg:composer/typo3/cms-core@8.7.57",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/typo3/cms-core@8.7.57"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/52854?format=api",
                    "purl": "pkg:composer/typo3/cms-core@9.5.46",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/typo3/cms-core@9.5.46"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/52860?format=api",
                    "purl": "pkg:composer/typo3/cms-core@10.4.43",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/typo3/cms-core@10.4.43"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/52866?format=api",
                    "purl": "pkg:composer/typo3/cms-core@11.5.35",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-1r9g-c5rn-ukgb"
                        },
                        {
                            "vulnerability": "VCID-4t9s-p25a-cfas"
                        },
                        {
                            "vulnerability": "VCID-65ue-7jd9-23gf"
                        },
                        {
                            "vulnerability": "VCID-8d2m-1ffv-jqe1"
                        },
                        {
                            "vulnerability": "VCID-gyyu-n3b1-zbcj"
                        },
                        {
                            "vulnerability": "VCID-mud2-s4rc-fuf6"
                        },
                        {
                            "vulnerability": "VCID-nubu-f1sc-gbes"
                        },
                        {
                            "vulnerability": "VCID-xy6y-312d-rygj"
                        },
                        {
                            "vulnerability": "VCID-zwgt-rm1f-6bf2"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/typo3/cms-core@11.5.35"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/52870?format=api",
                    "purl": "pkg:composer/typo3/cms-core@12.4.11",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-1r9g-c5rn-ukgb"
                        },
                        {
                            "vulnerability": "VCID-4t9s-p25a-cfas"
                        },
                        {
                            "vulnerability": "VCID-65ue-7jd9-23gf"
                        },
                        {
                            "vulnerability": "VCID-8d2m-1ffv-jqe1"
                        },
                        {
                            "vulnerability": "VCID-gyyu-n3b1-zbcj"
                        },
                        {
                            "vulnerability": "VCID-jxw7-skw6-q7bg"
                        },
                        {
                            "vulnerability": "VCID-mud2-s4rc-fuf6"
                        },
                        {
                            "vulnerability": "VCID-nubu-f1sc-gbes"
                        },
                        {
                            "vulnerability": "VCID-xy6y-312d-rygj"
                        },
                        {
                            "vulnerability": "VCID-zwgt-rm1f-6bf2"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/typo3/cms-core@12.4.11"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/52873?format=api",
                    "purl": "pkg:composer/typo3/cms-core@13.0.1",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-1r9g-c5rn-ukgb"
                        },
                        {
                            "vulnerability": "VCID-4t9s-p25a-cfas"
                        },
                        {
                            "vulnerability": "VCID-65ue-7jd9-23gf"
                        },
                        {
                            "vulnerability": "VCID-8d2m-1ffv-jqe1"
                        },
                        {
                            "vulnerability": "VCID-gyyu-n3b1-zbcj"
                        },
                        {
                            "vulnerability": "VCID-jxw7-skw6-q7bg"
                        },
                        {
                            "vulnerability": "VCID-mud2-s4rc-fuf6"
                        },
                        {
                            "vulnerability": "VCID-nubu-f1sc-gbes"
                        },
                        {
                            "vulnerability": "VCID-xy6y-312d-rygj"
                        },
                        {
                            "vulnerability": "VCID-yxy9-ngwb-6qdm"
                        },
                        {
                            "vulnerability": "VCID-zwgt-rm1f-6bf2"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/typo3/cms-core@13.0.1"
                }
            ],
            "aliases": [
                "CVE-2024-25120",
                "GHSA-wf85-8hx9-gj7c"
            ],
            "risk_score": 3.1,
            "exploitability": "0.5",
            "weighted_severity": "6.2",
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-n7ng-zkkb-2qaz"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/15128?format=api",
            "vulnerability_id": "VCID-taj6-zj2n-5kg8",
            "summary": "TYPO3 vulnerable to Improper Access Control Persisting File Abstraction Layer Entities via Data Handler\n### Problem\nEntities of the File Abstraction Layer (FAL) could be persisted directly via `DataHandler`. This allowed attackers to reference files in the fallback storage directly and retrieve their file names and contents. The fallback storage (\"zero-storage\") is used as a backward compatibility layer for files located outside properly configured file storages and within the public web root directory. Exploiting this vulnerability requires a valid backend user account.\n\n\n### Solution\nUpdate to TYPO3 versions 8.7.57 ELTS, 9.5.46 ELTS, 10.4.43 ELTS, 11.5.35 LTS, 12.4.11 LTS, 13.0.1 that fix the problem described.\n\n#### ℹ️ Strong security defaults - Manual actions required\n\nWhen persisting entities of the File Abstraction Layer directly via DataHandler, `sys_file` entities are now denied by default, and `sys_file_reference` & `sys_file_metadata` entities are not permitted to reference files in the fallback storage anymore.\n\nWhen importing data from secure origins, this must be explicitly enabled in the corresponding DataHandler instance by using `$dataHandler->isImporting = true;`.\n\n### Credits\nThanks to TYPO3 core & security team member Oliver Hader who reported and fixed the issue.\n\n### References\n* [TYPO3-CORE-SA-2024-006](https://typo3.org/security/advisory/typo3-core-sa-2024-006)",
            "references": [
                {
                    "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2024-25121",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "0.003",
                            "scoring_system": "epss",
                            "scoring_elements": "0.5323",
                            "published_at": "2026-04-07T12:55:00Z"
                        },
                        {
                            "value": "0.003",
                            "scoring_system": "epss",
                            "scoring_elements": "0.53317",
                            "published_at": "2026-04-21T12:55:00Z"
                        },
                        {
                            "value": "0.003",
                            "scoring_system": "epss",
                            "scoring_elements": "0.53338",
                            "published_at": "2026-04-18T12:55:00Z"
                        },
                        {
                            "value": "0.003",
                            "scoring_system": "epss",
                            "scoring_elements": "0.53332",
                            "published_at": "2026-04-16T12:55:00Z"
                        },
                        {
                            "value": "0.003",
                            "scoring_system": "epss",
                            "scoring_elements": "0.53294",
                            "published_at": "2026-04-13T12:55:00Z"
                        },
                        {
                            "value": "0.003",
                            "scoring_system": "epss",
                            "scoring_elements": "0.53311",
                            "published_at": "2026-04-12T12:55:00Z"
                        },
                        {
                            "value": "0.003",
                            "scoring_system": "epss",
                            "scoring_elements": "0.53327",
                            "published_at": "2026-04-11T12:55:00Z"
                        },
                        {
                            "value": "0.003",
                            "scoring_system": "epss",
                            "scoring_elements": "0.53276",
                            "published_at": "2026-04-09T12:55:00Z"
                        },
                        {
                            "value": "0.003",
                            "scoring_system": "epss",
                            "scoring_elements": "0.53282",
                            "published_at": "2026-04-08T12:55:00Z"
                        },
                        {
                            "value": "0.003",
                            "scoring_system": "epss",
                            "scoring_elements": "0.53236",
                            "published_at": "2026-04-02T12:55:00Z"
                        },
                        {
                            "value": "0.003",
                            "scoring_system": "epss",
                            "scoring_elements": "0.53262",
                            "published_at": "2026-04-04T12:55:00Z"
                        }
                    ],
                    "url": "https://api.first.org/data/v1/epss?cve=CVE-2024-25121"
                },
                {
                    "reference_url": "https://github.com/TYPO3/typo3",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "7.1",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N"
                        },
                        {
                            "value": "HIGH",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/TYPO3/typo3"
                },
                {
                    "reference_url": "https://github.com/TYPO3/typo3/commit/38f0bf9a61e10365be26eb75bc23a81184dbed07",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "7.1",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N"
                        },
                        {
                            "value": "HIGH",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/TYPO3/typo3/commit/38f0bf9a61e10365be26eb75bc23a81184dbed07"
                },
                {
                    "reference_url": "https://github.com/TYPO3/typo3/commit/71e652bf84b16fd3592205f61f36750ab03db74c",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "7.1",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N"
                        },
                        {
                            "value": "HIGH",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/TYPO3/typo3/commit/71e652bf84b16fd3592205f61f36750ab03db74c"
                },
                {
                    "reference_url": "https://github.com/TYPO3/typo3/commit/b47b6ddf5a5f3f852c6e43f837360780c12e3c47",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "7.1",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N"
                        },
                        {
                            "value": "HIGH",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/TYPO3/typo3/commit/b47b6ddf5a5f3f852c6e43f837360780c12e3c47"
                },
                {
                    "reference_url": "https://github.com/TYPO3/typo3/security/advisories/GHSA-rj3x-wvc6-5j66",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "7.1",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N"
                        },
                        {
                            "value": "HIGH",
                            "scoring_system": "cvssv3.1_qr",
                            "scoring_elements": ""
                        },
                        {
                            "value": "HIGH",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        },
                        {
                            "value": "Track",
                            "scoring_system": "ssvc",
                            "scoring_elements": "SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2025-05-08T19:07:53Z/"
                        }
                    ],
                    "url": "https://github.com/TYPO3/typo3/security/advisories/GHSA-rj3x-wvc6-5j66"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2024-25121",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "7.1",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N"
                        },
                        {
                            "value": "HIGH",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-25121"
                },
                {
                    "reference_url": "https://typo3.org/security/advisory/typo3-core-sa-2024-006",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "7.1",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N"
                        },
                        {
                            "value": "HIGH",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        },
                        {
                            "value": "Track",
                            "scoring_system": "ssvc",
                            "scoring_elements": "SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2025-05-08T19:07:53Z/"
                        }
                    ],
                    "url": "https://typo3.org/security/advisory/typo3-core-sa-2024-006"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-rj3x-wvc6-5j66",
                    "reference_id": "GHSA-rj3x-wvc6-5j66",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "HIGH",
                            "scoring_system": "cvssv3.1_qr",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/advisories/GHSA-rj3x-wvc6-5j66"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/52852?format=api",
                    "purl": "pkg:composer/typo3/cms-core@8.7.57",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/typo3/cms-core@8.7.57"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/52854?format=api",
                    "purl": "pkg:composer/typo3/cms-core@9.5.46",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/typo3/cms-core@9.5.46"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/52860?format=api",
                    "purl": "pkg:composer/typo3/cms-core@10.4.43",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/typo3/cms-core@10.4.43"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/52866?format=api",
                    "purl": "pkg:composer/typo3/cms-core@11.5.35",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-1r9g-c5rn-ukgb"
                        },
                        {
                            "vulnerability": "VCID-4t9s-p25a-cfas"
                        },
                        {
                            "vulnerability": "VCID-65ue-7jd9-23gf"
                        },
                        {
                            "vulnerability": "VCID-8d2m-1ffv-jqe1"
                        },
                        {
                            "vulnerability": "VCID-gyyu-n3b1-zbcj"
                        },
                        {
                            "vulnerability": "VCID-mud2-s4rc-fuf6"
                        },
                        {
                            "vulnerability": "VCID-nubu-f1sc-gbes"
                        },
                        {
                            "vulnerability": "VCID-xy6y-312d-rygj"
                        },
                        {
                            "vulnerability": "VCID-zwgt-rm1f-6bf2"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/typo3/cms-core@11.5.35"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/52870?format=api",
                    "purl": "pkg:composer/typo3/cms-core@12.4.11",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-1r9g-c5rn-ukgb"
                        },
                        {
                            "vulnerability": "VCID-4t9s-p25a-cfas"
                        },
                        {
                            "vulnerability": "VCID-65ue-7jd9-23gf"
                        },
                        {
                            "vulnerability": "VCID-8d2m-1ffv-jqe1"
                        },
                        {
                            "vulnerability": "VCID-gyyu-n3b1-zbcj"
                        },
                        {
                            "vulnerability": "VCID-jxw7-skw6-q7bg"
                        },
                        {
                            "vulnerability": "VCID-mud2-s4rc-fuf6"
                        },
                        {
                            "vulnerability": "VCID-nubu-f1sc-gbes"
                        },
                        {
                            "vulnerability": "VCID-xy6y-312d-rygj"
                        },
                        {
                            "vulnerability": "VCID-zwgt-rm1f-6bf2"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/typo3/cms-core@12.4.11"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/52873?format=api",
                    "purl": "pkg:composer/typo3/cms-core@13.0.1",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-1r9g-c5rn-ukgb"
                        },
                        {
                            "vulnerability": "VCID-4t9s-p25a-cfas"
                        },
                        {
                            "vulnerability": "VCID-65ue-7jd9-23gf"
                        },
                        {
                            "vulnerability": "VCID-8d2m-1ffv-jqe1"
                        },
                        {
                            "vulnerability": "VCID-gyyu-n3b1-zbcj"
                        },
                        {
                            "vulnerability": "VCID-jxw7-skw6-q7bg"
                        },
                        {
                            "vulnerability": "VCID-mud2-s4rc-fuf6"
                        },
                        {
                            "vulnerability": "VCID-nubu-f1sc-gbes"
                        },
                        {
                            "vulnerability": "VCID-xy6y-312d-rygj"
                        },
                        {
                            "vulnerability": "VCID-yxy9-ngwb-6qdm"
                        },
                        {
                            "vulnerability": "VCID-zwgt-rm1f-6bf2"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/typo3/cms-core@13.0.1"
                }
            ],
            "aliases": [
                "CVE-2024-25121",
                "GHSA-rj3x-wvc6-5j66"
            ],
            "risk_score": 4.0,
            "exploitability": "0.5",
            "weighted_severity": "8.0",
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-taj6-zj2n-5kg8"
        }
    ],
    "fixing_vulnerabilities": [],
    "risk_score": "4.0",
    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/typo3/cms-core@8.7.56"
}