Package Instance
Lookup for vulnerable packages by Package URL.
GET /api/packages/31360?format=api
{ "url": "http://public2.vulnerablecode.io/api/packages/31360?format=api", "purl": "pkg:pypi/pretix@1.1.2", "type": "pypi", "namespace": "", "name": "pretix", "version": "1.1.2", "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/9074?format=api", "vulnerability_id": "VCID-5n41-d77m-hyae", "summary": "pretix before 2024.1.1 mishandles file validation.", "references": [ { "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2024-27447", "reference_id": "", "reference_type": "", "scores": [ { "value": "0.00232", "scoring_system": "epss", "scoring_elements": "0.46152", "published_at": "2026-05-30T12:55:00Z" } ], "url": "https://api.first.org/data/v1/epss?cve=CVE-2024-27447" }, { "reference_url": "https://github.com/pretix/pretix", "reference_id": "", "reference_type": "", "scores": [ { "value": "MODERATE", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://github.com/pretix/pretix" }, { "reference_url": "https://github.com/pretix/pretix/compare/v2023.10.2...v2024.1.1", "reference_id": "", "reference_type": "", "scores": [ { "value": "9.8", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" }, { "value": "MODERATE", "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-08-05T14:46:15Z/" } ], "url": "https://github.com/pretix/pretix/compare/v2023.10.2...v2024.1.1" }, { "reference_url": "https://github.com/pypa/advisory-database/tree/main/vulns/pretix/PYSEC-2024-253.yaml", "reference_id": "", "reference_type": "", "scores": [ { "value": "MODERATE", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://github.com/pypa/advisory-database/tree/main/vulns/pretix/PYSEC-2024-253.yaml" }, { "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2024-27447", "reference_id": "CVE-2024-27447", "reference_type": "", "scores": [ { "value": "MODERATE", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-27447" }, { "reference_url": "https://github.com/advisories/GHSA-672r-97r7-vx2q", "reference_id": "GHSA-672r-97r7-vx2q", "reference_type": "", "scores": [ { "value": "MODERATE", "scoring_system": "cvssv3.1_qr", "scoring_elements": "" } ], "url": "https://github.com/advisories/GHSA-672r-97r7-vx2q" } ], "fixed_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/39101?format=api", "purl": "pkg:pypi/pretix@2024.1.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-bwvg-dag1-euak" }, { "vulnerability": "VCID-mcng-98p3-uued" }, { "vulnerability": "VCID-u4ez-t9ge-6fh7" }, { "vulnerability": "VCID-u5jv-2hhr-t7ej" }, { "vulnerability": "VCID-ygfz-y22t-3yab" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/pretix@2024.1.1" } ], "aliases": [ "CVE-2024-27447", "GHSA-672r-97r7-vx2q", "PYSEC-2024-253" ], "risk_score": 3.1, "exploitability": "0.5", "weighted_severity": "6.2", "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-5n41-d77m-hyae" }, { "url": "http://public2.vulnerablecode.io/api/vulnerabilities/9486?format=api", "vulnerability_id": "VCID-bwvg-dag1-euak", "summary": "Emails sent by pretix can utilize placeholders that will be filled with customer data. For example, when {name} is used in an email template, it will be replaced with the buyer's name for the final email. If the name of the attendee contained HTML or Markdown formatting, this was rendered as HTML in the resulting email. This way, a user could inject links or other formatted text through a maliciously formatted name. Since pretix applies a strict allow list approach to allowed HTML tags, this could not be abused for XSS or similarly dangerous attack chains. However, it can be used to manipulate emails in a way that makes user-provided content appear in a trustworthy and credible way, which can be abused for phishing.", "references": [ { "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2025-13742", "reference_id": "", "reference_type": "", "scores": [ { "value": "0.00028", "scoring_system": "epss", "scoring_elements": "0.08488", "published_at": "2026-05-30T12:55:00Z" } ], "url": "https://api.first.org/data/v1/epss?cve=CVE-2025-13742" }, { "reference_url": "https://pretix.eu/about/en/blog/20251126-release-2025-9-1/", "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": "2.4", "scoring_system": "cvssv4", "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:H/VI:L/VA:L/SC:N/SI:L/SA:L/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-11-28T15:20:23Z/" } ], "url": "https://pretix.eu/about/en/blog/20251126-release-2025-9-1/" } ], "fixed_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/45493?format=api", "purl": "pkg:pypi/pretix@2025.7.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-mcng-98p3-uued" }, { "vulnerability": "VCID-u4ez-t9ge-6fh7" }, { "vulnerability": "VCID-u5jv-2hhr-t7ej" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/pretix@2025.7.2" } ], "aliases": [ "CVE-2025-13742", "PYSEC-2025-154" ], "risk_score": 1.5, "exploitability": "0.5", "weighted_severity": "3.0", "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-bwvg-dag1-euak" }, { "url": "http://public2.vulnerablecode.io/api/vulnerabilities/8896?format=api", "vulnerability_id": "VCID-kccz-jzea-gqh2", "summary": "An issue was discovered in pretix before 2023.7.1. Incorrect parsing of configuration files causes the application to trust unchecked X-Forwarded-For headers even though it has not been configured to do so. This can lead to IP address spoofing by users of the application.", "references": [ { "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2023-44463", "reference_id": "", "reference_type": "", "scores": [ { "value": "0.00157", "scoring_system": "epss", "scoring_elements": "0.36232", "published_at": "2026-05-30T12:55:00Z" } ], "url": "https://api.first.org/data/v1/epss?cve=CVE-2023-44463" }, { "reference_url": "https://github.com/pretix/pretix", "reference_id": "", "reference_type": "", "scores": [ { "value": "5.3", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N" }, { "value": "6.9", "scoring_system": "cvssv4", "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N" }, { "value": "MODERATE", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://github.com/pretix/pretix" }, { "reference_url": "https://github.com/pretix/pretix/commit/ccdce2ccb8207b82501af3c03f50abc0f819b469", "reference_id": "", "reference_type": "", "scores": [ { "value": "5.3", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N" }, { "value": "6.9", "scoring_system": "cvssv4", "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N" }, { "value": "MODERATE", "scoring_system": "generic_textual", "scoring_elements": "" }, { "value": "Track", "scoring_system": "ssvc", "scoring_elements": "SSVCv2/E:N/A:Y/T:P/P:M/B:A/M:M/D:T/2024-09-23T16:17:16Z/" } ], "url": "https://github.com/pretix/pretix/commit/ccdce2ccb8207b82501af3c03f50abc0f819b469" }, { "reference_url": "https://github.com/pretix/pretix/compare/v2023.7.0...v2023.7.1", "reference_id": "", "reference_type": "", "scores": [ { "value": "5.3", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N" }, { "value": "6.9", "scoring_system": "cvssv4", "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N" }, { "value": "MODERATE", "scoring_system": "generic_textual", "scoring_elements": "" }, { "value": "Track", "scoring_system": "ssvc", "scoring_elements": "SSVCv2/E:N/A:Y/T:P/P:M/B:A/M:M/D:T/2024-09-23T16:17:16Z/" } ], "url": "https://github.com/pretix/pretix/compare/v2023.7.0...v2023.7.1" }, { "reference_url": "https://github.com/pretix/pretix/tags", "reference_id": "", "reference_type": "", "scores": [ { "value": "5.3", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N" }, { "value": "6.9", "scoring_system": "cvssv4", "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N" }, { "value": "MODERATE", "scoring_system": "generic_textual", "scoring_elements": "" }, { "value": "Track", "scoring_system": "ssvc", "scoring_elements": "SSVCv2/E:N/A:Y/T:P/P:M/B:A/M:M/D:T/2024-09-23T16:17:16Z/" } ], "url": "https://github.com/pretix/pretix/tags" }, { "reference_url": "https://github.com/pypa/advisory-database/tree/main/vulns/pretix/PYSEC-2023-187.yaml", "reference_id": "", "reference_type": "", "scores": [ { "value": "5.3", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N" }, { "value": "6.9", "scoring_system": "cvssv4", "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N" }, { "value": "MODERATE", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://github.com/pypa/advisory-database/tree/main/vulns/pretix/PYSEC-2023-187.yaml" }, { "reference_url": "https://pretix.eu/about/en/blog/20230911-release-2023-7-1", "reference_id": "", "reference_type": "", "scores": [ { "value": "5.3", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N" }, { "value": "6.9", "scoring_system": "cvssv4", "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N" }, { "value": "MODERATE", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://pretix.eu/about/en/blog/20230911-release-2023-7-1" }, { "reference_url": "https://pretix.eu/about/en/blog/20230911-release-2023-7-1/", "reference_id": "", "reference_type": "", "scores": [ { "value": "5.3", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N" }, { "value": "Track", "scoring_system": "ssvc", "scoring_elements": "SSVCv2/E:N/A:Y/T:P/P:M/B:A/M:M/D:T/2024-09-23T16:17:16Z/" } ], "url": "https://pretix.eu/about/en/blog/20230911-release-2023-7-1/" }, { "reference_url": "https://pretix.eu/about/en/ticketing", "reference_id": "", "reference_type": "", "scores": [ { "value": "5.3", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N" }, { "value": "6.9", "scoring_system": "cvssv4", "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N" }, { "value": "MODERATE", "scoring_system": "generic_textual", "scoring_elements": "" }, { "value": "Track", "scoring_system": "ssvc", "scoring_elements": "SSVCv2/E:N/A:Y/T:P/P:M/B:A/M:M/D:T/2024-09-23T16:17:16Z/" } ], "url": "https://pretix.eu/about/en/ticketing" }, { "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2023-44463", "reference_id": "CVE-2023-44463", "reference_type": "", "scores": [ { "value": "5.3", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N" }, { "value": "6.9", "scoring_system": "cvssv4", "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N" }, { "value": "MODERATE", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-44463" }, { "reference_url": "https://github.com/advisories/GHSA-j9gq-w73w-9h6c", "reference_id": "GHSA-j9gq-w73w-9h6c", "reference_type": "", "scores": [ { "value": "MODERATE", "scoring_system": "cvssv3.1_qr", "scoring_elements": "" } ], "url": "https://github.com/advisories/GHSA-j9gq-w73w-9h6c" } ], "fixed_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/35104?format=api", "purl": "pkg:pypi/pretix@2023.7.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-5n41-d77m-hyae" }, { "vulnerability": "VCID-bwvg-dag1-euak" }, { "vulnerability": "VCID-mcng-98p3-uued" }, { "vulnerability": "VCID-u4ez-t9ge-6fh7" }, { "vulnerability": "VCID-u5jv-2hhr-t7ej" }, { "vulnerability": "VCID-y8se-9tyn-fyba" }, { "vulnerability": "VCID-ygfz-y22t-3yab" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/pretix@2023.7.1" } ], "aliases": [ "CVE-2023-44463", "GHSA-j9gq-w73w-9h6c", "PYSEC-2023-187" ], "risk_score": null, "exploitability": "0.5", "weighted_severity": "0.0", "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-kccz-jzea-gqh2" }, { "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" }, { "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/46515?format=api", "purl": "pkg:pypi/pretix@2025.9.4", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-u5jv-2hhr-t7ej" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/pretix@2025.9.4" }, { "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" }, { "url": "http://public2.vulnerablecode.io/api/vulnerabilities/18536?format=api", "vulnerability_id": "VCID-y8se-9tyn-fyba", "summary": "pretix allows Pillow to parse EPS files\npretix before 2023.7.2 allows Pillow to parse EPS files.", "references": [ { "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2023-44464", "reference_id": "", "reference_type": "", "scores": [ { "value": "0.00177", "scoring_system": "epss", "scoring_elements": "0.38911", "published_at": "2026-05-30T12:55:00Z" } ], "url": "https://api.first.org/data/v1/epss?cve=CVE-2023-44464" }, { "reference_url": "https://github.com/pretix/pretix", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.8", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://github.com/pretix/pretix" }, { "reference_url": "https://github.com/pretix/pretix/commit/8583bfb7d97263e9e923ad5d7f123ca1cadc8f2e", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.8", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/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/2024-09-23T16:34:50Z/" } ], "url": "https://github.com/pretix/pretix/commit/8583bfb7d97263e9e923ad5d7f123ca1cadc8f2e" }, { "reference_url": "https://github.com/pretix/pretix/compare/v2023.7.1...v2023.7.2", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.8", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/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/2024-09-23T16:34:50Z/" } ], "url": "https://github.com/pretix/pretix/compare/v2023.7.1...v2023.7.2" }, { "reference_url": "https://github.com/pretix/pretix/tags", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.8", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/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/2024-09-23T16:34:50Z/" } ], "url": "https://github.com/pretix/pretix/tags" }, { "reference_url": "https://pretix.eu/about/de/blog/20230912-release-2023-7-2", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.8", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://pretix.eu/about/de/blog/20230912-release-2023-7-2" }, { "reference_url": "https://pretix.eu/about/en/ticketing", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.8", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/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/2024-09-23T16:34:50Z/" } ], "url": "https://pretix.eu/about/en/ticketing" }, { "reference_url": "https://pretix.eu/about/de/blog/20230912-release-2023-7-2/", "reference_id": "20230912-release-2023-7-2", "reference_type": "", "scores": [ { "value": "Track", "scoring_system": "ssvc", "scoring_elements": "SSVCv2/E:N/A:N/T:T/P:M/B:A/M:M/D:T/2024-09-23T16:34:50Z/" } ], "url": "https://pretix.eu/about/de/blog/20230912-release-2023-7-2/" }, { "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2023-44464", "reference_id": "CVE-2023-44464", "reference_type": "", "scores": [ { "value": "7.8", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-44464" }, { "reference_url": "https://github.com/advisories/GHSA-9jvx-p6mq-fw4v", "reference_id": "GHSA-9jvx-p6mq-fw4v", "reference_type": "", "scores": [ { "value": "HIGH", "scoring_system": "cvssv3.1_qr", "scoring_elements": "" } ], "url": "https://github.com/advisories/GHSA-9jvx-p6mq-fw4v" } ], "fixed_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/65971?format=api", "purl": "pkg:pypi/pretix@2023.7.2", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/pretix@2023.7.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/39092?format=api", "purl": "pkg:pypi/pretix@2023.7.3", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-5n41-d77m-hyae" }, { "vulnerability": "VCID-bwvg-dag1-euak" }, { "vulnerability": "VCID-mcng-98p3-uued" }, { "vulnerability": "VCID-u4ez-t9ge-6fh7" }, { "vulnerability": "VCID-u5jv-2hhr-t7ej" }, { "vulnerability": "VCID-ygfz-y22t-3yab" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/pretix@2023.7.3" } ], "aliases": [ "CVE-2023-44464", "GHSA-9jvx-p6mq-fw4v" ], "risk_score": null, "exploitability": null, "weighted_severity": null, "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-y8se-9tyn-fyba" }, { "url": "http://public2.vulnerablecode.io/api/vulnerabilities/9194?format=api", "vulnerability_id": "VCID-ygfz-y22t-3yab", "summary": "Stored XSS in organizer and event settings of pretix up to 2024.7.0 allows malicious event organizers to inject HTML tags into e-mail previews on settings page. The default Content Security Policy of pretix prevents execution of attacker-provided scripts, making exploitation unlikely. However, combined with a CSP bypass (which is not currently known) the vulnerability could be used to impersonate other organizers or staff users.", "references": [ { "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2024-8113", "reference_id": "", "reference_type": "", "scores": [ { "value": "0.00151", "scoring_system": "epss", "scoring_elements": "0.35474", "published_at": "2026-05-30T12:55:00Z" } ], "url": "https://api.first.org/data/v1/epss?cve=CVE-2024-8113" }, { "reference_url": "https://github.com/pretix/pretix", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.2", "scoring_system": "cvssv4", "scoring_elements": "CVSS:4.0/AV:N/AC:H/AT:P/PR:H/UI:P/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:U/V:X/RE:L/U:Green" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://github.com/pretix/pretix" }, { "reference_url": "https://github.com/pretix/pretix/commit/0f44a2ad4e170882dbe6b9d95dba6c36e4e181cf", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.2", "scoring_system": "cvssv4", "scoring_elements": "CVSS:4.0/AV:N/AC:H/AT:P/PR:H/UI:P/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:U/V:X/RE:L/U:Green" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://github.com/pretix/pretix/commit/0f44a2ad4e170882dbe6b9d95dba6c36e4e181cf" }, { "reference_url": "https://github.com/pypa/advisory-database/tree/main/vulns/pretix/PYSEC-2024-180.yaml", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.2", "scoring_system": "cvssv4", "scoring_elements": "CVSS:4.0/AV:N/AC:H/AT:P/PR:H/UI:P/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:U/V:X/RE:L/U:Green" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://github.com/pypa/advisory-database/tree/main/vulns/pretix/PYSEC-2024-180.yaml" }, { "reference_url": "https://pretix.eu/about/en/blog/20240823-release-2024-7-1", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.2", "scoring_system": "cvssv4", "scoring_elements": "CVSS:4.0/AV:N/AC:H/AT:P/PR:H/UI:P/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:U/V:X/RE:L/U:Green" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://pretix.eu/about/en/blog/20240823-release-2024-7-1" }, { "reference_url": "https://pretix.eu/about/en/blog/20240823-release-2024-7-1/", "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:L/A:N" }, { "value": "7.2", "scoring_system": "cvssv4", "scoring_elements": "CVSS:4.0/AV:N/AC:H/AT:P/PR:H/UI:P/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/R:U/RE:L/U:Green" }, { "value": "Track", "scoring_system": "ssvc", "scoring_elements": "SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2024-08-30T18:23:56Z/" } ], "url": "https://pretix.eu/about/en/blog/20240823-release-2024-7-1/" }, { "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2024-8113", "reference_id": "CVE-2024-8113", "reference_type": "", "scores": [ { "value": "7.2", "scoring_system": "cvssv4", "scoring_elements": "CVSS:4.0/AV:N/AC:H/AT:P/PR:H/UI:P/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:U/V:X/RE:L/U:Green" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-8113" }, { "reference_url": "https://github.com/advisories/GHSA-45rp-q25w-4426", "reference_id": "GHSA-45rp-q25w-4426", "reference_type": "", "scores": [ { "value": "HIGH", "scoring_system": "cvssv3.1_qr", "scoring_elements": "" } ], "url": "https://github.com/advisories/GHSA-45rp-q25w-4426" } ], "fixed_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/41465?format=api", "purl": "pkg:pypi/pretix@2024.7.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-bwvg-dag1-euak" }, { "vulnerability": "VCID-mcng-98p3-uued" }, { "vulnerability": "VCID-u4ez-t9ge-6fh7" }, { "vulnerability": "VCID-u5jv-2hhr-t7ej" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/pretix@2024.7.1" } ], "aliases": [ "CVE-2024-8113", "GHSA-45rp-q25w-4426", "PYSEC-2024-180" ], "risk_score": 4.0, "exploitability": "0.5", "weighted_severity": "8.0", "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-ygfz-y22t-3yab" }, { "url": "http://public2.vulnerablecode.io/api/vulnerabilities/8732?format=api", "vulnerability_id": "VCID-z1sg-2u88-pyaq", "summary": "rami.io pretix before 4.17.1 allows OAuth application authorization from a logged-out session. The fixed versions are 4.15.1, 4.16.1, and 4.17.1.", "references": [ { "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2023-27891", "reference_id": "", "reference_type": "", "scores": [ { "value": "0.00342", "scoring_system": "epss", "scoring_elements": "0.57091", "published_at": "2026-05-30T12:55:00Z" } ], "url": "https://api.first.org/data/v1/epss?cve=CVE-2023-27891" }, { "reference_url": "https://github.com/pypa/advisory-database/tree/main/vulns/pretix/PYSEC-2023-42.yaml", "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": "8.7", "scoring_system": "cvssv4", "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://github.com/pypa/advisory-database/tree/main/vulns/pretix/PYSEC-2023-42.yaml" }, { "reference_url": "https://github.com/thufschmitt/pretix-nix", "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": "8.7", "scoring_system": "cvssv4", "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://github.com/thufschmitt/pretix-nix" }, { "reference_url": "https://pretix.eu/about/en/blog/20230306-release-4171", "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": "8.7", "scoring_system": "cvssv4", "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://pretix.eu/about/en/blog/20230306-release-4171" }, { "reference_url": "https://pretix.eu/about/en/blog/20230306-release-4171/", "reference_id": "", "reference_type": "", "scores": [ { "value": "Track", "scoring_system": "ssvc", "scoring_elements": "SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2025-03-06T15:15:33Z/" } ], "url": "https://pretix.eu/about/en/blog/20230306-release-4171/" }, { "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2023-27891", "reference_id": "CVE-2023-27891", "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": "8.7", "scoring_system": "cvssv4", "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-27891" }, { "reference_url": "https://github.com/advisories/GHSA-r76w-3wwq-jv6v", "reference_id": "GHSA-r76w-3wwq-jv6v", "reference_type": "", "scores": [ { "value": "HIGH", "scoring_system": "cvssv3.1_qr", "scoring_elements": "" } ], "url": "https://github.com/advisories/GHSA-r76w-3wwq-jv6v" } ], "fixed_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/31463?format=api", "purl": "pkg:pypi/pretix@4.15.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-5n41-d77m-hyae" }, { "vulnerability": "VCID-bwvg-dag1-euak" }, { "vulnerability": "VCID-kccz-jzea-gqh2" }, { "vulnerability": "VCID-mcng-98p3-uued" }, { "vulnerability": "VCID-u4ez-t9ge-6fh7" }, { "vulnerability": "VCID-u5jv-2hhr-t7ej" }, { "vulnerability": "VCID-y8se-9tyn-fyba" }, { "vulnerability": "VCID-ygfz-y22t-3yab" }, { "vulnerability": "VCID-z1sg-2u88-pyaq" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/pretix@4.15.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/31465?format=api", "purl": "pkg:pypi/pretix@4.16.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-5n41-d77m-hyae" }, { "vulnerability": "VCID-bwvg-dag1-euak" }, { "vulnerability": "VCID-kccz-jzea-gqh2" }, { "vulnerability": "VCID-mcng-98p3-uued" }, { "vulnerability": "VCID-u4ez-t9ge-6fh7" }, { "vulnerability": "VCID-u5jv-2hhr-t7ej" }, { "vulnerability": "VCID-y8se-9tyn-fyba" }, { "vulnerability": "VCID-ygfz-y22t-3yab" }, { "vulnerability": "VCID-z1sg-2u88-pyaq" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/pretix@4.16.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/31467?format=api", "purl": "pkg:pypi/pretix@4.17.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-5n41-d77m-hyae" }, { "vulnerability": "VCID-bwvg-dag1-euak" }, { "vulnerability": "VCID-kccz-jzea-gqh2" }, { "vulnerability": "VCID-mcng-98p3-uued" }, { "vulnerability": "VCID-u4ez-t9ge-6fh7" }, { "vulnerability": "VCID-u5jv-2hhr-t7ej" }, { "vulnerability": "VCID-y8se-9tyn-fyba" }, { "vulnerability": "VCID-ygfz-y22t-3yab" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/pretix@4.17.1" } ], "aliases": [ "CVE-2023-27891", "GHSA-r76w-3wwq-jv6v", "PYSEC-2023-42" ], "risk_score": null, "exploitability": "0.5", "weighted_severity": "0.0", "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-z1sg-2u88-pyaq" } ], "fixing_vulnerabilities": [], "risk_score": "4.0", "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/pretix@1.1.2" }