From e90aa11c7cde5ced26f665c6511e0ffbb63dcefd Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 20:02:03 +0000 Subject: [PATCH] Publish GHSA-j5g2-q29x-cw3h --- .../GHSA-j5g2-q29x-cw3h.json | 120 ++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 advisories/github-reviewed/2024/12/GHSA-j5g2-q29x-cw3h/GHSA-j5g2-q29x-cw3h.json diff --git a/advisories/github-reviewed/2024/12/GHSA-j5g2-q29x-cw3h/GHSA-j5g2-q29x-cw3h.json b/advisories/github-reviewed/2024/12/GHSA-j5g2-q29x-cw3h/GHSA-j5g2-q29x-cw3h.json new file mode 100644 index 00000000000..b1d555fc974 --- /dev/null +++ b/advisories/github-reviewed/2024/12/GHSA-j5g2-q29x-cw3h/GHSA-j5g2-q29x-cw3h.json @@ -0,0 +1,120 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-j5g2-q29x-cw3h", + "modified": "2024-12-02T20:00:29Z", + "published": "2024-12-02T20:00:29Z", + "aliases": [], + "summary": "SimpleSAMLphp vulnerable to XXE in parsing SAML messages", + "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 8th", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "simplesamlphp/simplesamlphp" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.3.0" + }, + { + "fixed": "2.3.4" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "simplesamlphp/simplesamlphp" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.2.0" + }, + { + "fixed": "2.2.4" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "simplesamlphp/simplesamlphp" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.1.0" + }, + { + "fixed": "2.1.7" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "simplesamlphp/simplesamlphp" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.0.15" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/simplesamlphp/simplesamlphp/security/advisories/GHSA-j5g2-q29x-cw3h" + }, + { + "type": "WEB", + "url": "https://github.com/simplesamlphp/xml-common/security/advisories/GHSA-2x65-fpch-2fcm" + }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-52596" + }, + { + "type": "PACKAGE", + "url": "https://github.com/simplesamlphp/simplesamlphp" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-611" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-12-02T20:00:29Z", + "nvd_published_at": null + } +} \ No newline at end of file