CVE-2025-30151:
Shopware allows Denial Of Service via password length
7.5
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
Published
4/8/2025
Updated
4/8/2025
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
shopware/core | composer | >= 6.6.0.0, < 6.6.10.3 | 6.6.10.3 |
shopware/platform | composer | >= 6.6.0.0, < 6.6.10.3 | 6.6.10.3 |
shopware/core | composer | >= 6.7.0.0-rc1, < 6.7.0.0-rc2 | 6.7.0.0-rc2 |
shopware/platform | composer | >= 6.7.0.0-rc1, < 6.7.0.0-rc2 | 6.7.0.0-rc2 |
shopware/core | composer | < 6.5.8.17 | 6.5.8.17 |
shopware/platform | composer | < 6.5.8.17 | 6.5.8.17 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
Unable to fetch commit information using get_repo_commits. The vulnerability description indicates issues in password handling within Storefront forms and the Store-API. However, without specific commit diffs, I cannot identify the exact vulnerable functions or provide patch evidence. The fix likely involves input validation for password length in authentication or registration modules.