Package Instance
Lookup for vulnerable packages by Package URL.
GET /api/packages/46517?format=api
{ "url": "http://public2.vulnerablecode.io/api/packages/46517?format=api", "purl": "pkg:pypi/pretix@2025.10.1", "type": "pypi", "namespace": "", "name": "pretix", "version": "2025.10.1", "qualifiers": {}, "subpath": "", "is_vulnerable": true, "next_non_vulnerable_version": "2026.1.2", "latest_non_vulnerable_version": "2026.3.1", "affected_by_vulnerabilities": [ { "url": "http://public2.vulnerablecode.io/api/vulnerabilities/9615?format=api", "vulnerability_id": "VCID-n324-n55w-uyet", "summary": "A new API endpoint introduced in pretix 2025 that is supposed to \nreturn all check-in events of a specific event in fact returns all \ncheck-in events belonging to the respective organizer. This allows an \nAPI consumer to access information for all other events under the same \norganizer, even those they should not have access to.\n\n\nThese records contain information on the time and result of every ticket scan as well as the ID of the matched ticket. Example:\n\n\n{\n \"id\": 123,\n \"successful\": true,\n \"error_reason\": null,\n \"error_explanation\": null,\n \"position\": 321,\n \"datetime\": \"2020-08-23T09:00:00+02:00\",\n \"list\": 456,\n \"created\": \"2020-08-23T09:00:00+02:00\",\n \"auto_checked_in\": false,\n \"gate\": null,\n \"device\": 1,\n \"device_id\": 1,\n \"type\": \"entry\"\n}\n\n\n\nAn unauthorized user usually has no way to match these IDs (position) back to individual people.", "references": [ { "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2026-5600", "reference_id": "", "reference_type": "", "scores": [ { "value": "0.00011", "scoring_system": "epss", "scoring_elements": "0.0156", "published_at": "2026-05-30T12:55:00Z" } ], "url": "https://api.first.org/data/v1/epss?cve=CVE-2026-5600" }, { "reference_url": "https://github.com/pretix/pretix", "reference_id": "", "reference_type": "", "scores": [ { "value": "5.5", "scoring_system": "cvssv4", "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:P/PR:H/UI:N/VC:L/VI:N/VA:N/SC:H/SI:H/SA:H" }, { "value": "MODERATE", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://github.com/pretix/pretix" }, { "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5600", "reference_id": "", "reference_type": "", "scores": [ { "value": "5.5", "scoring_system": "cvssv4", "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:P/PR:H/UI:N/VC:L/VI:N/VA:N/SC:H/SI:H/SA:H" }, { "value": "MODERATE", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5600" }, { "reference_url": "https://pretix.eu/about/en/blog/20260408-release-2026-3-1", "reference_id": "", "reference_type": "", "scores": [ { "value": "5.5", "scoring_system": "cvssv4", "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:P/PR:H/UI:N/VC:L/VI:N/VA:N/SC:H/SI:H/SA:H" }, { "value": "MODERATE", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://pretix.eu/about/en/blog/20260408-release-2026-3-1" }, { "reference_url": "https://pretix.eu/about/en/blog/20260408-release-2026-3-1/", "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": "5.5", "scoring_system": "cvssv4", "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:P/PR:H/UI:N/VC:L/VI:N/VA:N/SC:H/SI:H/SA:H" }, { "value": "Track", "scoring_system": "ssvc", "scoring_elements": "SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2026-04-08T16:02:54Z/" } ], "url": "https://pretix.eu/about/en/blog/20260408-release-2026-3-1/" } ], "fixed_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/48407?format=api", "purl": "pkg:pypi/pretix@2026.1.2", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/pretix@2026.1.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/48408?format=api", "purl": "pkg:pypi/pretix@2026.2.1", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/pretix@2026.2.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/48409?format=api", "purl": "pkg:pypi/pretix@2026.3.1", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/pretix@2026.3.1" } ], "aliases": [ "CVE-2026-5600", "GHSA-wr8q-c73g-m7gp", "PYSEC-2026-111" ], "risk_score": 1.1, "exploitability": "0.5", "weighted_severity": "2.1", "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-n324-n55w-uyet" }, { "url": "http://public2.vulnerablecode.io/api/vulnerabilities/9547?format=api", "vulnerability_id": "VCID-u5jv-2hhr-t7ej", "summary": "Emails sent by pretix can utilize placeholders that will be filled with customer data. For example, when {name}\n is used in an email template, it will be replaced with the buyer's \nname for the final email. This mechanism contained two security-relevant\n bugs:\n\n\n\n * \nIt was possible to exfiltrate information about the pretix system through specially crafted placeholder names such as {{event.__init__.__code__.co_filename}}.\n This way, an attacker with the ability to control email templates \n(usually every user of the pretix backend) could retrieve sensitive \ninformation from the system configuration, including even database \npasswords or API keys. pretix does include mechanisms to prevent the usage of such \nmalicious placeholders, however due to a mistake in the code, they were \nnot fully effective for the email subject.\n\n\n\n\n * \nPlaceholders in subjects and plain text bodies of emails were \nwrongfully evaluated twice. Therefore, if the first evaluation of a \nplaceholder again contains a placeholder, this second placeholder was \nrendered. This allows the rendering of placeholders controlled by the \nticket buyer, and therefore the exploitation of the first issue as a \nticket buyer. Luckily, the only buyer-controlled placeholder available \nin pretix by default (that is not validated in a way that prevents the \nissue) is {invoice_company}, which is very unusual (but not\n impossible) to be contained in an email subject template. In addition \nto broadening the attack surface of the first issue, this could \ntheoretically also leak information about an order to one of the \nattendees within that order. However, we also consider this scenario \nvery unlikely under typical conditions.\n\n\nOut of caution, we recommend that you rotate all passwords and API keys contained in your pretix.cfg https://docs.pretix.eu/self-hosting/config/ file.", "references": [ { "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2026-2415", "reference_id": "", "reference_type": "", "scores": [ { "value": "0.00048", "scoring_system": "epss", "scoring_elements": "0.15377", "published_at": "2026-05-30T12:55:00Z" } ], "url": "https://api.first.org/data/v1/epss?cve=CVE-2026-2415" }, { "reference_url": "https://github.com/pretix/pretix", "reference_id": "", "reference_type": "", "scores": [ { "value": "5.9", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N" }, { "value": "7.5", "scoring_system": "cvssv4", "scoring_elements": "CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:P/RE:L/U:Red" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://github.com/pretix/pretix" }, { "reference_url": "https://github.com/pretix/pretix/commit/ba11d24f8dfa4e9d8f03493e56fd8b43983fe297", "reference_id": "", "reference_type": "", "scores": [ { "value": "5.9", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N" }, { "value": "7.5", "scoring_system": "cvssv4", "scoring_elements": "CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:P/RE:L/U:Red" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://github.com/pretix/pretix/commit/ba11d24f8dfa4e9d8f03493e56fd8b43983fe297" }, { "reference_url": "https://github.com/pretix/pretix/commit/c85afbc621b5f0b1afa618627c45f89323eb0154", "reference_id": "", "reference_type": "", "scores": [ { "value": "5.9", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N" }, { "value": "7.5", "scoring_system": "cvssv4", "scoring_elements": "CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:P/RE:L/U:Red" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://github.com/pretix/pretix/commit/c85afbc621b5f0b1afa618627c45f89323eb0154" }, { "reference_url": "https://github.com/pretix/pretix/commit/edac35ed4c5466eb63a202575c337d117ddf1c8e", "reference_id": "", "reference_type": "", "scores": [ { "value": "5.9", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N" }, { "value": "7.5", "scoring_system": "cvssv4", "scoring_elements": "CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:P/RE:L/U:Red" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://github.com/pretix/pretix/commit/edac35ed4c5466eb63a202575c337d117ddf1c8e" }, { "reference_url": "https://pretix.eu/about/en/blog/20260216-release-2026-1-1", "reference_id": "", "reference_type": "", "scores": [ { "value": "5.9", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N" }, { "value": "7.5", "scoring_system": "cvssv4", "scoring_elements": "CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:P/RE:L/U:Red" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://pretix.eu/about/en/blog/20260216-release-2026-1-1" }, { "reference_url": "https://pretix.eu/about/en/blog/20260216-release-2026-1-1/", "reference_id": "", "reference_type": "", "scores": [ { "value": "5.9", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N" }, { "value": "7.5", "scoring_system": "cvssv4", "scoring_elements": "CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:P/RE:L/U:Red" }, { "value": "Track", "scoring_system": "ssvc", "scoring_elements": "SSVCv2/E:N/A:N/T:T/P:M/B:A/M:M/D:T/2026-02-17T16:43:12Z/" } ], "url": "https://pretix.eu/about/en/blog/20260216-release-2026-1-1/" }, { "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2415", "reference_id": "CVE-2026-2415", "reference_type": "", "scores": [ { "value": "5.9", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N" }, { "value": "7.5", "scoring_system": "cvssv4", "scoring_elements": "CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:P/RE:L/U:Red" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2415" }, { "reference_url": "https://github.com/advisories/GHSA-r8p8-qw9w-j9qv", "reference_id": "GHSA-r8p8-qw9w-j9qv", "reference_type": "", "scores": [ { "value": "HIGH", "scoring_system": "cvssv3.1_qr", "scoring_elements": "" } ], "url": "https://github.com/advisories/GHSA-r8p8-qw9w-j9qv" } ], "fixed_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/46518?format=api", "purl": "pkg:pypi/pretix@2025.10.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-n324-n55w-uyet" }, { "vulnerability": "VCID-u5jv-2hhr-t7ej" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/pretix@2025.10.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/46520?format=api", "purl": "pkg:pypi/pretix@2026.1.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-n324-n55w-uyet" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/pretix@2026.1.1" } ], "aliases": [ "CVE-2026-2415", "GHSA-r8p8-qw9w-j9qv", "PYSEC-2026-110" ], "risk_score": 4.0, "exploitability": "0.5", "weighted_severity": "8.0", "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-u5jv-2hhr-t7ej" } ], "fixing_vulnerabilities": [ { "url": "http://public2.vulnerablecode.io/api/vulnerabilities/21890?format=api", "vulnerability_id": "VCID-mcng-98p3-uued", "summary": "pretix has Broken Access Control Allowing Cross-User File Access via UUID\nAn API endpoint allowed access to sensitive files from other users by knowing the UUID of the file that were not intended to be accessible by UUID only.", "references": [ { "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2025-14882", "reference_id": "", "reference_type": "", "scores": [ { "value": "0.00063", "scoring_system": "epss", "scoring_elements": "0.19752", "published_at": "2026-05-30T12:55:00Z" } ], "url": "https://api.first.org/data/v1/epss?cve=CVE-2025-14882" }, { "reference_url": "https://github.com/pretix/pretix", "reference_id": "", "reference_type": "", "scores": [ { "value": "3.8", "scoring_system": "cvssv4", "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N/E:U" }, { "value": "LOW", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://github.com/pretix/pretix" }, { "reference_url": "https://github.com/pretix/pretix/commit/4b5651862c57c6e384822d1d23292342126c479a", "reference_id": "", "reference_type": "", "scores": [ { "value": "3.8", "scoring_system": "cvssv4", "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N/E:U" }, { "value": "LOW", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://github.com/pretix/pretix/commit/4b5651862c57c6e384822d1d23292342126c479a" }, { "reference_url": "https://pretix.eu/about/en/blog/20251219-release-2025-10-1", "reference_id": "", "reference_type": "", "scores": [ { "value": "3.8", "scoring_system": "cvssv4", "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N/E:U" }, { "value": "LOW", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://pretix.eu/about/en/blog/20251219-release-2025-10-1" }, { "reference_url": "https://pretix.eu/about/en/blog/20251218-release-2025-10-1/", "reference_id": "20251218-release-2025-10-1", "reference_type": "", "scores": [ { "value": "3.8", "scoring_system": "cvssv4", "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N/E:U" }, { "value": "Track", "scoring_system": "ssvc", "scoring_elements": "SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2025-12-19T13:50:11Z/" } ], "url": "https://pretix.eu/about/en/blog/20251218-release-2025-10-1/" }, { "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14882", "reference_id": "CVE-2025-14882", "reference_type": "", "scores": [ { "value": "3.8", "scoring_system": "cvssv4", "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N/E:U" }, { "value": "LOW", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14882" }, { "reference_url": "https://github.com/advisories/GHSA-pmjj-h5jm-vxh4", "reference_id": "GHSA-pmjj-h5jm-vxh4", "reference_type": "", "scores": [ { "value": "LOW", "scoring_system": "cvssv3.1_qr", "scoring_elements": "" } ], "url": "https://github.com/advisories/GHSA-pmjj-h5jm-vxh4" } ], "fixed_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/46510?format=api", "purl": "pkg:pypi/pretix@2025.8.3", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-u5jv-2hhr-t7ej" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/pretix@2025.8.3" }, { "url": "http://public2.vulnerablecode.io/api/packages/46514?format=api", "purl": "pkg:pypi/pretix@2025.9.3", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-u5jv-2hhr-t7ej" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/pretix@2025.9.3" }, { "url": "http://public2.vulnerablecode.io/api/packages/46517?format=api", "purl": "pkg:pypi/pretix@2025.10.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-n324-n55w-uyet" }, { "vulnerability": "VCID-u5jv-2hhr-t7ej" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/pretix@2025.10.1" } ], "aliases": [ "CVE-2025-14882", "GHSA-pmjj-h5jm-vxh4" ], "risk_score": 1.4, "exploitability": "0.5", "weighted_severity": "2.7", "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-mcng-98p3-uued" }, { "url": "http://public2.vulnerablecode.io/api/vulnerabilities/21901?format=api", "vulnerability_id": "VCID-u4ez-t9ge-6fh7", "summary": "pretix has Broken Access Control Allowing Cross-User File Access via UUID\nMultiple API endpoints allowed access to sensitive files from other users by knowing the UUID of the file that were not intended to be accessible by UUID only.", "references": [ { "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2025-14881", "reference_id": "", "reference_type": "", "scores": [ { "value": "0.00063", "scoring_system": "epss", "scoring_elements": "0.19752", "published_at": "2026-05-30T12:55:00Z" } ], "url": "https://api.first.org/data/v1/epss?cve=CVE-2025-14881" }, { "reference_url": "https://github.com/pretix/pretix", "reference_id": "", "reference_type": "", "scores": [ { "value": "3.8", "scoring_system": "cvssv4", "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N/E:U" }, { "value": "LOW", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://github.com/pretix/pretix" }, { "reference_url": "https://github.com/pretix/pretix/commit/4b5651862c57c6e384822d1d23292342126c479a", "reference_id": "", "reference_type": "", "scores": [ { "value": "3.8", "scoring_system": "cvssv4", "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N/E:U" }, { "value": "LOW", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://github.com/pretix/pretix/commit/4b5651862c57c6e384822d1d23292342126c479a" }, { "reference_url": "https://pretix.eu/about/en/blog/20251219-release-2025-10-1", "reference_id": "", "reference_type": "", "scores": [ { "value": "3.8", "scoring_system": "cvssv4", "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N/E:U" }, { "value": "LOW", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://pretix.eu/about/en/blog/20251219-release-2025-10-1" }, { "reference_url": "https://pretix.eu/about/en/blog/20251218-release-2025-10-1/", "reference_id": "20251218-release-2025-10-1", "reference_type": "", "scores": [ { "value": "3.8", "scoring_system": "cvssv4", "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N/E:U" }, { "value": "Track", "scoring_system": "ssvc", "scoring_elements": "SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2025-12-19T12:58:00Z/" } ], "url": "https://pretix.eu/about/en/blog/20251218-release-2025-10-1/" }, { "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14881", "reference_id": "CVE-2025-14881", "reference_type": "", "scores": [ { "value": "3.8", "scoring_system": "cvssv4", "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N/E:U" }, { "value": "LOW", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14881" }, { "reference_url": "https://github.com/advisories/GHSA-r2h2-g46h-8mx8", "reference_id": "GHSA-r2h2-g46h-8mx8", "reference_type": "", "scores": [ { "value": "LOW", "scoring_system": "cvssv3.1_qr", "scoring_elements": "" } ], "url": "https://github.com/advisories/GHSA-r2h2-g46h-8mx8" } ], "fixed_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/46510?format=api", "purl": "pkg:pypi/pretix@2025.8.3", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-u5jv-2hhr-t7ej" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/pretix@2025.8.3" }, { "url": "http://public2.vulnerablecode.io/api/packages/46514?format=api", "purl": "pkg:pypi/pretix@2025.9.3", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-u5jv-2hhr-t7ej" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/pretix@2025.9.3" }, { "url": "http://public2.vulnerablecode.io/api/packages/46517?format=api", "purl": "pkg:pypi/pretix@2025.10.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-n324-n55w-uyet" }, { "vulnerability": "VCID-u5jv-2hhr-t7ej" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/pretix@2025.10.1" } ], "aliases": [ "CVE-2025-14881", "GHSA-r2h2-g46h-8mx8" ], "risk_score": 1.4, "exploitability": "0.5", "weighted_severity": "2.7", "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-u4ez-t9ge-6fh7" } ], "risk_score": "4.0", "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/pretix@2025.10.1" }