Lookup for vulnerable packages by Package URL.

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

{
    "url": "http://public2.vulnerablecode.io/api/packages/527494?format=api",
    "purl": "pkg:composer/prestashop/prestashop@1.7.5.1",
    "type": "composer",
    "namespace": "prestashop",
    "name": "prestashop",
    "version": "1.7.5.1",
    "qualifiers": {},
    "subpath": "",
    "is_vulnerable": true,
    "next_non_vulnerable_version": "1.7.6+0",
    "latest_non_vulnerable_version": "9.1.1",
    "affected_by_vulnerabilities": [
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/361102?format=api",
            "vulnerability_id": "VCID-2ryb-59mf-4kcs",
            "summary": "Duplicate Advisory: PrestaShop Cross-site Scripting vulnerability\n## Duplicate Advisory\nThis advisory has been withdrawn because it is a duplicate of GHSA-95hx-62rh-gg96. This link is maintained to preserve external references.\n\n## Original Description\nA cross-site scripting (XSS) vulnerability in PrestaShop v1.7.7.4 allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the message parameter in /contactform/contactform.php.",
            "references": [
                {
                    "reference_url": "https://github.com/mustgundogdu/Research/blob/main/PrestaShop/ReflectedXSS_1.7.7.4.md",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "6.1",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
                        },
                        {
                            "value": "MODERATE",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/mustgundogdu/Research/blob/main/PrestaShop/ReflectedXSS_1.7.7.4.md"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2023-31508",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "6.1",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
                        },
                        {
                            "value": "MODERATE",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-31508"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-6mhc-hqr3-w466",
                    "reference_id": "GHSA-6mhc-hqr3-w466",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/advisories/GHSA-6mhc-hqr3-w466"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/527517?format=api",
                    "purl": "pkg:composer/prestashop/prestashop@1.7.7.5",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-4cjs-wwx4-k7ew"
                        },
                        {
                            "vulnerability": "VCID-98tm-6u1z-d3cz"
                        },
                        {
                            "vulnerability": "VCID-am1v-rf8j-b7ae"
                        },
                        {
                            "vulnerability": "VCID-bweb-xxh2-b7df"
                        },
                        {
                            "vulnerability": "VCID-d4nk-jn4h-nfcm"
                        },
                        {
                            "vulnerability": "VCID-etd8-pjky-7qam"
                        },
                        {
                            "vulnerability": "VCID-h4mv-sgk9-skbg"
                        },
                        {
                            "vulnerability": "VCID-hkr3-rvxd-jubb"
                        },
                        {
                            "vulnerability": "VCID-jcjb-wz39-4ye2"
                        },
                        {
                            "vulnerability": "VCID-pvev-hxcv-6qce"
                        },
                        {
                            "vulnerability": "VCID-rwcm-bgj9-8fep"
                        },
                        {
                            "vulnerability": "VCID-s29x-44jz-j3af"
                        },
                        {
                            "vulnerability": "VCID-txxt-nf7w-w3gp"
                        },
                        {
                            "vulnerability": "VCID-u5mm-6rsb-xfbh"
                        },
                        {
                            "vulnerability": "VCID-urgr-erwg-rqgd"
                        },
                        {
                            "vulnerability": "VCID-uy9r-8mcd-cufw"
                        },
                        {
                            "vulnerability": "VCID-wjfd-3ceu-puad"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/prestashop/prestashop@1.7.7.5"
                }
            ],
            "aliases": [
                "CVE-2023-31508",
                "GHSA-6mhc-hqr3-w466"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-2ryb-59mf-4kcs"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/48601?format=api",
            "vulnerability_id": "VCID-4cjs-wwx4-k7ew",
            "summary": "PrestaShop is an open-source e-commerce platform. Prior to version 8.1.3, the isCleanHtml method is not used on this this form, which makes it possible to store a cross-site scripting payload in the database. The impact is low because the HTML is not interpreted in BO, thanks to twig's escape mechanism. In FO, the cross-site scripting attack is effective, but only impacts the customer sending it, or the customer session from which it was sent. This issue affects those who have a module fetching these messages from the DB and displaying it without escaping HTML. Version 8.1.3 contains a patch for this issue.",
            "references": [
                {
                    "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2024-21628",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "0.00384",
                            "scoring_system": "epss",
                            "scoring_elements": "0.60082",
                            "published_at": "2026-06-11T12:55:00Z"
                        }
                    ],
                    "url": "https://api.first.org/data/v1/epss?cve=CVE-2024-21628"
                },
                {
                    "reference_url": "https://github.com/PrestaShop/PrestaShop/commit/afc45b93b3cc33be0e571559d2838c6960d98856",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "5.4",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:N/A:L"
                        },
                        {
                            "value": "MODERATE",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/PrestaShop/PrestaShop/commit/afc45b93b3cc33be0e571559d2838c6960d98856"
                },
                {
                    "reference_url": "https://github.com/PrestaShop/PrestaShop/commit/c3d78b7e49f5fe49a9d07725c3174d005deaa597",
                    "reference_id": "c3d78b7e49f5fe49a9d07725c3174d005deaa597",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "5.4",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:N/A:L"
                        },
                        {
                            "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-01-16T16:32:28Z/"
                        }
                    ],
                    "url": "https://github.com/PrestaShop/PrestaShop/commit/c3d78b7e49f5fe49a9d07725c3174d005deaa597"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21628",
                    "reference_id": "CVE-2024-21628",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "5.4",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:N/A:L"
                        },
                        {
                            "value": "MODERATE",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21628"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-vr7m-r9vm-m4wf",
                    "reference_id": "GHSA-vr7m-r9vm-m4wf",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "MODERATE",
                            "scoring_system": "cvssv3.1_qr",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/advisories/GHSA-vr7m-r9vm-m4wf"
                },
                {
                    "reference_url": "https://github.com/PrestaShop/PrestaShop/security/advisories/GHSA-vr7m-r9vm-m4wf",
                    "reference_id": "GHSA-vr7m-r9vm-m4wf",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "5.4",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:N/A:L"
                        },
                        {
                            "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-01-16T16:32:28Z/"
                        }
                    ],
                    "url": "https://github.com/PrestaShop/PrestaShop/security/advisories/GHSA-vr7m-r9vm-m4wf"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/28255?format=api",
                    "purl": "pkg:composer/prestashop/prestashop@8.1.3",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-cvjc-r4wd-1uah"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/prestashop/prestashop@8.1.3"
                }
            ],
            "aliases": [
                "CVE-2024-21628",
                "GHSA-vr7m-r9vm-m4wf"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-4cjs-wwx4-k7ew"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/130087?format=api",
            "vulnerability_id": "VCID-98tm-6u1z-d3cz",
            "summary": "PrestaShop is an Open Source e-commerce web application. Prior to versions 8.0.4 and 1.7.8.9, it is possible for a user with access to the SQL Manager (Advanced Options -> Database) to arbitrarily read any file on the operating system when using SQL function `LOAD_FILE` in a `SELECT` request. This gives the user access to critical information. A patch is available in PrestaShop 8.0.4 and PS 1.7.8.9",
            "references": [
                {
                    "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2023-30545",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "0.00772",
                            "scoring_system": "epss",
                            "scoring_elements": "0.74005",
                            "published_at": "2026-06-11T12:55:00Z"
                        }
                    ],
                    "url": "https://api.first.org/data/v1/epss?cve=CVE-2023-30545"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2023-30545",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "7.7",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N"
                        },
                        {
                            "value": "HIGH",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-30545"
                },
                {
                    "reference_url": "https://github.com/PrestaShop/PrestaShop/commit/cddac4198a47c602878a787280d813f60c6c0630",
                    "reference_id": "cddac4198a47c602878a787280d813f60c6c0630",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "7.7",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/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-02-03T19:36:12Z/"
                        }
                    ],
                    "url": "https://github.com/PrestaShop/PrestaShop/commit/cddac4198a47c602878a787280d813f60c6c0630"
                },
                {
                    "reference_url": "https://github.com/PrestaShop/PrestaShop/commit/d900806e1841a31f26ff0a1843a6888fc1bb7f81",
                    "reference_id": "d900806e1841a31f26ff0a1843a6888fc1bb7f81",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "7.7",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/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-02-03T19:36:12Z/"
                        }
                    ],
                    "url": "https://github.com/PrestaShop/PrestaShop/commit/d900806e1841a31f26ff0a1843a6888fc1bb7f81"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-8r4m-5p6p-52rp",
                    "reference_id": "GHSA-8r4m-5p6p-52rp",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/advisories/GHSA-8r4m-5p6p-52rp"
                },
                {
                    "reference_url": "https://github.com/PrestaShop/PrestaShop/security/advisories/GHSA-8r4m-5p6p-52rp",
                    "reference_id": "GHSA-8r4m-5p6p-52rp",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "7.7",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/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-02-03T19:36:12Z/"
                        }
                    ],
                    "url": "https://github.com/PrestaShop/PrestaShop/security/advisories/GHSA-8r4m-5p6p-52rp"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/625986?format=api",
                    "purl": "pkg:composer/prestashop/prestashop@1.7.8.9",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-4cjs-wwx4-k7ew"
                        },
                        {
                            "vulnerability": "VCID-bweb-xxh2-b7df"
                        },
                        {
                            "vulnerability": "VCID-d4nk-jn4h-nfcm"
                        },
                        {
                            "vulnerability": "VCID-hkr3-rvxd-jubb"
                        },
                        {
                            "vulnerability": "VCID-jcjb-wz39-4ye2"
                        },
                        {
                            "vulnerability": "VCID-pvev-hxcv-6qce"
                        },
                        {
                            "vulnerability": "VCID-rwcm-bgj9-8fep"
                        },
                        {
                            "vulnerability": "VCID-wjfd-3ceu-puad"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/prestashop/prestashop@1.7.8.9"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/379455?format=api",
                    "purl": "pkg:composer/prestashop/prestashop@1.7.8%2B9",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/prestashop/prestashop@1.7.8%252B9"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/379454?format=api",
                    "purl": "pkg:composer/prestashop/prestashop@8.0.4",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-4cjs-wwx4-k7ew"
                        },
                        {
                            "vulnerability": "VCID-bweb-xxh2-b7df"
                        },
                        {
                            "vulnerability": "VCID-d4nk-jn4h-nfcm"
                        },
                        {
                            "vulnerability": "VCID-etd8-pjky-7qam"
                        },
                        {
                            "vulnerability": "VCID-hkr3-rvxd-jubb"
                        },
                        {
                            "vulnerability": "VCID-jcjb-wz39-4ye2"
                        },
                        {
                            "vulnerability": "VCID-pvev-hxcv-6qce"
                        },
                        {
                            "vulnerability": "VCID-rwcm-bgj9-8fep"
                        },
                        {
                            "vulnerability": "VCID-txxt-nf7w-w3gp"
                        },
                        {
                            "vulnerability": "VCID-uy9r-8mcd-cufw"
                        },
                        {
                            "vulnerability": "VCID-wjfd-3ceu-puad"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/prestashop/prestashop@8.0.4"
                }
            ],
            "aliases": [
                "CVE-2023-30545",
                "GHSA-8r4m-5p6p-52rp"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-98tm-6u1z-d3cz"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/129776?format=api",
            "vulnerability_id": "VCID-am1v-rf8j-b7ae",
            "summary": "PrestaShop is an Open Source e-commerce web application. Prior to versions 8.0.4 and 1.7.8.9, the `ValidateCore::isCleanHTML()` method of Prestashop misses hijackable events which can lead to cross-site scripting (XSS) injection, allowed by the presence of pre-setup `@keyframes` methods. This XSS, which hijacks HTML attributes, can be triggered without any interaction by the visitor/administrator, which makes it as dangerous as a trivial XSS attack. Contrary to other attacks which target HTML attributes and are triggered without user interaction (such as onload / onerror which suffer from a very limited scope), this one can hijack every HTML element, which increases the danger due to a complete HTML elements scope. Versions 8.0.4 and 1.7.8.9 contain a fix for this issue.",
            "references": [
                {
                    "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2023-30838",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "0.01375",
                            "scoring_system": "epss",
                            "scoring_elements": "0.80656",
                            "published_at": "2026-06-11T12:55:00Z"
                        }
                    ],
                    "url": "https://api.first.org/data/v1/epss?cve=CVE-2023-30838"
                },
                {
                    "reference_url": "https://github.com/PrestaShop/PrestaShop/releases/tag/1.7.8.9",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "8.0",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:H"
                        },
                        {
                            "value": "HIGH",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/PrestaShop/PrestaShop/releases/tag/1.7.8.9"
                },
                {
                    "reference_url": "https://github.com/PrestaShop/PrestaShop/releases/tag/8.0.4",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "8.0",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:H"
                        },
                        {
                            "value": "HIGH",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/PrestaShop/PrestaShop/releases/tag/8.0.4"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2023-30838",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "8.0",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:H"
                        },
                        {
                            "value": "HIGH",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-30838"
                },
                {
                    "reference_url": "https://github.com/PrestaShop/PrestaShop/commit/46408ae4b02f3b8b1bb6e9dc63af5bcd858abd9c",
                    "reference_id": "46408ae4b02f3b8b1bb6e9dc63af5bcd858abd9c",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "8.0",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:H"
                        },
                        {
                            "value": "8.6",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H"
                        },
                        {
                            "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/2025-02-03T19:34:44Z/"
                        }
                    ],
                    "url": "https://github.com/PrestaShop/PrestaShop/commit/46408ae4b02f3b8b1bb6e9dc63af5bcd858abd9c"
                },
                {
                    "reference_url": "https://github.com/PrestaShop/PrestaShop/commit/dc682192df0e4b0d656a8e645b29ca1b9dbe3693",
                    "reference_id": "dc682192df0e4b0d656a8e645b29ca1b9dbe3693",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "8.0",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:H"
                        },
                        {
                            "value": "8.6",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H"
                        },
                        {
                            "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/2025-02-03T19:34:44Z/"
                        }
                    ],
                    "url": "https://github.com/PrestaShop/PrestaShop/commit/dc682192df0e4b0d656a8e645b29ca1b9dbe3693"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-fh7r-996q-gvcp",
                    "reference_id": "GHSA-fh7r-996q-gvcp",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/advisories/GHSA-fh7r-996q-gvcp"
                },
                {
                    "reference_url": "https://github.com/PrestaShop/PrestaShop/security/advisories/GHSA-fh7r-996q-gvcp",
                    "reference_id": "GHSA-fh7r-996q-gvcp",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "8.0",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:H"
                        },
                        {
                            "value": "8.6",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H"
                        },
                        {
                            "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/2025-02-03T19:34:44Z/"
                        }
                    ],
                    "url": "https://github.com/PrestaShop/PrestaShop/security/advisories/GHSA-fh7r-996q-gvcp"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/625670?format=api",
                    "purl": "pkg:composer/prestashop/prestashop@8.1.0-beta.1",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-4cjs-wwx4-k7ew"
                        },
                        {
                            "vulnerability": "VCID-bweb-xxh2-b7df"
                        },
                        {
                            "vulnerability": "VCID-d4nk-jn4h-nfcm"
                        },
                        {
                            "vulnerability": "VCID-hkr3-rvxd-jubb"
                        },
                        {
                            "vulnerability": "VCID-jcjb-wz39-4ye2"
                        },
                        {
                            "vulnerability": "VCID-pvev-hxcv-6qce"
                        },
                        {
                            "vulnerability": "VCID-rwcm-bgj9-8fep"
                        },
                        {
                            "vulnerability": "VCID-uy9r-8mcd-cufw"
                        },
                        {
                            "vulnerability": "VCID-wjfd-3ceu-puad"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/prestashop/prestashop@8.1.0-beta.1"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/379455?format=api",
                    "purl": "pkg:composer/prestashop/prestashop@1.7.8%2B9",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/prestashop/prestashop@1.7.8%252B9"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/28254?format=api",
                    "purl": "pkg:composer/prestashop/prestashop@8.0.0-beta.1",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-4cjs-wwx4-k7ew"
                        },
                        {
                            "vulnerability": "VCID-bweb-xxh2-b7df"
                        },
                        {
                            "vulnerability": "VCID-d4nk-jn4h-nfcm"
                        },
                        {
                            "vulnerability": "VCID-hkr3-rvxd-jubb"
                        },
                        {
                            "vulnerability": "VCID-jcjb-wz39-4ye2"
                        },
                        {
                            "vulnerability": "VCID-pvev-hxcv-6qce"
                        },
                        {
                            "vulnerability": "VCID-rwcm-bgj9-8fep"
                        },
                        {
                            "vulnerability": "VCID-s29x-44jz-j3af"
                        },
                        {
                            "vulnerability": "VCID-uy9r-8mcd-cufw"
                        },
                        {
                            "vulnerability": "VCID-wjfd-3ceu-puad"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/prestashop/prestashop@8.0.0-beta.1"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/379454?format=api",
                    "purl": "pkg:composer/prestashop/prestashop@8.0.4",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-4cjs-wwx4-k7ew"
                        },
                        {
                            "vulnerability": "VCID-bweb-xxh2-b7df"
                        },
                        {
                            "vulnerability": "VCID-d4nk-jn4h-nfcm"
                        },
                        {
                            "vulnerability": "VCID-etd8-pjky-7qam"
                        },
                        {
                            "vulnerability": "VCID-hkr3-rvxd-jubb"
                        },
                        {
                            "vulnerability": "VCID-jcjb-wz39-4ye2"
                        },
                        {
                            "vulnerability": "VCID-pvev-hxcv-6qce"
                        },
                        {
                            "vulnerability": "VCID-rwcm-bgj9-8fep"
                        },
                        {
                            "vulnerability": "VCID-txxt-nf7w-w3gp"
                        },
                        {
                            "vulnerability": "VCID-uy9r-8mcd-cufw"
                        },
                        {
                            "vulnerability": "VCID-wjfd-3ceu-puad"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/prestashop/prestashop@8.0.4"
                }
            ],
            "aliases": [
                "CVE-2023-30838",
                "GHSA-fh7r-996q-gvcp"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-am1v-rf8j-b7ae"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/139322?format=api",
            "vulnerability_id": "VCID-bweb-xxh2-b7df",
            "summary": "PrestaShop is an open source e-commerce web application. Prior to version 8.1.1, it is possible to delete a file from the server by using the Attachments controller and the Attachments API. Version 8.1.1 contains a patch for this issue. There are no known workarounds.",
            "references": [
                {
                    "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2023-39529",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "0.0092",
                            "scoring_system": "epss",
                            "scoring_elements": "0.76419",
                            "published_at": "2026-06-11T12:55:00Z"
                        }
                    ],
                    "url": "https://api.first.org/data/v1/epss?cve=CVE-2023-39529"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39529",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "6.7",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:H/A:H"
                        },
                        {
                            "value": "MODERATE",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39529"
                },
                {
                    "reference_url": "https://github.com/PrestaShop/PrestaShop/commit/b08c647305dc1e9e6a2445b724d13a9733b6ed82",
                    "reference_id": "b08c647305dc1e9e6a2445b724d13a9733b6ed82",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "6.7",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:H/A:H"
                        },
                        {
                            "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-10-03T16:01:08Z/"
                        }
                    ],
                    "url": "https://github.com/PrestaShop/PrestaShop/commit/b08c647305dc1e9e6a2445b724d13a9733b6ed82"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-2rf5-3fw8-qm47",
                    "reference_id": "GHSA-2rf5-3fw8-qm47",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/advisories/GHSA-2rf5-3fw8-qm47"
                },
                {
                    "reference_url": "https://github.com/PrestaShop/PrestaShop/security/advisories/GHSA-2rf5-3fw8-qm47",
                    "reference_id": "GHSA-2rf5-3fw8-qm47",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "6.7",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:H/A:H"
                        },
                        {
                            "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-10-03T16:01:08Z/"
                        }
                    ],
                    "url": "https://github.com/PrestaShop/PrestaShop/security/advisories/GHSA-2rf5-3fw8-qm47"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/380602?format=api",
                    "purl": "pkg:composer/prestashop/prestashop@8.1.1",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-4cjs-wwx4-k7ew"
                        },
                        {
                            "vulnerability": "VCID-cvjc-r4wd-1uah"
                        },
                        {
                            "vulnerability": "VCID-hkr3-rvxd-jubb"
                        },
                        {
                            "vulnerability": "VCID-uy9r-8mcd-cufw"
                        },
                        {
                            "vulnerability": "VCID-wjfd-3ceu-puad"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/prestashop/prestashop@8.1.1"
                }
            ],
            "aliases": [
                "CVE-2023-39529",
                "GHSA-2rf5-3fw8-qm47"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-bweb-xxh2-b7df"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/139611?format=api",
            "vulnerability_id": "VCID-d4nk-jn4h-nfcm",
            "summary": "PrestaShop is an open source e-commerce web application. Prior to version 8.1.1, the `displayAjaxEmailHTML` method can be used to read any file on the server, potentially even outside of the project if the server is not correctly configured. Version 8.1.1 contains a patch for this issue. There are no known workarounds.",
            "references": [
                {
                    "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2023-39528",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "0.00845",
                            "scoring_system": "epss",
                            "scoring_elements": "0.75224",
                            "published_at": "2026-06-11T12:55:00Z"
                        }
                    ],
                    "url": "https://api.first.org/data/v1/epss?cve=CVE-2023-39528"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39528",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "6.8",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:N/I:H/A:N"
                        },
                        {
                            "value": "MODERATE",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39528"
                },
                {
                    "reference_url": "https://github.com/PrestaShop/PrestaShop/commit/11de3a84322fa4ecd0995ac40d575db61804724c",
                    "reference_id": "11de3a84322fa4ecd0995ac40d575db61804724c",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "6.8",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:N/I:H/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-10-03T16:01:14Z/"
                        }
                    ],
                    "url": "https://github.com/PrestaShop/PrestaShop/commit/11de3a84322fa4ecd0995ac40d575db61804724c"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-hpf4-v7v2-95p2",
                    "reference_id": "GHSA-hpf4-v7v2-95p2",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/advisories/GHSA-hpf4-v7v2-95p2"
                },
                {
                    "reference_url": "https://github.com/PrestaShop/PrestaShop/security/advisories/GHSA-hpf4-v7v2-95p2",
                    "reference_id": "GHSA-hpf4-v7v2-95p2",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "6.8",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:N/I:H/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-10-03T16:01:14Z/"
                        }
                    ],
                    "url": "https://github.com/PrestaShop/PrestaShop/security/advisories/GHSA-hpf4-v7v2-95p2"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/380602?format=api",
                    "purl": "pkg:composer/prestashop/prestashop@8.1.1",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-4cjs-wwx4-k7ew"
                        },
                        {
                            "vulnerability": "VCID-cvjc-r4wd-1uah"
                        },
                        {
                            "vulnerability": "VCID-hkr3-rvxd-jubb"
                        },
                        {
                            "vulnerability": "VCID-uy9r-8mcd-cufw"
                        },
                        {
                            "vulnerability": "VCID-wjfd-3ceu-puad"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/prestashop/prestashop@8.1.1"
                }
            ],
            "aliases": [
                "CVE-2023-39528",
                "GHSA-hpf4-v7v2-95p2"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-d4nk-jn4h-nfcm"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/139711?format=api",
            "vulnerability_id": "VCID-etd8-pjky-7qam",
            "summary": "PrestaShop is an open source e-commerce web application. Versions prior to 1.7.8.10, 8.0.5, and 8.1.1 are vulnerable to remote code execution through SQL injection and arbitrary file write in the back office. Versions 1.7.8.10, 8.0.5, and 8.1.1 contain a patch. There are no known workarounds.",
            "references": [
                {
                    "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2023-39526",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "0.13872",
                            "scoring_system": "epss",
                            "scoring_elements": "0.94466",
                            "published_at": "2026-06-11T12:55:00Z"
                        }
                    ],
                    "url": "https://api.first.org/data/v1/epss?cve=CVE-2023-39526"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39526",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "9.1",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H"
                        },
                        {
                            "value": "CRITICAL",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39526"
                },
                {
                    "reference_url": "https://github.com/PrestaShop/PrestaShop/commit/817847e2347844a9b6add017581f1932bcd28c09",
                    "reference_id": "817847e2347844a9b6add017581f1932bcd28c09",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "9.1",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H"
                        },
                        {
                            "value": "CRITICAL",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        },
                        {
                            "value": "Track",
                            "scoring_system": "ssvc",
                            "scoring_elements": "SSVCv2/E:N/A:Y/T:T/P:M/B:A/M:M/D:T/2024-10-10T19:05:56Z/"
                        }
                    ],
                    "url": "https://github.com/PrestaShop/PrestaShop/commit/817847e2347844a9b6add017581f1932bcd28c09"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-gf46-prm4-56pc",
                    "reference_id": "GHSA-gf46-prm4-56pc",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/advisories/GHSA-gf46-prm4-56pc"
                },
                {
                    "reference_url": "https://github.com/PrestaShop/PrestaShop/security/advisories/GHSA-gf46-prm4-56pc",
                    "reference_id": "GHSA-gf46-prm4-56pc",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "9.1",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H"
                        },
                        {
                            "value": "CRITICAL",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        },
                        {
                            "value": "Track",
                            "scoring_system": "ssvc",
                            "scoring_elements": "SSVCv2/E:N/A:Y/T:T/P:M/B:A/M:M/D:T/2024-10-10T19:05:56Z/"
                        }
                    ],
                    "url": "https://github.com/PrestaShop/PrestaShop/security/advisories/GHSA-gf46-prm4-56pc"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/646844?format=api",
                    "purl": "pkg:composer/prestashop/prestashop@1.7.8.10",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-4cjs-wwx4-k7ew"
                        },
                        {
                            "vulnerability": "VCID-bweb-xxh2-b7df"
                        },
                        {
                            "vulnerability": "VCID-d4nk-jn4h-nfcm"
                        },
                        {
                            "vulnerability": "VCID-hkr3-rvxd-jubb"
                        },
                        {
                            "vulnerability": "VCID-jcjb-wz39-4ye2"
                        },
                        {
                            "vulnerability": "VCID-pvev-hxcv-6qce"
                        },
                        {
                            "vulnerability": "VCID-rwcm-bgj9-8fep"
                        },
                        {
                            "vulnerability": "VCID-uy9r-8mcd-cufw"
                        },
                        {
                            "vulnerability": "VCID-wjfd-3ceu-puad"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/prestashop/prestashop@1.7.8.10"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/380604?format=api",
                    "purl": "pkg:composer/prestashop/prestashop@1.7.8%2B10",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/prestashop/prestashop@1.7.8%252B10"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/380603?format=api",
                    "purl": "pkg:composer/prestashop/prestashop@8.0.5",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-4cjs-wwx4-k7ew"
                        },
                        {
                            "vulnerability": "VCID-bweb-xxh2-b7df"
                        },
                        {
                            "vulnerability": "VCID-d4nk-jn4h-nfcm"
                        },
                        {
                            "vulnerability": "VCID-hkr3-rvxd-jubb"
                        },
                        {
                            "vulnerability": "VCID-jcjb-wz39-4ye2"
                        },
                        {
                            "vulnerability": "VCID-pvev-hxcv-6qce"
                        },
                        {
                            "vulnerability": "VCID-rwcm-bgj9-8fep"
                        },
                        {
                            "vulnerability": "VCID-uy9r-8mcd-cufw"
                        },
                        {
                            "vulnerability": "VCID-wjfd-3ceu-puad"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/prestashop/prestashop@8.0.5"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/380602?format=api",
                    "purl": "pkg:composer/prestashop/prestashop@8.1.1",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-4cjs-wwx4-k7ew"
                        },
                        {
                            "vulnerability": "VCID-cvjc-r4wd-1uah"
                        },
                        {
                            "vulnerability": "VCID-hkr3-rvxd-jubb"
                        },
                        {
                            "vulnerability": "VCID-uy9r-8mcd-cufw"
                        },
                        {
                            "vulnerability": "VCID-wjfd-3ceu-puad"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/prestashop/prestashop@8.1.1"
                }
            ],
            "aliases": [
                "CVE-2023-39526",
                "GHSA-gf46-prm4-56pc"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-etd8-pjky-7qam"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/207570?format=api",
            "vulnerability_id": "VCID-h4mv-sgk9-skbg",
            "summary": "Server Side Twig Template Injection",
            "references": [
                {
                    "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2022-21686",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "0.0051",
                            "scoring_system": "epss",
                            "scoring_elements": "0.66847",
                            "published_at": "2026-06-11T12:55:00Z"
                        }
                    ],
                    "url": "https://api.first.org/data/v1/epss?cve=CVE-2022-21686"
                },
                {
                    "reference_url": "https://github.com/PrestaShop/PrestaShop/commit/d02b469ec365822e6a9f017e57f588966248bf21",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "9.0",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H"
                        },
                        {
                            "value": "CRITICAL",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/PrestaShop/PrestaShop/commit/d02b469ec365822e6a9f017e57f588966248bf21"
                },
                {
                    "reference_url": "https://github.com/PrestaShop/PrestaShop/releases/tag/1.7.8.3",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "9.0",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H"
                        },
                        {
                            "value": "CRITICAL",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/PrestaShop/PrestaShop/releases/tag/1.7.8.3"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2022-21686",
                    "reference_id": "CVE-2022-21686",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "9.0",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H"
                        },
                        {
                            "value": "CRITICAL",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-21686"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-mrq4-7ch7-2465",
                    "reference_id": "GHSA-mrq4-7ch7-2465",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "CRITICAL",
                            "scoring_system": "cvssv3.1_qr",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/advisories/GHSA-mrq4-7ch7-2465"
                },
                {
                    "reference_url": "https://github.com/PrestaShop/PrestaShop/security/advisories/GHSA-mrq4-7ch7-2465",
                    "reference_id": "GHSA-mrq4-7ch7-2465",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "9.0",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H"
                        },
                        {
                            "value": "CRITICAL",
                            "scoring_system": "cvssv3.1_qr",
                            "scoring_elements": ""
                        },
                        {
                            "value": "CRITICAL",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/PrestaShop/PrestaShop/security/advisories/GHSA-mrq4-7ch7-2465"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/533993?format=api",
                    "purl": "pkg:composer/prestashop/prestashop@1.7.8.3",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-4cjs-wwx4-k7ew"
                        },
                        {
                            "vulnerability": "VCID-98tm-6u1z-d3cz"
                        },
                        {
                            "vulnerability": "VCID-am1v-rf8j-b7ae"
                        },
                        {
                            "vulnerability": "VCID-bweb-xxh2-b7df"
                        },
                        {
                            "vulnerability": "VCID-d4nk-jn4h-nfcm"
                        },
                        {
                            "vulnerability": "VCID-hkr3-rvxd-jubb"
                        },
                        {
                            "vulnerability": "VCID-jcjb-wz39-4ye2"
                        },
                        {
                            "vulnerability": "VCID-pvev-hxcv-6qce"
                        },
                        {
                            "vulnerability": "VCID-rwcm-bgj9-8fep"
                        },
                        {
                            "vulnerability": "VCID-s29x-44jz-j3af"
                        },
                        {
                            "vulnerability": "VCID-u5mm-6rsb-xfbh"
                        },
                        {
                            "vulnerability": "VCID-wjfd-3ceu-puad"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/prestashop/prestashop@1.7.8.3"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/18855?format=api",
                    "purl": "pkg:composer/prestashop/prestashop@1.7.8%2B3",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/prestashop/prestashop@1.7.8%252B3"
                }
            ],
            "aliases": [
                "CVE-2022-21686",
                "GHSA-mrq4-7ch7-2465"
            ],
            "risk_score": 4.5,
            "exploitability": "0.5",
            "weighted_severity": "9.0",
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-h4mv-sgk9-skbg"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/128741?format=api",
            "vulnerability_id": "VCID-hkr3-rvxd-jubb",
            "summary": "PrestaShop is an Open Source e-commerce web application. In affected versions any module can be disabled or uninstalled from back office, even with low user right. This allows low privileged users to disable portions of a shops functionality. Commit `ce1f6708` addresses this issue and is included in version 8.1.2. Users are advised to upgrade. There are no known workarounds for this issue.",
            "references": [
                {
                    "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2023-43663",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "0.00102",
                            "scoring_system": "epss",
                            "scoring_elements": "0.27565",
                            "published_at": "2026-06-11T12:55:00Z"
                        }
                    ],
                    "url": "https://api.first.org/data/v1/epss?cve=CVE-2023-43663"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2023-43663",
                    "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:N/I:L/A:N"
                        },
                        {
                            "value": "MODERATE",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-43663"
                },
                {
                    "reference_url": "https://github.com/PrestaShop/PrestaShop/commit/ce1f67083537194e974caf86c57e547a0aaa46cd",
                    "reference_id": "ce1f67083537194e974caf86c57e547a0aaa46cd",
                    "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:N/I:L/A:N"
                        },
                        {
                            "value": "6.3",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L"
                        },
                        {
                            "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-09-20T17:48:09Z/"
                        }
                    ],
                    "url": "https://github.com/PrestaShop/PrestaShop/commit/ce1f67083537194e974caf86c57e547a0aaa46cd"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-6jmf-2pfc-q9m7",
                    "reference_id": "GHSA-6jmf-2pfc-q9m7",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/advisories/GHSA-6jmf-2pfc-q9m7"
                },
                {
                    "reference_url": "https://github.com/PrestaShop/PrestaShop/security/advisories/GHSA-6jmf-2pfc-q9m7",
                    "reference_id": "GHSA-6jmf-2pfc-q9m7",
                    "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:N/I:L/A:N"
                        },
                        {
                            "value": "6.3",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L"
                        },
                        {
                            "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-09-20T17:48:09Z/"
                        }
                    ],
                    "url": "https://github.com/PrestaShop/PrestaShop/security/advisories/GHSA-6jmf-2pfc-q9m7"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/379719?format=api",
                    "purl": "pkg:composer/prestashop/prestashop@8.1.2",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-4cjs-wwx4-k7ew"
                        },
                        {
                            "vulnerability": "VCID-cvjc-r4wd-1uah"
                        },
                        {
                            "vulnerability": "VCID-uy9r-8mcd-cufw"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/prestashop/prestashop@8.1.2"
                }
            ],
            "aliases": [
                "CVE-2023-43663",
                "GHSA-6jmf-2pfc-q9m7"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-hkr3-rvxd-jubb"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/139554?format=api",
            "vulnerability_id": "VCID-jcjb-wz39-4ye2",
            "summary": "PrestaShop is an open source e-commerce web application. Prior to version 8.1.1, in the back office, files can be compromised using path traversal by replaying the import file deletion query with a specified file path that uses the traversal path. Version 8.1.1 contains a patch for this issue. There are no known workarounds.",
            "references": [
                {
                    "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2023-39525",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "0.01304",
                            "scoring_system": "epss",
                            "scoring_elements": "0.80178",
                            "published_at": "2026-06-11T12:55:00Z"
                        }
                    ],
                    "url": "https://api.first.org/data/v1/epss?cve=CVE-2023-39525"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39525",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "6.5",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H"
                        },
                        {
                            "value": "MODERATE",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39525"
                },
                {
                    "reference_url": "https://github.com/PrestaShop/PrestaShop/commit/c7c9a5110421bb2856f4d312ecce192d079b5ec7",
                    "reference_id": "c7c9a5110421bb2856f4d312ecce192d079b5ec7",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "6.5",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H"
                        },
                        {
                            "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-10-03T16:19:54Z/"
                        }
                    ],
                    "url": "https://github.com/PrestaShop/PrestaShop/commit/c7c9a5110421bb2856f4d312ecce192d079b5ec7"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-m9r4-3fg7-pqm2",
                    "reference_id": "GHSA-m9r4-3fg7-pqm2",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/advisories/GHSA-m9r4-3fg7-pqm2"
                },
                {
                    "reference_url": "https://github.com/PrestaShop/PrestaShop/security/advisories/GHSA-m9r4-3fg7-pqm2",
                    "reference_id": "GHSA-m9r4-3fg7-pqm2",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "6.5",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H"
                        },
                        {
                            "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-10-03T16:19:54Z/"
                        }
                    ],
                    "url": "https://github.com/PrestaShop/PrestaShop/security/advisories/GHSA-m9r4-3fg7-pqm2"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/380602?format=api",
                    "purl": "pkg:composer/prestashop/prestashop@8.1.1",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-4cjs-wwx4-k7ew"
                        },
                        {
                            "vulnerability": "VCID-cvjc-r4wd-1uah"
                        },
                        {
                            "vulnerability": "VCID-hkr3-rvxd-jubb"
                        },
                        {
                            "vulnerability": "VCID-uy9r-8mcd-cufw"
                        },
                        {
                            "vulnerability": "VCID-wjfd-3ceu-puad"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/prestashop/prestashop@8.1.1"
                }
            ],
            "aliases": [
                "CVE-2023-39525",
                "GHSA-m9r4-3fg7-pqm2"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-jcjb-wz39-4ye2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/139349?format=api",
            "vulnerability_id": "VCID-pvev-hxcv-6qce",
            "summary": "PrestaShop is an open source e-commerce web application. Prior to version 8.1.1, it is possible to delete files from the server via the CustomerMessage API. Version 8.1.1 contains a patch for this issue. There are no known workarounds.",
            "references": [
                {
                    "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2023-39530",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "0.00996",
                            "scoring_system": "epss",
                            "scoring_elements": "0.77376",
                            "published_at": "2026-06-11T12:55:00Z"
                        }
                    ],
                    "url": "https://api.first.org/data/v1/epss?cve=CVE-2023-39530"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39530",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "6.5",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H"
                        },
                        {
                            "value": "MODERATE",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39530"
                },
                {
                    "reference_url": "https://github.com/PrestaShop/PrestaShop/commit/6ce750b2367a7309b6bf50166f1873cb86ad57e9",
                    "reference_id": "6ce750b2367a7309b6bf50166f1873cb86ad57e9",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "6.5",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H"
                        },
                        {
                            "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-10-08T17:33:05Z/"
                        }
                    ],
                    "url": "https://github.com/PrestaShop/PrestaShop/commit/6ce750b2367a7309b6bf50166f1873cb86ad57e9"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-v4gr-v679-42p7",
                    "reference_id": "GHSA-v4gr-v679-42p7",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/advisories/GHSA-v4gr-v679-42p7"
                },
                {
                    "reference_url": "https://github.com/PrestaShop/PrestaShop/security/advisories/GHSA-v4gr-v679-42p7",
                    "reference_id": "GHSA-v4gr-v679-42p7",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "6.5",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H"
                        },
                        {
                            "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-10-08T17:33:05Z/"
                        }
                    ],
                    "url": "https://github.com/PrestaShop/PrestaShop/security/advisories/GHSA-v4gr-v679-42p7"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/380602?format=api",
                    "purl": "pkg:composer/prestashop/prestashop@8.1.1",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-4cjs-wwx4-k7ew"
                        },
                        {
                            "vulnerability": "VCID-cvjc-r4wd-1uah"
                        },
                        {
                            "vulnerability": "VCID-hkr3-rvxd-jubb"
                        },
                        {
                            "vulnerability": "VCID-uy9r-8mcd-cufw"
                        },
                        {
                            "vulnerability": "VCID-wjfd-3ceu-puad"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/prestashop/prestashop@8.1.1"
                }
            ],
            "aliases": [
                "CVE-2023-39530",
                "GHSA-v4gr-v679-42p7"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-pvev-hxcv-6qce"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/139731?format=api",
            "vulnerability_id": "VCID-rwcm-bgj9-8fep",
            "summary": "PrestaShop is an open source e-commerce web application. Prior to version 8.1.1, SQL injection possible in the product search field, in BO's product page. Version 8.1.1 contains a patch for this issue. There are no known workarounds.",
            "references": [
                {
                    "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2023-39524",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "0.00432",
                            "scoring_system": "epss",
                            "scoring_elements": "0.63136",
                            "published_at": "2026-06-11T12:55:00Z"
                        }
                    ],
                    "url": "https://api.first.org/data/v1/epss?cve=CVE-2023-39524"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39524",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "6.7",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:H/A:H"
                        },
                        {
                            "value": "MODERATE",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39524"
                },
                {
                    "reference_url": "https://github.com/PrestaShop/PrestaShop/commit/2047d4c053043102bc46a37d383b392704bf14d7",
                    "reference_id": "2047d4c053043102bc46a37d383b392704bf14d7",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "6.7",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:H/A:H"
                        },
                        {
                            "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-10-03T16:20:18Z/"
                        }
                    ],
                    "url": "https://github.com/PrestaShop/PrestaShop/commit/2047d4c053043102bc46a37d383b392704bf14d7"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-75p5-jwx4-qw9h",
                    "reference_id": "GHSA-75p5-jwx4-qw9h",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/advisories/GHSA-75p5-jwx4-qw9h"
                },
                {
                    "reference_url": "https://github.com/PrestaShop/PrestaShop/security/advisories/GHSA-75p5-jwx4-qw9h",
                    "reference_id": "GHSA-75p5-jwx4-qw9h",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "6.7",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:H/A:H"
                        },
                        {
                            "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-10-03T16:20:18Z/"
                        }
                    ],
                    "url": "https://github.com/PrestaShop/PrestaShop/security/advisories/GHSA-75p5-jwx4-qw9h"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/380602?format=api",
                    "purl": "pkg:composer/prestashop/prestashop@8.1.1",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-4cjs-wwx4-k7ew"
                        },
                        {
                            "vulnerability": "VCID-cvjc-r4wd-1uah"
                        },
                        {
                            "vulnerability": "VCID-hkr3-rvxd-jubb"
                        },
                        {
                            "vulnerability": "VCID-uy9r-8mcd-cufw"
                        },
                        {
                            "vulnerability": "VCID-wjfd-3ceu-puad"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/prestashop/prestashop@8.1.1"
                }
            ],
            "aliases": [
                "CVE-2023-39524",
                "GHSA-75p5-jwx4-qw9h"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-rwcm-bgj9-8fep"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/129314?format=api",
            "vulnerability_id": "VCID-s29x-44jz-j3af",
            "summary": "PrestaShop is an open source e-commerce web application that, prior to version 8.0.1, is vulnerable to cross-site request forgery (CSRF). When authenticating users, PrestaShop preserves session attributes. Because this does not clear CSRF tokens upon login, this might enable same-site attackers to bypass the CSRF protection mechanism by performing an attack similar to a session-fixation. The problem is fixed in version 8.0.1.",
            "references": [
                {
                    "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2023-25170",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "0.00137",
                            "scoring_system": "epss",
                            "scoring_elements": "0.33501",
                            "published_at": "2026-06-11T12:55:00Z"
                        }
                    ],
                    "url": "https://api.first.org/data/v1/epss?cve=CVE-2023-25170"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25170",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "5.0",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:L"
                        },
                        {
                            "value": "MODERATE",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25170"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-3g43-x7qr-96ph",
                    "reference_id": "GHSA-3g43-x7qr-96ph",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/advisories/GHSA-3g43-x7qr-96ph"
                },
                {
                    "reference_url": "https://github.com/PrestaShop/PrestaShop/security/advisories/GHSA-3g43-x7qr-96ph",
                    "reference_id": "GHSA-3g43-x7qr-96ph",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "5",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:L"
                        },
                        {
                            "value": "5.0",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:L"
                        },
                        {
                            "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/2025-02-25T14:29:46Z/"
                        }
                    ],
                    "url": "https://github.com/PrestaShop/PrestaShop/security/advisories/GHSA-3g43-x7qr-96ph"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/381006?format=api",
                    "purl": "pkg:composer/prestashop/prestashop@8.0.1",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-4cjs-wwx4-k7ew"
                        },
                        {
                            "vulnerability": "VCID-98tm-6u1z-d3cz"
                        },
                        {
                            "vulnerability": "VCID-am1v-rf8j-b7ae"
                        },
                        {
                            "vulnerability": "VCID-bweb-xxh2-b7df"
                        },
                        {
                            "vulnerability": "VCID-d4nk-jn4h-nfcm"
                        },
                        {
                            "vulnerability": "VCID-etd8-pjky-7qam"
                        },
                        {
                            "vulnerability": "VCID-hkr3-rvxd-jubb"
                        },
                        {
                            "vulnerability": "VCID-jcjb-wz39-4ye2"
                        },
                        {
                            "vulnerability": "VCID-pvev-hxcv-6qce"
                        },
                        {
                            "vulnerability": "VCID-rwcm-bgj9-8fep"
                        },
                        {
                            "vulnerability": "VCID-txxt-nf7w-w3gp"
                        },
                        {
                            "vulnerability": "VCID-u5mm-6rsb-xfbh"
                        },
                        {
                            "vulnerability": "VCID-uy9r-8mcd-cufw"
                        },
                        {
                            "vulnerability": "VCID-wjfd-3ceu-puad"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/prestashop/prestashop@8.0.1"
                }
            ],
            "aliases": [
                "CVE-2023-25170",
                "GHSA-3g43-x7qr-96ph"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-s29x-44jz-j3af"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/139625?format=api",
            "vulnerability_id": "VCID-txxt-nf7w-w3gp",
            "summary": "PrestaShop is an open source e-commerce web application. Versions prior to 1.7.8.10, 8.0.5, and 8.1.1 are vulnerable to cross-site scripting through the `isCleanHTML` method. Versions 1.7.8.10, 8.0.5, and 8.1.1 contain a patch. There are no known workarounds.",
            "references": [
                {
                    "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2023-39527",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "0.01896",
                            "scoring_system": "epss",
                            "scoring_elements": "0.83619",
                            "published_at": "2026-06-11T12:55:00Z"
                        }
                    ],
                    "url": "https://api.first.org/data/v1/epss?cve=CVE-2023-39527"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39527",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "8.3",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:H/A:H"
                        },
                        {
                            "value": "HIGH",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39527"
                },
                {
                    "reference_url": "https://github.com/PrestaShop/PrestaShop/commit/afc14f8eaa058b3e6a20ac43e033ee2656fb88b4",
                    "reference_id": "afc14f8eaa058b3e6a20ac43e033ee2656fb88b4",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "8.3",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:H/A:H"
                        },
                        {
                            "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/2024-10-03T16:01:22Z/"
                        }
                    ],
                    "url": "https://github.com/PrestaShop/PrestaShop/commit/afc14f8eaa058b3e6a20ac43e033ee2656fb88b4"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-xw2r-f8xv-c8xp",
                    "reference_id": "GHSA-xw2r-f8xv-c8xp",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/advisories/GHSA-xw2r-f8xv-c8xp"
                },
                {
                    "reference_url": "https://github.com/PrestaShop/PrestaShop/security/advisories/GHSA-xw2r-f8xv-c8xp",
                    "reference_id": "GHSA-xw2r-f8xv-c8xp",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "8.3",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:H/A:H"
                        },
                        {
                            "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/2024-10-03T16:01:22Z/"
                        }
                    ],
                    "url": "https://github.com/PrestaShop/PrestaShop/security/advisories/GHSA-xw2r-f8xv-c8xp"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/646844?format=api",
                    "purl": "pkg:composer/prestashop/prestashop@1.7.8.10",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-4cjs-wwx4-k7ew"
                        },
                        {
                            "vulnerability": "VCID-bweb-xxh2-b7df"
                        },
                        {
                            "vulnerability": "VCID-d4nk-jn4h-nfcm"
                        },
                        {
                            "vulnerability": "VCID-hkr3-rvxd-jubb"
                        },
                        {
                            "vulnerability": "VCID-jcjb-wz39-4ye2"
                        },
                        {
                            "vulnerability": "VCID-pvev-hxcv-6qce"
                        },
                        {
                            "vulnerability": "VCID-rwcm-bgj9-8fep"
                        },
                        {
                            "vulnerability": "VCID-uy9r-8mcd-cufw"
                        },
                        {
                            "vulnerability": "VCID-wjfd-3ceu-puad"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/prestashop/prestashop@1.7.8.10"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/380604?format=api",
                    "purl": "pkg:composer/prestashop/prestashop@1.7.8%2B10",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/prestashop/prestashop@1.7.8%252B10"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/380603?format=api",
                    "purl": "pkg:composer/prestashop/prestashop@8.0.5",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-4cjs-wwx4-k7ew"
                        },
                        {
                            "vulnerability": "VCID-bweb-xxh2-b7df"
                        },
                        {
                            "vulnerability": "VCID-d4nk-jn4h-nfcm"
                        },
                        {
                            "vulnerability": "VCID-hkr3-rvxd-jubb"
                        },
                        {
                            "vulnerability": "VCID-jcjb-wz39-4ye2"
                        },
                        {
                            "vulnerability": "VCID-pvev-hxcv-6qce"
                        },
                        {
                            "vulnerability": "VCID-rwcm-bgj9-8fep"
                        },
                        {
                            "vulnerability": "VCID-uy9r-8mcd-cufw"
                        },
                        {
                            "vulnerability": "VCID-wjfd-3ceu-puad"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/prestashop/prestashop@8.0.5"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/380602?format=api",
                    "purl": "pkg:composer/prestashop/prestashop@8.1.1",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-4cjs-wwx4-k7ew"
                        },
                        {
                            "vulnerability": "VCID-cvjc-r4wd-1uah"
                        },
                        {
                            "vulnerability": "VCID-hkr3-rvxd-jubb"
                        },
                        {
                            "vulnerability": "VCID-uy9r-8mcd-cufw"
                        },
                        {
                            "vulnerability": "VCID-wjfd-3ceu-puad"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/prestashop/prestashop@8.1.1"
                }
            ],
            "aliases": [
                "CVE-2023-39527",
                "GHSA-xw2r-f8xv-c8xp"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-txxt-nf7w-w3gp"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/130059?format=api",
            "vulnerability_id": "VCID-u5mm-6rsb-xfbh",
            "summary": "PrestaShop is an Open Source e-commerce web application. Versions prior to 8.0.4 and 1.7.8.9 contain a SQL filtering vulnerability. A BO user can write, update, and delete in the database, even without having specific rights. PrestaShop 8.0.4 and 1.7.8.9 contain a patch for this issue. There are no known workarounds.",
            "references": [
                {
                    "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2023-30839",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "0.04563",
                            "scoring_system": "epss",
                            "scoring_elements": "0.89443",
                            "published_at": "2026-06-11T12:55:00Z"
                        }
                    ],
                    "url": "https://api.first.org/data/v1/epss?cve=CVE-2023-30839"
                },
                {
                    "reference_url": "https://github.com/PrestaShop/PrestaShop/releases/tag/1.7.8.9",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "9.9",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H"
                        },
                        {
                            "value": "CRITICAL",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/PrestaShop/PrestaShop/releases/tag/1.7.8.9"
                },
                {
                    "reference_url": "https://github.com/PrestaShop/PrestaShop/releases/tag/8.0.4",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "9.9",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H"
                        },
                        {
                            "value": "CRITICAL",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/PrestaShop/PrestaShop/releases/tag/8.0.4"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2023-30839",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "9.9",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H"
                        },
                        {
                            "value": "CRITICAL",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-30839"
                },
                {
                    "reference_url": "https://github.com/PrestaShop/PrestaShop/commit/0f2a9b7fdd42d1dd3b21d4fad586a849642f3c30",
                    "reference_id": "0f2a9b7fdd42d1dd3b21d4fad586a849642f3c30",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "10",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H"
                        },
                        {
                            "value": "9.9",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H"
                        },
                        {
                            "value": "CRITICAL",
                            "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/2025-02-03T18:07:54Z/"
                        }
                    ],
                    "url": "https://github.com/PrestaShop/PrestaShop/commit/0f2a9b7fdd42d1dd3b21d4fad586a849642f3c30"
                },
                {
                    "reference_url": "https://github.com/PrestaShop/PrestaShop/commit/d1d27dc371599713c912b71bc2a455cacd7f2149",
                    "reference_id": "d1d27dc371599713c912b71bc2a455cacd7f2149",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "10",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H"
                        },
                        {
                            "value": "9.9",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H"
                        },
                        {
                            "value": "CRITICAL",
                            "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/2025-02-03T18:07:54Z/"
                        }
                    ],
                    "url": "https://github.com/PrestaShop/PrestaShop/commit/d1d27dc371599713c912b71bc2a455cacd7f2149"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-p379-cxqh-q822",
                    "reference_id": "GHSA-p379-cxqh-q822",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/advisories/GHSA-p379-cxqh-q822"
                },
                {
                    "reference_url": "https://github.com/PrestaShop/PrestaShop/security/advisories/GHSA-p379-cxqh-q822",
                    "reference_id": "GHSA-p379-cxqh-q822",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "10",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H"
                        },
                        {
                            "value": "9.9",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H"
                        },
                        {
                            "value": "CRITICAL",
                            "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/2025-02-03T18:07:54Z/"
                        }
                    ],
                    "url": "https://github.com/PrestaShop/PrestaShop/security/advisories/GHSA-p379-cxqh-q822"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/625670?format=api",
                    "purl": "pkg:composer/prestashop/prestashop@8.1.0-beta.1",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-4cjs-wwx4-k7ew"
                        },
                        {
                            "vulnerability": "VCID-bweb-xxh2-b7df"
                        },
                        {
                            "vulnerability": "VCID-d4nk-jn4h-nfcm"
                        },
                        {
                            "vulnerability": "VCID-hkr3-rvxd-jubb"
                        },
                        {
                            "vulnerability": "VCID-jcjb-wz39-4ye2"
                        },
                        {
                            "vulnerability": "VCID-pvev-hxcv-6qce"
                        },
                        {
                            "vulnerability": "VCID-rwcm-bgj9-8fep"
                        },
                        {
                            "vulnerability": "VCID-uy9r-8mcd-cufw"
                        },
                        {
                            "vulnerability": "VCID-wjfd-3ceu-puad"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/prestashop/prestashop@8.1.0-beta.1"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/379455?format=api",
                    "purl": "pkg:composer/prestashop/prestashop@1.7.8%2B9",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/prestashop/prestashop@1.7.8%252B9"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/28254?format=api",
                    "purl": "pkg:composer/prestashop/prestashop@8.0.0-beta.1",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-4cjs-wwx4-k7ew"
                        },
                        {
                            "vulnerability": "VCID-bweb-xxh2-b7df"
                        },
                        {
                            "vulnerability": "VCID-d4nk-jn4h-nfcm"
                        },
                        {
                            "vulnerability": "VCID-hkr3-rvxd-jubb"
                        },
                        {
                            "vulnerability": "VCID-jcjb-wz39-4ye2"
                        },
                        {
                            "vulnerability": "VCID-pvev-hxcv-6qce"
                        },
                        {
                            "vulnerability": "VCID-rwcm-bgj9-8fep"
                        },
                        {
                            "vulnerability": "VCID-s29x-44jz-j3af"
                        },
                        {
                            "vulnerability": "VCID-uy9r-8mcd-cufw"
                        },
                        {
                            "vulnerability": "VCID-wjfd-3ceu-puad"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/prestashop/prestashop@8.0.0-beta.1"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/379454?format=api",
                    "purl": "pkg:composer/prestashop/prestashop@8.0.4",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-4cjs-wwx4-k7ew"
                        },
                        {
                            "vulnerability": "VCID-bweb-xxh2-b7df"
                        },
                        {
                            "vulnerability": "VCID-d4nk-jn4h-nfcm"
                        },
                        {
                            "vulnerability": "VCID-etd8-pjky-7qam"
                        },
                        {
                            "vulnerability": "VCID-hkr3-rvxd-jubb"
                        },
                        {
                            "vulnerability": "VCID-jcjb-wz39-4ye2"
                        },
                        {
                            "vulnerability": "VCID-pvev-hxcv-6qce"
                        },
                        {
                            "vulnerability": "VCID-rwcm-bgj9-8fep"
                        },
                        {
                            "vulnerability": "VCID-txxt-nf7w-w3gp"
                        },
                        {
                            "vulnerability": "VCID-uy9r-8mcd-cufw"
                        },
                        {
                            "vulnerability": "VCID-wjfd-3ceu-puad"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/prestashop/prestashop@8.0.4"
                }
            ],
            "aliases": [
                "CVE-2023-30839",
                "GHSA-p379-cxqh-q822"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-u5mm-6rsb-xfbh"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/206806?format=api",
            "vulnerability_id": "VCID-urgr-erwg-rqgd",
            "summary": "SQL injection in prestashop/prestashop",
            "references": [
                {
                    "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2021-43789",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "0.11673",
                            "scoring_system": "epss",
                            "scoring_elements": "0.93835",
                            "published_at": "2026-06-11T12:55:00Z"
                        }
                    ],
                    "url": "https://api.first.org/data/v1/epss?cve=CVE-2021-43789"
                },
                {
                    "reference_url": "https://github.com/PrestaShop/PrestaShop/commit/6482b9ddc9dcebf7588dbfd616d2d635218408d6",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "7.5",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N"
                        },
                        {
                            "value": "HIGH",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/PrestaShop/PrestaShop/commit/6482b9ddc9dcebf7588dbfd616d2d635218408d6"
                },
                {
                    "reference_url": "https://github.com/PrestaShop/PrestaShop/issues/26623",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "7.5",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N"
                        },
                        {
                            "value": "HIGH",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/PrestaShop/PrestaShop/issues/26623"
                },
                {
                    "reference_url": "https://github.com/PrestaShop/PrestaShop/releases/tag/1.7.8.2",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "7.5",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N"
                        },
                        {
                            "value": "HIGH",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/PrestaShop/PrestaShop/releases/tag/1.7.8.2"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2021-43789",
                    "reference_id": "CVE-2021-43789",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "7.5",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N"
                        },
                        {
                            "value": "HIGH",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-43789"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-6xxj-gcjq-wgf4",
                    "reference_id": "GHSA-6xxj-gcjq-wgf4",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "HIGH",
                            "scoring_system": "cvssv3.1_qr",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/advisories/GHSA-6xxj-gcjq-wgf4"
                },
                {
                    "reference_url": "https://github.com/PrestaShop/PrestaShop/security/advisories/GHSA-6xxj-gcjq-wgf4",
                    "reference_id": "GHSA-6xxj-gcjq-wgf4",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "7.5",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N"
                        },
                        {
                            "value": "HIGH",
                            "scoring_system": "cvssv3.1_qr",
                            "scoring_elements": ""
                        },
                        {
                            "value": "HIGH",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/PrestaShop/PrestaShop/security/advisories/GHSA-6xxj-gcjq-wgf4"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/18213?format=api",
                    "purl": "pkg:composer/prestashop/prestashop@1.7.8%2B2",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-h4mv-sgk9-skbg"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/prestashop/prestashop@1.7.8%252B2"
                }
            ],
            "aliases": [
                "CVE-2021-43789",
                "GHSA-6xxj-gcjq-wgf4"
            ],
            "risk_score": 4.0,
            "exploitability": "0.5",
            "weighted_severity": "8.0",
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-urgr-erwg-rqgd"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/48537?format=api",
            "vulnerability_id": "VCID-uy9r-8mcd-cufw",
            "summary": "PrestaShop is an open-source e-commerce platform. Prior to versions 8.1.3 and 1.7.8.11, some event attributes are not detected by the `isCleanHTML` method. Some modules using the `isCleanHTML` method could be vulnerable to cross-site scripting. Versions 8.1.3 and 1.7.8.11 contain a patch for this issue. The best workaround is to use the `HTMLPurifier` library to sanitize html input coming from users. The library is already available as a dependency in the PrestaShop project. Beware though that in legacy object models, fields of `HTML` type will call `isCleanHTML`.",
            "references": [
                {
                    "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2024-21627",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "0.0095",
                            "scoring_system": "epss",
                            "scoring_elements": "0.76802",
                            "published_at": "2026-06-11T12:55:00Z"
                        }
                    ],
                    "url": "https://api.first.org/data/v1/epss?cve=CVE-2024-21627"
                },
                {
                    "reference_url": "https://github.com/PrestaShop/PrestaShop/commit/0ed1af8de500538490f88e9e794e2e8113fb8df7",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "8.1",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:H/I:H/A:N"
                        },
                        {
                            "value": "HIGH",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/PrestaShop/PrestaShop/commit/0ed1af8de500538490f88e9e794e2e8113fb8df7"
                },
                {
                    "reference_url": "https://github.com/PrestaShop/PrestaShop/commit/f799dcff564cd1b7ead932ffc3343b675107dbce",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "8.1",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:H/I:H/A:N"
                        },
                        {
                            "value": "HIGH",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/PrestaShop/PrestaShop/commit/f799dcff564cd1b7ead932ffc3343b675107dbce"
                },
                {
                    "reference_url": "https://github.com/PrestaShop/PrestaShop/commit/73cfb44666818eefd501b526a894fe884dd12129",
                    "reference_id": "73cfb44666818eefd501b526a894fe884dd12129",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "8.1",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:H/I:H/A: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/2025-05-08T15:48:20Z/"
                        }
                    ],
                    "url": "https://github.com/PrestaShop/PrestaShop/commit/73cfb44666818eefd501b526a894fe884dd12129"
                },
                {
                    "reference_url": "https://github.com/PrestaShop/PrestaShop/commit/ba06d18466df5b92cb841d504cc7210121104883",
                    "reference_id": "ba06d18466df5b92cb841d504cc7210121104883",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "8.1",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:H/I:H/A: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/2025-05-08T15:48:20Z/"
                        }
                    ],
                    "url": "https://github.com/PrestaShop/PrestaShop/commit/ba06d18466df5b92cb841d504cc7210121104883"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21627",
                    "reference_id": "CVE-2024-21627",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "8.1",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:H/I:H/A:N"
                        },
                        {
                            "value": "HIGH",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21627"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-xgpm-q3mq-46rq",
                    "reference_id": "GHSA-xgpm-q3mq-46rq",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "HIGH",
                            "scoring_system": "cvssv3.1_qr",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/advisories/GHSA-xgpm-q3mq-46rq"
                },
                {
                    "reference_url": "https://github.com/PrestaShop/PrestaShop/security/advisories/GHSA-xgpm-q3mq-46rq",
                    "reference_id": "GHSA-xgpm-q3mq-46rq",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "8.1",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:H/I:H/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:T/P:M/B:A/M:M/D:T/2025-05-08T15:48:20Z/"
                        }
                    ],
                    "url": "https://github.com/PrestaShop/PrestaShop/security/advisories/GHSA-xgpm-q3mq-46rq"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/683622?format=api",
                    "purl": "pkg:composer/prestashop/prestashop@1.7.8.11",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-4cjs-wwx4-k7ew"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/prestashop/prestashop@1.7.8.11"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/28256?format=api",
                    "purl": "pkg:composer/prestashop/prestashop@1.7.8%2B11",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/prestashop/prestashop@1.7.8%252B11"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/28255?format=api",
                    "purl": "pkg:composer/prestashop/prestashop@8.1.3",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-cvjc-r4wd-1uah"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/prestashop/prestashop@8.1.3"
                }
            ],
            "aliases": [
                "CVE-2024-21627",
                "GHSA-xgpm-q3mq-46rq"
            ],
            "risk_score": 4.0,
            "exploitability": "0.5",
            "weighted_severity": "8.0",
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-uy9r-8mcd-cufw"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/128374?format=api",
            "vulnerability_id": "VCID-wjfd-3ceu-puad",
            "summary": "PrestaShop is an Open Source e-commerce web application. In the Prestashop Back office interface, an employee can list all modules without any access rights: method `ajaxProcessGetPossibleHookingListForModule` doesn't check access rights. This issue has been addressed in commit `15bd281c` which is included in version 8.1.2. Users are advised to upgrade. There are no known workaround for this issue.",
            "references": [
                {
                    "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2023-43664",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "0.00239",
                            "scoring_system": "epss",
                            "scoring_elements": "0.47243",
                            "published_at": "2026-06-11T12:55:00Z"
                        }
                    ],
                    "url": "https://api.first.org/data/v1/epss?cve=CVE-2023-43664"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2023-43664",
                    "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-2023-43664"
                },
                {
                    "reference_url": "https://github.com/PrestaShop/PrestaShop/commit/15bd281c18f032a5134a8d213b44d24829d45762",
                    "reference_id": "15bd281c18f032a5134a8d213b44d24829d45762",
                    "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-09-20T17:48:03Z/"
                        }
                    ],
                    "url": "https://github.com/PrestaShop/PrestaShop/commit/15bd281c18f032a5134a8d213b44d24829d45762"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-gvrg-62jp-rf7j",
                    "reference_id": "GHSA-gvrg-62jp-rf7j",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/advisories/GHSA-gvrg-62jp-rf7j"
                },
                {
                    "reference_url": "https://github.com/PrestaShop/PrestaShop/security/advisories/GHSA-gvrg-62jp-rf7j",
                    "reference_id": "GHSA-gvrg-62jp-rf7j",
                    "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-09-20T17:48:03Z/"
                        }
                    ],
                    "url": "https://github.com/PrestaShop/PrestaShop/security/advisories/GHSA-gvrg-62jp-rf7j"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/379719?format=api",
                    "purl": "pkg:composer/prestashop/prestashop@8.1.2",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-4cjs-wwx4-k7ew"
                        },
                        {
                            "vulnerability": "VCID-cvjc-r4wd-1uah"
                        },
                        {
                            "vulnerability": "VCID-uy9r-8mcd-cufw"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/prestashop/prestashop@8.1.2"
                }
            ],
            "aliases": [
                "CVE-2023-43664",
                "GHSA-gvrg-62jp-rf7j"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-wjfd-3ceu-puad"
        }
    ],
    "fixing_vulnerabilities": [],
    "risk_score": null,
    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/prestashop/prestashop@1.7.5.1"
}