diff --git a/advisories/github-reviewed/2024/12/GHSA-2x65-fpch-2fcm/GHSA-2x65-fpch-2fcm.json b/advisories/github-reviewed/2024/12/GHSA-2x65-fpch-2fcm/GHSA-2x65-fpch-2fcm.json new file mode 100644 index 00000000000..0815a27097e --- /dev/null +++ b/advisories/github-reviewed/2024/12/GHSA-2x65-fpch-2fcm/GHSA-2x65-fpch-2fcm.json @@ -0,0 +1,121 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-2x65-fpch-2fcm", + "modified": "2024-12-02T17:14:30Z", + "published": "2024-12-02T17:14:30Z", + "aliases": [ + "CVE-2024-52596" + ], + "summary": "SimpleSAMLphp xml-common XXE vulnerability", + "details": "# Summary\nWhen loading an (untrusted) XML document, for example the SAMLResponse, it's possible to induce an XXE.\n\n## Mitigation:\n\nRemove the `LIBXML_DTDLOAD | LIBXML_DTDATTR` options from `$options` is in: https://github.com/simplesamlphp/saml2/blob/717c0adc4877ebd58428637e5626345e59fa0109/src/SAML2/DOMDocumentFactory.php#L41\n\n## Background / details\n\nTo be published on Dec 8.", + "severity": [ + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:H/SC:L/SI:L/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "simplesamlphp/xml-common" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.20.0" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "< 1.20" + } + }, + { + "package": { + "ecosystem": "Packagist", + "name": "simplesamlphp/saml2" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "4.6.14" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "simplesamlphp/saml2-legacy" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "4.6.14" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "simplesamlphp/xml-security" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.10.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/simplesamlphp/xml-common/security/advisories/GHSA-2x65-fpch-2fcm" + }, + { + "type": "WEB", + "url": "https://github.com/simplesamlphp/xml-common/commit/fa4ade391c3194466acf5fbfd5d2ecdbf5e831f5" + }, + { + "type": "PACKAGE", + "url": "https://github.com/simplesamlphp/xml-common" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-611" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-12-02T17:14:30Z", + "nvd_published_at": null + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2024/12/GHSA-4cx5-89vm-833x/GHSA-4cx5-89vm-833x.json b/advisories/github-reviewed/2024/12/GHSA-4cx5-89vm-833x/GHSA-4cx5-89vm-833x.json new file mode 100644 index 00000000000..e5af77b013c --- /dev/null +++ b/advisories/github-reviewed/2024/12/GHSA-4cx5-89vm-833x/GHSA-4cx5-89vm-833x.json @@ -0,0 +1,160 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-4cx5-89vm-833x", + "modified": "2024-12-02T17:15:24Z", + "published": "2024-12-02T17:15:24Z", + "aliases": [ + "CVE-2024-52800" + ], + "summary": "veraPDF CLI has potential XXE (XML External Entity Injection) vulnerability", + "details": "### Impact\nExecuting policy checks using custom schematron files via the CLI invokes an XSL transformation that may theoretically lead to a remote code execution (RCE) vulnerability.\n\n### Patches\nWe are currently working on a patch that will be released when ready.\n\n### Workarounds\nThis doesn't affect the standard validation and policy checks functionality, veraPDF's common use cases. Most veraPDF users don't insert any custom XSLT code into policy profiles, which are based on Schematron syntax rather than direct XSL transforms. For users who do, only load custom policy files from sources you trust.\n\n### References\nOriginal issue: #1488", + "severity": [ + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:L/VI:L/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:X/V:X/RE:X/U:X" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.verapdf:core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "1.26.1" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.verapdf:core-jakarta" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "1.26.1" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.verapdf:core-arlington" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "1.26.1" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.verapdf:verapdf.library" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "1.26.1" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.verapdf:verapdf-library-jakarta" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "1.26.1" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.verapdf:verapdf-library-arlington" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "1.26.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/veraPDF/veraPDF-library/security/advisories/GHSA-4cx5-89vm-833x" + }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-52800" + }, + { + "type": "WEB", + "url": "https://github.com/veraPDF/veraPDF-library/issues/1488" + }, + { + "type": "PACKAGE", + "url": "https://github.com/veraPDF/veraPDF-library" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-611" + ], + "severity": "LOW", + "github_reviewed": true, + "github_reviewed_at": "2024-12-02T17:15:24Z", + "nvd_published_at": "2024-11-29T19:15:08Z" + } +} \ No newline at end of file