diff --git a/advisories/github-reviewed/2024/05/GHSA-32rx-xvvr-4xv9/GHSA-32rx-xvvr-4xv9.json b/advisories/github-reviewed/2024/05/GHSA-32rx-xvvr-4xv9/GHSA-32rx-xvvr-4xv9.json new file mode 100644 index 00000000000..f0c95cb8432 --- /dev/null +++ b/advisories/github-reviewed/2024/05/GHSA-32rx-xvvr-4xv9/GHSA-32rx-xvvr-4xv9.json @@ -0,0 +1,80 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-32rx-xvvr-4xv9", + "modified": "2024-05-15T17:45:51Z", + "published": "2024-05-15T17:45:51Z", + "aliases": [ + + ], + "summary": "easyadmin-extension-bundle action case insensitivity", + "details": "In alterphp/easyadmin-extension-bundle, role based access rules do not handle action name case sensitivity which may lead to unauthorized access.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "alterphp/easyadmin-extension-bundle" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.3.0" + }, + { + "fixed": "1.3.1" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "alterphp/easyadmin-extension-bundle" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.2.0" + }, + { + "fixed": "1.2.11" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/alterphp/EasyAdminExtensionBundle/commit/68407ca5be644d1c53fb894453df951230afc6dc" + }, + { + "type": "WEB", + "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/alterphp/easyadmin-extension-bundle/2018-10-02.yaml" + }, + { + "type": "WEB", + "url": "https://github.com/alterphp/EasyAdminExtensionBundle/releases/tag/v1.3.1" + } + ], + "database_specific": { + "cwe_ids": [ + + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-05-15T17:45:51Z", + "nvd_published_at": null + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2024/05/GHSA-87mp-xc4x-x8rh/GHSA-87mp-xc4x-x8rh.json b/advisories/github-reviewed/2024/05/GHSA-87mp-xc4x-x8rh/GHSA-87mp-xc4x-x8rh.json new file mode 100644 index 00000000000..6d44332fedd --- /dev/null +++ b/advisories/github-reviewed/2024/05/GHSA-87mp-xc4x-x8rh/GHSA-87mp-xc4x-x8rh.json @@ -0,0 +1,62 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-87mp-xc4x-x8rh", + "modified": "2024-05-15T17:47:31Z", + "published": "2024-05-15T17:47:31Z", + "aliases": [ + + ], + "summary": "asymmetricrypt/asymmetricrypt Padding Oracle Vulnerability in RSA Encryption", + "details": "The encryption and decryption process were vulnerable against the Bleichenbacher's attack, which is a padding oracle vulnerability disclosed in the 98'.\nThe issue was about the wrong padding utilized, which allowed to retrieve the encrypted content.\nThe OPENSSL_PKCS1_PADDING version, aka PKCS v1.5 was vulnerable (is the one set by default when using openssl_* methods), while the PKCS v2.0 isn't anymore (it's also called OAEP).\n\nA fix for this vulnerability was merged at https://github.com/Cosmicist/AsymmetriCrypt/pull/5/commits/a0318cfc5022f2a7715322dba3ff91d475ace7c6.", + "severity": [ + + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "asymmetricrypt/asymmetricrypt" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "0.3.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/Cosmicist/AsymmetriCrypt/issues/4" + }, + { + "type": "WEB", + "url": "https://github.com/Cosmicist/AsymmetriCrypt/pull/5" + }, + { + "type": "PACKAGE", + "url": "https://github.com/Cosmicist/AsymmetriCrypt" + }, + { + "type": "WEB", + "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/asymmetricrypt/asymmetricrypt/2017-11-20.yaml" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-327" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-05-15T17:47:31Z", + "nvd_published_at": null + } +} \ No newline at end of file