diff --git a/advisories/github-reviewed/2025/06/GHSA-g3p6-82vc-43jh/GHSA-g3p6-82vc-43jh.json b/advisories/github-reviewed/2025/06/GHSA-g3p6-82vc-43jh/GHSA-g3p6-82vc-43jh.json new file mode 100644 index 00000000000..4848b20ac10 --- /dev/null +++ b/advisories/github-reviewed/2025/06/GHSA-g3p6-82vc-43jh/GHSA-g3p6-82vc-43jh.json @@ -0,0 +1,61 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-g3p6-82vc-43jh", + "modified": "2025-06-05T16:53:23Z", + "published": "2025-06-05T16:53:23Z", + "aliases": [ + "CVE-2025-48493" + ], + "summary": "Yii 2 Redis may expose AUTH paramters in logs in case of connection failure", + "details": "### Impact\n\nOn failing connection extension writes commands sequence to logs. AUTH parameters are written in plain text exposing username and password. That might be an issue if attacker has access to logs.", + "severity": [ + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:H/UI:N/VC:L/VI:L/VA:L/SC:L/SI:L/SA:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "yiisoft/yii2-redis" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.0.20" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/yiisoft/yii2-redis/security/advisories/GHSA-g3p6-82vc-43jh" + }, + { + "type": "WEB", + "url": "https://github.com/yiisoft/yii2-redis/commit/962252d2c57c187181e67bb66da3f27b4698358d" + }, + { + "type": "PACKAGE", + "url": "https://github.com/yiisoft/yii2-redis" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-532" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-06-05T16:53:23Z", + "nvd_published_at": null + } +} \ No newline at end of file